Skip to content

Commit 0232ed0

Browse files
committed
fix
1 parent 14f58b7 commit 0232ed0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

container/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN sudo apt update && \
1515
dirsearch yq krb5-user gitleaks naabu nikto netexec adb && \
1616
sudo apt clean && \
1717
sudo rm -rf /var/lib/apt/lists/* && \
18-
pip3 install -i https://mirrors.ustc.edu.cn/pypi/simple/ pwntools pymongo --break-system-packages && \
18+
pip3 install pwntools pymongo --break-system-packages && \
1919
sudo npm install -g @playwright/cli@latest && \
2020
cd /tmp && playwright-cli install
2121

@@ -25,13 +25,13 @@ RUN cd /tmp && \
2525
wget -q "https://github.com/hahwul/dalfox/releases/download/v2.12.0/dalfox-linux-amd64.tar.gz" -O dalfox.tar.gz && \
2626
wget -q "https://github.com/BishopFox/cloudfox/releases/download/v2.0.1/cloudfox-linux-amd64.zip" -O cloudfox.zip && \
2727
wget -q "https://github.com/ropnop/kerbrute/releases/download/v1.0.3/kerbrute_linux_amd64" -O kerbrute && \
28-
nuclei -ut && \
2928
git clone --depth 1 "https://github.com/projectdiscovery/nuclei-templates.git" /home/kali/.local/nuclei-templates && \
3029
unzip -q katana.zip katana && sudo mv katana /usr/local/bin/ && \
3130
unzip -q nuclei.zip nuclei && sudo mv nuclei /usr/local/bin/ && \
3231
tar -xzf dalfox.tar.gz && sudo mv dalfox-linux-amd64 /usr/local/bin/dalfox && \
3332
unzip -q cloudfox.zip cloudfox/cloudfox && sudo mv cloudfox/cloudfox /usr/local/bin/ && \
3433
sudo cp kerbrute /usr/local/bin/ && \
34+
nuclei -ut && \
3535
sudo rm -rf /tmp/*
3636

3737
RUN mkdir -p /home/kali/knowledges && cd /home/kali/knowledges && \
@@ -43,7 +43,7 @@ RUN mkdir -p /home/kali/knowledges && cd /home/kali/knowledges && \
4343
RUN mkdir -p /home/kali/tools && cd /home/kali/tools && \
4444
wget -q "https://github.com/frohoff/ysoserial/releases/download/v0.0.6/ysoserial-all.jar" -O ysoserial.jar && \
4545
git clone --depth=1 https://github.com/ticarpi/jwt_tool.git && \
46-
cd jwt_tool && pip3 install -i https://mirrors.ustc.edu.cn/pypi/simple/ -r requirements.txt --break-system-packages && \
46+
cd jwt_tool && pip3 install -r requirements.txt --break-system-packages && \
4747
git clone --depth=1 https://github.com/IOActive/jdwp-shellifier.git
4848

4949
RUN mkdir -p /home/kali/pocs && cd /home/kali/pocs && \

0 commit comments

Comments
 (0)