CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
RELEASE.md
RESPONSIBLE_USE.md
SECURITY.md
bundle.py
exposure.example.json
flow
pyproject.toml
scope.example.json
skirmisher.py
docs/command-reference.html
docs/command-reference.pdf
docs/sk.1
docs/features/README.md
docs/features/avatar-hash-correlation/.shipped
docs/features/avatar-hash-correlation/intent.md
docs/features/avatar-hash-correlation/plan.md
docs/features/avatar-hash-correlation/spec.md
docs/features/credential-reuse-enrichment/.shipped
docs/features/credential-reuse-enrichment/intent.md
docs/features/credential-reuse-enrichment/plan.md
docs/features/credential-reuse-enrichment/spec.md
docs/features/discovered-hosts-report/.shipped
docs/features/discovered-hosts-report/intent.md
docs/features/discovered-hosts-report/plan.md
docs/features/discovered-hosts-report/spec.md
docs/features/graphviz-export/.shipped
docs/features/graphviz-export/intent.md
docs/features/graphviz-export/plan.md
docs/features/graphviz-export/spec.md
docs/features/http-exposure-module/.shipped
docs/features/http-exposure-module/intent.md
docs/features/http-exposure-module/plan.md
docs/features/http-exposure-module/spec.md
docs/features/http-fingerprint-module/.shipped
docs/features/http-fingerprint-module/intent.md
docs/features/http-fingerprint-module/plan.md
docs/features/http-fingerprint-module/spec.md
docs/features/http-headers-module/.shipped
docs/features/http-headers-module/intent.md
docs/features/http-headers-module/plan.md
docs/features/http-headers-module/spec.md
docs/features/lab-walkthrough/.shipped
docs/features/lab-walkthrough/intent.md
docs/features/lab-walkthrough/plan.md
docs/features/lab-walkthrough/spec.md
docs/features/networked-collectors/.shipped
docs/features/networked-collectors/intent.md
docs/features/networked-collectors/plan.md
docs/features/networked-collectors/spec.md
docs/features/passive-osint-crtsh/.shipped
docs/features/passive-osint-crtsh/intent.md
docs/features/passive-osint-crtsh/plan.md
docs/features/passive-osint-crtsh/spec.md
docs/features/pentest-reporting/.shipped
docs/features/pentest-reporting/intent.md
docs/features/pentest-reporting/plan.md
docs/features/pentest-reporting/spec.md
docs/features/release-v04-packaging/.shipped
docs/features/release-v04-packaging/intent.md
docs/features/release-v04-packaging/plan.md
docs/features/release-v04-packaging/spec.md
docs/features/ssh-audit-module/.shipped
docs/features/ssh-audit-module/intent.md
docs/features/ssh-audit-module/plan.md
docs/features/ssh-audit-module/spec.md
docs/features/tls-audit-module/.shipped
docs/features/tls-audit-module/intent.md
docs/features/tls-audit-module/plan.md
docs/features/tls-audit-module/spec.md
docs/lab/walkthrough.md
docs/sdlc/PLAYBOOK.md
docs/sdlc/templates/intent.md
docs/sdlc/templates/plan.md
docs/sdlc/templates/spec.md
fixtures/lab.local.json
skirmisher/__init__.py
skirmisher/__main__.py
skirmisher/_wordmark.py
skirmisher/cli.py
skirmisher/findings.py
skirmisher/py.typed
skirmisher/ui.py
skirmisher.egg-info/PKG-INFO
skirmisher.egg-info/SOURCES.txt
skirmisher.egg-info/dependency_links.txt
skirmisher.egg-info/entry_points.txt
skirmisher.egg-info/requires.txt
skirmisher.egg-info/top_level.txt
skirmisher/collectors/__init__.py
skirmisher/collectors/base.py
skirmisher/collectors/cert_transparency.py
skirmisher/collectors/fixture.py
skirmisher/collectors/net.py
skirmisher/collectors/profile.py
skirmisher/collectors/surface_probe.py
skirmisher/core/__init__.py
skirmisher/core/context.py
skirmisher/core/pipeline.py
skirmisher/enrich/__init__.py
skirmisher/enrich/base.py
skirmisher/enrich/credential_reuse.py
skirmisher/enrich/exposure.py
skirmisher/exploits/__init__.py
skirmisher/exploits/module.py
skirmisher/exploits/registry.py
skirmisher/exploits/runner.py
skirmisher/exploits/modules/__init__.py
skirmisher/exploits/modules/http_expose.py
skirmisher/exploits/modules/http_fingerprint.py
skirmisher/exploits/modules/http_headers.py
skirmisher/exploits/modules/ssh_audit.py
skirmisher/exploits/modules/tcp_service_probe.py
skirmisher/exploits/modules/tls_audit.py
skirmisher/graph/__init__.py
skirmisher/graph/correlate.py
skirmisher/graph/model.py
skirmisher/render/__init__.py
skirmisher/render/dot.py
skirmisher/render/pentest.py
skirmisher/render/report.py
skirmisher/scope/__init__.py
skirmisher/scope/guard.py
skirmisher/scope/model.py
skirmisher/scoring/__init__.py
skirmisher/scoring/rank.py
tests/test_correlate_avatar.py
tests/test_discovered_hosts.py
tests/test_dot.py
tests/test_enrich.py
tests/test_findings.py
tests/test_http_expose.py
tests/test_http_fingerprint.py
tests/test_http_headers.py
tests/test_net_collectors.py
tests/test_passive_osint.py
tests/test_pipeline.py
tests/test_scope.py
tests/test_ssh_audit.py
tests/test_tls_audit.py
tests/__pycache__/test_correlate_avatar.cpython-312-pytest-9.1.1.pyc
tests/__pycache__/test_discovered_hosts.cpython-312-pytest-9.1.1.pyc
tests/__pycache__/test_dot.cpython-312-pytest-9.1.1.pyc
tests/__pycache__/test_enrich.cpython-312-pytest-9.1.1.pyc
tests/__pycache__/test_findings.cpython-312-pytest-9.1.1.pyc
tests/__pycache__/test_http_expose.cpython-312-pytest-9.1.1.pyc
tests/__pycache__/test_http_fingerprint.cpython-312-pytest-9.1.1.pyc
tests/__pycache__/test_http_headers.cpython-312-pytest-9.1.1.pyc
tests/__pycache__/test_net_collectors.cpython-312-pytest-9.1.1.pyc
tests/__pycache__/test_passive_osint.cpython-312-pytest-9.1.1.pyc
tests/__pycache__/test_pipeline.cpython-312-pytest-9.1.1.pyc
tests/__pycache__/test_scope.cpython-312-pytest-9.1.1.pyc
tests/__pycache__/test_ssh_audit.cpython-312-pytest-9.1.1.pyc
tests/__pycache__/test_tls_audit.cpython-312-pytest-9.1.1.pyc