This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#update | |
apt-get update -y | |
apt-get upgrade -y | |
#install software | |
apt-get install -y nmap vim build-essential gcc g++ nc git curl wget python-dev openssl openssl-dev zip automake make ncurses-dev | |
#install proxychains | |
git clone https://github.com/rofl0r/proxychains-ng /tmp/proxychains-ng | |
cd /tmp/proxychains-ng | |
./configure --prefix=/usr/local/ |
NewerOlder