Mipu94 / BroIDS_Unicorn

simple plugin to detect shellcode on Bro IDS with Unicorn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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

About

simple plugin to detect shellcode on Bro IDS with Unicorn


Languages

Language:Python 73.1%Language:Bro 22.6%Language:C 3.6%Language:Shell 0.7%