-
Notifications
You must be signed in to change notification settings - Fork 138
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 #10 from wikiZ/main
Update kunyu v1.3
- Loading branch information
Showing
20 changed files
with
178 additions
and
48 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# virtual environments | ||
venv/ | ||
build/ | ||
dist/ | ||
kunyu.egg-info/ |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
__name__ = 'kunyu' | ||
__package__ = 'kunyu' | ||
__site__ = "https://www.zoomeye.org/doc" | ||
|
||
__site__ = "https://www.zoomeye.org/doc" |
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
__python_version__ = sys.version.split()[0] | ||
__platform__ = platform.platform() | ||
__url__ = "https://github.com/knownsec/Kunyu" | ||
__version__ = '1.2' | ||
__version__ = '1.3.5' | ||
__author__ = '风起' | ||
__Team__ = 'KnownSec 404 Team' | ||
__author_email__ = '[email protected]' | ||
|
@@ -30,7 +30,7 @@ | |
\/_|:|~~|~ \:\ \ /:/ / \/__|:|/:/ / /:/~~/~ \:\ \ /:/ / | ||
|:| | \:\ /:/ / |:/:/ / /:/ / \:\ /:/ / | ||
|:| | \:\/:/ / |::/ / \/__/ \:\/:/ / | ||
|:| | \::/ / /:/ / \::/ / -V {version} Alpha | ||
|:| | \::/ / /:/ / \::/ / -V {version} Beta | ||
\|__| \/__/ \/__/ \/__/ | ||
|
@@ -49,23 +49,23 @@ | |
| . \ |_| | | | | |_| | |_| | | ||
|_|\_\__,_|_| |_|\__, |\__,_| -v{version} | ||
|___/ | ||
GitHub: https://github.com/ | ||
GitHub: https://github.com/knownsec/Kunyu/ | ||
kunyu is Cyberspace Resources Surveying and Mapping auxiliary tools | ||
{{datil}} | ||
""".format(version=__version__) | ||
|
||
usage = """ | ||
Usage: | ||
python3 console.py -h | ||
python3 console.py console | ||
kunyu -h | ||
kunyu console | ||
""".format(module="ZoomEye") | ||
|
||
init = """ | ||
Usage: | ||
python3 console.py -h | ||
python3 console.py init -h | ||
python3 console.py init --apikey "01234567-acbd-00000-1111-22222222222" | ||
python3 console.py init --username "[email protected]" -password "P@ssword" | ||
python3 console.py init --seebug "012345200157abcdef981bcc89a1452c34d62b8c" | ||
python3 console.py init --apikey "01234567-acbd-0000" --seebug "a73503200157"(推荐) | ||
kunyu -h | ||
kunyu init -h | ||
kunyu init --apikey "01234567-acbd-00000-1111-22222222222" | ||
kunyu init --username "[email protected]" --password "P@ssword" | ||
kunyu init --seebug "012345200157abcdef981bcc89a1452c34d62b8c" | ||
kunyu init --apikey "01234567-acbd-0000" --seebug "a73503200157"(推荐) | ||
""" |
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.