Skip to content

Instantly share code, notes, and snippets.

@segnolin
Last active October 23, 2022 05:04
Show Gist options
  • Save segnolin/3ff10cdcf775c28fcfe2dace55042cfe to your computer and use it in GitHub Desktop.
Save segnolin/3ff10cdcf775c28fcfe2dace55042cfe to your computer and use it in GitHub Desktop.
#!/bin/sh
#sudo vim /etc/hosts #add your hostname after 127.0.0.1 and ::1 for faster sudo command execution
sudo apt -y install python &&
sudo apt -y install python-pip &&
sudo apt -y install gdb &&
sudo apt -y install git-all &&
sudo apt -y install ruby &&
sudo gem install one_gadget &&
sudo pip install capstone &&
sudo pip install pwntools &&
git clone https://github.com/longld/peda.git ~/peda
echo "source ~/peda/peda.py" >> ~/.gdbinit
# git clone https://github.com/scwuaptx/peda.git ~/peda &&
# git clone https://github.com/scwuaptx/Pwngdb.git &&
# cp ~/Pwngdb/.gdbinit ~/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment