rtexit-method 0.1.26 → 0.1.27

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rtexit-method",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "description": "RTExit - AI-assisted Red Team methodology installer",
5
5
  "license": "MIT",
6
6
  "author": "Exit Code",
@@ -76,9 +76,12 @@ sliver
76
76
 
77
77
  ### Havoc C2 Setup
78
78
 
79
+ > ⚠️ **NOT in rtexit-kali container** — Havoc requires a GUI client. Run on your **host machine**, not inside Docker.
80
+
79
81
  **GitHub:** https://github.com/HavocFramework/Havoc
80
82
 
81
83
  ```bash
84
+ # Run on HOST MACHINE (not in rtexit-kali container)
82
85
  # Dependencies
83
86
  sudo apt update && sudo apt install -y git build-essential cmake mingw-w64 \
84
87
  nasm python3 python3-pip libssl-dev libz-dev golang-go
@@ -72,7 +72,7 @@ chk_dir "ScareCrow" /opt/ScareCrow
72
72
  chk_dir "KrbRelayUp" /opt/KrbRelayUp
73
73
 
74
74
  section "BloodHound"
75
- chk_dir "BloodHound.py" /opt/BloodHound.py
75
+ chk "BloodHound.py" bloodhound-python
76
76
  chk "bloodhound-python" bloodhound-python
77
77
 
78
78
  section "Post-Auth Lateral"
@@ -7,7 +7,7 @@ phase_header "PHASE 8 — Password Attacks & Credential Access"
7
7
  section "Hash Cracking"
8
8
  chk "hashcat" hashcat
9
9
  chk "john" john
10
- chk "ophcrack" ophcrack
10
+ chk_opt "ophcrack" ophcrack # not in Kali rolling repos
11
11
 
12
12
  section "Online Brute Force"
13
13
  chk "hydra" hydra