README.md
pyproject.toml
sentinel_csrf/__init__.py
sentinel_csrf/cli.py
sentinel_csrf.egg-info/PKG-INFO
sentinel_csrf.egg-info/SOURCES.txt
sentinel_csrf.egg-info/dependency_links.txt
sentinel_csrf.egg-info/entry_points.txt
sentinel_csrf.egg-info/requires.txt
sentinel_csrf.egg-info/top_level.txt
sentinel_csrf/analysis/__init__.py
sentinel_csrf/analysis/browser.py
sentinel_csrf/analysis/headers.py
sentinel_csrf/analysis/samesite.py
sentinel_csrf/analysis/state_change.py
sentinel_csrf/analysis/tokens.py
sentinel_csrf/core/__init__.py
sentinel_csrf/core/detector.py
sentinel_csrf/core/scanner.py
sentinel_csrf/core/verifier.py
sentinel_csrf/input/__init__.py
sentinel_csrf/input/burp.py
sentinel_csrf/input/cookies.py
sentinel_csrf/input/requests.py
sentinel_csrf/output/__init__.py
sentinel_csrf/output/poc.py
sentinel_csrf/utils/__init__.py
sentinel_csrf/utils/cache.py
tests/test_analysis.py
tests/test_burp.py
tests/test_cookies.py
tests/test_detector.py
tests/test_requests.py