mushorg / glastopf

Web Application Honeypot
http://glastopf.org
550 stars 170 forks source link

glastopf pylibinjection installation instruction for raspberry pi #242

Closed bunk3r closed 7 years ago

bunk3r commented 9 years ago

Hi!

There's an error in the installation procedure for pylibinjection:

------- OLD ---------- cd /opt git clone https://github.com/client9/libinjection.git git clone https://github.com/glastopf/pylibinjection.git rm /opt/pylibinjection/src/pylibinjection.c cd pylibinjection/ python setup.py build

------- NEW ---------- cd /opt git clone https://github.com/glastopf/pylibinjection.git rm /opt/pylibinjection/src/pylibinjection.c cd /opt/pylibinjection/submodules git clone https://github.com/client9/libinjection.git cd /opt/pylibinjection/submodules/libinjection ln -s src c cd /opt/pylibinjection/ python setup.py build

hope this is helpful to users

katkad commented 9 years ago

well, pull request for this would be useful, I think ;)