Skip to content
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

Closed
wants to merge 405 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    4416631 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d467680 View commit details
    Browse the repository at this point in the history
  3. Update ScanWeb initialization to respect the -w/--web argument fo…

    …r conditional web scanning.
    overtimepog committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    6c68ae9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7f6576 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d46787e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    725ffed View commit details
    Browse the repository at this point in the history
  7. Refactor vulnerability scanning to initialize VulnsArray and extend i…

    …t with results from SearchSploits.
    overtimepog committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    fc560c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    637b9a9 View commit details
    Browse the repository at this point in the history
  9. update

    overtimepog committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b3b56a9 View commit details
    Browse the repository at this point in the history
  10. Update utils.py

    overtimepog committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    bc79e18 View commit details
    Browse the repository at this point in the history
  11. shodan stuff :)

    overtimepog committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    191a354 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3baceab View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2278cf1 View commit details
    Browse the repository at this point in the history
  14. Fix vulnerability handling by converting dictionaries to VulnerableSo…

    …ftware objects in StartScanning function.
    overtimepog committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    358be61 View commit details
    Browse the repository at this point in the history
  15. Update README.md to include new features and usage instructions for…

    … enhanced vulnerability scanning.
    overtimepog committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    2dd7cce View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ef00640 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ee0d976 View commit details
    Browse the repository at this point in the history
  18. Update README.md

    overtimepog committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    3d225aa View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6d199c9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a6621bc View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4769426 View commit details
    Browse the repository at this point in the history
  22. Fix UnboundLocalError by appending vuln_obj only when initialized in …

    …StartScanning function.
    overtimepog committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0cf3ed0 View commit details
    Browse the repository at this point in the history
  23. Fix UnboundLocalError by ensuring all required vulnerability keys are…

    … present before appending to the list.
    overtimepog committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5a4379b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a4e71e5 View commit details
    Browse the repository at this point in the history
  25. Fix vulnerability data handling by ensuring metasploitSearch returns …

    …dictionaries with required keys.
    overtimepog committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    618d17e View commit details
    Browse the repository at this point in the history
  26. Fix vulnerability data handling by ensuring metasploitSearch returns …

    …dictionaries with required keys.
    overtimepog committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a93ef56 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Update autopwn.py

    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    2619bc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6893f0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8383710 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c15b8f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1430504 View commit details
    Browse the repository at this point in the history
  6. Fix invalid vulnerability format and exclude "remote" from search key…

    …words in Metasploit scan.
    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e1193a1 View commit details
    Browse the repository at this point in the history
  7. Refactor exploit_vulnerability function to use VulnerableSoftware obj…

    …ect for improved clarity and logging.
    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5faa9a0 View commit details
    Browse the repository at this point in the history
  8. Update exploit_vulnerability to accept VulnerableSoftware object …

    …and import the class to resolve undefined name error.
    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a049ab4 View commit details
    Browse the repository at this point in the history
  9. Update searchvuln.py

    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    01259eb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    06782ea View commit details
    Browse the repository at this point in the history
  11. Fix invalid vulnerability format by updating exploit_vulnerabilities …

    …to accept VulnerableSoftware objects.
    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b15df92 View commit details
    Browse the repository at this point in the history
  12. Update exploit.py

    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    9fbec87 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    95f5776 View commit details
    Browse the repository at this point in the history
  14. Update exploit.py

    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3a7eebd View commit details
    Browse the repository at this point in the history
  15. Update exploit.py

    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5526b14 View commit details
    Browse the repository at this point in the history
  16. fix

    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5474b2c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c3baf6b View commit details
    Browse the repository at this point in the history
  18. stuff

    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    53a6803 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e7012d8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    549a7c6 View commit details
    Browse the repository at this point in the history
  21. Update searchvuln.py

    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    49c0905 View commit details
    Browse the repository at this point in the history
  22. Update exploit.py

    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b589b92 View commit details
    Browse the repository at this point in the history
  23. feat: implement functionality to search and exploit vulnerabilities w…

    …ith all payloads until a session is created
    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    03c3cfd View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3cf8602 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    839f601 View commit details
    Browse the repository at this point in the history
  26. Update exploit.py

    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a2e17b9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    cd810b2 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    694a053 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    dd139e6 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    5cf15a4 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    2d31ad5 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    1e67555 View commit details
    Browse the repository at this point in the history
  33. feat: add search_metasploit function and refactor combined_metasploit…

    …_search for vulnerability exploitation
    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    65c4827 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    c844dd7 View commit details
    Browse the repository at this point in the history
  35. fix: correct syntax errors in exploit_vulnerability function and upda…

    …te exploit usage logging
    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    daf4dd0 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    656c17e View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    bc16571 View commit details
    Browse the repository at this point in the history
  38. feat: implement global keyword generator from searchvuln and update r…

    …eferences across modules
    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    42f217a View commit details
    Browse the repository at this point in the history
  39. refactor: consolidate keyword generation functionality into keyword_g…

    …enerator module and remove redundant functions from other modules
    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a9ae248 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    5104da7 View commit details
    Browse the repository at this point in the history
  41. refactor: consolidate keyword generation functionality into the keywo…

    …rd_generator module and remove redundant functions from other modules
    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    f33f0bb View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    a3d8269 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    4eacccf View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    ef99fb8 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    7d57cab View commit details
    Browse the repository at this point in the history
  46. fix: remove undefined CVEs check from GenerateKeywordList and ensure …

    …it is used only in GenerateKeywords function
    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    420da5c View commit details
    Browse the repository at this point in the history
  47. update

    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    748d09b View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    9b2b778 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    ffff72d View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    0550ac7 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    81751fe View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    020ba17 View commit details
    Browse the repository at this point in the history
  53. Update utils.py

    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    ea4c73b View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    f989ba1 View commit details
    Browse the repository at this point in the history
  55. refactor: Remove unused parameters and clean up code in exploit and k…

    …eyword generator modules
    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e2dc9a7 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    30cd33d View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    1ad026e View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    e2fa041 View commit details
    Browse the repository at this point in the history
  59. fix: define ApiResponseCVE and metasploit_vulns before use in Generat…

    …eKeywords function calls
    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    cc90edf View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    6a4f277 View commit details
    Browse the repository at this point in the history
  61. Update README.md

    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8ca197c View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    260f0e3 View commit details
    Browse the repository at this point in the history
  63. fix: remove max_exploits and metasploit_scan parameters and related c…

    …ode from searchvuln and autopwn modules
    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    94c137a View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    159a6a0 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    5fb5db2 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    94ec8f3 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    6fd5c98 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    bec8f98 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    79b901b View commit details
    Browse the repository at this point in the history
  70. refactor: rename keyword generation function for clarity and update r…

    …eferences in AutoScanner class
    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e3f4b52 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    d13f150 View commit details
    Browse the repository at this point in the history
  72. keyword

    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    65566f0 View commit details
    Browse the repository at this point in the history
  73. removed unsed imports

    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    6791aa0 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    326fa96 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    d7e19cc View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    1a4c825 View commit details
    Browse the repository at this point in the history
  77. Update README.md

    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    08c6c78 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    fff9ae3 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    e47cbb6 View commit details
    Browse the repository at this point in the history
  80. fix: resolve TypeError by appending VulnerableSoftware objects direct…

    …ly to all_vulnerabilities
    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3f68197 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    be903fa View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    a50e876 View commit details
    Browse the repository at this point in the history
  83. Update getexploits.py

    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    f08c7cb View commit details
    Browse the repository at this point in the history
  84. Update getexploits.py

    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b168104 View commit details
    Browse the repository at this point in the history
  85. Update getexploits.py

    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8e779fd View commit details
    Browse the repository at this point in the history
  86. fix

    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b57d954 View commit details
    Browse the repository at this point in the history
  87. Update autopwn.py

    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    4eb1b48 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    9cf6b87 View commit details
    Browse the repository at this point in the history
  89. Update autopwn.py

    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    90a661c View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    8095b83 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    dff51cf View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    4e7eb4b View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    eb67c64 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    076219e View commit details
    Browse the repository at this point in the history
  95. refactor: remove --web argument and adjust scanning order to perform …

    …web scanning after exploits are downloaded
    overtimepog committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3863b91 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    563be05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcf22a2 View commit details
    Browse the repository at this point in the history
  3. fix: resolve undefined name errors and pass OpenAI API key correctly …

    …in SearchSploits function
    overtimepog committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ebdf8c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a67e8d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41538cc View commit details
    Browse the repository at this point in the history
  6. refactor: revert SearchSploits to use generate_keywords instead of ge…

    …nerate_keywords_list_from_host_array
    overtimepog committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e494abf View commit details
    Browse the repository at this point in the history
  7. feat: update SearchSploits function to include args parameter and int…

    …egrate OpenAI API for vulnerability detection
    overtimepog committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d782057 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e5ada46 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fd97551 View commit details
    Browse the repository at this point in the history
  10. search vuln update

    overtimepog committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4877396 View commit details
    Browse the repository at this point in the history
  11. fixed dumb stuff

    overtimepog committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    14296df View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ba1ff22 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1ce71fa View commit details
    Browse the repository at this point in the history
  14. Update requirements.txt

    overtimepog committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4382b59 View commit details
    Browse the repository at this point in the history
  15. Update requirements.txt

    overtimepog committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    43ead18 View commit details
    Browse the repository at this point in the history
  16. Update searchvuln.py

    overtimepog committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    0ef4c91 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    de62918 View commit details
    Browse the repository at this point in the history
  18. Update utils.py

    overtimepog committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    dd91dee View commit details
    Browse the repository at this point in the history
  19. Update autopwn.py

    overtimepog committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8d9789a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    662f75d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0f42658 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0b2d375 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3f11311 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7391c25 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ccf6862 View commit details
    Browse the repository at this point in the history
  26. Update nist_search.py

    overtimepog committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2a79d3b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    63d8357 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d8e1e8 View commit details
    Browse the repository at this point in the history
  3. Removed unused image

    GamehunterKaan committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    6544b73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1dcd0e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0e96ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13c9d47 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5aa098a View commit details
    Browse the repository at this point in the history
  8. Remove unused imports

    GamehunterKaan committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    0a327de View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ab236a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    5d3421b View commit details
    Browse the repository at this point in the history
  2. 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.
    GamehunterKaan committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    767c86c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1be807e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    c27d455 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c6d45c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec7d426 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d14404 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63b0ea6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8dccf40 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce0c147 View commit details
    Browse the repository at this point in the history
  8. feat: check and start msfrpcd if not running and initialize Metasploi…

    …t client only with -e argument
    overtimepog committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    564ea0e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d294564 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a052d11 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dc4e613 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9dcda62 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dad11a9 View commit details
    Browse the repository at this point in the history
  14. feat: add max_vulns parameter to scanning and exploiting functions fo…

    …r vulnerability limit control
    overtimepog committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    2a60dff View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    39883d6 View commit details
    Browse the repository at this point in the history
  16. fix: resolve syntax errors and ensure max_exploits argument is correc…

    …tly passed in autopwn.py and searchvuln.py
    overtimepog committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    927ab72 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dcdfb8b View commit details
    Browse the repository at this point in the history
  18. fix: correct max_vulns attribute to max_exploits in StartExploiting a…

    …nd StartScanning function calls
    overtimepog committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0a8b7be View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ef3511d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0fd218b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f951746 View commit details
    Browse the repository at this point in the history
  22. feat: limit printed vulnerabilities to max exploits and update log me…

    …ssages to include max exploits count
    overtimepog committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    348913d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4726510 View commit details
    Browse the repository at this point in the history
  24. fix: pass args parameter to GetShodanVulns and GetZoomEyeVulns functi…

    …ons to resolve undefined name errors
    overtimepog committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    2a33529 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7d35e44 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    047cc9a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2e6c5c5 View commit details
    Browse the repository at this point in the history
  28. fix: pass max_exploits parameter to GetExploitsFromArray and use it i…

    …n GetExploitAsFile calls
    overtimepog committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f211ac4 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4a006d4 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    6746356 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    5a6b244 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7cfeb2e View commit details
    Browse the repository at this point in the history
  33. fix: pass args to relevant functions and fix unmatched parentheses in…

    … utils and nist_search modules
    overtimepog committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    94ea28f View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    5ee9f11 View commit details
    Browse the repository at this point in the history
  35. fix: correct duplicate tag checks and improve output formatting in ex…

    …ploit and keyword generator modules
    overtimepog committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d8af838 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4b66656 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    0617380 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    af7e42f View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    6a10562 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    db31faf View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    1bf8009 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    65b7b41 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    046fd1b View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    5a0ee09 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    d3b9359 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    0e072f6 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    974e4e8 View commit details
    Browse the repository at this point in the history
  48. fix: handle NoneType for args in generate_keywords_with_ai function t…

    …o prevent AttributeError
    overtimepog committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f9a2f21 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    a05783d View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    d88f96f View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    4a5ef95 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    ead7e06 View commit details
    Browse the repository at this point in the history
  53. fix: print tags only when the tag argument is provided and clean up o…

    …utput formatting in utils module
    overtimepog committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    85deb30 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    6c07501 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    dc3d331 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    0523349 View commit details
    Browse the repository at this point in the history
  57. feat: enhance vulnerability search functions to support max_exploits …

    …parameter and improve logging
    overtimepog committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c501323 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    e8d5a41 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    b62b3bc View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    e69af42 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    f02eca4 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    3cfdf1b View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    b24a64f View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    ed26c24 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    05d693f View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    49d1715 View commit details
    Browse the repository at this point in the history
  67. refactor: simplify SearchShodan and SearchZoomEye method signatures b…

    …y removing redundant args handling
    overtimepog committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3cb0360 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    2f79812 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    edaec73 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    4c67831 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    ad88367 View commit details
    Browse the repository at this point in the history
  72. fix: ensure api.py works with nist_search by utilizing args in AutoSc…

    …anner and search functions
    overtimepog committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5f941c9 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    396fcde View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    66e25f4 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    7e56ce9 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    3990060 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    75994eb View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    990eda3 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    76f3ef5 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    ce7e98c View commit details
    Browse the repository at this point in the history
  81. fix: resolve 'str' object has no attribute 'tag' by ensuring args is …

    …correctly passed and used as an object with attributes
    overtimepog committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a893c6d View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    57af360 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    d158cb2 View commit details
    Browse the repository at this point in the history
  84. 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.
    overtimepog committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9215f5b View commit details
    Browse the repository at this point in the history
  85. 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
    overtimepog committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    65cb1dd View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    2b2feb5 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    1f94908 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    08bc9c7 View commit details
    Browse the repository at this point in the history
  89. fix: resolve SyntaxError by declaring global client before assignment…

    … in initialize_msf_client function
    overtimepog committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d8642a6 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    6d0babe View commit details
    Browse the repository at this point in the history
  91. Refactor global variable handling and exploit search logic

    - Refactored global variable usage in functions
    - Updated exploit search logic to handle empty results efficiently
    overtimepog committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a374e68 View commit details
    Browse the repository at this point in the history