LICENSE
README.md
pyproject.toml
securio/__init__.py
securio/__main__.py
securio/cli.py
securio/http.py
securio/models.py
securio/rules.py
securio/scanner.py
securio/ssrf.py
securio.egg-info/PKG-INFO
securio.egg-info/SOURCES.txt
securio.egg-info/dependency_links.txt
securio.egg-info/entry_points.txt
securio.egg-info/requires.txt
securio.egg-info/top_level.txt
securio/checks/__init__.py
securio/checks/cookies.py
securio/checks/forms.py
securio/checks/headers.py
securio/checks/https.py
securio/checks/mixed_content.py
securio/checks/technology.py
tests/test_cookies.py
tests/test_forms.py
tests/test_headers.py
tests/test_https.py
tests/test_mixed_content.py
tests/test_network.py
tests/test_report_and_cli.py
tests/test_score.py
tests/test_technology.py
tests/test_validation.py