Skip to content

Commit

Permalink
Update node-Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
giga-a authored Mar 8, 2021
1 parent b93350c commit 748e79e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node-Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM ubuntu:18.04
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -y && apt-get install -y iptables-persistent tcpdump nmap iputils-ping python python-pip python-psycopg2 lsof psmisc dnsutils curl ftp freerdp-x11 smbclient ssh telnet xtightvncviewer xvfb
RUN pip install scapy netifaces pyftpdlib sqlalchemy pyyaml paramiko impacket twisted rdpy psutil pyping requests redis mysql-connector-python
RUN pip install scapy==2.4.4 netifaces==0.10.9 pyftpdlib==1.5.6 sqlalchemy==1.3.23 pyyaml==5.4.1 paramiko==2.7.1 impacket==0.9.22 twisted==20.3.0 psutil==5.8.0 requests==2.25.1 redis==3.5.3 mysql-connector-python==8.0.23 pygments==2.5.2
RUN pip install -U requests[socks]
RUN pip install -Iv rsa==4.0
RUN pip install rdpy==1.3.2
COPY honeypot ./honeypot
WORKDIR /honeypot
RUN ["chmod","+x","./testing.sh"]

0 comments on commit 748e79e

Please sign in to comment.