scythe-ttp 0.15.6__tar.gz → 0.15.10__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {scythe_ttp-0.15.6/scythe_ttp.egg-info → scythe_ttp-0.15.10}/PKG-INFO +1 -1
- scythe_ttp-0.15.10/VERSION +1 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/pyproject.toml +7 -4
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10/scythe_ttp.egg-info}/PKG-INFO +1 -1
- scythe_ttp-0.15.6/VERSION +0 -1
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/LICENSE +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/MANIFEST.in +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/README.md +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/requirements.txt +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/__init__.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/auth/__init__.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/auth/base.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/auth/basic.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/auth/bearer.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/auth/cookie_jwt.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/behaviors/__init__.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/behaviors/base.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/behaviors/default.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/behaviors/human.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/behaviors/machine.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/behaviors/stealth.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/cli/__init__.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/cli/main.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/core/__init__.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/core/executor.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/core/headers.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/core/ttp.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/journeys/__init__.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/journeys/actions.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/journeys/base.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/journeys/executor.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/orchestrators/__init__.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/orchestrators/base.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/orchestrators/batch.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/orchestrators/distributed.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/orchestrators/scale.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/payloads/__init__.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/payloads/generators.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/ttps/__init__.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/ttps/web/__init__.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/ttps/web/login_bruteforce.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/ttps/web/sql_injection.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe/ttps/web/uuid_guessing.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe_ttp.egg-info/SOURCES.txt +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe_ttp.egg-info/dependency_links.txt +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe_ttp.egg-info/entry_points.txt +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe_ttp.egg-info/requires.txt +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/scythe_ttp.egg-info/top_level.txt +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/setup.cfg +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/tests/test_api_models.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/tests/test_authentication.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/tests/test_behaviors.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/tests/test_cli.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/tests/test_cookie_jwt_auth.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/tests/test_expected_results.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/tests/test_feature_completeness.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/tests/test_header_extraction.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/tests/test_journeys.py +0 -0
- {scythe_ttp-0.15.6 → scythe_ttp-0.15.10}/tests/test_orchestrators.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.15.10
|
|
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "scythe-ttp"
|
|
7
|
+
dynamic = ["version"] # Add this to enable dynamic version (and dependencies if you want)
|
|
7
8
|
description = "An extensible framework for emulating attacker TTPs with Selenium."
|
|
8
9
|
readme = {file = "README.md", content-type = "text/markdown"}
|
|
9
10
|
authors = [{name = "EpykLab", email = "cyber@epyklab.com"}]
|
|
10
11
|
requires-python = ">=3.8,<=3.13"
|
|
11
|
-
version = "0.15.6"
|
|
12
12
|
classifiers = [
|
|
13
13
|
"Programming Language :: Python :: 3",
|
|
14
14
|
"License :: OSI Approved :: MIT License",
|
|
@@ -19,7 +19,6 @@ classifiers = [
|
|
|
19
19
|
"Topic :: Security",
|
|
20
20
|
"Framework :: Pytest",
|
|
21
21
|
]
|
|
22
|
-
|
|
23
22
|
dependencies = [
|
|
24
23
|
"PySocks==1.7.1",
|
|
25
24
|
"attrs==25.3.0",
|
|
@@ -43,10 +42,14 @@ dependencies = [
|
|
|
43
42
|
"wsproto==1.2.0",
|
|
44
43
|
"typer"
|
|
45
44
|
]
|
|
45
|
+
# Remove the static version line entirely
|
|
46
46
|
|
|
47
47
|
[project.scripts]
|
|
48
48
|
scythe = "scythe.cli.main:main"
|
|
49
49
|
|
|
50
50
|
[tool.setuptools]
|
|
51
|
-
|
|
52
|
-
|
|
51
|
+
packages = {find = {exclude = ["tests*", "examples*"]}}
|
|
52
|
+
|
|
53
|
+
[tool.setuptools.dynamic]
|
|
54
|
+
version = {file = "VERSION"} # Fix this to point to your actual VERSION file
|
|
55
|
+
dependencies = {file = "requirements.txt"} # Keep if using; otherwise remove if sticking with static deps list
|
scythe_ttp-0.15.6/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.15.7
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|