Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 231 Bytes

File metadata and controls

10 lines (9 loc) · 231 Bytes

pwninit

Let's start pwn!

Install

rm -rf ~/pwninit
git clone https://github.com/ICEB3AR/pwninit.git ~/pwninit
echo "alias pwninit='python ~/pwninit/pwninit.py'" >> ~/.bashrc
alias pwninit='python ~/pwninit/pwninit.py'