All Projects → Mipu94 → BroIDS_Unicorn

Mipu94 / BroIDS_Unicorn

Licence: other
simple plugin to detect shellcode on Bro IDS with Unicorn

Programming Languages

python
139335 projects - #7 most used programming language
Zeek
47 projects
c
50402 projects - #5 most used programming language
shell
77523 projects

#BroIDS_Unicorn

simple plugin to detect shellcode on Bro IDS with Unicorn

install bro and addon broccoli-python:

https://www.bro.org https://github.com/bro/broccoli-python

install unicorm-engine:

https://github.com/unicorn-engine/unicorn

##Vuln server:

new terminal run bro:

bro -i eth0 bro/detector.bro

new terminal run unicorn:

python bro/checkshell.py

run vuln service:

cd vulnserver

./socat.sh vuln

##client

change ip -> vuln server

run exploit

python exploit_code/pwn.py

##Video demo

https://youtu.be/0nd1XJ9I4pQ

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].