美文网首页
Driller For Pwner

Driller For Pwner

作者: Kirin_say | 来源:发表于2018-12-21 22:12 被阅读3次

Base

git clone https://github.com/angr/angr-dev
sudo ./setup.sh -i -e driller
workon driller
pip install --no-binary keystone-engine keystone-engine


git clone https://github.com/shellphish/shellphish-afl
python setup.py build
sudo apt-get install libtool-bin
sudo apt-get install automake
python setup.py build
pip install -v -e shellphish-afl

git clone https://github.com/shellphish/shellphish-qemu
./rebuild.sh
pip install -v -e shellphish-qemu

git clone https://github.com/angr/tracer
sudo apt-get install libacl1-dev
pip install -r requirements.txt
python setup.py build
pip install -v -e tracer

git clone https://github.com/shellphish/fuzzer
python setup.py build 
pip install -v -e fuzzer

git clone https://github.com/shellphish/driller
pip install -r requirements.txt
python setup.py build
pip install -v -e driller

Something wrong with shellphish-afl

cd ~/pwnrin/shellphish-afl/bin/afl-unix
./build.sh  <arch>

相关文章

网友评论

      本文标题:Driller For Pwner

      本文链接:https://www.haomeiwen.com/subject/vvnmkqtx.html