scythe-ttp 0.15.0__tar.gz → 0.15.2__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.
Potentially problematic release.
This version of scythe-ttp might be problematic. Click here for more details.
- {scythe_ttp-0.15.0/scythe_ttp.egg-info → scythe_ttp-0.15.2}/PKG-INFO +1 -1
- scythe_ttp-0.15.2/VERSION +1 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/pyproject.toml +2 -2
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/cli/main.py +9 -6
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2/scythe_ttp.egg-info}/PKG-INFO +1 -1
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe_ttp.egg-info/top_level.txt +0 -1
- scythe_ttp-0.15.0/VERSION +0 -1
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/LICENSE +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/MANIFEST.in +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/README.md +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/requirements.txt +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/__init__.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/auth/__init__.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/auth/base.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/auth/basic.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/auth/bearer.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/auth/cookie_jwt.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/behaviors/__init__.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/behaviors/base.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/behaviors/default.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/behaviors/human.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/behaviors/machine.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/behaviors/stealth.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/cli/__init__.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/core/__init__.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/core/executor.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/core/headers.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/core/ttp.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/journeys/__init__.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/journeys/actions.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/journeys/base.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/journeys/executor.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/orchestrators/__init__.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/orchestrators/base.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/orchestrators/batch.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/orchestrators/distributed.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/orchestrators/scale.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/payloads/__init__.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/payloads/generators.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/ttps/__init__.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/ttps/web/__init__.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/ttps/web/login_bruteforce.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/ttps/web/sql_injection.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe/ttps/web/uuid_guessing.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe_ttp.egg-info/SOURCES.txt +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe_ttp.egg-info/dependency_links.txt +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe_ttp.egg-info/entry_points.txt +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/scythe_ttp.egg-info/requires.txt +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/setup.cfg +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/tests/test_api_models.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/tests/test_authentication.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/tests/test_behaviors.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/tests/test_cli.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/tests/test_cookie_jwt_auth.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/tests/test_expected_results.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/tests/test_feature_completeness.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/tests/test_header_extraction.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/tests/test_journeys.py +0 -0
- {scythe_ttp-0.15.0 → scythe_ttp-0.15.2}/tests/test_orchestrators.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.15.3
|
|
@@ -8,7 +8,7 @@ description = "An extensible framework for emulating attacker TTPs with Selenium
|
|
|
8
8
|
readme = {file = "README.md", content-type = "text/markdown"}
|
|
9
9
|
authors = [{name = "EpykLab", email = "cyber@epyklab.com"}]
|
|
10
10
|
requires-python = ">=3.8,<=3.13"
|
|
11
|
-
version = "0.15.
|
|
11
|
+
version = "0.15.2"
|
|
12
12
|
classifiers = [
|
|
13
13
|
"Programming Language :: Python :: 3",
|
|
14
14
|
"License :: OSI Approved :: MIT License",
|
|
@@ -52,5 +52,5 @@ scythe = "scythe.cli.main:main"
|
|
|
52
52
|
packages = {find = {exclude = ["tests*", "examples*"]}}
|
|
53
53
|
|
|
54
54
|
[tool.setuptools.dynamic]
|
|
55
|
-
version = {file = "0.15.
|
|
55
|
+
version = {file = "0.15.2"}
|
|
56
56
|
dependencies = {file = "requirements.txt"}
|
|
@@ -503,7 +503,11 @@ def main(argv: Optional[List[str]] = None) -> int:
|
|
|
503
503
|
# Fallback to legacy argparse-based implementation if Typer is not available
|
|
504
504
|
return _legacy_main(argv)
|
|
505
505
|
|
|
506
|
-
app = typer.Typer(
|
|
506
|
+
app = typer.Typer(
|
|
507
|
+
add_completion=True,
|
|
508
|
+
no_args_is_help=True,
|
|
509
|
+
pretty_exceptions_show_locals=False,
|
|
510
|
+
help="Scythe CLI")
|
|
507
511
|
|
|
508
512
|
@app.command()
|
|
509
513
|
def init(
|
|
@@ -557,7 +561,9 @@ def main(argv: Optional[List[str]] = None) -> int:
|
|
|
557
561
|
print(output)
|
|
558
562
|
return code
|
|
559
563
|
|
|
560
|
-
db_app = typer.Typer(
|
|
564
|
+
db_app = typer.Typer(
|
|
565
|
+
no_args_is_help=True,
|
|
566
|
+
help="Database utilities")
|
|
561
567
|
|
|
562
568
|
@db_app.command("dump")
|
|
563
569
|
def dump() -> int:
|
|
@@ -587,11 +593,8 @@ def main(argv: Optional[List[str]] = None) -> int:
|
|
|
587
593
|
|
|
588
594
|
app.add_typer(db_app, name="db")
|
|
589
595
|
|
|
590
|
-
if argv is None:
|
|
591
|
-
argv = sys.argv[1:]
|
|
592
|
-
|
|
593
596
|
try:
|
|
594
|
-
rv = app(
|
|
597
|
+
rv = app()
|
|
595
598
|
return int(rv) if isinstance(rv, int) else 0
|
|
596
599
|
except ScytheCLIError as e:
|
|
597
600
|
print(f"Error: {e}", file=sys.stderr)
|
scythe_ttp-0.15.0/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.15.1
|
|
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
|