We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7df328 commit a8578dbCopy full SHA for a8578db
Dockerfile
@@ -461,7 +461,7 @@ RUN chmod +x LinEnum.sh
461
# Download enum4linux
462
WORKDIR /temp
463
RUN \
464
- git clone --depth 1 https://github.com/portcullislabs/enum4linux.git && \
+ git clone --depth 1 https://github.com/CiscoCXSecurity/enum4linux.git && \
465
# Download PEASS - Privilege Escalation Awesome Scripts SUITE
466
mkdir -p /temp/peass
467
0 commit comments