mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-26 20:16:04 +01:00
Fixing routersploit dependencies (#137)
This commit is contained in:
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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user