README.md
pyproject.toml
stapler/__init__.py
stapler/__main__.py
stapler/cli.py
stapler/core/__init__.py
stapler/core/config.py
stapler/core/datafiles.py
stapler/core/db.py
stapler/core/dirbuster.py
stapler/core/logger.py
stapler/core/manual.py
stapler/core/orchestrator.py
stapler/core/platform.py
stapler/core/progress.py
stapler/core/scheduler.py
stapler/core/update.py
stapler/core/utils.py
stapler/data/exploits_db.json
stapler/data/kev.json
stapler/data/technologies.json
stapler/data/win10_builds.json
stapler/data/templates/apache-path-traversal.yaml
stapler/data/templates/log4shell-detect.yaml
stapler/data/templates/spring4shell-detect.yaml
stapler/modules/__init__.py
stapler/modules/base.py
stapler/modules/registry.py
stapler/modules/exploits/__init__.py
stapler/modules/exploits/base.py
stapler/modules/exploits/signature.py
stapler/modules/exploits/template_engine.py
stapler/modules/exploits/cves/__init__.py
stapler/modules/exploits/cves/http_rce.py
stapler/modules/exploits/cves/pwn.py
stapler/modules/exploits/cves/windows10.py
stapler/modules/network/__init__.py
stapler/modules/network/host_discovery.py
stapler/modules/network/network_discovery.py
stapler/modules/network/nmap_.py
stapler/modules/network/oob_server.py
stapler/modules/network/service_detect.py
stapler/modules/network/whois_lookup.py
stapler/modules/server/__init__.py
stapler/modules/server/bruteforce.py
stapler/modules/server/sbc.py
stapler/modules/server/server.py
stapler/modules/web/__init__.py
stapler/modules/web/cors.py
stapler/modules/web/graphql.py
stapler/modules/web/http_headers.py
stapler/modules/web/jwt.py
stapler/modules/web/ssrf.py
stapler/modules/web/ssti.py
stapler/modules/web/tech_detect.py
stapler/modules/web/websocket.py
stapler/modules/web/xxe.py
stapler/reporting/__init__.py
stapler/reporting/formats.py
stapler/reporting/severity.py
stapler/web/__init__.py
stapler/web/app.py
stapler_scanner.egg-info/PKG-INFO
stapler_scanner.egg-info/SOURCES.txt
stapler_scanner.egg-info/dependency_links.txt
stapler_scanner.egg-info/entry_points.txt
stapler_scanner.egg-info/requires.txt
stapler_scanner.egg-info/top_level.txt
tests/test_new_features.py
tests/test_stapler.py