bbot 2.5.0.6803rc0__tar.gz → 2.5.0.6817rc0__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.
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/PKG-INFO +2 -2
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/__init__.py +1 -1
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/gowitness.py +22 -14
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_gowitness.py +5 -5
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_nuclei.py +8 -5
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/pyproject.toml +2 -2
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/LICENSE +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/README.md +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/cli.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/__init__.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/config/__init__.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/config/files.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/config/logger.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/core.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/engine.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/event/__init__.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/event/base.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/event/helpers.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/flags.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/__init__.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/async_helpers.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/bloom.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/cache.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/command.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/depsinstaller/__init__.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/depsinstaller/installer.py +5 -5
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/depsinstaller/sudo_askpass.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/diff.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/dns/__init__.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/dns/brute.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/dns/dns.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/dns/engine.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/dns/helpers.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/dns/mock.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/files.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/helper.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/interactsh.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/libmagic.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/misc.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/names_generator.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/ntlm.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/process.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/ratelimiter.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/regex.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/regexes.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/url.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/validators.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/web/__init__.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/web/client.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/web/engine.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/web/envelopes.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/web/ssl_context.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/web/web.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/wordcloud.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/helpers/yara_helper.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/modules.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/multiprocess.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/core/shared_deps.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/db/sql/models.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/defaults.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/errors.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/logger.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/__init__.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/ajaxpro.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/anubisdb.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/apkpure.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/aspnet_bin_exposure.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/azure_realm.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/azure_tenant.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/baddns.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/baddns_direct.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/baddns_zone.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/badsecrets.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/base.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/bevigil.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/bucket_amazon.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/bucket_azure.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/bucket_digitalocean.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/bucket_file_enum.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/bucket_firebase.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/bucket_google.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/bufferoverrun.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/builtwith.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/bypass403.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/c99.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/censys.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/certspotter.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/chaos.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/code_repository.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/credshed.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/crt.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/crt_db.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/dehashed.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/digitorus.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/dnsbimi.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/dnsbrute.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/dnsbrute_mutations.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/dnscaa.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/dnscommonsrv.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/dnsdumpster.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/dnstlsrpt.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/docker_pull.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/dockerhub.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/dotnetnuke.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/emailformat.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/extractous.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/ffuf.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/ffuf_shortnames.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/filedownload.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/fingerprintx.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/fullhunt.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/generic_ssrf.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/git.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/git_clone.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/gitdumper.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/github_codesearch.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/github_org.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/github_usersearch.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/github_workflows.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/gitlab.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/google_playstore.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/graphql_introspection.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/hackertarget.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/host_header.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/httpx.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/hunt.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/hunterio.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/iis_shortnames.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/internal/__init__.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/internal/aggregate.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/internal/base.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/internal/cloudcheck.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/internal/dnsresolve.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/internal/excavate.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/internal/speculate.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/internal/unarchive.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/ip2location.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/ipneighbor.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/ipstack.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/jadx.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/leakix.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/lightfuzz/lightfuzz.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/lightfuzz/submodules/__init__.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/lightfuzz/submodules/base.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/lightfuzz/submodules/cmdi.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/lightfuzz/submodules/crypto.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/lightfuzz/submodules/path.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/lightfuzz/submodules/serial.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/lightfuzz/submodules/sqli.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/lightfuzz/submodules/ssti.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/lightfuzz/submodules/xss.py +0 -0
- {bbot-2.5.0.6803rc0/bbot/modules/deadly → bbot-2.5.0.6817rc0/bbot/modules}/medusa.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/myssl.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/newsletters.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/ntlm.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/nuclei.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/oauth.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/otx.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/output/__init__.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/output/asset_inventory.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/output/base.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/output/csv.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/output/discord.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/output/emails.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/output/http.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/output/json.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/output/mysql.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/output/neo4j.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/output/nmap_xml.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/output/postgres.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/output/python.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/output/slack.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/output/splunk.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/output/sqlite.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/output/stdout.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/output/subdomains.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/output/teams.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/output/txt.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/output/web_parameters.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/output/web_report.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/output/websocket.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/paramminer_cookies.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/paramminer_getparams.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/paramminer_headers.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/passivetotal.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/pgp.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/portfilter.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/portscan.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/postman.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/postman_download.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/rapiddns.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/reflected_parameters.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/report/affiliates.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/report/asn.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/report/base.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/robots.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/securitytrails.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/securitytxt.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/shodan_dns.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/shodan_idb.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/sitedossier.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/skymem.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/smuggler.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/social.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/sslcert.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/subdomaincenter.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/subdomainradar.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/telerik.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/templates/bucket.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/templates/github.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/templates/postman.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/templates/shodan.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/templates/sql.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/templates/subdomain_enum.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/templates/webhook.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/trickest.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/trufflehog.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/url_manipulation.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/urlscan.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/vhost.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/viewdns.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/virustotal.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/wafw00f.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/wappalyzer.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/wayback.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/wpscan.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/modules/zoomeye.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/baddns-intense.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/cloud-enum.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/code-enum.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/email-enum.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/fast.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/kitchen-sink.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/nuclei/nuclei-budget.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/nuclei/nuclei-intense.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/nuclei/nuclei-technology.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/nuclei/nuclei.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/spider-intense.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/spider.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/subdomain-enum.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/tech-detect.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/web/dirbust-heavy.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/web/dirbust-light.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/web/dotnet-audit.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/web/iis-shortnames.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/web/lightfuzz-heavy.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/web/lightfuzz-light.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/web/lightfuzz-medium.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/web/lightfuzz-superheavy.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/web/lightfuzz-xss.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/web/paramminer.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/web-basic.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/web-screenshots.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/presets/web-thorough.yml +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/scanner/__init__.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/scanner/dispatcher.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/scanner/manager.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/scanner/preset/__init__.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/scanner/preset/args.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/scanner/preset/conditions.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/scanner/preset/environ.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/scanner/preset/path.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/scanner/preset/preset.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/scanner/scanner.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/scanner/stats.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/scanner/target.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/scripts/docs.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/__init__.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/bbot_fixtures.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/conftest.py +1 -1
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/coverage.cfg +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/fastapi_test.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/owasp_mastg.apk +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/run_tests.sh +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test.conf +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_output.ndjson +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/__init__.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/test__module__tests.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/test_bbot_fastapi.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/test_bloom_filter.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/test_cli.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/test_command.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/test_config.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/test_depsinstaller.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/test_dns.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/test_docs.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/test_engine.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/test_event_seeds.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/test_events.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/test_files.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/test_helpers.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/test_manager_deduplication.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/test_manager_scope_accuracy.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/test_modules_basic.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/test_presets.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/test_python_api.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/test_regexes.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/test_scan.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/test_scope.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/test_target.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/test_web.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_1/test_web_envelopes.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/__init__.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/__init__.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/base.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_affiliates.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_aggregate.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_ajaxpro.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_anubisdb.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_apkpure.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_asn.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_aspnet_bin_exposure.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_asset_inventory.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_azure_realm.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_azure_tenant.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_baddns.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_baddns_direct.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_baddns_zone.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_badsecrets.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_bevigil.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_bucket_amazon.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_bucket_azure.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_bucket_digitalocean.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_bucket_file_enum.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_bucket_firebase.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_bucket_google.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_bufferoverrun.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_builtwith.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_bypass403.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_c99.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_censys.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_certspotter.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_chaos.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_cloudcheck.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_code_repository.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_credshed.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_crt.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_crt_db.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_csv.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_dehashed.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_digitorus.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_discord.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_dnsbimi.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_dnsbrute.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_dnsbrute_mutations.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_dnscaa.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_dnscommonsrv.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_dnsdumpster.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_dnsresolve.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_dnstlsrpt.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_docker_pull.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_dockerhub.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_dotnetnuke.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_emailformat.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_emails.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_excavate.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_extractous.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_ffuf.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_ffuf_shortnames.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_filedownload.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_fingerprintx.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_fullhunt.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_generic_ssrf.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_git.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_git_clone.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_gitdumper.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_github_codesearch.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_github_org.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_github_usersearch.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_github_workflows.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_gitlab.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_google_playstore.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_graphql_introspection.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_hackertarget.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_host_header.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_http.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_httpx.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_hunt.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_hunterio.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_iis_shortnames.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_ip2location.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_ipneighbor.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_ipstack.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_jadx.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_json.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_leakix.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_lightfuzz.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_medusa.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_mysql.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_myssl.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_neo4j.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_newsletters.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_nmap_xml.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_ntlm.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_oauth.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_otx.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_paramminer_cookies.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_paramminer_getparams.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_paramminer_headers.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_passivetotal.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_pgp.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_portfilter.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_portscan.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_postgres.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_postman.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_postman_download.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_python.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_rapiddns.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_reflected_parameters.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_robots.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_securitytrails.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_securitytxt.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_shodan_dns.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_shodan_idb.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_sitedossier.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_skymem.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_slack.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_smuggler.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_social.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_speculate.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_splunk.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_sqlite.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_sslcert.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_stdout.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_subdomaincenter.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_subdomainradar.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_subdomains.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_teams.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_telerik.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_trickest.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_trufflehog.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_txt.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_unarchive.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_url_manipulation.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_urlscan.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_vhost.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_viewdns.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_virustotal.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_wafw00f.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_wappalyzer.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_wayback.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_web_parameters.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_web_report.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_websocket.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_wpscan.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_zoomeye.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/template_tests/__init__.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/template_tests/test_template_subdomain_enum.py +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/testsslcert.pem +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/testsslkey.pem +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/wordlists/devops_mutations.txt +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/wordlists/ms_on_prem_subdomains.txt +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/wordlists/nameservers.txt +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/wordlists/paramminer_headers.txt +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/wordlists/paramminer_parameters.txt +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/wordlists/raft-small-extensions-lowercase_CLEANED.txt +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/wordlists/top_open_ports_nmap.txt +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/wordlists/valid_url_schemes.txt +0 -0
- {bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/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.5.0.
|
|
3
|
+
Version: 2.5.0.6817rc0
|
|
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
|
|
@@ -25,7 +25,7 @@ Requires-Dist: dnspython (>=2.4.2,<3.0.0)
|
|
|
25
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
|
-
Requires-Dist: lxml (>=4.9.2,<
|
|
28
|
+
Requires-Dist: lxml (>=4.9.2,<7.0.0)
|
|
29
29
|
Requires-Dist: mmh3 (>=4.1,<6.0)
|
|
30
30
|
Requires-Dist: omegaconf (>=2.3.0,<3.0.0)
|
|
31
31
|
Requires-Dist: orjson (>=3.10.12,<4.0.0)
|
|
@@ -16,7 +16,7 @@ class gowitness(BaseModule):
|
|
|
16
16
|
flags = ["active", "safe", "web-screenshots"]
|
|
17
17
|
meta = {"description": "Take screenshots of webpages", "created_date": "2022-07-08", "author": "@TheTechromancer"}
|
|
18
18
|
options = {
|
|
19
|
-
"version": "
|
|
19
|
+
"version": "3.0.5",
|
|
20
20
|
"threads": 0,
|
|
21
21
|
"timeout": 10,
|
|
22
22
|
"resolution_x": 1440,
|
|
@@ -161,6 +161,7 @@ class gowitness(BaseModule):
|
|
|
161
161
|
key = e.data["url"]
|
|
162
162
|
event_dict[key] = e
|
|
163
163
|
stdin = "\n".join(list(event_dict))
|
|
164
|
+
self.hugeinfo(f"Gowitness input: {stdin}")
|
|
164
165
|
|
|
165
166
|
try:
|
|
166
167
|
async for line in self.run_process_live(self.command, input=stdin, idle_timeout=self.idle_timeout):
|
|
@@ -174,12 +175,14 @@ class gowitness(BaseModule):
|
|
|
174
175
|
new_screenshots = await self.get_new_screenshots()
|
|
175
176
|
for filename, screenshot in new_screenshots.items():
|
|
176
177
|
url = screenshot["url"]
|
|
178
|
+
url = self.helpers.clean_url(url).geturl()
|
|
177
179
|
final_url = screenshot["final_url"]
|
|
178
180
|
filename = self.screenshot_path / screenshot["filename"]
|
|
179
181
|
filename = filename.relative_to(self.scan.home)
|
|
180
182
|
# NOTE: this prevents long filenames from causing problems in BBOT, but gowitness will still fail to save it.
|
|
181
183
|
filename = self.helpers.truncate_filename(filename)
|
|
182
184
|
webscreenshot_data = {"path": str(filename), "url": final_url}
|
|
185
|
+
self.hugewarning(event_dict)
|
|
183
186
|
parent_event = event_dict[url]
|
|
184
187
|
await self.emit_event(
|
|
185
188
|
webscreenshot_data,
|
|
@@ -191,11 +194,11 @@ class gowitness(BaseModule):
|
|
|
191
194
|
# emit URLs
|
|
192
195
|
new_network_logs = await self.get_new_network_logs()
|
|
193
196
|
for url, row in new_network_logs.items():
|
|
194
|
-
ip = row["
|
|
197
|
+
ip = row["remote_ip"]
|
|
195
198
|
status_code = row["status_code"]
|
|
196
199
|
tags = [f"status-{status_code}", f"ip-{ip}", "spider-danger"]
|
|
197
200
|
|
|
198
|
-
_id = row["
|
|
201
|
+
_id = row["result_id"]
|
|
199
202
|
parent_url = self.screenshots_taken[_id]
|
|
200
203
|
parent_event = event_dict[parent_url]
|
|
201
204
|
if url and url.startswith("http"):
|
|
@@ -210,7 +213,7 @@ class gowitness(BaseModule):
|
|
|
210
213
|
# emit technologies
|
|
211
214
|
new_technologies = await self.get_new_technologies()
|
|
212
215
|
for row in new_technologies.values():
|
|
213
|
-
parent_id = row["
|
|
216
|
+
parent_id = row["result_id"]
|
|
214
217
|
parent_url = self.screenshots_taken[parent_id]
|
|
215
218
|
parent_event = event_dict[parent_url]
|
|
216
219
|
technology = row["value"]
|
|
@@ -224,28 +227,29 @@ class gowitness(BaseModule):
|
|
|
224
227
|
|
|
225
228
|
def construct_command(self):
|
|
226
229
|
# base executable
|
|
227
|
-
command = ["gowitness"]
|
|
230
|
+
command = ["gowitness", "scan"]
|
|
228
231
|
# chrome path
|
|
229
232
|
if self.chrome_path is not None:
|
|
230
233
|
command += ["--chrome-path", str(self.chrome_path)]
|
|
231
234
|
# db path
|
|
232
|
-
command += ["--db
|
|
235
|
+
command += ["--write-db"]
|
|
236
|
+
command += ["--write-db-uri", f"sqlite://{self.db_path}"]
|
|
233
237
|
# screenshot path
|
|
234
238
|
command += ["--screenshot-path", str(self.screenshot_path)]
|
|
235
239
|
# user agent
|
|
236
|
-
command += ["--user-agent", f"{self.scan.useragent}"]
|
|
240
|
+
command += ["--chrome-user-agent", f"{self.scan.useragent}"]
|
|
237
241
|
# proxy
|
|
238
242
|
if self.proxy:
|
|
239
|
-
command += ["--proxy", str(self.proxy)]
|
|
243
|
+
command += ["--chrome-proxy", str(self.proxy)]
|
|
240
244
|
# resolution
|
|
241
|
-
command += ["--
|
|
242
|
-
command += ["--
|
|
243
|
-
# input
|
|
244
|
-
command += ["file", "-f", "-"]
|
|
245
|
+
command += ["--chrome-window-x", str(self.resolution_x)]
|
|
246
|
+
command += ["--chrome-window-y", str(self.resolution_y)]
|
|
245
247
|
# threads
|
|
246
248
|
command += ["--threads", str(self.threads)]
|
|
247
249
|
# timeout
|
|
248
250
|
command += ["--timeout", str(self.timeout)]
|
|
251
|
+
# input
|
|
252
|
+
command += ["file", "-f", "-"]
|
|
249
253
|
return command
|
|
250
254
|
|
|
251
255
|
async def get_new_screenshots(self):
|
|
@@ -254,8 +258,10 @@ class gowitness(BaseModule):
|
|
|
254
258
|
async with aiosqlite.connect(str(self.db_path)) as con:
|
|
255
259
|
con.row_factory = aiosqlite.Row
|
|
256
260
|
con.text_factory = self.helpers.smart_decode
|
|
257
|
-
async with con.execute("SELECT * FROM
|
|
261
|
+
async with con.execute("SELECT * FROM results") as cur:
|
|
262
|
+
self.critical(f"CUR: {cur}")
|
|
258
263
|
async for row in cur:
|
|
264
|
+
self.critical(f"SCREENSHOT: {row}")
|
|
259
265
|
row = dict(row)
|
|
260
266
|
_id = row["id"]
|
|
261
267
|
if _id not in self.screenshots_taken:
|
|
@@ -270,8 +276,9 @@ class gowitness(BaseModule):
|
|
|
270
276
|
con.row_factory = aiosqlite.Row
|
|
271
277
|
async with con.execute("SELECT * FROM network_logs") as cur:
|
|
272
278
|
async for row in cur:
|
|
279
|
+
self.critical(f"NETWORK LOG: {row}")
|
|
273
280
|
row = dict(row)
|
|
274
|
-
url = row["
|
|
281
|
+
url = row["url"]
|
|
275
282
|
if url not in self.connections_logged:
|
|
276
283
|
self.connections_logged.add(url)
|
|
277
284
|
network_logs[url] = row
|
|
@@ -284,6 +291,7 @@ class gowitness(BaseModule):
|
|
|
284
291
|
con.row_factory = aiosqlite.Row
|
|
285
292
|
async with con.execute("SELECT * FROM technologies") as cur:
|
|
286
293
|
async for row in cur:
|
|
294
|
+
self.critical(f"TECHNOLOGY: {row}")
|
|
287
295
|
_id = row["id"]
|
|
288
296
|
if _id not in self.technologies_found:
|
|
289
297
|
self.technologies_found.add(_id)
|
|
@@ -51,9 +51,9 @@ class TestGowitness(ModuleTestBase):
|
|
|
51
51
|
)
|
|
52
52
|
|
|
53
53
|
screenshots_path = self.home_dir / "scans" / module_test.scan.name / "gowitness" / "screenshots"
|
|
54
|
-
screenshots = list(screenshots_path.glob("*.
|
|
54
|
+
screenshots = list(screenshots_path.glob("*.jpeg"))
|
|
55
55
|
assert len(screenshots) == 1, (
|
|
56
|
-
f"{len(screenshots):,} .
|
|
56
|
+
f"{len(screenshots):,} .jpeg files found at {screenshots_path}, should have been 1"
|
|
57
57
|
)
|
|
58
58
|
assert 1 == len([e for e in events if e.type == "URL" and e.data == "http://127.0.0.1:8888/"])
|
|
59
59
|
assert 1 == len(
|
|
@@ -74,9 +74,9 @@ class TestGowitness_Social(TestGowitness):
|
|
|
74
74
|
|
|
75
75
|
def check(self, module_test, events):
|
|
76
76
|
screenshots_path = self.home_dir / "scans" / module_test.scan.name / "gowitness" / "screenshots"
|
|
77
|
-
screenshots = list(screenshots_path.glob("*.
|
|
77
|
+
screenshots = list(screenshots_path.glob("*.jpeg"))
|
|
78
78
|
assert len(screenshots) == 2, (
|
|
79
|
-
f"{len(screenshots):,} .
|
|
79
|
+
f"{len(screenshots):,} .jpeg files found at {screenshots_path}, should have been 2"
|
|
80
80
|
)
|
|
81
81
|
assert 2 == len([e for e in events if e.type == "WEBSCREENSHOT"])
|
|
82
82
|
assert 1 == len(
|
|
@@ -86,7 +86,7 @@ class TestGowitness_Social(TestGowitness):
|
|
|
86
86
|
if e.type == "WEBSCREENSHOT" and e.data["url"] == "http://127.0.0.1:8888/blacklanternsecurity"
|
|
87
87
|
]
|
|
88
88
|
)
|
|
89
|
-
assert
|
|
89
|
+
assert len(
|
|
90
90
|
[
|
|
91
91
|
e
|
|
92
92
|
for e in events
|
{bbot-2.5.0.6803rc0 → bbot-2.5.0.6817rc0}/bbot/test/test_step_2/module_tests/test_module_nuclei.py
RENAMED
|
@@ -67,21 +67,24 @@ class TestNucleiSevere(TestNucleiManual):
|
|
|
67
67
|
"nuclei": {
|
|
68
68
|
"mode": "severe",
|
|
69
69
|
"concurrency": 1,
|
|
70
|
-
"templates": "/tmp/.bbot_test/tools/nuclei-templates/vulnerabilities/generic/generic-
|
|
70
|
+
"templates": "/tmp/.bbot_test/tools/nuclei-templates/vulnerabilities/generic/generic-env.yaml",
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
73
|
"interactsh_disable": True,
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
async def setup_after_prep(self, module_test):
|
|
77
|
-
expect_args = {"method": "GET", "uri": "
|
|
78
|
-
respond_args = {"response_data": "
|
|
77
|
+
expect_args = {"method": "GET", "uri": "/.env"}
|
|
78
|
+
respond_args = {"response_data": "AAAKEYBBB="}
|
|
79
|
+
module_test.set_expect_requests(expect_args=expect_args, respond_args=respond_args)
|
|
80
|
+
|
|
81
|
+
expect_args = {"method": "GET", "uri": "/"}
|
|
82
|
+
respond_args = {"response_data": "<html>alive</html>"}
|
|
79
83
|
module_test.set_expect_requests(expect_args=expect_args, respond_args=respond_args)
|
|
80
84
|
|
|
81
85
|
def check(self, module_test, events):
|
|
82
86
|
assert any(
|
|
83
|
-
e.type == "VULNERABILITY" and "Generic
|
|
84
|
-
for e in events
|
|
87
|
+
e.type == "VULNERABILITY" and "Generic Env File Disclosure" in e.data["description"] for e in events
|
|
85
88
|
)
|
|
86
89
|
|
|
87
90
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "bbot"
|
|
3
|
-
version = "v2.5.0.
|
|
3
|
+
version = "v2.5.0.6817rc"
|
|
4
4
|
description = "OSINT automation for hackers."
|
|
5
5
|
authors = [
|
|
6
6
|
"TheTechromancer",
|
|
@@ -38,7 +38,7 @@ tabulate = "0.8.10"
|
|
|
38
38
|
websockets = ">=14.0.0,<16.0.0"
|
|
39
39
|
pyjwt = "^2.7.0"
|
|
40
40
|
beautifulsoup4 = "^4.12.2"
|
|
41
|
-
lxml = ">=4.9.2,<
|
|
41
|
+
lxml = ">=4.9.2,<7.0.0"
|
|
42
42
|
dnspython = "^2.4.2"
|
|
43
43
|
cachetools = ">=5.3.2,<7.0.0"
|
|
44
44
|
socksio = "^1.0.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -223,11 +223,6 @@ class DepsInstaller:
|
|
|
223
223
|
success = True
|
|
224
224
|
preloaded = self.all_modules_preloaded[module]
|
|
225
225
|
|
|
226
|
-
# ansible tasks
|
|
227
|
-
ansible_tasks = preloaded["deps"]["ansible"]
|
|
228
|
-
if ansible_tasks:
|
|
229
|
-
success &= self.tasks(module, ansible_tasks)
|
|
230
|
-
|
|
231
226
|
# apt
|
|
232
227
|
deps_apt = preloaded["deps"]["apt"]
|
|
233
228
|
if deps_apt:
|
|
@@ -258,6 +253,11 @@ class DepsInstaller:
|
|
|
258
253
|
self.setup_status[dep_common] = result
|
|
259
254
|
success &= result
|
|
260
255
|
|
|
256
|
+
# ansible tasks
|
|
257
|
+
ansible_tasks = preloaded["deps"]["ansible"]
|
|
258
|
+
if ansible_tasks:
|
|
259
|
+
success &= self.tasks(module, ansible_tasks)
|
|
260
|
+
|
|
261
261
|
return success
|
|
262
262
|
|
|
263
263
|
async def pip_install(self, packages, constraints=None):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|