Skip to content

Commit 9d875d0

Browse files
committed
add enum4linx-ng
1 parent a8578db commit 9d875d0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,8 @@ RUN chmod +x LinEnum.sh
462462
WORKDIR /temp
463463
RUN \
464464
git clone --depth 1 https://github.com/CiscoCXSecurity/enum4linux.git && \
465+
# Download enum4linx-ng
466+
git clone https://github.com/cddmp/enum4linux-ng.git && \
465467
# Download PEASS - Privilege Escalation Awesome Scripts SUITE
466468
mkdir -p /temp/peass
467469

requirements_pip.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ argparse
1313
tld
1414
#jwt-tool dependency
1515
pycryptodomex
16-
wafw00f
16+
wafw00f
17+
pyyaml

0 commit comments

Comments
 (0)