Skip to content

Commit

Permalink
Merge pull request #50 from wikiZ/main
Browse files Browse the repository at this point in the history
Update Kunyu Version 1.7.0 bug
  • Loading branch information
0x7Fancy authored Mar 21, 2022
2 parents 74b690d + 4611117 commit 25c1588
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 21 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,16 +109,16 @@ Global commands:

```
ZoomEye:
page <Number> The number of pages returned by the query
dtype <0/1> Query associated domain name/subdomain name
stype <v4/v6> stype <v4/v6> Set to get data type IPV4 or IPV6
btype <host/web> Set the API interface for batch query
timeout <num> Set the timeout period of Kunyu HTTP request
thread Set PupilSearch Thread Number(default is 10)
deep Set PupilSearch Search Deep(default is 2)
all PupilSearch Add All Url To Check List
fuzz PupilSearch Add Api To Check List
proxy PupilSearch HTTP Proxy
page <Number> The number of pages returned by the query
dtype <0/1> Query associated domain name/subdomain name
stype <v4/v6> stype <v4/v6> Set to get data type IPV4 or IPV6
btype <host/web> Set the API interface for batch query
timeout <num> Set the timeout period of Kunyu HTTP request
thread Set PupilSearch Thread Number(default is 10)
deep Set PupilSearch Search Deep(default is 2)
all PupilSearch Add All Url To Check List
fuzz PupilSearch Add Api To Check List
proxy PupilSearch HTTP Proxy
```

Expand Down
2 changes: 1 addition & 1 deletion kunyu/core/PupilMain.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
@author: 风起
@contact: [email protected]
@File: export.py
@File: PupilMain.py
@Time: 2022/3/18 15:53
"""

Expand Down
3 changes: 1 addition & 2 deletions kunyu/core/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,7 @@ def start(self):
pass
sys.exit(0)

except Exception as err:
console.print(err)
except Exception:
continue


Expand Down
3 changes: 1 addition & 2 deletions kunyu/core/zoomeye.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,7 @@ def command_pupilsearch(cls, url):
return logger.warning(
"No retrieval operation is performed or the length of the dictionary key value is exceeded"
)
except Exception as err:
print(err)
except Exception:
return logger.warning("Please enter appropriate parameters!")

@classmethod
Expand Down
4 changes: 2 additions & 2 deletions kunyu/lib/ExportHandler.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
@author: 风起
@contact: [email protected]
@File: export.py
@File: ExportHandler.py
@Time: 2022/3/18 15:53
"""

Expand Down Expand Up @@ -72,4 +72,4 @@ def main(self):
print("")
if gbv.Sensitiveinformation:
logger.warning("Retrieving results KeyWord:")
console.print(gbv.Sensitiveinformation)
console.print(gbv.Sensitiveinformation)
4 changes: 2 additions & 2 deletions kunyu/lib/GlobalVariable.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
@author: 风起
@contact: [email protected]
@File: export.py
@File: GlobalVariable.py
@Time: 2022/3/18 15:53
"""

Expand Down Expand Up @@ -56,4 +56,4 @@ def get(self, name: NameType):
try:
tmp = globalVariables.all()
except NameError:
globalVariables = GlobalVariable()
globalVariables = GlobalVariable()
2 changes: 1 addition & 1 deletion kunyu/lib/SerachData.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
@author: 风起
@contact: [email protected]
@File: export.py
@File: SerachData.py
@Time: 2022/3/18 15:53
"""

Expand Down
2 changes: 1 addition & 1 deletion kunyu/lib/TrackUrl.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
@author: 风起
@contact: [email protected]
@File: export.py
@File: TrackUrl.py
@Time: 2022/3/18 15:53
"""

Expand Down

0 comments on commit 25c1588

Please sign in to comment.