Skip to content

Commit f2a97c0

Browse files
committed
1 parent f6646c9 commit f2a97c0

File tree

3 files changed

+4
-4
lines changed
  • terraform/modules/deployment/common/payloads/linux/modules
    • connect-ssh-shell-multistage
    • execute-exploit-authapp
    • responder-reverse-shell-multistage

3 files changed

+4
-4
lines changed

Diff for: terraform/modules/deployment/common/payloads/linux/modules/connect-ssh-shell-multistage/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ locals {
2323
python3.9 get-pip.py >> $LOGFILE 2>&1
2424
log "wait before using module..."
2525
sleep 5
26-
python3.9 -m pip install -U pip setuptools wheel setuptools_rust jinja2 jc >> $LOGFILE 2>&1
26+
python3.9 -m pip install -U pip "packaging>=24" "ordered-set>=3.1.1" "more_itertools>=8.8" "jaraco.text>=3.7" "importlib_resources>=5.10.2" "importlib_metadata>=6" "tomli>=2.0.1" "wheel>=0.43.0" "platformdirs>=2.6.2" setuptools wheel setuptools_rust jinja2 jc >> $LOGFILE 2>&1
2727
python3.9 -m pip install -U pwncat-cs >> $LOGFILE 2>&1
2828
log "wait before using module..."
2929
sleep 5

Diff for: terraform/modules/deployment/common/payloads/linux/modules/execute-exploit-authapp/main.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ locals {
1818
python3.9 get-pip.py >> $LOGFILE 2>&1
1919
log "wait before using module..."
2020
sleep 5
21-
python3.9 -m pip install -U pip setuptools wheel setuptools_rust jinja2 jc
21+
python3.9 -m pip install -U pip "packaging>=24" "ordered-set>=3.1.1" "more_itertools>=8.8" "jaraco.text>=3.7" "importlib_resources>=5.10.2" "importlib_metadata>=6" "tomli>=2.0.1" "wheel>=0.43.0" "platformdirs>=2.6.2" setuptools wheel setuptools_rust jinja2 jc >> $LOGFILE 2>&1
2222
log "installing exploit requirements..."
23-
python3.9 -m pip install --ignore-installed -r requirements.txt
23+
python3.9 -m pip install --ignore-installed -r requirements.txt >> $LOGFILE 2>&1
2424
2525
curl -LJ https://raw.githubusercontent.com/danielmiessler/SecLists/89e486bd4e1bcd1bd3fc565216097a8d389f3983/Passwords/scraped-JWT-secrets.txt -o /tmp/scraped-JWT-secrets.txt
2626

Diff for: terraform/modules/deployment/common/payloads/linux/modules/responder-reverse-shell-multistage/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ locals {
3333
python3.9 get-pip.py >> $LOGFILE 2>&1
3434
log "wait before using module..."
3535
sleep 5
36-
python3.9 -m pip install -U pip setuptools wheel setuptools_rust jinja2 jc >> $LOGFILE 2>&1
36+
python3.9 -m pip install -U pip "packaging>=24" "ordered-set>=3.1.1" "more_itertools>=8.8" "jaraco.text>=3.7" "importlib_resources>=5.10.2" "importlib_metadata>=6" "tomli>=2.0.1" "wheel>=0.43.0" "platformdirs>=2.6.2" setuptools wheel setuptools_rust jinja2 jc >> $LOGFILE 2>&1
3737
python3.9 -m pip install -U pwncat-cs >> $LOGFILE 2>&1
3838
log "wait before using module..."
3939
sleep 5

0 commit comments

Comments
 (0)