diff --git a/README.md b/README.md index 880b51d..dff7397 100644 --- a/README.md +++ b/README.md @@ -109,16 +109,16 @@ Global commands: ``` ZoomEye: - page The number of pages returned by the query - dtype <0/1> Query associated domain name/subdomain name - stype stype Set to get data type IPV4 or IPV6 - btype Set the API interface for batch query - timeout 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 The number of pages returned by the query + dtype <0/1> Query associated domain name/subdomain name + stype stype Set to get data type IPV4 or IPV6 + btype Set the API interface for batch query + timeout 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 ``` diff --git a/kunyu/core/PupilMain.py b/kunyu/core/PupilMain.py index dd000b4..80d9fa0 100644 --- a/kunyu/core/PupilMain.py +++ b/kunyu/core/PupilMain.py @@ -1,7 +1,7 @@ """ @author: 风起 @contact: onlyzaliks@gmail.com -@File: export.py +@File: PupilMain.py @Time: 2022/3/18 15:53 """ diff --git a/kunyu/core/console.py b/kunyu/core/console.py index c796173..5281423 100644 --- a/kunyu/core/console.py +++ b/kunyu/core/console.py @@ -245,8 +245,7 @@ def start(self): pass sys.exit(0) - except Exception as err: - console.print(err) + except Exception: continue diff --git a/kunyu/core/zoomeye.py b/kunyu/core/zoomeye.py index d306949..82c6450 100644 --- a/kunyu/core/zoomeye.py +++ b/kunyu/core/zoomeye.py @@ -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 diff --git a/kunyu/lib/ExportHandler.py b/kunyu/lib/ExportHandler.py index e92f3c5..890a02e 100644 --- a/kunyu/lib/ExportHandler.py +++ b/kunyu/lib/ExportHandler.py @@ -1,7 +1,7 @@ """ @author: 风起 @contact: onlyzaliks@gmail.com -@File: export.py +@File: ExportHandler.py @Time: 2022/3/18 15:53 """ @@ -72,4 +72,4 @@ def main(self): print("") if gbv.Sensitiveinformation: logger.warning("Retrieving results KeyWord:") - console.print(gbv.Sensitiveinformation) \ No newline at end of file + console.print(gbv.Sensitiveinformation) diff --git a/kunyu/lib/GlobalVariable.py b/kunyu/lib/GlobalVariable.py index 389d091..e7a87f1 100644 --- a/kunyu/lib/GlobalVariable.py +++ b/kunyu/lib/GlobalVariable.py @@ -1,7 +1,7 @@ """ @author: 风起 @contact: onlyzaliks@gmail.com -@File: export.py +@File: GlobalVariable.py @Time: 2022/3/18 15:53 """ @@ -56,4 +56,4 @@ def get(self, name: NameType): try: tmp = globalVariables.all() except NameError: - globalVariables = GlobalVariable() \ No newline at end of file + globalVariables = GlobalVariable() diff --git a/kunyu/lib/SerachData.py b/kunyu/lib/SerachData.py index 09700aa..47c0127 100644 --- a/kunyu/lib/SerachData.py +++ b/kunyu/lib/SerachData.py @@ -1,7 +1,7 @@ """ @author: 风起 @contact: onlyzaliks@gmail.com -@File: export.py +@File: SerachData.py @Time: 2022/3/18 15:53 """ diff --git a/kunyu/lib/TrackUrl.py b/kunyu/lib/TrackUrl.py index 2fc86fe..78363ab 100644 --- a/kunyu/lib/TrackUrl.py +++ b/kunyu/lib/TrackUrl.py @@ -1,7 +1,7 @@ """ @author: 风起 @contact: onlyzaliks@gmail.com -@File: export.py +@File: TrackUrl.py @Time: 2022/3/18 15:53 """