passwd root
apt update && apt upgrade
apt autoremove
dpkg-reconfigure openssh-server #change default ssh keys
systemctl enable ssh
systemctl enable postgresql # useful for metasploit
dconf write /org/gnome/desktop/sound/event-sounds "false"
adduser <user>
usermod -aG sudo <user> # give sudo permission
apt install xclip # for copying file contents to clipboard
apt install gedit-plugins
apt install python-pip # python2 pip
apt install python3-pip
pip3 install pyftpdlib # Python FTP Server library
apt install ruby-full # gem install
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
echo 'deb [arch=amd64] https://download.docker.com/linux/debian buster stable' > /etc/apt/sources.list.d/docker.list
apt-get update
apt install docker-ce
python3 -m pip install --upgrade
git+https://github.com/Gallopsled/pwntools.git@dev3
git clone https://github.com/exiftool/exiftool.git /opt/exiftool
cd $_
perl Makefile.PL
make
make test
make install
apt install gimp
apt install steghide
git clone https://github.com/zed-0xff/zsteg.git /opt/zsteg
cd $_
gem install zsteg
apt install autoconf
git clone https://github.com/ImageMagick/ImageMagick.git /opt/ImageMagick
cd $_
./configure
make
git clone https://github.com/longld/peda.git /opt/peda
git clone https://github.com/radareorg/cutter.git /opt/cutter
wget https://out7.hex-rays.com/files/idafree70_linux.run
mv <dir>/idafree70_linux.run /opt/ida64
cd $_ && chmod +x idafree70_linux.run
./idafree70_linux.run # go through install daemon
ln -s /opt/idafree-7.0/ida64 ./ida64
git clone https://github.com/google/AFL.git /opt/AFL
apt install libhwloc-dev ocl-icd-dev ocl-icd-opencl-dev pocl-opencl-icd
gunzip /usr/share/wordlists/rockyou.txt.gz
git clone https://github.com/mk12/morse.git /opt/morse
->make
ln -s /opt/morse/bin/morse ~/bin/morse
apt install xdotool # for a clicker challenge
git clone https://github.com/hak5darren/USB-Rubber-Ducky /opt/usb_rubber_ducky
git clone https://github.com/daviddias/node-dirbuster/blob/master/lists/directory-list-2.3-big.txt /usr/share/wordlists/dirbuster/directory-list-2.3-big.txt
pip install bluto # DNS recon and Brute Forcer
git clone https://github.com/SecureAuthCorp/impacket.git /opt/impacket
pip install /opt/impacket
git clone https://github.com/OJ/gobuster.git /opt/gobuster
# use: gobuster dir -u $url -w $wordlist
git clone https://github.com/Hackplayers/evil-winrm.git /opt/Evil-WinRM
gem install evil-winrm
git clone https://github.com/1N3/PrivEsc.git /opt/PrivEsc
apt install libc6-dev-i386
git clone https://github.com/heltonWernik/OpenLuck /opt/OpenLuck
cd $_
gcc OpenFuck.c -o open -lcrypto
apt install libssl-dev
git clone https://github.com/rebootuser/LinEnum.git /opt/LinEnum
dpkg -i <package like: Nessus-8.8.0-debian6_amd64.deb>
ln -s /etc/init.d/nessusd ~/bin/nessusd
ln -s /opt/nessus/sbin/nessuscli ~/bin/nessuscli
echo 'deb https://deb.torproject.org/torproject.org stretch main
deb-src https://deb.torproject.org/torproject.org stretch main' > /etc/apt/sources.list.d/tor.list
wget -O- https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc | sudo apt-key add -
apt update
apt install tor deb.torproject.org-keyring