LICENSE
MANIFEST.in
README.md
VERSION
requirements.txt
setup.py
scythe/__init__.py
scythe/behaviors/__init__.py
scythe/behaviors/base.py
scythe/behaviors/default.py
scythe/behaviors/human.py
scythe/behaviors/machine.py
scythe/behaviors/stealth.py
scythe/core/__init__.py
scythe/core/executor.py
scythe/core/ttp.py
scythe/payloads/__init__.py
scythe/payloads/generators.py
scythe/ttps/__init__.py
scythe/ttps/web/__init__.py
scythe/ttps/web/login_bruteforce.py
scythe/ttps/web/sql_injection.py
scythe/ttps/web/uuid_guessing.py
scythe_ttp.egg-info/PKG-INFO
scythe_ttp.egg-info/SOURCES.txt
scythe_ttp.egg-info/dependency_links.txt
scythe_ttp.egg-info/requires.txt
scythe_ttp.egg-info/top_level.txt
tests/test_behaviors.py