Skip to content

Instantly share code, notes, and snippets.

View CaiJiJi's full-sized avatar
👹
tw no.1

Caijiji CaiJiJi

👹
tw no.1
  • @Caijijijijijiji
  • Earth
View GitHub Profile
@CaiJiJi
CaiJiJi / ubuntu.sh
Last active April 10, 2019 02:51
install script
#!/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/