From 748e79eb16212aaec417a15c2305b66ec69006d5 Mon Sep 17 00:00:00 2001 From: G <52905881+giga-a@users.noreply.github.com> Date: Mon, 8 Mar 2021 08:12:59 -0800 Subject: [PATCH] Update node-Dockerfile --- node-Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/node-Dockerfile b/node-Dockerfile index 2a4b4ec..e5aff57 100755 --- a/node-Dockerfile +++ b/node-Dockerfile @@ -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"]