mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-10 23:12:40 +01:00
Fixing routersploit dependencies (#137)
This commit is contained in:
committed by
Jess Frazelle
parent
cedd48dba0
commit
05fcfbf3d6
@@ -5,7 +5,8 @@ RUN apt-get update && apt-get install -y \
|
||||
git \
|
||||
python-requests \
|
||||
python-paramiko \
|
||||
python-netsnmp \
|
||||
python-pysnmp-common \
|
||||
python-bs4 \
|
||||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& git clone https://github.com/reverse-shell/routersploit /usr/bin/routersploit \
|
||||
|
||||
Reference in New Issue
Block a user