bbot 2.4.1.6077rc0__tar.gz → 2.4.1.6089rc0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of bbot might be problematic. Click here for more details.

Files changed (434) hide show
  1. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/PKG-INFO +2 -2
  2. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/__init__.py +1 -1
  3. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/misc.py +3 -3
  4. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/web/client.py +1 -1
  5. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/web/web.py +1 -1
  6. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/baddns.py +1 -1
  7. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/baddns_direct.py +1 -1
  8. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/baddns_zone.py +1 -1
  9. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/internal/speculate.py +2 -2
  10. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_censys.py +7 -5
  11. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_ipstack.py +2 -2
  12. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_postman.py +26 -3
  13. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_postman_download.py +21 -2
  14. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_trufflehog.py +27 -4
  15. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/pyproject.toml +3 -3
  16. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/LICENSE +0 -0
  17. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/README.md +0 -0
  18. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/cli.py +0 -0
  19. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/__init__.py +0 -0
  20. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/config/__init__.py +0 -0
  21. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/config/files.py +0 -0
  22. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/config/logger.py +0 -0
  23. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/core.py +0 -0
  24. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/engine.py +0 -0
  25. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/event/__init__.py +0 -0
  26. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/event/base.py +0 -0
  27. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/event/helpers.py +0 -0
  28. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/flags.py +0 -0
  29. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/__init__.py +0 -0
  30. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/async_helpers.py +0 -0
  31. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/bloom.py +0 -0
  32. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/cache.py +0 -0
  33. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/command.py +0 -0
  34. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/depsinstaller/__init__.py +0 -0
  35. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/depsinstaller/installer.py +0 -0
  36. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/depsinstaller/sudo_askpass.py +0 -0
  37. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/diff.py +0 -0
  38. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/dns/__init__.py +0 -0
  39. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/dns/brute.py +0 -0
  40. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/dns/dns.py +0 -0
  41. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/dns/engine.py +0 -0
  42. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/dns/helpers.py +0 -0
  43. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/dns/mock.py +0 -0
  44. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/files.py +0 -0
  45. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/helper.py +0 -0
  46. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/interactsh.py +0 -0
  47. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/libmagic.py +0 -0
  48. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/names_generator.py +0 -0
  49. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/ntlm.py +0 -0
  50. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/process.py +0 -0
  51. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/ratelimiter.py +0 -0
  52. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/regex.py +0 -0
  53. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/regexes.py +0 -0
  54. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/url.py +0 -0
  55. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/validators.py +0 -0
  56. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/web/__init__.py +0 -0
  57. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/web/engine.py +0 -0
  58. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/web/ssl_context.py +0 -0
  59. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/helpers/wordcloud.py +0 -0
  60. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/modules.py +0 -0
  61. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/multiprocess.py +0 -0
  62. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/core/shared_deps.py +0 -0
  63. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/db/sql/models.py +0 -0
  64. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/defaults.yml +0 -0
  65. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/errors.py +0 -0
  66. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/logger.py +0 -0
  67. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/__init__.py +0 -0
  68. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/ajaxpro.py +0 -0
  69. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/anubisdb.py +0 -0
  70. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/apkpure.py +0 -0
  71. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/azure_realm.py +0 -0
  72. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/azure_tenant.py +0 -0
  73. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/badsecrets.py +0 -0
  74. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/base.py +0 -0
  75. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/bevigil.py +0 -0
  76. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/binaryedge.py +0 -0
  77. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/bucket_amazon.py +0 -0
  78. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/bucket_azure.py +0 -0
  79. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/bucket_digitalocean.py +0 -0
  80. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/bucket_file_enum.py +0 -0
  81. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/bucket_firebase.py +0 -0
  82. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/bucket_google.py +0 -0
  83. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/bufferoverrun.py +0 -0
  84. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/builtwith.py +0 -0
  85. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/bypass403.py +0 -0
  86. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/c99.py +0 -0
  87. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/censys.py +0 -0
  88. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/certspotter.py +0 -0
  89. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/chaos.py +0 -0
  90. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/code_repository.py +0 -0
  91. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/credshed.py +0 -0
  92. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/crt.py +0 -0
  93. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/crt_db.py +0 -0
  94. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/deadly/dastardly.py +0 -0
  95. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/deadly/ffuf.py +0 -0
  96. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/deadly/nuclei.py +0 -0
  97. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/deadly/vhost.py +0 -0
  98. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/dehashed.py +0 -0
  99. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/digitorus.py +0 -0
  100. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/dnsbimi.py +0 -0
  101. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/dnsbrute.py +0 -0
  102. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/dnsbrute_mutations.py +0 -0
  103. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/dnscaa.py +0 -0
  104. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/dnscommonsrv.py +0 -0
  105. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/dnsdumpster.py +0 -0
  106. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/dnstlsrpt.py +0 -0
  107. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/docker_pull.py +0 -0
  108. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/dockerhub.py +0 -0
  109. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/dotnetnuke.py +0 -0
  110. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/emailformat.py +0 -0
  111. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/extractous.py +0 -0
  112. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/ffuf_shortnames.py +0 -0
  113. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/filedownload.py +0 -0
  114. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/fingerprintx.py +0 -0
  115. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/fullhunt.py +0 -0
  116. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/generic_ssrf.py +0 -0
  117. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/git.py +0 -0
  118. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/git_clone.py +0 -0
  119. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/gitdumper.py +0 -0
  120. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/github_codesearch.py +0 -0
  121. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/github_org.py +0 -0
  122. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/github_workflows.py +0 -0
  123. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/gitlab.py +0 -0
  124. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/google_playstore.py +0 -0
  125. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/gowitness.py +0 -0
  126. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/hackertarget.py +0 -0
  127. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/host_header.py +0 -0
  128. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/httpx.py +0 -0
  129. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/hunt.py +0 -0
  130. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/hunterio.py +0 -0
  131. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/iis_shortnames.py +0 -0
  132. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/internal/__init__.py +0 -0
  133. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/internal/aggregate.py +0 -0
  134. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/internal/base.py +0 -0
  135. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/internal/cloudcheck.py +0 -0
  136. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/internal/dnsresolve.py +0 -0
  137. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/internal/excavate.py +0 -0
  138. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/internal/unarchive.py +0 -0
  139. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/ip2location.py +0 -0
  140. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/ipneighbor.py +0 -0
  141. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/ipstack.py +0 -0
  142. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/jadx.py +0 -0
  143. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/leakix.py +0 -0
  144. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/myssl.py +0 -0
  145. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/newsletters.py +0 -0
  146. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/ntlm.py +0 -0
  147. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/oauth.py +0 -0
  148. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/otx.py +0 -0
  149. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/output/__init__.py +0 -0
  150. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/output/asset_inventory.py +0 -0
  151. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/output/base.py +0 -0
  152. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/output/csv.py +0 -0
  153. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/output/discord.py +0 -0
  154. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/output/emails.py +0 -0
  155. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/output/http.py +0 -0
  156. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/output/json.py +0 -0
  157. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/output/mysql.py +0 -0
  158. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/output/neo4j.py +0 -0
  159. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/output/nmap_xml.py +0 -0
  160. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/output/postgres.py +0 -0
  161. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/output/python.py +0 -0
  162. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/output/slack.py +0 -0
  163. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/output/splunk.py +0 -0
  164. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/output/sqlite.py +0 -0
  165. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/output/stdout.py +0 -0
  166. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/output/subdomains.py +0 -0
  167. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/output/teams.py +0 -0
  168. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/output/txt.py +0 -0
  169. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/output/web_parameters.py +0 -0
  170. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/output/web_report.py +0 -0
  171. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/output/websocket.py +0 -0
  172. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/paramminer_cookies.py +0 -0
  173. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/paramminer_getparams.py +0 -0
  174. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/paramminer_headers.py +0 -0
  175. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/passivetotal.py +0 -0
  176. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/pgp.py +0 -0
  177. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/portfilter.py +0 -0
  178. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/portscan.py +0 -0
  179. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/postman.py +0 -0
  180. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/postman_download.py +0 -0
  181. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/rapiddns.py +0 -0
  182. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/report/affiliates.py +0 -0
  183. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/report/asn.py +0 -0
  184. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/report/base.py +0 -0
  185. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/robots.py +0 -0
  186. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/securitytrails.py +0 -0
  187. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/securitytxt.py +0 -0
  188. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/shodan_dns.py +0 -0
  189. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/shodan_idb.py +0 -0
  190. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/sitedossier.py +0 -0
  191. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/skymem.py +0 -0
  192. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/smuggler.py +0 -0
  193. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/social.py +0 -0
  194. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/sslcert.py +0 -0
  195. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/subdomaincenter.py +0 -0
  196. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/subdomainradar.py +0 -0
  197. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/telerik.py +0 -0
  198. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/templates/bucket.py +0 -0
  199. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/templates/github.py +0 -0
  200. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/templates/postman.py +0 -0
  201. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/templates/shodan.py +0 -0
  202. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/templates/sql.py +0 -0
  203. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/templates/subdomain_enum.py +0 -0
  204. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/templates/webhook.py +0 -0
  205. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/trickest.py +0 -0
  206. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/trufflehog.py +0 -0
  207. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/url_manipulation.py +0 -0
  208. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/urlscan.py +0 -0
  209. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/viewdns.py +0 -0
  210. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/virustotal.py +0 -0
  211. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/wafw00f.py +0 -0
  212. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/wappalyzer.py +0 -0
  213. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/wayback.py +0 -0
  214. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/wpscan.py +0 -0
  215. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/modules/zoomeye.py +0 -0
  216. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/presets/baddns-intense.yml +0 -0
  217. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/presets/cloud-enum.yml +0 -0
  218. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/presets/code-enum.yml +0 -0
  219. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/presets/email-enum.yml +0 -0
  220. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/presets/fast.yml +0 -0
  221. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/presets/kitchen-sink.yml +0 -0
  222. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/presets/nuclei/nuclei-budget.yml +0 -0
  223. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/presets/nuclei/nuclei-intense.yml +0 -0
  224. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/presets/nuclei/nuclei-technology.yml +0 -0
  225. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/presets/nuclei/nuclei.yml +0 -0
  226. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/presets/spider-intense.yml +0 -0
  227. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/presets/spider.yml +0 -0
  228. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/presets/subdomain-enum.yml +0 -0
  229. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/presets/tech-detect.yml +0 -0
  230. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/presets/web/dirbust-heavy.yml +0 -0
  231. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/presets/web/dirbust-light.yml +0 -0
  232. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/presets/web/dotnet-audit.yml +0 -0
  233. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/presets/web/iis-shortnames.yml +0 -0
  234. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/presets/web/paramminer.yml +0 -0
  235. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/presets/web-basic.yml +0 -0
  236. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/presets/web-screenshots.yml +0 -0
  237. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/presets/web-thorough.yml +0 -0
  238. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/scanner/__init__.py +0 -0
  239. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/scanner/dispatcher.py +0 -0
  240. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/scanner/manager.py +0 -0
  241. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/scanner/preset/__init__.py +0 -0
  242. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/scanner/preset/args.py +0 -0
  243. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/scanner/preset/conditions.py +0 -0
  244. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/scanner/preset/environ.py +0 -0
  245. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/scanner/preset/path.py +0 -0
  246. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/scanner/preset/preset.py +0 -0
  247. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/scanner/scanner.py +0 -0
  248. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/scanner/stats.py +0 -0
  249. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/scanner/target.py +0 -0
  250. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/scripts/docs.py +0 -0
  251. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/__init__.py +0 -0
  252. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/bbot_fixtures.py +0 -0
  253. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/conftest.py +0 -0
  254. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/coverage.cfg +0 -0
  255. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/fastapi_test.py +0 -0
  256. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/owasp_mastg.apk +0 -0
  257. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/run_tests.sh +0 -0
  258. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test.conf +0 -0
  259. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_output.ndjson +0 -0
  260. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_1/__init__.py +0 -0
  261. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_1/test__module__tests.py +0 -0
  262. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_1/test_bbot_fastapi.py +0 -0
  263. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_1/test_bloom_filter.py +0 -0
  264. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_1/test_cli.py +0 -0
  265. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_1/test_command.py +0 -0
  266. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_1/test_config.py +0 -0
  267. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_1/test_depsinstaller.py +0 -0
  268. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_1/test_dns.py +0 -0
  269. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_1/test_docs.py +0 -0
  270. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_1/test_engine.py +0 -0
  271. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_1/test_event_seeds.py +0 -0
  272. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_1/test_events.py +0 -0
  273. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_1/test_files.py +0 -0
  274. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_1/test_helpers.py +0 -0
  275. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_1/test_manager_deduplication.py +0 -0
  276. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_1/test_manager_scope_accuracy.py +0 -0
  277. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_1/test_modules_basic.py +0 -0
  278. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_1/test_presets.py +0 -0
  279. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_1/test_python_api.py +0 -0
  280. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_1/test_regexes.py +0 -0
  281. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_1/test_scan.py +0 -0
  282. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_1/test_scope.py +0 -0
  283. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_1/test_target.py +0 -0
  284. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_1/test_web.py +0 -0
  285. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/__init__.py +0 -0
  286. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/__init__.py +0 -0
  287. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/base.py +0 -0
  288. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_affiliates.py +0 -0
  289. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_aggregate.py +0 -0
  290. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_ajaxpro.py +0 -0
  291. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_anubisdb.py +0 -0
  292. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_apkpure.py +0 -0
  293. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_asn.py +0 -0
  294. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_asset_inventory.py +0 -0
  295. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_azure_realm.py +0 -0
  296. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_azure_tenant.py +0 -0
  297. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_baddns.py +0 -0
  298. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_baddns_direct.py +0 -0
  299. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_baddns_zone.py +0 -0
  300. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_badsecrets.py +0 -0
  301. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_bevigil.py +0 -0
  302. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_binaryedge.py +0 -0
  303. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_bucket_amazon.py +0 -0
  304. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_bucket_azure.py +0 -0
  305. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_bucket_digitalocean.py +0 -0
  306. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_bucket_file_enum.py +0 -0
  307. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_bucket_firebase.py +0 -0
  308. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_bucket_google.py +0 -0
  309. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_bufferoverrun.py +0 -0
  310. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_builtwith.py +0 -0
  311. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_bypass403.py +0 -0
  312. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_c99.py +0 -0
  313. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_certspotter.py +0 -0
  314. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_chaos.py +0 -0
  315. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_cloudcheck.py +0 -0
  316. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_code_repository.py +0 -0
  317. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_credshed.py +0 -0
  318. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_crt.py +0 -0
  319. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_crt_db.py +0 -0
  320. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_csv.py +0 -0
  321. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_dastardly.py +0 -0
  322. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_dehashed.py +0 -0
  323. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_digitorus.py +0 -0
  324. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_discord.py +0 -0
  325. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_dnsbimi.py +0 -0
  326. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_dnsbrute.py +0 -0
  327. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_dnsbrute_mutations.py +0 -0
  328. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_dnscaa.py +0 -0
  329. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_dnscommonsrv.py +0 -0
  330. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_dnsdumpster.py +0 -0
  331. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_dnsresolve.py +0 -0
  332. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_dnstlsrpt.py +0 -0
  333. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_docker_pull.py +0 -0
  334. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_dockerhub.py +0 -0
  335. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_dotnetnuke.py +0 -0
  336. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_emailformat.py +0 -0
  337. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_emails.py +0 -0
  338. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_excavate.py +0 -0
  339. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_extractous.py +0 -0
  340. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_ffuf.py +0 -0
  341. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_ffuf_shortnames.py +0 -0
  342. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_filedownload.py +0 -0
  343. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_fingerprintx.py +0 -0
  344. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_fullhunt.py +0 -0
  345. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_generic_ssrf.py +0 -0
  346. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_git.py +0 -0
  347. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_git_clone.py +0 -0
  348. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_gitdumper.py +0 -0
  349. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_github_codesearch.py +0 -0
  350. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_github_org.py +0 -0
  351. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_github_workflows.py +0 -0
  352. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_gitlab.py +0 -0
  353. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_google_playstore.py +0 -0
  354. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_gowitness.py +0 -0
  355. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_hackertarget.py +0 -0
  356. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_host_header.py +0 -0
  357. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_http.py +0 -0
  358. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_httpx.py +0 -0
  359. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_hunt.py +0 -0
  360. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_hunterio.py +0 -0
  361. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_iis_shortnames.py +0 -0
  362. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_ip2location.py +0 -0
  363. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_ipneighbor.py +0 -0
  364. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_jadx.py +0 -0
  365. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_json.py +0 -0
  366. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_leakix.py +0 -0
  367. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_mysql.py +0 -0
  368. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_myssl.py +0 -0
  369. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_neo4j.py +0 -0
  370. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_newsletters.py +0 -0
  371. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_nmap_xml.py +0 -0
  372. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_ntlm.py +0 -0
  373. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_nuclei.py +0 -0
  374. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_oauth.py +0 -0
  375. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_otx.py +0 -0
  376. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_paramminer_cookies.py +0 -0
  377. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_paramminer_getparams.py +0 -0
  378. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_paramminer_headers.py +0 -0
  379. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_passivetotal.py +0 -0
  380. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_pgp.py +0 -0
  381. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_portfilter.py +0 -0
  382. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_portscan.py +0 -0
  383. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_postgres.py +0 -0
  384. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_python.py +0 -0
  385. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_rapiddns.py +0 -0
  386. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_robots.py +0 -0
  387. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_securitytrails.py +0 -0
  388. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_securitytxt.py +0 -0
  389. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_shodan_dns.py +0 -0
  390. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_shodan_idb.py +0 -0
  391. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_sitedossier.py +0 -0
  392. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_skymem.py +0 -0
  393. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_slack.py +0 -0
  394. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_smuggler.py +0 -0
  395. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_social.py +0 -0
  396. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_speculate.py +0 -0
  397. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_splunk.py +0 -0
  398. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_sqlite.py +0 -0
  399. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_sslcert.py +0 -0
  400. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_stdout.py +0 -0
  401. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_subdomaincenter.py +0 -0
  402. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_subdomainradar.py +0 -0
  403. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_subdomains.py +0 -0
  404. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_teams.py +0 -0
  405. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_telerik.py +0 -0
  406. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_trickest.py +0 -0
  407. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_txt.py +0 -0
  408. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_unarchive.py +0 -0
  409. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_url_manipulation.py +0 -0
  410. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_urlscan.py +0 -0
  411. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_vhost.py +0 -0
  412. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_viewdns.py +0 -0
  413. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_virustotal.py +0 -0
  414. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_wafw00f.py +0 -0
  415. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_wappalyzer.py +0 -0
  416. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_wayback.py +0 -0
  417. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_web_parameters.py +0 -0
  418. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_web_report.py +0 -0
  419. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_websocket.py +0 -0
  420. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_wpscan.py +0 -0
  421. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/module_tests/test_module_zoomeye.py +0 -0
  422. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/template_tests/__init__.py +0 -0
  423. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/test_step_2/template_tests/test_template_subdomain_enum.py +0 -0
  424. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/testsslcert.pem +0 -0
  425. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/test/testsslkey.pem +0 -0
  426. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/wordlists/devops_mutations.txt +0 -0
  427. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/wordlists/ms_on_prem_subdomains.txt +0 -0
  428. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/wordlists/nameservers.txt +0 -0
  429. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/wordlists/paramminer_headers.txt +0 -0
  430. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/wordlists/paramminer_parameters.txt +0 -0
  431. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/wordlists/raft-small-extensions-lowercase_CLEANED.txt +0 -0
  432. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/wordlists/top_open_ports_nmap.txt +0 -0
  433. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/wordlists/valid_url_schemes.txt +0 -0
  434. {bbot-2.4.1.6077rc0 → bbot-2.4.1.6089rc0}/bbot/wordlists/wordninja_dns.txt.gz +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: bbot
3
- Version: 2.4.1.6077rc0
3
+ Version: 2.4.1.6089rc0
4
4
  Summary: OSINT automation for hackers.
5
5
  License: GPL-3.0
6
6
  Keywords: python,cli,automation,osint,threat-intel,intelligence,neo4j,scanner,python-library,hacking,recursion,pentesting,recon,command-line-tool,bugbounty,subdomains,security-tools,subdomain-scanner,osint-framework,attack-surface,subdomain-enumeration,osint-tool
@@ -22,7 +22,7 @@ Requires-Dist: cachetools (>=5.3.2,<6.0.0)
22
22
  Requires-Dist: cloudcheck (>=7.0.12,<8.0.0)
23
23
  Requires-Dist: deepdiff (>=8.0.0,<9.0.0)
24
24
  Requires-Dist: dnspython (>=2.4.2,<3.0.0)
25
- Requires-Dist: httpx (>=0.27.0,<0.28.0)
25
+ Requires-Dist: httpx (>=0.28.1,<0.29.0)
26
26
  Requires-Dist: idna (>=3.4,<4.0)
27
27
  Requires-Dist: jinja2 (>=3.1.3,<4.0.0)
28
28
  Requires-Dist: lxml (>=4.9.2,<6.0.0)
@@ -1,4 +1,4 @@
1
1
  # version placeholder (replaced by poetry-dynamic-versioning)
2
- __version__ = "v2.4.1.6077rc"
2
+ __version__ = "v2.4.1.6089rc"
3
3
 
4
4
  from .scanner import Scanner, Preset
@@ -50,7 +50,7 @@ def is_domain(d):
50
50
  if is_ip(d):
51
51
  return False
52
52
  extracted = tldextract(d)
53
- if extracted.registered_domain:
53
+ if extracted.top_domain_under_public_suffix:
54
54
  if not extracted.subdomain:
55
55
  return True
56
56
  else:
@@ -85,7 +85,7 @@ def is_subdomain(d):
85
85
  if is_ip(d):
86
86
  return False
87
87
  extracted = tldextract(d)
88
- if extracted.registered_domain:
88
+ if extracted.top_domain_under_public_suffix:
89
89
  if extracted.subdomain:
90
90
  return True
91
91
  else:
@@ -486,7 +486,7 @@ def split_domain(hostname):
486
486
  return ("", hostname)
487
487
  parsed = tldextract(hostname)
488
488
  subdomain = parsed.subdomain
489
- domain = parsed.registered_domain
489
+ domain = parsed.top_domain_under_public_suffix
490
490
  if not domain:
491
491
  split = hostname.split(".")
492
492
  subdomain = ".".join(split[:-2])
@@ -70,7 +70,7 @@ class BBOTAsyncClient(httpx.AsyncClient):
70
70
  kwargs["headers"] = headers
71
71
  # proxy
72
72
  proxies = self._web_config.get("http_proxy", None)
73
- kwargs["proxies"] = proxies
73
+ kwargs["proxy"] = proxies
74
74
 
75
75
  log.verbose(f"Creating httpx.AsyncClient({args}, {kwargs})")
76
76
  super().__init__(*args, **kwargs)
@@ -95,7 +95,7 @@ class WebHelper(EngineClient):
95
95
  files (dict, optional): Dictionary of 'name': file-like-objects for multipart encoding upload.
96
96
  auth (tuple, optional): Auth tuple to enable Basic/Digest/Custom HTTP auth.
97
97
  timeout (float, optional): The maximum time to wait for the request to complete.
98
- proxies (dict, optional): Dictionary mapping protocol schemes to proxy URLs.
98
+ proxy (str, optional): HTTP proxy URL.
99
99
  allow_redirects (bool, optional): Enables or disables redirection. Defaults to None.
100
100
  stream (bool, optional): Enables or disables response streaming.
101
101
  raise_error (bool, optional): Whether to raise exceptions for HTTP connect, timeout errors. Defaults to False.
@@ -22,7 +22,7 @@ class baddns(BaseModule):
22
22
  "enabled_submodules": "A list of submodules to enable. Empty list (default) enables CNAME, TXT and MX Only",
23
23
  }
24
24
  module_threads = 8
25
- deps_pip = ["baddns~=1.4.13"]
25
+ deps_pip = ["baddns~=1.9.130"]
26
26
 
27
27
  def select_modules(self):
28
28
  selected_submodules = []
@@ -19,7 +19,7 @@ class baddns_direct(BaseModule):
19
19
  "custom_nameservers": "Force BadDNS to use a list of custom nameservers",
20
20
  }
21
21
  module_threads = 8
22
- deps_pip = ["baddns~=1.4.13"]
22
+ deps_pip = ["baddns~=1.9.130"]
23
23
 
24
24
  scope_distance_modifier = 1
25
25
 
@@ -16,7 +16,7 @@ class baddns_zone(baddns_module):
16
16
  "only_high_confidence": "Do not emit low-confidence or generic detections",
17
17
  }
18
18
  module_threads = 8
19
- deps_pip = ["baddns~=1.4.13"]
19
+ deps_pip = ["baddns~=1.9.130"]
20
20
 
21
21
  def set_modules(self):
22
22
  self.enabled_submodules = ["NSEC", "zonetransfer"]
@@ -176,8 +176,8 @@ class speculate(BaseInternalModule):
176
176
  org_stubs = set()
177
177
  if event.type == "DNS_NAME" and event.scope_distance == 0:
178
178
  tldextracted = self.helpers.tldextract(event.data)
179
- registered_domain = getattr(tldextracted, "registered_domain", "")
180
- if registered_domain:
179
+ top_domain_under_public_suffix = getattr(tldextracted, "top_domain_under_public_suffix", "")
180
+ if top_domain_under_public_suffix:
181
181
  tld_stub = getattr(tldextracted, "domain", "")
182
182
  if tld_stub:
183
183
  decoded_tld_stub = self.helpers.smart_decode_punycode(tld_stub)
@@ -7,7 +7,7 @@ class TestCensys(ModuleTestBase):
7
7
  async def setup_before_prep(self, module_test):
8
8
  module_test.httpx_mock.add_response(
9
9
  url="https://search.censys.io/api/v1/account",
10
- # match_headers={"Authorization": "Basic YXBpX2lkOmFwaV9zZWNyZXQ="},
10
+ match_headers={"Authorization": "Basic YXBpX2lkOmFwaV9zZWNyZXQ="},
11
11
  json={
12
12
  "email": "info@blacklanternsecurity.com",
13
13
  "login": "nope",
@@ -18,8 +18,9 @@ class TestCensys(ModuleTestBase):
18
18
  )
19
19
  module_test.httpx_mock.add_response(
20
20
  url="https://search.censys.io/api/v2/certificates/search",
21
- # match_headers={"Authorization": "Basic YXBpX2lkOmFwaV9zZWNyZXQ="},
22
- match_content=b'{"q": "names: blacklanternsecurity.com", "per_page": 100}',
21
+ match_headers={"Authorization": "Basic YXBpX2lkOmFwaV9zZWNyZXQ="},
22
+ method="POST",
23
+ match_json={"q": "names: blacklanternsecurity.com", "per_page": 100},
23
24
  json={
24
25
  "code": 200,
25
26
  "status": "OK",
@@ -47,8 +48,9 @@ class TestCensys(ModuleTestBase):
47
48
  )
48
49
  module_test.httpx_mock.add_response(
49
50
  url="https://search.censys.io/api/v2/certificates/search",
50
- # match_headers={"Authorization": "Basic YXBpX2lkOmFwaV9zZWNyZXQ="},
51
- match_content=b'{"q": "names: blacklanternsecurity.com", "per_page": 100, "cursor": "NextToken"}',
51
+ match_headers={"Authorization": "Basic YXBpX2lkOmFwaV9zZWNyZXQ="},
52
+ method="POST",
53
+ match_json={"q": "names: blacklanternsecurity.com", "per_page": 100, "cursor": "NextToken"},
52
54
  json={
53
55
  "code": 200,
54
56
  "status": "OK",
@@ -26,7 +26,7 @@ class TestIPStack(ModuleTestBase):
26
26
  "capital": "Washington D.C.",
27
27
  "languages": [{"code": "en", "name": "English", "native": "English"}],
28
28
  "country_flag": "https://assets.ipstack.com/flags/us.svg",
29
- "country_flag_emoji": "\ud83c\uddfa\ud83c\uddf8",
29
+ "country_flag_emoji": "🇺🇸",
30
30
  "country_flag_emoji_unicode": "U+1F1FA U+1F1F8",
31
31
  "calling_code": "1",
32
32
  "is_eu": False,
@@ -53,7 +53,7 @@ class TestIPStack(ModuleTestBase):
53
53
  "capital": "Washington D.C.",
54
54
  "languages": [{"code": "en", "name": "English", "native": "English"}],
55
55
  "country_flag": "https://assets.ipstack.com/flags/us.svg",
56
- "country_flag_emoji": "\ud83c\uddfa\ud83c\uddf8",
56
+ "country_flag_emoji": "🇺🇸",
57
57
  "country_flag_emoji_unicode": "U+1F1FA U+1F1F8",
58
58
  "calling_code": "1",
59
59
  "is_eu": False,
@@ -45,7 +45,22 @@ class TestPostman(ModuleTestBase):
45
45
  )
46
46
  module_test.httpx_mock.add_response(
47
47
  url="https://www.postman.com/_api/ws/proxy",
48
- match_content=b'{"service": "search", "method": "POST", "path": "/search-all", "body": {"queryIndices": ["collaboration.workspace"], "queryText": "blacklanternsecurity", "size": 25, "from": 0, "clientTraceId": "", "requestOrigin": "srp", "mergeEntities": "true", "nonNestedRequests": "true", "domain": "public"}}',
48
+ match_json={
49
+ "service": "search",
50
+ "method": "POST",
51
+ "path": "/search-all",
52
+ "body": {
53
+ "queryIndices": ["collaboration.workspace"],
54
+ "queryText": "blacklanternsecurity",
55
+ "size": 25,
56
+ "from": 0,
57
+ "clientTraceId": "",
58
+ "requestOrigin": "srp",
59
+ "mergeEntities": "true",
60
+ "nonNestedRequests": "true",
61
+ "domain": "public",
62
+ },
63
+ },
49
64
  json={
50
65
  "data": [
51
66
  {
@@ -177,7 +192,11 @@ class TestPostman(ModuleTestBase):
177
192
  )
178
193
  module_test.httpx_mock.add_response(
179
194
  url="https://www.postman.com/_api/ws/proxy",
180
- match_content=b'{"service": "workspaces", "method": "GET", "path": "/workspaces?handle=blacklanternsecurity&slug=bbot-public"}',
195
+ match_json={
196
+ "service": "workspaces",
197
+ "method": "GET",
198
+ "path": "/workspaces?handle=blacklanternsecurity&slug=bbot-public",
199
+ },
181
200
  json={
182
201
  "meta": {"model": "workspace", "action": "find", "nextCursor": ""},
183
202
  "data": [
@@ -207,7 +226,11 @@ class TestPostman(ModuleTestBase):
207
226
  )
208
227
  module_test.httpx_mock.add_response(
209
228
  url="https://www.postman.com/_api/ws/proxy",
210
- match_content=b'{"service": "workspaces", "method": "GET", "path": "/workspaces?handle=testteam&slug=testing-bbot-api"}',
229
+ match_json={
230
+ "service": "workspaces",
231
+ "method": "GET",
232
+ "path": "/workspaces?handle=testteam&slug=testing-bbot-api",
233
+ },
211
234
  json={
212
235
  "meta": {"model": "workspace", "action": "find", "nextCursor": ""},
213
236
  "data": [
@@ -45,7 +45,22 @@ class TestPostman_Download(ModuleTestBase):
45
45
  )
46
46
  module_test.httpx_mock.add_response(
47
47
  url="https://www.postman.com/_api/ws/proxy",
48
- match_content=b'{"service": "search", "method": "POST", "path": "/search-all", "body": {"queryIndices": ["collaboration.workspace"], "queryText": "blacklanternsecurity", "size": 25, "from": 0, "clientTraceId": "", "requestOrigin": "srp", "mergeEntities": "true", "nonNestedRequests": "true", "domain": "public"}}',
48
+ match_json={
49
+ "service": "search",
50
+ "method": "POST",
51
+ "path": "/search-all",
52
+ "body": {
53
+ "queryIndices": ["collaboration.workspace"],
54
+ "queryText": "blacklanternsecurity",
55
+ "size": 25,
56
+ "from": 0,
57
+ "clientTraceId": "",
58
+ "requestOrigin": "srp",
59
+ "mergeEntities": "true",
60
+ "nonNestedRequests": "true",
61
+ "domain": "public",
62
+ },
63
+ },
49
64
  json={
50
65
  "data": [
51
66
  {
@@ -126,7 +141,11 @@ class TestPostman_Download(ModuleTestBase):
126
141
  )
127
142
  module_test.httpx_mock.add_response(
128
143
  url="https://www.postman.com/_api/ws/proxy",
129
- match_content=b'{"service": "workspaces", "method": "GET", "path": "/workspaces?handle=blacklanternsecurity&slug=bbot-public"}',
144
+ match_json={
145
+ "service": "workspaces",
146
+ "method": "GET",
147
+ "path": "/workspaces?handle=blacklanternsecurity&slug=bbot-public",
148
+ },
130
149
  json={
131
150
  "meta": {"model": "workspace", "action": "find", "nextCursor": ""},
132
151
  "data": [
@@ -22,7 +22,7 @@ class TestTrufflehog(ModuleTestBase):
22
22
  "trufflehog",
23
23
  ]
24
24
 
25
- file_content = "Verifyable Secret:\nhttps://admin:admin@the-internet.herokuapp.com/basic_auth\n\nUnverifyable Secret:\nhttps://admin:admin@internal.host.com"
25
+ file_content = "Verifiable Secret:\nhttps://admin:admin@the-internet.herokuapp.com/basic_auth\n\nUnverifiable Secret:\nhttps://admin:admin@internal.host.com"
26
26
 
27
27
  async def setup_before_prep(self, module_test):
28
28
  module_test.httpx_mock.add_response(url="https://api.github.com/zen")
@@ -848,7 +848,22 @@ class TestTrufflehog(ModuleTestBase):
848
848
  async def setup_after_prep(self, module_test):
849
849
  module_test.httpx_mock.add_response(
850
850
  url="https://www.postman.com/_api/ws/proxy",
851
- match_content=b'{"service": "search", "method": "POST", "path": "/search-all", "body": {"queryIndices": ["collaboration.workspace"], "queryText": "blacklanternsecurity", "size": 25, "from": 0, "clientTraceId": "", "requestOrigin": "srp", "mergeEntities": "true", "nonNestedRequests": "true", "domain": "public"}}',
851
+ match_json={
852
+ "service": "search",
853
+ "method": "POST",
854
+ "path": "/search-all",
855
+ "body": {
856
+ "queryIndices": ["collaboration.workspace"],
857
+ "queryText": "blacklanternsecurity",
858
+ "size": 25,
859
+ "from": 0,
860
+ "clientTraceId": "",
861
+ "requestOrigin": "srp",
862
+ "mergeEntities": "true",
863
+ "nonNestedRequests": "true",
864
+ "domain": "public",
865
+ },
866
+ },
852
867
  json={
853
868
  "data": [
854
869
  {
@@ -929,7 +944,11 @@ class TestTrufflehog(ModuleTestBase):
929
944
  )
930
945
  module_test.httpx_mock.add_response(
931
946
  url="https://www.postman.com/_api/ws/proxy",
932
- match_content=b'{"service": "workspaces", "method": "GET", "path": "/workspaces?handle=blacklanternsecurity&slug=bbot-public"}',
947
+ match_json={
948
+ "service": "workspaces",
949
+ "method": "GET",
950
+ "path": "/workspaces?handle=blacklanternsecurity&slug=bbot-public",
951
+ },
933
952
  json={
934
953
  "meta": {"model": "workspace", "action": "find", "nextCursor": ""},
935
954
  "data": [
@@ -1134,6 +1153,7 @@ class TestTrufflehog(ModuleTestBase):
1134
1153
  and "Raw result: [https://admin:admin@the-internet.herokuapp.com]" in e.data["description"]
1135
1154
  and "RawV2 result: [https://admin:admin@the-internet.herokuapp.com/basic_auth]" in e.data["description"]
1136
1155
  ]
1156
+
1137
1157
  # Trufflehog should find 4 verifiable secrets, 1 from the github, 1 from the workflow log, 1 from the docker image and 1 from the postman.
1138
1158
  assert 4 == len(vuln_events), "Failed to find secret in events"
1139
1159
  github_repo_event = [e for e in vuln_events if "test_keys" in e.data["description"]][0].parent
@@ -1262,7 +1282,10 @@ class TestTrufflehog_RAWText(ModuleTestBase):
1262
1282
  config_overrides = {"modules": {"trufflehog": {"only_verified": False}}}
1263
1283
 
1264
1284
  async def setup_before_prep(self, module_test):
1265
- expect_args = {"method": "GET", "uri": "/test.pdf"}
1285
+ expect_args = {
1286
+ "method": "GET",
1287
+ "uri": "/test.pdf",
1288
+ }
1266
1289
  respond_args = {
1267
1290
  "response_data": b"%PDF-1.4\n%\xc7\xec\x8f\xa2\n%%Invocation: path/gs -P- -dSAFER -dCompatibilityLevel=1.4 -dWriteXRefStm=false -dWriteObjStms=false -q -P- -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sstdout=? -sOutputFile=? -P- -dSAFER -dCompatibilityLevel=1.4 -dWriteXRefStm=false -dWriteObjStms=false -\n5 0 obj\n<</Length 6 0 R/Filter /FlateDecode>>\nstream\nx\x9c-\x8c\xb1\x0e\x82@\x10D\xfb\xfd\x8a-\xa1\xe0\xd8\xe5@\xe1*c\xb4\xb1\xd3lba,\xc8\x81\x82\xf1@\xe4\xfe?\x02\x92If\x92\x97\x99\x19\x90\x14#\xcdZ\xd3: |\xc2\x00\xbcP\\\xc3:\xdc\x0b\xc4\x97\xed\x0c\xe4\x01\xff2\xe36\xc5\x9c6Jk\x8d\xe2\xe0\x16\\\xeb\n\x0f\xb5E\xce\x913\x93\x15F3&\x94\xa4a\x94fD\x01\x87w9M7\xc5z3Q\x8cx\xd9'(\x15\x04\x8d\xf7\x9f\xd1\xc4qY\xb9\xb63\x8b\xef\xda\xce\xd7\xdf\xae|\xab\xa6\x1f\xbd\xb2\xbd\x0b\xe5\x05G\x81\xf3\xa4\x1f~q-\xc7endstream\nendobj\n6 0 obj\n155\nendobj\n4 0 obj\n<</Type/Page/MediaBox [0 0 595 842]\n/Rotate 0/Parent 3 0 R\n/Resources<</ProcSet[/PDF /Text]\n/Font 11 0 R\n>>\n/Contents 5 0 R\n>>\nendobj\n3 0 obj\n<< /Type /Pages /Kids [\n4 0 R\n] /Count 1\n>>\nendobj\n1 0 obj\n<</Type /Catalog /Pages 3 0 R\n/Metadata 14 0 R\n>>\nendobj\n11 0 obj\n<</R9\n9 0 R/R7\n7 0 R>>\nendobj\n9 0 obj\n<</BaseFont/YTNPVC+Courier/FontDescriptor 10 0 R/Type/Font\n/FirstChar 46/LastChar 116/Widths[ 600 600\n0 0 0 0 0 0 0 0 0 0 600 0 0 0 0 0\n600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n0 600 0 600 600 600 0 0 600 600 0 0 600 600 600 600\n600 0 600 600 600]\n/Encoding/WinAnsiEncoding/Subtype/Type1>>\nendobj\n7 0 obj\n<</BaseFont/NXCWXT+Courier-Bold/FontDescriptor 8 0 R/Type/Font\n/FirstChar 32/LastChar 101/Widths[\n600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n600 600 600 600 600 600 0 0 600 600 600 0 0 0 0 0\n0 0 0 0 600 0 0 0 0 0 0 0 0 0 0 0\n0 0 0 0 0 0 0 600 0 0 0 0 0 0 0 0\n0 0 0 600 600 600]\n/Encoding/WinAnsiEncoding/Subtype/Type1>>\nendobj\n10 0 obj\n<</Type/FontDescriptor/FontName/YTNPVC+Courier/FontBBox[0 -182 599 665]/Flags 33\n/Ascent 665\n/CapHeight 665\n/Descent -182\n/ItalicAngle 0\n/StemV 89\n/AvgWidth 600\n/MaxWidth 600\n/MissingWidth 600\n/XHeight 433\n/CharSet(/a/at/c/colon/d/e/h/i/l/m/n/o/p/period/r/s/slash/t)/FontFile3 12 0 R>>\nendobj\n12 0 obj\n<</Filter/FlateDecode\n/Subtype/Type1C/Length 1794>>stream\nx\x9c\x9dT{TS\xf7\x1d\xbf\x91ps\x8f\xa0\xb2\xdc\x06\x1f\xe8\xbdX[|\xa0\x85\xaa\xad\xa7\xf4\x14P\x1eG9\x05\x9c\xa2\x08\xb4\xee@\x88\xc83\x08\x04\x84\x80\x84@B\xd3\x1f84!@\x12\x08\xe0\x8b\x97S\xe9\xc4U\xf4\x06\xb5\x15\xdd:5\xc8&j=\xb2\xad:'T9\xeb\xce\xbe\xb7\xe7\xban\xbf\x80\x16\xdb\xd3\xed\x8f\x9d\x93?n\xee\xe3\xf3\xfb~\x1e\xdf\x8f\x88\x10\xcf D\"\x11\x15\xa6T\xe5\xa5+\xf2\\\xd7\xabx\x1f\x11\xbfp\x06\xbf\xc8\r\tQ\xfc\xd8\xb7\xab\xdcy\xc6\x93\xa8\xf1\x14!O7\xe4)n_H\x19\xa4\xd0\xfb3\xa8\x9d\x03\xc5^\x84X$Z\x17\x9dd]\xb6mK\xfcr\x7f\xff\x95a\xca\xdc\xe2\xbc\xf4\xb4\xdd\x05\xbe\xab\x03\xdf\\\xeb\x9bR\xec\xfb\xfc\x89o\xb8\"?=-\xc7\xd7\x0f_\x14*\xb2\x94\xb9\xd9\x8a\x9c\x82\x98\xf4\xec\x14U\xbeo\xb42G\xe9\xbby\xab\xef\x16E\x9a*+9\xef\x87w\xa7\x11\xff\xbf3\x08\x82\x90\xe6(s\xf3\xf2\x0b\x92\xe5\xa9\x8a\xdd\xe9Y\xd9o\x04\x04\x85\x12D,\xb1\x99\xf89\xb1\x95\x88#\xb6\x11\x1b\x88p\"\x82\x88$6\x11QD4\x11C\xcc!\xbc\x08\x1fb1Acq\x081\xa1'\x06E\x1bE}3>\x9cq\xc1m\x93[\x9fx\x89\xb8P\x0c\xee\x91\xee\x95\xe4\xab\xe4zRIvJ\xd6\xf3\xe3\xb3\xf9q\xc4\xc1}N:\x08\xee\xf1\x0eht\xcc\xa5Ga=\xbfN\x16D\xaa**KJ\xcc\xdaV\x96\x1e\xe9\x10\x9crR\xa5\xd1\xaaK\x1a\xf0\x7f\x98G\xb6\x9aM6\xab\xc6T\xc8\xcaAG^\xf9\xe3a\xcb\x15t\x02\xb5\xe8\xda\x8a\x0f\x155\x14\xa0\\J\xa8PJ\xa6\xdf\x17\x91\xf6\x86\xe7\xef\xe7\xc0G\xe4\xed\x88\xc1\x00\x86\x1e\x8dAi\xc5\xdb\xb7Rx\x025\x07O9\xd15\x07\xfc\xdb\xe1\x06\x9f\xf1\x112a\xc1k\xcb\x05Z\xf0\xfaf)x\x83\xf7\xdf\x9f\x80\x14\xe6\xbc6!\xd0\xacn\x87\xec\x9b\xbb\xa1\xcb\xfc\xdf\r\xf6\xf3\x0b\x1a\x19\x7f|\xf7\xf6\x13\x16\x03\x08Q\x1c,\xe6`\x90\xdb\xc5Im0\x1f\x13\xf9\x1a\x13y\x04+0\x11\xbf\x97\x88|u\xeeYu\"I?*t\x8d\xe6\xba\x03\xdb\xc8\xb6)**\x96~\x18\x00\x05\xe4\xa7[.\xee\x19F\x14H\xc7\x1f\x81\x07K/\x00O\xff\x87\xc2+\xeb\x93\xf2cv0t\"\x04\x1f\x97=\xb9\x15\x11\xb8:$\xdc\x7fE\xc8\xd0\x83\xbf\xdc\xba\xf97vJC'\x97\xc2I\xe1\x17\xf8\xdc\x1b`\xc4\xe7\n\xb3\xc8\xc2r\xadZ\xddP\xd1\xca\xde\x10\x9c\x81\xf8_E\xe9\x94\x1e\xceI=,\xe5\xf5E\xac\xb0\x01RI:p\x1c\x88\x9e\xb6>\x1f;j\xd6\x1e\xca7V\xed7\x98\x10e1\x9b\xad\xf5:\xd3^\x0b\x9b\xdb\xae2e\xa1x\xf4\xc1\x9e5\xefM\xe9\xb5\xdb\x0e\xdfq\xe9v)x\\\x82\xc3\x97\xe6\xd2\xef\xc3\n\x98)\xb3j\xcc\xa5%ZM!\x13$)4ilV\x93\xd9\xce\xd0=Y\xa7\x06\xd4W|`\xe6\xfdKwN\x14\xfd*\xb3\x95\xcdh\xdbe\x8e>\xb0\xa6^_\xa3j,6k,\xa8\x89\xea\x1d\xe8\xb89|>7\xa5\x8e\xa9-6j-\x88\xb2\x99\xcc\xad\xecu\t\xbd\xb0UkV\x97UT\x94\x1a0\xd2\x91\xf4\x9d\x8d\xdb|\xfcB\x137f4gu\x16\xb3\x1d\xc5\x1dU\x7f\xa8\xba\xa8;\xa2;Rzx\x9fU\x85\n\xa9\xc4\xf7\xd3\xde~g\xe3\xf1\xd3\xcc\x94\xad\x7f\xe2D\xe0\x8bM\x8d\xc3\x82\x80X\xd2\xaa\xad/\xc1\x03\x161\x828\x12\xe7c\xd2\x966\xac\x8e\x99\x0c\xf9m\xc2\xd7g/\x99\x9b\xfb\x99\x93M\xd6Fd\xa1\x9a4\xe62}\xf5\xc7:-\x93\xaa\x8aT\xc7!jSJ\xe7Y\x16L\x90!q9f\xd3\x18U\xec\x94\x14\x1c\xbc\xc5\x81\x07'\xc5\xf9\xe9w\xc4\xc3\xfc\xb9t\x1e\xbf\xda{b:\xa3ti\"\x98\xc8\xe1\xf0\x01\x7fE\xd4\xbe\xbdqL\x99\xbe\xaa\x12\x95SefMc\xdd\xfe\x9a_62\x9f5\x9f6v#\xca\xd9\x9f\xbd\x93\x8d\x96\xc4Z\xf2\xf6\xefD\x94\xe0\xbd6v5Kk\x83\xbf\xd8>v\xe3b\xdb\xc0U,\xc0eqTl|A$\xa26&w\xf5\x7f\xee\xfc\xe4\xe9\x99~}e\x0f\xfb\"\xc2\xd8\x90;.\xff\xf9]\xbcL&\xef\xdan\xdb\x8ca\x16-_)\xcc\x17dc\x01\xe0s\xed\xf7-'\x06\xd8N\xbb\xa5\x19K\xde\xa81\xef\xab\xd4\x1b\xb4Z&\xe1\xc3\x98\x820D-\x0euN\xfccx\xe8\x9f\xf7\xae)\x12\x0e\xb0\xb5E\xc6\xca)\x1f\xec\xec\x03\t\x1d\x88}()\xa9\xc4\xde\xbe }\x7f\x92\xf4\xe7\x0ehvQ>\xc7\xd7\xf1Oq\xd6\xbfO\xf69a\x17\xb9s0\xb6+\x1c\x8f0g\xd9R\xc1K\xf0z\xe2\x07\xb3\x87\xaev_>\x83\x15\t\x9d\x90|\xafO\")\x14\xc1}\x9c\xeb\xd0e,\xdd\xe3\x1f\x1c\x8c\xa3=2>vk\xe4\xf1s\x17\xd7r\xb0\x90\x13\xf1\xed\x10/3J\x0eJ\xe0\x95\xa5\x8f\x85\x05\xc2\xbc\xd7W\t\xb3\x84y z\x1d\xd8q\xf0\xe8?\xe5\xb2LWm\xd0U2\xf2\xec0U,Z\x82\xde\xfb]\xd9\x18\xc5\x89m\xf7n^\xf8+z\x88\x86\xe3\xacA\xd4\x8b\xc6\xc1\xd3\x8b\xc0\xc3\x01M8\x1e!?\x9a\xfd\x99\xe1Gu\xd3\xf0|G\xe5PM\x1e\xed\xb4\xb5\x1c\xa8\xeb8t\xb4\xfe\x14\xeaEvW\xe9\xec\xc5\xa5\xa3\xc4\xa5#\x97Lo\xf6\x0f\xbe\xaa\"\xefE\x0e\xae\x8cM)\xda\x9e\xc4\xbcX\xd7\x07\xe0.\x85\x83\xce\x84\xc9\xa6\xb8\xe3\xda\xd8w\xa6\xab\x02\xdc\x05\xa7\x100=\x12|7\r\x87\xef\xd3\x13\x06\xfe\xba,Bpw\x92\x93p\xbc\x01\x939\x8a\x99\xdc\xc1L\x84uS\xc3\xbb\xb2\rn\xcf\x0c\xff\x03\xc7\xf5\xb1k\x95\xa5\x07@\xbc\x83\x835\xae\x9f\xab\x81g\xe2q\xde}\xa9\xb8n\xe0\x06\xce!\xe9Q\x17\x0en\x94\x16W\xa7b\x1c\xabm\xb2\xb8\xbeT\x82\x91<1\xd0\xd9~\x1cQ]\xc72w\xb3\xc2\xf5\xbb\xd3\xf6\xe6L>\xech\xefAT\xcf\xb1\xectV\x18\xba+y\xa9\x8f\x0f\x91W\x12\xce\xc7\xa4d\x97$\xc9\x99\xfc3\x99\xad\xc9\x88\xa2G\xe5(G\x9d\xa5pyUj\x17A?x\xc9\x923\xb3SS\xbb\xb3N\xb3f\xf2tw\xe7'\xbd\x99\x9d\xc9\xae\xdc\xf3\xeao\xc5\xb2\xba\xfa\x9aZTG5\x96\x9b\xcb\xca\xab\xf4\xa5U\x8c\xf0\xe5\xbfB\xaa+?\xaeF\xfa\xf9\xfb\x1a4M\r\x07\xeb,\x07\x99I0~\xd1O\xe1u\xf5N\xe2i\xe0\xec\x7f;'\xe6<\x04p\xbc''z\xea\x18u\x80\x97\xc3\x8d\x7f\x13^\x95\xf5\xe2%767T\x99\xca\xf7\xb3`\x97<\nw\xbe!Po\x0bn\xc2JFX#Aa-\xd1'w\x9c\x8c\xffM\xfeUD\xdd\x1e\xe99\x8eW\xaeT\xa77T\xeb\xd9=\xf9\x19\x9aD\x94\x842l{Nf\xf7\xa9/\xa2\xcb\x14\x04J@z\xf5\xab?\x7fq\xf6\x83(F.Y\xf2QX,ZGm\x18\x8c\xbbg6\xd5\xd461\xe7\xc5j\x83\x1eU *N\xd1\xfd\xe9\x85\x81_\x0f\xd5\xb0\xb3\xd5V\xfe-+x7\x1ck$\x1d39\x8f>\x93\xa7g\x9f\xd1s\x16A\xfc\x07\xbe\x9e\x12\xf0\nendstream\nendobj\n8 0 obj\n<</Type/FontDescriptor/FontName/NXCWXT+Courier-Bold/FontBBox[-14 -15 617 617]/Flags 131105\n/Ascent 617\n/CapHeight 566\n/Descent -15\n/ItalicAngle 0\n/StemV 92\n/AvgWidth 600\n/MaxWidth 600\n/MissingWidth 600\n/XHeight 437\n/CharSet(/D/W/c/colon/d/e/eight/five/four/nine/one/space/three/two/zero)/FontFile3 13 0 R>>\nendobj\n13 0 obj\n<</Filter/FlateDecode\n/Subtype/Type1C/Length 1758>>stream\nx\x9c\x9d\x93{PSg\x1a\xc6O\x80\x9c\x9c\xad\xb4\"\xd9S\xd4\xb6Iv\xba\xabh\x91\x11\xa4\xad\xbbu\xb7\xd3B\xcb\xb6\x16G\xc1\x16P\xa0\x18\x03$\x84\\ AHBX\x92p1\xbc\x04\xb9$\xe1\x12 @@B@.\xca\x1dA\xb7\x8a\x80\x8e\x8b\xbb\x9d\xae\xb3\xf62\xbb\xba[;[hw\xc3\xd4\xef\x8cGg\xf6$\xe8t\xf7\xdf\xfd\xeb\x9cy\xbfs\xde\xf7\xf9~\xcf\xf3\xb2\xb0\xa0\x00\x8c\xc5b=\x1b\xab(,\x90d\x15\xecy[\x91'\xf2\x15\"\xa8\x17X\xd4\x8b\x01\xd4K\x81\xfa\x12\xea1\xf5\x98M\xf1\x82\xb1\x9a`\x16\x04\x07BpP\xc7\x8b\x9c\x0b\xa1\xc8\xb3\x05\xc1f\xa4\r\xc1\x82X\xac\xd7\xdfOi\x0e\xff01y\xd7+\xafD\xc4*\x94\x9a\x02I\x8eX-\x88\xde\x1b\x15#\x10j\x04ON\x04qY*I\x8e\\\xb0\x83y9\x95\x95\xa7P\xca\xb2\xe4\xeaC\x12\x99\xb0P%HP\xc8\x15\x82\xc3I\x02\x9f\x80\xff-\xfd\xd8\xee\xff\x1b\x80a\xd8\xe6\xb8\x93\xa2\xac\xe4\xbdQ\xd1\xfbb^\x15\xec\xff\xe5\xaf0\xec\x17X\x1c\xf6\x0e\xf6.\xb6\x1f\xdb\x82\x85b\\\xec\xa7\x18\x89=\x8f\xb1\xb0m\xd8v\xec\x05,\x84\x81\x82\x05aE\x18\xc5r\x07\x04\x04X\x03\x1e\x04&\x05^\tJ\x0bZ`\xc7\xb3\xdfg/\xe1\xb1\xb8\x86Z}\x8eZ\x05/z\xe8eQ\x89\x08\x0b\xfc\xa3\x97\xcc\xaaV\x17C\x1eh\xad\xbaf\xa3\xad\xbc\xf5\xb4\x0b\x08\x94\x89\xa3\xe8*\x14\xf8\xef\x1a\x14ALr\x00\xed\xa19h\x13\xbd\xd3L\xd0b\\\t\xa6jC\x85\xce`\xd0\x82\xd6\xf7W\x8b\xd1Z\xde`\xee\xaa&\x10F?$\xd1\xc3\x1f8\xf7\xcf\xac\xbck\t'28\x10\x91p$\xfc\x0c\xc1\x8c,\xf1\xa2j/k\x8e\x99H\x8dQ89\xad\xeb\xcc),3\x15\x97\xf3\xb2\xda\x8fY\x8f\x02A\xef\x11\xec\xa6\xf9\x87;S\xc6D\xfc\xb9\xb4\xebEk\xf0\x19\xdc\xb0\x8f9';\xbb{\xe1,\xd1\xa7r\xc9J\rU&\x03\xefd\xae\xd4\xf8\x06\xf3='q\xf4\xcf_,^\xfafb\xc8\xa4\xeb\xe17\x95\xd7\x9bjuu\x85\xb5\x15\x8d\xe5V\x93\xa3\xa2\x05\xda\xc0\xd1hon\xb4Yl\xd0\xeb\x13P\xea\x8dr\xa2\x15o\xa8\x1bah\x02aa\xdc)j\x80\xfa\x9e\xa4\x83\xf1\xfc\xa7\xf7\xd1\x81\x06\xb4\x8d%-\x06{\xb9\xed\xf4Y \x9a~\x86\x8b\xdc\xa9\xad\x89\xf0\x1bH,J\xcbL\xcbT%\xc1\x07p\xd0\x954\x939\x93y\xb5\xe86,\xc0\x85\xa6\x8b\x1e\x82[,C\xc1\x1c\x17\xd8-\xd6:\x87\xcd\xd6\x06\xed\xe009\xf4\xb6\xb2\x06\xa3E\x01\xc4\xefp\xba\x1e\x95\x90\xb3\xe0)\xeb\xcbw\x15\xb6HAFp\xa7\xde:\x9c\x1a\x93\x9e\xdb\xd4\xa3\xe4\xa9\xba\xf5\x1e\x18\x00O\x8b\xc7\xd5}\xb6w\xc0>\x0b\x1b\xc0n\xdf\xff\x0bc\xd2<\xdaO\x8eq\xd0v:p\x8d\x8e\xa0w\xd1\xecp\x9a\xa4\xc3P@$\x8a\xfe\xd4\xdb\xe6\x9c\xe2\xf5\xd8\x9aZ\xa1\x93p\x17v\xcb\xcb\xca\xcc\xa7KyQ\xea\xfc\xaat\xd8\x0f\xa9\xae\x82K\x84\xe5>\xe9\x98^\x18X\x81\x15\xb8*mK\xf7u\x06'\x95\xe0e\xa1\xcb\xc8F~M\xdb\xd8\x88\xc0\x17)a\x7f][\x07\x9c\xdd\xc6\x08o\xd5\xdb\x9f\x08\xa7\xc3\x9e\xb21\x1a4>\xaf\x1b\x19\xaf\xed&\xbb\xb9\x17\x88\x8bx.m\x8cE\x1f\xb3i\x0c\x8f\xa5?\xceEF\xf6\x04\xeeC`\xfb\x11A+\x83\xa0\xd1\xf0\xa4\x93\x12\xca\x99NZ\x83Q\x07E\xa0ph\xfb\xab\x96\x1f\t\xb7\xa2gpF\x91\xdeK\xfd\xda\xcb\xba\xc38s\xca\x17\x90v\xf4\x1d\t\xf7\xe4wR\xe7s\x86\x8e\xb7\x1f\x81#p\\\x93#NM\x91\x1f\x80}D\x14\x07b\xdco\xcc\xa5\x0e\x8bg5\x0b\x8c\x03\xb3\xed\xc3Css\xee\xcf\xe1.A\xdf]%\xd7&\xaf\xdf\xba5\xf9\xc1.\xde\xcf9\xbb3\x0e\xc6\xc7g\xdcX\xe5m$\xfe\xae\x93\x85\xaa\x99\xf6\xe8\x01\xf5\x98\xa4e\x1f\x9d0\xe8\xf5 \xdf&\xebR\xf5\xd9jk\xea\x9c\xbc/;\xd9\x8f\xb6\xec\xe6\xe4\xffw\xbcuV\xed\xc6Rt3K\xf1\t>\xedj?\xe7\xbf\x17\xdfw1%\x10\xbb}\xf2a\x9d\x8ad\x9cz\xd9\xd7\\\xbeN\xa2f\x94\xe5\x1e\x84\xaf\x88\x07\x91_\xd0!\x87\x92\x8a\xc4B\x9eX\xa6L\x03)\xa1\xecQ\xbb\xbb\x9dM\xed\xf5<\xbb\xa7\xc6b\xb5u\xb9\x06[\xce\x03q}V\x9c\x96\xa7+\xde\x19\xc3\x17\xe6\xbc\x93H\x13Q\x15\x95[\x05\x94\xf0\x1e\x07\\fk\x85\xcd\xd0\xaa\xb5\x16\x83\x14\xb4\xba*1\xe1\xc7\x85\xbes^\xf3\x86R;\x11\xf6\xaa/\xca\xdf 7\xf5\x13R\xaa*\x94\xcb\x9d\xda!3\x7f\xcal7;M\xd3\x9a>)H\xe0T\x99ZW\x9a\xaf\xce1\xc6\xc3A\x90\xd7\xa9\x1cZ[\xa5\xa5\x14\x88<\xb5Z\x9e\xf2U.\n\xbdw\xb9yp\x8a?s\xce\xfd\t\\\x85\xc5\xec\xb9\xb8s\x04\xf7_\x8bC\xbd\xa3\xf3\xdba\xbcx\\\xea\x11\x8d$w\xc43&\x06\x86'\x1f\x91\xbb\xd4\xee\xd6\x96z\x9b\x95?0\xd8k\xfb=\x10\x7f\x18\xcf?!:)I\xe3\xfb)\xbb}\xd2X\xe8[\x9f\x8d\xc9\xd4\x1aI\xbf\x84\xd3U\x8fH\xf6\xeb\xa8G.\xe1\x14\x80\xd1l\xa8\xdc@KH\\\x9ai\x1e\xda\x8a\xcf\xf8\x99:\xf4V\xbe\xa1\xa1\xdcRXC\xb89\xe7k\xba:\x98\x8d\xf0/\x91\xa1\xde_\xa4\xb1\xe7i\x1e\x8ex(\x97\xbdA \xdf\xfbW&\xc4\x1c&3\x19>\xee*\xaa\x92D\xc7\xf0.h\xb14>M`\x9b?\x81\r~\xa3\xe8kt\x1f\x9e\xdb\xad\xf2\xd8\xcf\xd44\xb4\xf0\xc6\x9c\xd3\xcd\x1e nNd\xc4\xbf\x95.\xd9\xf1\x9e\xa2\xa1[\xc6/i6\xd5\x96\x00!/P+\x92\xee\x9f@!\xdf.t\xccL\xf1\x87G\x9d\xf3p\x85@[\xf6~M\x87\xc8\xf3*\rb_\xa06D\xbc\xb6\x8e\xf6yC\x99\xe0\x863:D\xfeG\x18w\x95z\x13-\x91W\x86\xddSp\x91\xf8>\xf2\x0e\xbd\x89\xde\x14y`g\xaa;\xf3J6\x8f\xebM\xc8\x96\xa6\x1c\xde\xfe\xf2\xdf\xe3P\x18\xda\xfa\x8f?\xad_\x93\xce'\x8c\xf0\xb8\xab4\x17\t\xc9\xa5\ti\xfa\xb1\x13\xd2\x84C\x99\x8333\xe3\x03\xcb|\xae\x97v\x04-\xcf\xe7d\x1cO\xcf\xfd\xed{i\x833\xd3\xf3\xc3\xcb>\xd6\xfa\x1fP\xe8::\xeae=\xf0\xb1\x8eC\xfd\xa4\x92f\xed{s\x07\x18\xe1t\x8d\xa1V[o\xb0\x18\x80\x90\x15\xa8e\xa2\xd9\xfcO\xff\xf9\xe5\x85\xcfW\xf8\x97\x96z?\x83\xbf\xc1-\xcdm\xe5\xb4\xe8\xe6\xa1\xc1\xd7 \x1eR\x8b\xb3E\x92\x9c\xe2T8\xca\x18|7\x1aa\xb3\xa3m\xe3\x93<\x13\xdaL\xe6g\x1c\xcb\x15\x02\x91,\x1c\xbf\xbc4<\xbcx\xe3\x9c\xf8@\xab\x7f4\xe3\xf0\xb2\x9e<\xefq\x8f\x8e\xe4\xf5\x8b\xf8\x1a<K*\xcb\xce\xf6\xc8\xce\xf3\xdb\xd1U\xa6\xde?2\x9a\xe7\xf6\xd5EyL}@6\xca\x7f\xae\xb4\x99Zs\xe0\xdeg\x10\xb6\xe9\xe6Hp\xf0\xcd\xf1\xe0g1\xec?N\xf8\xb8\xce\nendstream\nendobj\n14 0 obj\n<</Type/Metadata\n/Subtype/XML/Length 1251>>stream\n<?xpacket begin='\xef\xbb\xbf' id='W5M0MpCehiHzreSzNTczkc9d'?>\n<?adobe-xap-filters esc=\"CRLF\"?>\n<x:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='XMP toolkit 2.9.1-13, framework 1.6'>\n<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:iX='http://ns.adobe.com/iX/1.0/'>\n<rdf:Description rdf:about=\"\" xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 10.03.1'/>\n<rdf:Description rdf:about=\"\" xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2024-12-18T15:59:31-05:00</xmp:ModifyDate>\n<xmp:CreateDate>2024-12-18T15:59:31-05:00</xmp:CreateDate>\n<xmp:CreatorTool>GNU Enscript 1.6.6</xmp:CreatorTool></rdf:Description>\n<rdf:Description rdf:about=\"\" xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:86e4e793-f59f-11fa-0000-c8d2c052bf7e'/>\n<rdf:Description rdf:about=\"\" xmlns:dc='http://purl.org/dc/elements/1.1/' dc:format='application/pdf'><dc:title><rdf:Alt><rdf:li xml:lang='x-default'>Enscript Output</rdf:li></rdf:Alt></dc:title><dc:creator><rdf:Seq><rdf:li></rdf:li></rdf:Seq></dc:creator></rdf:Description>\n</rdf:RDF>\n</x:xmpmeta>\n \n \n<?xpacket end='w'?>\nendstream\nendobj\n2 0 obj\n<</Producer(GPL Ghostscript 10.03.1)\n/CreationDate(D:20241218155931-05'00')\n/ModDate(D:20241218155931-05'00')\n/Title(Enscript Output)\n/Author()\n/Creator(GNU Enscript 1.6.6)>>endobj\nxref\n0 15\n0000000000 65535 f \n0000000711 00000 n \n0000007145 00000 n \n0000000652 00000 n \n0000000510 00000 n \n0000000266 00000 n \n0000000491 00000 n \n0000001145 00000 n \n0000003652 00000 n \n0000000815 00000 n \n0000001471 00000 n \n0000000776 00000 n \n0000001773 00000 n \n0000003974 00000 n \n0000005817 00000 n \ntrailer\n<< /Size 15 /Root 1 0 R /Info 2 0 R\n/ID [<9BB34E42BF7AF21FE61720F4EBDFCCF8><9BB34E42BF7AF21FE61720F4EBDFCCF8>]\n>>\nstartxref\n7334\n%%EOF\n"
1268
1291
  }
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "bbot"
3
- version = "v2.4.1.6077rc"
3
+ version = "v2.4.1.6089rc"
4
4
  description = "OSINT automation for hackers."
5
5
  authors = [
6
6
  "TheTechromancer",
@@ -50,7 +50,7 @@ mmh3 = ">=4.1,<6.0"
50
50
  setproctitle = "^1.3.3"
51
51
  yara-python = "^4.5.1"
52
52
  pyzmq = "^26.0.3"
53
- httpx = "^0.27.0"
53
+ httpx = "^0.28.1"
54
54
  puremagic = "^1.28"
55
55
  pydantic = "^2.9.2"
56
56
  radixtarget = "^3.0.13"
@@ -72,7 +72,7 @@ pytest = "^8.3.1"
72
72
  pytest-asyncio = "0.25.3"
73
73
  uvicorn = ">=0.32,<0.35"
74
74
  fastapi = "^0.115.5"
75
- pytest-httpx = ">=0.33,<0.35"
75
+ pytest-httpx = ">=0.35"
76
76
  ruff = "0.9.7"
77
77
 
78
78
  [tool.poetry.group.docs.dependencies]
File without changes
File without changes
File without changes