-
-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Shodan + ZoomEye + OpenAI + Exploit (Beta) Support #58
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4416631 - Browse repository at this point
Copy the full SHA 4416631View commit details -
Configuration menu - View commit details
-
Copy full SHA for d467680 - Browse repository at this point
Copy the full SHA d467680View commit details -
Update
ScanWeb
initialization to respect the-w/--web
argument fo……r conditional web scanning.
Configuration menu - View commit details
-
Copy full SHA for 6c68ae9 - Browse repository at this point
Copy the full SHA 6c68ae9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7f6576 - Browse repository at this point
Copy the full SHA b7f6576View commit details -
Configuration menu - View commit details
-
Copy full SHA for d46787e - Browse repository at this point
Copy the full SHA d46787eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 725ffed - Browse repository at this point
Copy the full SHA 725ffedView commit details -
Refactor vulnerability scanning to initialize VulnsArray and extend i…
…t with results from SearchSploits.
Configuration menu - View commit details
-
Copy full SHA for fc560c1 - Browse repository at this point
Copy the full SHA fc560c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 637b9a9 - Browse repository at this point
Copy the full SHA 637b9a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3b56a9 - Browse repository at this point
Copy the full SHA b3b56a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc79e18 - Browse repository at this point
Copy the full SHA bc79e18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 191a354 - Browse repository at this point
Copy the full SHA 191a354View commit details -
Fix argument handling in AnalyseScanResults to prevent AttributeError…
… with shodan_results.
Configuration menu - View commit details
-
Copy full SHA for 3baceab - Browse repository at this point
Copy the full SHA 3baceabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2278cf1 - Browse repository at this point
Copy the full SHA 2278cf1View commit details -
Fix vulnerability handling by converting dictionaries to VulnerableSo…
…ftware objects in StartScanning function.
Configuration menu - View commit details
-
Copy full SHA for 358be61 - Browse repository at this point
Copy the full SHA 358be61View commit details -
Update
README.md
to include new features and usage instructions for…… enhanced vulnerability scanning.
Configuration menu - View commit details
-
Copy full SHA for 2dd7cce - Browse repository at this point
Copy the full SHA 2dd7cceView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef00640 - Browse repository at this point
Copy the full SHA ef00640View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee0d976 - Browse repository at this point
Copy the full SHA ee0d976View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d225aa - Browse repository at this point
Copy the full SHA 3d225aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d199c9 - Browse repository at this point
Copy the full SHA 6d199c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6621bc - Browse repository at this point
Copy the full SHA a6621bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4769426 - Browse repository at this point
Copy the full SHA 4769426View commit details -
Fix UnboundLocalError by appending vuln_obj only when initialized in …
…StartScanning function.
Configuration menu - View commit details
-
Copy full SHA for 0cf3ed0 - Browse repository at this point
Copy the full SHA 0cf3ed0View commit details -
Fix UnboundLocalError by ensuring all required vulnerability keys are…
… present before appending to the list.
Configuration menu - View commit details
-
Copy full SHA for 5a4379b - Browse repository at this point
Copy the full SHA 5a4379bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4e71e5 - Browse repository at this point
Copy the full SHA a4e71e5View commit details -
Fix vulnerability data handling by ensuring metasploitSearch returns …
…dictionaries with required keys.
Configuration menu - View commit details
-
Copy full SHA for 618d17e - Browse repository at this point
Copy the full SHA 618d17eView commit details -
Fix vulnerability data handling by ensuring metasploitSearch returns …
…dictionaries with required keys.
Configuration menu - View commit details
-
Copy full SHA for a93ef56 - Browse repository at this point
Copy the full SHA a93ef56View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2619bc9 - Browse repository at this point
Copy the full SHA 2619bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6893f0c - Browse repository at this point
Copy the full SHA 6893f0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8383710 - Browse repository at this point
Copy the full SHA 8383710View commit details -
Configuration menu - View commit details
-
Copy full SHA for c15b8f7 - Browse repository at this point
Copy the full SHA c15b8f7View commit details -
Reorder Metasploit scan and SearchSploits execution to ensure proper …
…sequence of operations.
Configuration menu - View commit details
-
Copy full SHA for 1430504 - Browse repository at this point
Copy the full SHA 1430504View commit details -
Fix invalid vulnerability format and exclude "remote" from search key…
…words in Metasploit scan.
Configuration menu - View commit details
-
Copy full SHA for e1193a1 - Browse repository at this point
Copy the full SHA e1193a1View commit details -
Refactor exploit_vulnerability function to use VulnerableSoftware obj…
…ect for improved clarity and logging.
Configuration menu - View commit details
-
Copy full SHA for 5faa9a0 - Browse repository at this point
Copy the full SHA 5faa9a0View commit details -
Update
exploit_vulnerability
to acceptVulnerableSoftware
object ……and import the class to resolve undefined name error.
Configuration menu - View commit details
-
Copy full SHA for a049ab4 - Browse repository at this point
Copy the full SHA a049ab4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01259eb - Browse repository at this point
Copy the full SHA 01259ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06782ea - Browse repository at this point
Copy the full SHA 06782eaView commit details -
Fix invalid vulnerability format by updating exploit_vulnerabilities …
…to accept VulnerableSoftware objects.
Configuration menu - View commit details
-
Copy full SHA for b15df92 - Browse repository at this point
Copy the full SHA b15df92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fbec87 - Browse repository at this point
Copy the full SHA 9fbec87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95f5776 - Browse repository at this point
Copy the full SHA 95f5776View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a7eebd - Browse repository at this point
Copy the full SHA 3a7eebdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5526b14 - Browse repository at this point
Copy the full SHA 5526b14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5474b2c - Browse repository at this point
Copy the full SHA 5474b2cView commit details -
Add search_exploits function to find exploits related to vulnerabilit…
…ies in Metasploit.
Configuration menu - View commit details
-
Copy full SHA for c3baf6b - Browse repository at this point
Copy the full SHA c3baf6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53a6803 - Browse repository at this point
Copy the full SHA 53a6803View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7012d8 - Browse repository at this point
Copy the full SHA e7012d8View commit details -
Fix circular import and undefined type errors in searchvuln.py by ref…
…actoring imports.
Configuration menu - View commit details
-
Copy full SHA for 549a7c6 - Browse repository at this point
Copy the full SHA 549a7c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49c0905 - Browse repository at this point
Copy the full SHA 49c0905View commit details -
Configuration menu - View commit details
-
Copy full SHA for b589b92 - Browse repository at this point
Copy the full SHA b589b92View commit details -
feat: implement functionality to search and exploit vulnerabilities w…
…ith all payloads until a session is created
Configuration menu - View commit details
-
Copy full SHA for 03c3cfd - Browse repository at this point
Copy the full SHA 03c3cfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cf8602 - Browse repository at this point
Copy the full SHA 3cf8602View commit details -
feat: prevent exploiting the same CVE more than once in exploit_vulne…
…rabilities function
Configuration menu - View commit details
-
Copy full SHA for 839f601 - Browse repository at this point
Copy the full SHA 839f601View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2e17b9 - Browse repository at this point
Copy the full SHA a2e17b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd810b2 - Browse repository at this point
Copy the full SHA cd810b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 694a053 - Browse repository at this point
Copy the full SHA 694a053View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd139e6 - Browse repository at this point
Copy the full SHA dd139e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cf15a4 - Browse repository at this point
Copy the full SHA 5cf15a4View commit details -
feat: implement combined Metasploit search with keyword generation fr…
…om vulnerability data
Configuration menu - View commit details
-
Copy full SHA for 2d31ad5 - Browse repository at this point
Copy the full SHA 2d31ad5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e67555 - Browse repository at this point
Copy the full SHA 1e67555View commit details -
feat: add search_metasploit function and refactor combined_metasploit…
…_search for vulnerability exploitation
Configuration menu - View commit details
-
Copy full SHA for 65c4827 - Browse repository at this point
Copy the full SHA 65c4827View commit details -
fix: Resolve undefined name errors for target and exploit_vulnerabili…
…ty in exploit.py
Configuration menu - View commit details
-
Copy full SHA for c844dd7 - Browse repository at this point
Copy the full SHA c844dd7View commit details -
fix: correct syntax errors in exploit_vulnerability function and upda…
…te exploit usage logging
Configuration menu - View commit details
-
Copy full SHA for daf4dd0 - Browse repository at this point
Copy the full SHA daf4dd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 656c17e - Browse repository at this point
Copy the full SHA 656c17eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc16571 - Browse repository at this point
Copy the full SHA bc16571View commit details -
feat: implement global keyword generator from searchvuln and update r…
…eferences across modules
Configuration menu - View commit details
-
Copy full SHA for 42f217a - Browse repository at this point
Copy the full SHA 42f217aView commit details -
refactor: consolidate keyword generation functionality into keyword_g…
…enerator module and remove redundant functions from other modules
Configuration menu - View commit details
-
Copy full SHA for a9ae248 - Browse repository at this point
Copy the full SHA a9ae248View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5104da7 - Browse repository at this point
Copy the full SHA 5104da7View commit details -
refactor: consolidate keyword generation functionality into the keywo…
…rd_generator module and remove redundant functions from other modules
Configuration menu - View commit details
-
Copy full SHA for f33f0bb - Browse repository at this point
Copy the full SHA f33f0bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3d8269 - Browse repository at this point
Copy the full SHA a3d8269View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eacccf - Browse repository at this point
Copy the full SHA 4eacccfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef99fb8 - Browse repository at this point
Copy the full SHA ef99fb8View commit details -
feat: enhance keyword generation to include CVEs for improved vulnera…
…bility detection
Configuration menu - View commit details
-
Copy full SHA for 7d57cab - Browse repository at this point
Copy the full SHA 7d57cabView commit details -
fix: remove undefined CVEs check from GenerateKeywordList and ensure …
…it is used only in GenerateKeywords function
Configuration menu - View commit details
-
Copy full SHA for 420da5c - Browse repository at this point
Copy the full SHA 420da5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 748d09b - Browse repository at this point
Copy the full SHA 748d09bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b2b778 - Browse repository at this point
Copy the full SHA 9b2b778View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffff72d - Browse repository at this point
Copy the full SHA ffff72dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0550ac7 - Browse repository at this point
Copy the full SHA 0550ac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81751fe - Browse repository at this point
Copy the full SHA 81751feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 020ba17 - Browse repository at this point
Copy the full SHA 020ba17View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea4c73b - Browse repository at this point
Copy the full SHA ea4c73bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f989ba1 - Browse repository at this point
Copy the full SHA f989ba1View commit details -
refactor: Remove unused parameters and clean up code in exploit and k…
…eyword generator modules
Configuration menu - View commit details
-
Copy full SHA for e2dc9a7 - Browse repository at this point
Copy the full SHA e2dc9a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30cd33d - Browse repository at this point
Copy the full SHA 30cd33dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ad026e - Browse repository at this point
Copy the full SHA 1ad026eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2fa041 - Browse repository at this point
Copy the full SHA e2fa041View commit details -
fix: define ApiResponseCVE and metasploit_vulns before use in Generat…
…eKeywords function calls
Configuration menu - View commit details
-
Copy full SHA for cc90edf - Browse repository at this point
Copy the full SHA cc90edfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a4f277 - Browse repository at this point
Copy the full SHA 6a4f277View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ca197c - Browse repository at this point
Copy the full SHA 8ca197cView commit details -
refactor: remove Metasploit-related code and retain Shodan and ZoomEy…
…e functionalities
Configuration menu - View commit details
-
Copy full SHA for 260f0e3 - Browse repository at this point
Copy the full SHA 260f0e3View commit details -
fix: remove max_exploits and metasploit_scan parameters and related c…
…ode from searchvuln and autopwn modules
Configuration menu - View commit details
-
Copy full SHA for 94c137a - Browse repository at this point
Copy the full SHA 94c137aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 159a6a0 - Browse repository at this point
Copy the full SHA 159a6a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fb5db2 - Browse repository at this point
Copy the full SHA 5fb5db2View commit details -
refactor: reorganize imports and improve Shodan search functionality …
…in AutoScanner class
Configuration menu - View commit details
-
Copy full SHA for 94ec8f3 - Browse repository at this point
Copy the full SHA 94ec8f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fd5c98 - Browse repository at this point
Copy the full SHA 6fd5c98View commit details -
refactor: Replace GenerateKeywords with direct keyword generation log…
…ic in multiple modules
Configuration menu - View commit details
-
Copy full SHA for bec8f98 - Browse repository at this point
Copy the full SHA bec8f98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79b901b - Browse repository at this point
Copy the full SHA 79b901bView commit details -
refactor: rename keyword generation function for clarity and update r…
…eferences in AutoScanner class
Configuration menu - View commit details
-
Copy full SHA for e3f4b52 - Browse repository at this point
Copy the full SHA e3f4b52View commit details -
Configuration menu - View commit details
-
Copy full SHA for d13f150 - Browse repository at this point
Copy the full SHA d13f150View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65566f0 - Browse repository at this point
Copy the full SHA 65566f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6791aa0 - Browse repository at this point
Copy the full SHA 6791aa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 326fa96 - Browse repository at this point
Copy the full SHA 326fa96View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7e19cc - Browse repository at this point
Copy the full SHA d7e19ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a4c825 - Browse repository at this point
Copy the full SHA 1a4c825View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08c6c78 - Browse repository at this point
Copy the full SHA 08c6c78View commit details -
Configuration menu - View commit details
-
Copy full SHA for fff9ae3 - Browse repository at this point
Copy the full SHA fff9ae3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e47cbb6 - Browse repository at this point
Copy the full SHA e47cbb6View commit details -
fix: resolve TypeError by appending VulnerableSoftware objects direct…
…ly to all_vulnerabilities
Configuration menu - View commit details
-
Copy full SHA for 3f68197 - Browse repository at this point
Copy the full SHA 3f68197View commit details -
refactor: remove max_exploits parameter from GetExploitAsFile functio…
…n and its usages
Configuration menu - View commit details
-
Copy full SHA for be903fa - Browse repository at this point
Copy the full SHA be903faView commit details -
Configuration menu - View commit details
-
Copy full SHA for a50e876 - Browse repository at this point
Copy the full SHA a50e876View commit details -
Configuration menu - View commit details
-
Copy full SHA for f08c7cb - Browse repository at this point
Copy the full SHA f08c7cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b168104 - Browse repository at this point
Copy the full SHA b168104View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e779fd - Browse repository at this point
Copy the full SHA 8e779fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b57d954 - Browse repository at this point
Copy the full SHA b57d954View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eb1b48 - Browse repository at this point
Copy the full SHA 4eb1b48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cf6b87 - Browse repository at this point
Copy the full SHA 9cf6b87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90a661c - Browse repository at this point
Copy the full SHA 90a661cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8095b83 - Browse repository at this point
Copy the full SHA 8095b83View commit details -
Configuration menu - View commit details
-
Copy full SHA for dff51cf - Browse repository at this point
Copy the full SHA dff51cfView commit details -
fix: create intermediate directories for CVE exploit files to avoid F…
…ileNotFoundError
Configuration menu - View commit details
-
Copy full SHA for 4e7eb4b - Browse repository at this point
Copy the full SHA 4e7eb4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb67c64 - Browse repository at this point
Copy the full SHA eb67c64View commit details -
fix: update GetExploitsFromArray to ensure all CVEs are processed and…
… downloaded correctly
Configuration menu - View commit details
-
Copy full SHA for 076219e - Browse repository at this point
Copy the full SHA 076219eView commit details -
refactor: remove --web argument and adjust scanning order to perform …
…web scanning after exploits are downloaded
Configuration menu - View commit details
-
Copy full SHA for 3863b91 - Browse repository at this point
Copy the full SHA 3863b91View commit details
Commits on Aug 2, 2024
-
feat: add OpenAI API integration for keyword generation and update CL…
…I for API key options
Configuration menu - View commit details
-
Copy full SHA for 563be05 - Browse repository at this point
Copy the full SHA 563be05View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcf22a2 - Browse repository at this point
Copy the full SHA dcf22a2View commit details -
fix: resolve undefined name errors and pass OpenAI API key correctly …
…in SearchSploits function
Configuration menu - View commit details
-
Copy full SHA for ebdf8c4 - Browse repository at this point
Copy the full SHA ebdf8c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a67e8d1 - Browse repository at this point
Copy the full SHA a67e8d1View commit details -
refactor: revert generate_keywords_list_from_host_array to remove ope…
…nai_api_key parameter
Configuration menu - View commit details
-
Copy full SHA for 41538cc - Browse repository at this point
Copy the full SHA 41538ccView commit details -
refactor: revert SearchSploits to use generate_keywords instead of ge…
…nerate_keywords_list_from_host_array
Configuration menu - View commit details
-
Copy full SHA for e494abf - Browse repository at this point
Copy the full SHA e494abfView commit details -
feat: update SearchSploits function to include args parameter and int…
…egrate OpenAI API for vulnerability detection
Configuration menu - View commit details
-
Copy full SHA for d782057 - Browse repository at this point
Copy the full SHA d782057View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5ada46 - Browse repository at this point
Copy the full SHA e5ada46View commit details -
fix: import generate_keywords_with_ai to resolve undefined name error…
… in searchvuln.py
Configuration menu - View commit details
-
Copy full SHA for fd97551 - Browse repository at this point
Copy the full SHA fd97551View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4877396 - Browse repository at this point
Copy the full SHA 4877396View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14296df - Browse repository at this point
Copy the full SHA 14296dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba1ff22 - Browse repository at this point
Copy the full SHA ba1ff22View commit details -
fix: unpack all values from InitArgsAPI and update StartScanning func…
…tion accordingly
Configuration menu - View commit details
-
Copy full SHA for 1ce71fa - Browse repository at this point
Copy the full SHA 1ce71faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4382b59 - Browse repository at this point
Copy the full SHA 4382b59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43ead18 - Browse repository at this point
Copy the full SHA 43ead18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ef4c91 - Browse repository at this point
Copy the full SHA 0ef4c91View commit details -
Configuration menu - View commit details
-
Copy full SHA for de62918 - Browse repository at this point
Copy the full SHA de62918View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd91dee - Browse repository at this point
Copy the full SHA dd91deeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d9789a - Browse repository at this point
Copy the full SHA 8d9789aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 662f75d - Browse repository at this point
Copy the full SHA 662f75dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f42658 - Browse repository at this point
Copy the full SHA 0f42658View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b2d375 - Browse repository at this point
Copy the full SHA 0b2d375View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f11311 - Browse repository at this point
Copy the full SHA 3f11311View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7391c25 - Browse repository at this point
Copy the full SHA 7391c25View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccf6862 - Browse repository at this point
Copy the full SHA ccf6862View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a79d3b - Browse repository at this point
Copy the full SHA 2a79d3bView commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 63d8357 - Browse repository at this point
Copy the full SHA 63d8357View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d8e1e8 - Browse repository at this point
Copy the full SHA 3d8e1e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6544b73 - Browse repository at this point
Copy the full SHA 6544b73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dcd0e1 - Browse repository at this point
Copy the full SHA 1dcd0e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0e96ae - Browse repository at this point
Copy the full SHA b0e96aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13c9d47 - Browse repository at this point
Copy the full SHA 13c9d47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aa098a - Browse repository at this point
Copy the full SHA 5aa098aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a327de - Browse repository at this point
Copy the full SHA 0a327deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ab236a - Browse repository at this point
Copy the full SHA 4ab236aView commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5d3421b - Browse repository at this point
Copy the full SHA 5d3421bView commit details -
Do not print "All vulnerabilities: " text if no vulnerabilities are f…
…ound. This is a temporary fix as this way of printing vulnerabilities doesn't fit programs theme.
Configuration menu - View commit details
-
Copy full SHA for 767c86c - Browse repository at this point
Copy the full SHA 767c86cView commit details -
The expoits should only be exploited if user gives --exploit argument…
… to the program.
Configuration menu - View commit details
-
Copy full SHA for 1be807e - Browse repository at this point
Copy the full SHA 1be807eView commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c27d455 - Browse repository at this point
Copy the full SHA c27d455View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c6d45c - Browse repository at this point
Copy the full SHA 7c6d45cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec7d426 - Browse repository at this point
Copy the full SHA ec7d426View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d14404 - Browse repository at this point
Copy the full SHA 8d14404View commit details -
feat: implement StartExploiting function and update main to handle ex…
…ploitation process
Configuration menu - View commit details
-
Copy full SHA for 63b0ea6 - Browse repository at this point
Copy the full SHA 63b0ea6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dccf40 - Browse repository at this point
Copy the full SHA 8dccf40View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce0c147 - Browse repository at this point
Copy the full SHA ce0c147View commit details -
feat: check and start msfrpcd if not running and initialize Metasploi…
…t client only with -e argument
Configuration menu - View commit details
-
Copy full SHA for 564ea0e - Browse repository at this point
Copy the full SHA 564ea0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d294564 - Browse repository at this point
Copy the full SHA d294564View commit details -
Configuration menu - View commit details
-
Copy full SHA for a052d11 - Browse repository at this point
Copy the full SHA a052d11View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc4e613 - Browse repository at this point
Copy the full SHA dc4e613View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dcda62 - Browse repository at this point
Copy the full SHA 9dcda62View commit details -
Configuration menu - View commit details
-
Copy full SHA for dad11a9 - Browse repository at this point
Copy the full SHA dad11a9View commit details -
feat: add max_vulns parameter to scanning and exploiting functions fo…
…r vulnerability limit control
Configuration menu - View commit details
-
Copy full SHA for 2a60dff - Browse repository at this point
Copy the full SHA 2a60dffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39883d6 - Browse repository at this point
Copy the full SHA 39883d6View commit details -
fix: resolve syntax errors and ensure max_exploits argument is correc…
…tly passed in autopwn.py and searchvuln.py
Configuration menu - View commit details
-
Copy full SHA for 927ab72 - Browse repository at this point
Copy the full SHA 927ab72View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcdfb8b - Browse repository at this point
Copy the full SHA dcdfb8bView commit details -
fix: correct max_vulns attribute to max_exploits in StartExploiting a…
…nd StartScanning function calls
Configuration menu - View commit details
-
Copy full SHA for 0a8b7be - Browse repository at this point
Copy the full SHA 0a8b7beView commit details -
fix: resolve TypeError in StartExploiting and launch RPC server in a …
…new terminal instance
Configuration menu - View commit details
-
Copy full SHA for ef3511d - Browse repository at this point
Copy the full SHA ef3511dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fd218b - Browse repository at this point
Copy the full SHA 0fd218bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f951746 - Browse repository at this point
Copy the full SHA f951746View commit details -
feat: limit printed vulnerabilities to max exploits and update log me…
…ssages to include max exploits count
Configuration menu - View commit details
-
Copy full SHA for 348913d - Browse repository at this point
Copy the full SHA 348913dView commit details -
feat: limit the number of exploits processed to max_exploits in Start…
…Scanning function
Configuration menu - View commit details
-
Copy full SHA for 4726510 - Browse repository at this point
Copy the full SHA 4726510View commit details -
fix: pass args parameter to GetShodanVulns and GetZoomEyeVulns functi…
…ons to resolve undefined name errors
Configuration menu - View commit details
-
Copy full SHA for 2a33529 - Browse repository at this point
Copy the full SHA 2a33529View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d35e44 - Browse repository at this point
Copy the full SHA 7d35e44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 047cc9a - Browse repository at this point
Copy the full SHA 047cc9aView commit details -
feat: implement max_exploits parameter to limit printed exploits in g…
…etexploits module
Configuration menu - View commit details
-
Copy full SHA for 2e6c5c5 - Browse repository at this point
Copy the full SHA 2e6c5c5View commit details -
fix: pass max_exploits parameter to GetExploitsFromArray and use it i…
…n GetExploitAsFile calls
Configuration menu - View commit details
-
Copy full SHA for f211ac4 - Browse repository at this point
Copy the full SHA f211ac4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a006d4 - Browse repository at this point
Copy the full SHA 4a006d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6746356 - Browse repository at this point
Copy the full SHA 6746356View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a6b244 - Browse repository at this point
Copy the full SHA 5a6b244View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cfeb2e - Browse repository at this point
Copy the full SHA 7cfeb2eView commit details -
fix: pass args to relevant functions and fix unmatched parentheses in…
… utils and nist_search modules
Configuration menu - View commit details
-
Copy full SHA for 94ea28f - Browse repository at this point
Copy the full SHA 94ea28fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ee9f11 - Browse repository at this point
Copy the full SHA 5ee9f11View commit details -
fix: correct duplicate tag checks and improve output formatting in ex…
…ploit and keyword generator modules
Configuration menu - View commit details
-
Copy full SHA for d8af838 - Browse repository at this point
Copy the full SHA d8af838View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b66656 - Browse repository at this point
Copy the full SHA 4b66656View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0617380 - Browse repository at this point
Copy the full SHA 0617380View commit details -
Configuration menu - View commit details
-
Copy full SHA for af7e42f - Browse repository at this point
Copy the full SHA af7e42fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a10562 - Browse repository at this point
Copy the full SHA 6a10562View commit details -
Configuration menu - View commit details
-
Copy full SHA for db31faf - Browse repository at this point
Copy the full SHA db31fafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bf8009 - Browse repository at this point
Copy the full SHA 1bf8009View commit details -
fix: define args parameter in GetHostsToScan function and pass it to …
…console.print calls
Configuration menu - View commit details
-
Copy full SHA for 65b7b41 - Browse repository at this point
Copy the full SHA 65b7b41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 046fd1b - Browse repository at this point
Copy the full SHA 046fd1bView commit details -
fix: remove unexpected 'args' parameter from console.print calls in G…
…etHostsToScan function
Configuration menu - View commit details
-
Copy full SHA for 5a0ee09 - Browse repository at this point
Copy the full SHA 5a0ee09View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3b9359 - Browse repository at this point
Copy the full SHA d3b9359View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e072f6 - Browse repository at this point
Copy the full SHA 0e072f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 974e4e8 - Browse repository at this point
Copy the full SHA 974e4e8View commit details -
fix: handle NoneType for args in generate_keywords_with_ai function t…
…o prevent AttributeError
Configuration menu - View commit details
-
Copy full SHA for f9a2f21 - Browse repository at this point
Copy the full SHA f9a2f21View commit details -
Configuration menu - View commit details
-
Copy full SHA for a05783d - Browse repository at this point
Copy the full SHA a05783dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d88f96f - Browse repository at this point
Copy the full SHA d88f96fView commit details -
fix: pass args to functions and update logging to include tags in exp…
…loit.py and autopwn.py
Configuration menu - View commit details
-
Copy full SHA for 4a5ef95 - Browse repository at this point
Copy the full SHA 4a5ef95View commit details -
Configuration menu - View commit details
-
Copy full SHA for ead7e06 - Browse repository at this point
Copy the full SHA ead7e06View commit details -
fix: print tags only when the tag argument is provided and clean up o…
…utput formatting in utils module
Configuration menu - View commit details
-
Copy full SHA for 85deb30 - Browse repository at this point
Copy the full SHA 85deb30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c07501 - Browse repository at this point
Copy the full SHA 6c07501View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc3d331 - Browse repository at this point
Copy the full SHA dc3d331View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0523349 - Browse repository at this point
Copy the full SHA 0523349View commit details -
feat: enhance vulnerability search functions to support max_exploits …
…parameter and improve logging
Configuration menu - View commit details
-
Copy full SHA for c501323 - Browse repository at this point
Copy the full SHA c501323View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8d5a41 - Browse repository at this point
Copy the full SHA e8d5a41View commit details -
Configuration menu - View commit details
-
Copy full SHA for b62b3bc - Browse repository at this point
Copy the full SHA b62b3bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e69af42 - Browse repository at this point
Copy the full SHA e69af42View commit details -
fix: correct syntax error in SearchVuln method by placing args check …
…inside function body
Configuration menu - View commit details
-
Copy full SHA for f02eca4 - Browse repository at this point
Copy the full SHA f02eca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cfdf1b - Browse repository at this point
Copy the full SHA 3cfdf1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b24a64f - Browse repository at this point
Copy the full SHA b24a64fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed26c24 - Browse repository at this point
Copy the full SHA ed26c24View commit details -
fix: define args in scan method and pass it correctly to GetExploitsF…
…romArray function
Configuration menu - View commit details
-
Copy full SHA for 05d693f - Browse repository at this point
Copy the full SHA 05d693fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49d1715 - Browse repository at this point
Copy the full SHA 49d1715View commit details -
refactor: simplify SearchShodan and SearchZoomEye method signatures b…
…y removing redundant args handling
Configuration menu - View commit details
-
Copy full SHA for 3cb0360 - Browse repository at this point
Copy the full SHA 3cb0360View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f79812 - Browse repository at this point
Copy the full SHA 2f79812View commit details -
Configuration menu - View commit details
-
Copy full SHA for edaec73 - Browse repository at this point
Copy the full SHA edaec73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c67831 - Browse repository at this point
Copy the full SHA 4c67831View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad88367 - Browse repository at this point
Copy the full SHA ad88367View commit details -
fix: ensure api.py works with nist_search by utilizing args in AutoSc…
…anner and search functions
Configuration menu - View commit details
-
Copy full SHA for 5f941c9 - Browse repository at this point
Copy the full SHA 5f941c9View commit details -
fix: prevent NoneType error by checking if args is not None before ac…
…cessing max_exploits
Configuration menu - View commit details
-
Copy full SHA for 396fcde - Browse repository at this point
Copy the full SHA 396fcdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66e25f4 - Browse repository at this point
Copy the full SHA 66e25f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e56ce9 - Browse repository at this point
Copy the full SHA 7e56ce9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3990060 - Browse repository at this point
Copy the full SHA 3990060View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75994eb - Browse repository at this point
Copy the full SHA 75994ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 990eda3 - Browse repository at this point
Copy the full SHA 990eda3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76f3ef5 - Browse repository at this point
Copy the full SHA 76f3ef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce7e98c - Browse repository at this point
Copy the full SHA ce7e98cView commit details -
fix: resolve 'str' object has no attribute 'tag' by ensuring args is …
…correctly passed and used as an object with attributes
Configuration menu - View commit details
-
Copy full SHA for a893c6d - Browse repository at this point
Copy the full SHA a893c6dView commit details -
refactor: simplify StartScanning function by removing unused variable…
…s and redundant code
Configuration menu - View commit details
-
Copy full SHA for 57af360 - Browse repository at this point
Copy the full SHA 57af360View commit details -
Configuration menu - View commit details
-
Copy full SHA for d158cb2 - Browse repository at this point
Copy the full SHA d158cb2View commit details -
Add .idea configuration files and update exploit.py for Metasploit in…
…tegration. Handle max_exploits option, log exploit search results, and improve error handling in exploit functions.
Configuration menu - View commit details
-
Copy full SHA for 9215f5b - Browse repository at this point
Copy the full SHA 9215f5bView commit details -
Updated Args being passed to certain functions
Updated Args being passed to certain functions - Removed print statements for args in two functions - Adjusted order of arguments in a function signature - Updated function calls to include additional 'args' parameter
Configuration menu - View commit details
-
Copy full SHA for 65cb1dd - Browse repository at this point
Copy the full SHA 65cb1ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b2feb5 - Browse repository at this point
Copy the full SHA 2b2feb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f94908 - Browse repository at this point
Copy the full SHA 1f94908View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08bc9c7 - Browse repository at this point
Copy the full SHA 08bc9c7View commit details -
fix: resolve SyntaxError by declaring global client before assignment…
… in initialize_msf_client function
Configuration menu - View commit details
-
Copy full SHA for d8642a6 - Browse repository at this point
Copy the full SHA d8642a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d0babe - Browse repository at this point
Copy the full SHA 6d0babeView commit details -
Refactor global variable handling and exploit search logic
- Refactored global variable usage in functions - Updated exploit search logic to handle empty results efficiently
Configuration menu - View commit details
-
Copy full SHA for a374e68 - Browse repository at this point
Copy the full SHA a374e68View commit details