-
-
Notifications
You must be signed in to change notification settings - Fork 312
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #208 from LoRexxar/develop
KunLun-M 2.6.4.1
- Loading branch information
Showing
12 changed files
with
249 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
__issue_page__ = 'https://github.com/LoRexxar/Kunlun-M/issues/new' | ||
__python_version__ = sys.version.split()[0] | ||
__platform__ = platform.platform() | ||
__version__ = '2.6.4' | ||
__version__ = '2.6.4.1' | ||
__author__ = 'LoRexxar' | ||
__author_email__ = '[email protected]' | ||
__license__ = 'MIT License' | ||
|
@@ -45,4 +45,8 @@ | |
python {m} scan -t {td} --lan php -b vendor --debug | ||
python {m} scan -t {td} --lan php -tp roundcube -d -uc | ||
""".format(m='kunlun.py', td='tests/vulnerabilities') | ||
""".format(m='kunlun.py', td='tests/vulnerabilities') | ||
__database_epilog__ = """Usage: | ||
python {m} init initialize | ||
python {m} init checksql index 0009_projectvendors_source | ||
""".format(m='kunlun.py') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.