Skip to content

Instantly share code, notes, and snippets.

View ours1984's full-sized avatar

Edward ours1984

View GitHub Profile
#!/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 &&