rtexit-method 0.1.24 → 0.1.26
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.
- package/package.json +1 -1
- package/packaged-assets/.agents/skills/rt-agent-breaker/SKILL.md +38 -1
- package/packaged-assets/.agents/skills/rt-agent-breaker/customize.toml +52 -0
- package/packaged-assets/.agents/skills/rt-agent-commander/SKILL.md +38 -1
- package/packaged-assets/.agents/skills/rt-agent-commander/customize.toml +40 -0
- package/packaged-assets/.agents/skills/rt-agent-ghost/SKILL.md +38 -1
- package/packaged-assets/.agents/skills/rt-agent-ghost/customize.toml +50 -0
- package/packaged-assets/.agents/skills/rt-agent-navigator/SKILL.md +38 -1
- package/packaged-assets/.agents/skills/rt-agent-phantom/SKILL.md +38 -1
- package/packaged-assets/.agents/skills/rt-agent-scout/SKILL.md +38 -1
- package/packaged-assets/.agents/skills/rt-agent-scout/customize.toml +17 -0
- package/packaged-assets/.agents/skills/rt-agent-scribe/SKILL.md +38 -1
- package/packaged-assets/.agents/skills/rt-agent-scribe/customize.toml +16 -0
- package/packaged-assets/_rtexit/TOOLS.md +368 -0
- package/packaged-assets/_rtexit/config.toml +100 -0
- package/packaged-assets/docker/Dockerfile +76 -17
- package/packaged-assets/docker/verify/lib.sh +1 -1
- package/packaged-assets/docker/verify/phase10-network.sh +4 -4
- package/packaged-assets/docker/verify/phase5-mobile.sh +3 -3
- package/packaged-assets/docker/verify/phase6-c2.sh +2 -2
- package/packaged-assets/docker/verify/phase7-osint.sh +4 -4
- package/packaged-assets/docker/verify/phase9-binary.sh +3 -3
- package/packaged-assets/scripts/rt-native-install.sh +29 -7
|
@@ -11,7 +11,7 @@ chk "sliver-client" sliver-client
|
|
|
11
11
|
chk_dir "Empire" /opt/Empire
|
|
12
12
|
chk_dir "Villain" /opt/Villain
|
|
13
13
|
chk_dir "PoshC2" /opt/PoshC2
|
|
14
|
-
|
|
14
|
+
chk_opt "Havoc" /opt/Havoc # GUI-only C2, not suitable for headless container
|
|
15
15
|
|
|
16
16
|
section "Tunneling & Pivoting"
|
|
17
17
|
chk "chisel" chisel
|
|
@@ -38,7 +38,7 @@ chk_py "pypykatz" pypykatz
|
|
|
38
38
|
section "Persistence / AD"
|
|
39
39
|
chk_dir "DeathStar" /opt/DeathStar
|
|
40
40
|
chk_dir "DonPAPI" /opt/DonPAPI
|
|
41
|
-
|
|
41
|
+
chk "bloodyAD" bloodyAD
|
|
42
42
|
|
|
43
43
|
section "Lateral Movement"
|
|
44
44
|
chk "evil-winrm" evil-winrm
|
|
@@ -14,7 +14,7 @@ chk_opt "GHunt" ghunt
|
|
|
14
14
|
|
|
15
15
|
section "Username / Social"
|
|
16
16
|
chk_dir "CrossLinked" /opt/CrossLinked
|
|
17
|
-
|
|
17
|
+
chk "sherlock" sherlock
|
|
18
18
|
|
|
19
19
|
section "Domain Intelligence"
|
|
20
20
|
chk "shodan" shodan
|
|
@@ -24,7 +24,7 @@ chk_py "ipinfo" ipinfo
|
|
|
24
24
|
|
|
25
25
|
section "GitHub / Code Recon"
|
|
26
26
|
chk "gitleaks" gitleaks
|
|
27
|
-
|
|
27
|
+
chk "trufflehog" trufflehog
|
|
28
28
|
chk "git-dumper" git-dumper
|
|
29
29
|
chk_py "PyGithub" github
|
|
30
30
|
|
|
@@ -32,11 +32,11 @@ section "Passive Recon"
|
|
|
32
32
|
chk "gau" gau
|
|
33
33
|
chk "waybackurls" waybackurls
|
|
34
34
|
chk_dir "recon-ng" /opt/recon-ng
|
|
35
|
-
|
|
35
|
+
chk "spiderfoot" spiderfoot
|
|
36
36
|
|
|
37
37
|
section "OSINT Frameworks"
|
|
38
38
|
chk_dir "recon-ng" /opt/recon-ng
|
|
39
|
-
|
|
39
|
+
chk "spiderfoot" spiderfoot
|
|
40
40
|
|
|
41
41
|
section "Network Intelligence"
|
|
42
42
|
chk "whois" whois
|
|
@@ -7,7 +7,7 @@ phase_header "PHASE 9 — Binary Analysis & Reverse Engineering"
|
|
|
7
7
|
section "Debuggers"
|
|
8
8
|
chk "gdb" gdb
|
|
9
9
|
chk_dir "pwndbg" /opt/pwndbg
|
|
10
|
-
|
|
10
|
+
chk_file "GEF" /root/.gef-2026.01.py
|
|
11
11
|
|
|
12
12
|
section "Disassemblers / Decompilers"
|
|
13
13
|
chk "radare2" radare2
|
|
@@ -54,8 +54,8 @@ chk_py "yara" yara
|
|
|
54
54
|
chk_dir "YARA-Rules" /opt/yara-rules
|
|
55
55
|
|
|
56
56
|
section "Malware Analysis"
|
|
57
|
-
chk_py "volatility3" volatility3
|
|
58
|
-
|
|
57
|
+
chk_py "volatility3" volatility3.framework
|
|
58
|
+
chk_py "volatility3-dir" volatility3.framework
|
|
59
59
|
chk "foremost" foremost
|
|
60
60
|
chk "bulk_extractor" bulk_extractor
|
|
61
61
|
|
|
@@ -405,8 +405,14 @@ printf '#!/bin/bash\nexec java -jar /opt/uber-apk-signer/uber-apk-signer.jar "$@
|
|
|
405
405
|
# Frida tools
|
|
406
406
|
pip_install frida-tools objection apkleaks drozer
|
|
407
407
|
|
|
408
|
-
# reFlutter, hermes, cross-platform
|
|
409
|
-
|
|
408
|
+
# reFlutter, hermes, cross-platform analysis
|
|
409
|
+
# NOTE: doldrums has no PyPI package — skip
|
|
410
|
+
pip_install reflutter androguard trufflehog3 hermes-dec hbctool "qrcode[pil]" Pillow lz4
|
|
411
|
+
|
|
412
|
+
# qrcode CLI wrapper
|
|
413
|
+
command -v qrcode >/dev/null 2>&1 || \
|
|
414
|
+
printf '#!/bin/bash\npython3 -m qrcode "$@"\n' > /usr/local/bin/qrcode && \
|
|
415
|
+
chmod +x /usr/local/bin/qrcode || true
|
|
410
416
|
|
|
411
417
|
# apk-mitm
|
|
412
418
|
npm_install apk-mitm js-beautify
|
|
@@ -428,12 +434,12 @@ echo "[+] Start: adb shell /data/local/tmp/frida-server &"
|
|
|
428
434
|
FSCRIPT
|
|
429
435
|
chmod +x /usr/local/bin/setup-frida-server
|
|
430
436
|
|
|
431
|
-
# drozer agent
|
|
437
|
+
# drozer agent APK (v2.3.4 — repo moved to ReversecLabs, last APK release)
|
|
432
438
|
mkdir -p /opt/drozer
|
|
433
|
-
curl -
|
|
439
|
+
curl -sL "https://github.com/ReversecLabs/drozer/releases/download/2.3.4/drozer-agent-2.3.4.apk" \
|
|
434
440
|
-o /opt/drozer/drozer-agent.apk 2>/dev/null || true
|
|
435
441
|
|
|
436
|
-
# TheFatRat
|
|
442
|
+
# TheFatRat — interactive tool, optional
|
|
437
443
|
clone https://github.com/Screetsec/TheFatRat /opt/TheFatRat
|
|
438
444
|
chmod +x /opt/TheFatRat/fatrat 2>/dev/null || true
|
|
439
445
|
|
|
@@ -471,8 +477,18 @@ go_install github.com/Binject/go-donut/cmd/godonuts@latest
|
|
|
471
477
|
# ════════════════════════════════════════════════════════════
|
|
472
478
|
section "Phase 7 — OSINT & Intelligence"
|
|
473
479
|
|
|
480
|
+
# NOTE: spiderfoot not on PyPI — install from git below
|
|
481
|
+
# NOTE: sherlock-project installs as binary 'sherlock' (not importable module)
|
|
474
482
|
pip_install shodan censys h8mail holehe maigret socialscan \
|
|
475
|
-
|
|
483
|
+
duckduckgo-search ipinfo PyGithub
|
|
484
|
+
|
|
485
|
+
apt_install whois
|
|
486
|
+
|
|
487
|
+
# spiderfoot from git (not on PyPI)
|
|
488
|
+
clone https://github.com/smicallef/spiderfoot /opt/spiderfoot
|
|
489
|
+
pip_install -r /opt/spiderfoot/requirements.txt
|
|
490
|
+
printf '#!/bin/bash\npython3 /opt/spiderfoot/sf.py "$@"\n' > /usr/local/bin/spiderfoot
|
|
491
|
+
chmod +x /usr/local/bin/spiderfoot
|
|
476
492
|
|
|
477
493
|
clone https://github.com/lanmaster53/recon-ng /opt/recon-ng
|
|
478
494
|
pip_install -r /opt/recon-ng/REQUIREMENTS
|
|
@@ -496,11 +512,17 @@ clone https://github.com/Mebus/cupp /opt/cupp
|
|
|
496
512
|
ln -sf /opt/cupp/cupp.py /usr/local/bin/cupp
|
|
497
513
|
chmod +x /opt/cupp/cupp.py
|
|
498
514
|
|
|
499
|
-
pip_install pypykatz
|
|
515
|
+
pip_install pypykatz
|
|
516
|
+
# NOTE: patator must use --no-deps (cx-oracle build fails, not needed for core use)
|
|
517
|
+
pip3 install --no-cache-dir --break-system-packages --no-deps patator 2>/dev/null || true
|
|
500
518
|
|
|
501
519
|
# Crypto libraries
|
|
502
520
|
pip_install pycryptodome hashpumpy cryptography sympy gmpy2 ecdsa
|
|
503
521
|
|
|
522
|
+
# Extract rockyou.txt from SecLists (stored compressed)
|
|
523
|
+
tar xzf /opt/SecLists/Passwords/Leaked-Databases/rockyou.txt.tar.gz \
|
|
524
|
+
-C /opt/SecLists/Passwords/Leaked-Databases/ 2>/dev/null || true
|
|
525
|
+
|
|
504
526
|
# ════════════════════════════════════════════════════════════
|
|
505
527
|
# PHASE 9 — Binary Analysis & RE
|
|
506
528
|
# ════════════════════════════════════════════════════════════
|