File tree 3 files changed +4
-4
lines changed
terraform/modules/deployment/common/payloads/linux/modules
connect-ssh-shell-multistage
responder-reverse-shell-multistage
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ locals {
23
23
python3.9 get-pip.py >> $LOGFILE 2>&1
24
24
log "wait before using module..."
25
25
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
27
27
python3.9 -m pip install -U pwncat-cs >> $LOGFILE 2>&1
28
28
log "wait before using module..."
29
29
sleep 5
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ locals {
18
18
python3.9 get-pip.py >> $LOGFILE 2>&1
19
19
log "wait before using module..."
20
20
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
22
22
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
24
24
25
25
curl -LJ https://raw.githubusercontent.com/danielmiessler/SecLists/89e486bd4e1bcd1bd3fc565216097a8d389f3983/Passwords/scraped-JWT-secrets.txt -o /tmp/scraped-JWT-secrets.txt
26
26
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ locals {
33
33
python3.9 get-pip.py >> $LOGFILE 2>&1
34
34
log "wait before using module..."
35
35
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
37
37
python3.9 -m pip install -U pwncat-cs >> $LOGFILE 2>&1
38
38
log "wait before using module..."
39
39
sleep 5
You can’t perform that action at this time.
0 commit comments