[
  {
    "path": ".bashrc",
    "content": "# ~/.bashrc: executed by bash(1) for non-login shells.\n\n# Note: PS1 and umask are already set in /etc/profile. You should not\n# need this unless you want different defaults for root.\nPS1='${debian_chroot:+($debian_chroot)}\\[\\033[01;31m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[01;34m\\]\\w\\[\\033[00m\\]\\$ '\n# umask 022\n\n# You may uncomment the following lines if you want `ls' to be colorized:\nexport LS_OPTIONS='--color=auto'\neval \"`dircolors`\"\nalias ls='ls $LS_OPTIONS'\nalias ll='ls $LS_OPTIONS -al'\n# alias l='ls $LS_OPTIONS -lA'\n#\n# Some more alias to avoid making mistakes:\n# alias rm='rm -i'\n# alias cp='cp -i'\n# alias mv='mv -i'\n"
  },
  {
    "path": "README.md",
    "content": "# This project has been archived, please visit: https://github.com/nchgroup/intruder-deployer\n# hax0rpi\n\n```\npi@raspberrypi:~/hax0rpi $ ./hax0rpi \n               _                 ___             _              \n              | |__   __ ___  __/ _ \\ _ __ _ __ (_)             \n              | '_ \\ / _' \\ \\/ / | | | '__| '_ \\| |             \n              | | | | (_| |>  <| |_| | |  | |_) | |             \n              |_| |_|\\__,_/_/\\_\\\\___/|_|  | .__/|_|             \n                                          |_|                   \n               \n           A Raspberry Pi Hacker Tools suite by Vay3t           \n\n----------------------------------------------------------------\n    This installer will load a comprehensive of hacker tools    \n      suite onto your Raspberry Pi. Note that the Raspbian      \n     distribution must be installed onto the SD card before     \n     proceeding. See README (if exist) for more information.\n```\n\n# Archived\nMigrated to https://gitlab.com/vay3t/hax0rpi\n\n# Why\nI do not like to be filled with tools, so I try to put the least possible\n\n# How to run?\n\n### git clone\n```\nsudo apt-get install git -y\ngit clone https://github.com/vay3t/hax0rpi\ncd hax0rpi\nchmod +x hax0rpi\n./hax0rpi\ncd\nsudo rm -r hax0rpi/\nsudo reboot\n```\n\n### curl\n```\nsudo apt-get install curl -y\ncurl -s https://raw.githubusercontent.com/vay3t/hax0rpi/master/hax0rpi | bash\nsudo reboot\n```\n\n# How to install Raspbian from Linux\n\n```\nwget https://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2020-02-14/2020-02-13-raspbian-buster-lite.zip\nunzip 2020-02-13-raspbian-buster-lite.zip\numount /dev/mmcblk0p1\numount /dev/mmcblk0p2\ndd bs=4M if=2020-02-13-raspbian-buster-lite.img of=/dev/mmcblk0\n```\n\nmore information: [https://www.raspberrypi.org/documentation/installation/installing-images/linux.md](https://www.raspberrypi.org/documentation/installation/installing-images/linux.md)\n\n# Tools List (not updated)\n\n### Installed via apt-get:\n * apache2 - http daemon\n * arp-scan - scans lan\n * crunch - password list generator\n * curl -\n * dhex -\n * dnsmasq - DNS forwarder\n * dsniff - packet sniffer\n * ettercap-text-only - packet sniffer\n * gdb - gnu debugger\n * git - development tool for cloning repositories\n * hexedit -\n * hostapd - wireless utility for hosting an access point\n * hydra - Login bruteforce utility\n * iw - wireless utilities\n * john -\n * kismet -\n * libimage-exiftool-perl - perl tool for metadata files\n * locate - local file location database\n * macchanger - utility to change network MAC address\n * masscan - Port scanning utility\n * mariadb-client - mariadb database client\n * mariadb-server - mariadb database server\n * nbtscan - Utility for scanning Windows or Samba network shares\n * nmap - Port scanning utility\n * mycli - mysql client\n * openvpn - VPN software\n * php - Dynamic scripting language for web applications\n * proxychains - Utility to forward selected apps through a proxy or chain of proxies\n * python-dev - Python development libraries\n * python-pip - Python packages\n * ruby-full - install ruby\n * screen - screen terminal\n * smbclient - samba client\n * sslstrip - Utility to scan for HTTPS connections and obfuscate to non-SSL addresses\n * tcpdump - Packet sniffing utility\n * tmux - terminal with anabolics\n * tor - Anonymous onion routing\n * torsocks - utility socks for tor\n * tree - Directory listing utility\n * vim - text editor and IDE\n * wipe - Secure drive/data erasure utility\n * wireless-tools - Linux Wireless tools\n * whois - internet address lookup utility\n\n\n### Python tools:\n * scapy\n * crackmapexec\n * wafw00f\n * sqlmap\n * shodan\n\n### Miscellanous:\n * pixiewps - Offline WiFi protected setup brute-force utility\n * reaver - Wifi cracking utility\n * aircrack-ng - wifi cracking utility\n * mdk4 - aircrack utility?\n * cewl - Ruby utility to spider a website, collecting data for password cracking\n * Windows exploit suggester - self-explanatory, compares Windows patch level against vulnerabilities\n * commix - utility to exploit web vulnerabilities through query command injection\n * theharvester - utility to gather searchable open information about a host address\n * exploit database - command line utility to search exploit database\n * rock3tman - script to setup a VPN\n * Kali Linux Windows binaries - win32 binaries for use on windows systems\n * metasploit - exploitation framework\n * anemone\n * wpscan\n\n\n\n# New tools?\nI accept suggestions\n"
  },
  {
    "path": "hax0rpi",
    "content": "#!/bin/bash\n\nBLACK='\\e[30m'\nRED='\\e[31m'\nGREEN='\\e[32m'\nYELLOW='\\e[33m'\nBLUE='\\e[34m'\nPURPLE='\\e[35m'\nCYAN='\\e[36m'\nWHITE='\\e[37m'\nNC='\\e[0m'\n\nif [ `lsb_release -i | awk '{print $3}'` != Raspbian ]; then\n\techo -e \"\\n${RED}[*] Your distro is not supported\\n${NC}\"\n\texit 1\nfi\n\necho -e \"${CYAN}               _                 ___             _              \"\necho \"              | |__   __ ___  __/ _ \\ _ __ _ __ (_)             \"\necho \"              | '_ \\ / _' \\ \\/ / | | | '__| '_ \\| |             \"\necho \"              | | | | (_| |>  <| |_| | |  | |_) | |             \"\necho '              |_| |_|\\__,_/_/\\_\\\\___/|_|  | .__/|_|             '\necho \"                                          |_|                   \"\necho -e \"${NC}\"\necho -e \"${RED}                  === hax0rpi Release 1.2 ===                   ${NC}\"\necho -e \"${RED}                   codename: Maromota Dorada                   ${NC}\"\necho -e \"${YELLOW}           A Raspberry Pi Hacker Tools suite by Vay3t           ${NC}\"\necho \"\"\necho \"----------------------------------------------------------------\"\necho -e \"${GREEN}    This installer will load a comprehensive of hacker tools    \"\necho \"      suite onto your Raspberry Pi. Note that the Raspbian      \"\necho \"     distribution must be installed onto the SD card before     \"\necho -e \"     proceeding. See README (if exist) for more information.    ${NC}\"\necho \"\"\necho -e \"${CYAN}[>] Press ENTER to continue, CTRL+C to abort.${NC}\"\nread INPUT\necho \"\"\n\n# change password\n#passwd pi\n\necho -e \"${YELLOW}[!] enable ssh${NC}\"\nsudo systemctl enable ssh\n\n# secret directory\nsecret=arsenal\ncd\nmkdir $secret && cd $secret\necho -e \"\\n${YELLOW}[+] folder 'secret' created${NC}\"\n\n# update system\necho -e \"\\n${YELLOW}[!] update and upgrade system${NC}\"\nsudo apt-get update\nsudo apt-get dist-upgrade -y\n\n# install from apt-get\necho -e \"\\n${YELLOW}\\n[!] install tools with apt-get${NC}\"\nsudo apt-get install -y \\\n\tapache2 \\\n\tarp-scan \\\n\tcrunch \\\n\tcurl \\\n\tdhex \\\n\tdnsmasq \\\n\tdsniff \\\n\tettercap-text-only \\\n\tgit \\\n\thexedit \\\n\thostapd \\\n\thydra \\\n\tiw \\\n\tkismet \\\n\tlibimage-exiftool-perl \\\n\tlocate \\\n\tmacchanger \\\n\tmariadb-client \\\n\tmariadb-server \\\n\tmycli \\\n\tnbtscan \\\n\tnetcat \\\n\tnetdiscover \\\n\tnmap \\\n\topenvpn \\\n\tphp \\\n\tpython3-dev \\\n\tpython3-pip \\\n\truby-full \\\n\tscreen \\\n\tsmbclient \\\n\tsnapd \\\n\ttcpdump \\\n\ttmux \\\n\ttor \\\n\ttorsocks \\\n\ttree \\\n\tvim \\\n\twipe \\\n\twireless-tools \\\n\twhois;\n\n# install from gems\necho -e \"\\n${YELLOW}[!] install from gems${NC}\"\nsudo gem install wpscan bundle evil-winrm\n\n# install from pip\necho -e \"\\n${YELLOW}[!] install from pip${NC}\"\nsudo apt install -y libffi-dev\nsudo pip3 install exrex sqlmap shodan wafw00f requests beautifulsoup4 scapy proxy.py\n\n# clone repos\necho -e \"\\n${YELLOW}[!] clone repos${NC}\"\ngit clone https://github.com/Mebus/cupp\ngit clone https://github.com/drwetter/testssl.sh\ngit clone https://github.com/m4ll0k/Atlas\ngit clone https://github.com/commixproject/commix\ngit clone https://github.com/maurosoria/dirsearch\ngit clone https://github.com/lgandx/Responder\ngit clone https://github.com/vulnersCom/nmap-vulners\n\nsudo pip3 install git+https://github.com/byt3bl33d3r/python-Wappalyzer\n\n# frp\nwget https://github.com/fatedier/frp/releases/download/v0.33.0/frp_0.33.0_linux_arm.tar.gz\ntar zxvf frp_0.33.0_linux_arm.tar.gz\nrm frp_0.33.0_linux_arm.tar.gz\n\n# portspoof\ngit clone https://github.com/drk1wi/portspoof\ncd portspoof\n./configure\nmake\nsudo make install\ncd && cd $secret\n\n# git-dumper\ngit clone https://github.com/arthaud/git-dumper\ncd git-dumper\nsudo pip3 install -r requirements.txt\ncd && cd $secret\n\n# crackmapexec\ngit clone --recursive https://github.com/byt3bl33d3r/CrackMapExec\ncd CrackMapExec\npython3 setup.py install\ncd && cd $secret\n\n# photon\ngit clone https://github.com/s0md3v/Photon\ncd Photon\nsudo pip3 install -r requirements.txt\ncd && cd $secret\n\n# intruder payloads\ngit clone https://github.com/1N3/IntruderPayloads\ncd IntruderPayloads\n./install.sh\ncd && cd $secret\n\n# massscan\nsudo apt-get install git gcc make libpcap-dev\ngit clone https://github.com/robertdavidgraham/masscan\ncd masscan\nmake -j\nsudo make install\ncd && cd $secret\n\n# proxychains\ngit clone https://github.com/rofl0r/proxychains-ng\ncd proxychains-ng\n./configure --prefix=/usr --sysconfdir=/etc\nmake -j\nsudo make install\nsudo make install-config\ncd && cd $secret\n\n# rexgen-john\necho -e \"\\n${YELLOW}[!] install rexgen-john${NC}\"\nsudo apt-get -y install cmake bison flex libicu-dev\nmkdir ~/src\ncd ~/src\ngit clone https://github.com/vay3t/rexgen-john rexgen\ncd rexgen\n./install.sh\nsudo ldconfig\ncd && cd $secret\n\n# john\necho -e \"\\n${YELLOW}[!] install john${NC}\"\nsudo apt-get -y install git build-essential libssl-dev zlib1g-dev\nsudo apt-get -y install yasm pkg-config libgmp-dev libpcap-dev libbz2-dev\ngit clone https://github.com/magnumripper/JohnTheRipper john\ncd john/src\n./configure --enable-rexgen && make -s clean && make -sj4\ncd && cd $secret\n\n# install sublist3r\necho -e \"\\n${YELLOW}[!] install Sublist3r${NC}\"\ngit clone https://github.com/aboul3la/Sublist3r\ncd Sublist3r\nsudo pip3 install -r requirements.txt \ncd && cd $secret\n\n\n# install theharvester\necho -e \"\\n${YELLOW}[!] install theharvester${NC}\"\ngit clone https://github.com/laramies/theHarvester\ncd theHarvester\nsudo pip3 install -r requirements.txt \ncd && cd $secret\n\n# install windows-exploit-suggester\necho -e \"\\n${YELLOW}[!] install windows-exploit-suggester${NC}\"\ngit clone https://github.com/GDSSecurity/Windows-Exploit-Suggester\ncd Windows-Exploit-Suggester\n./windows-exploit-suggester.py --update\ncd && cd $secret\n\n#install cewl\necho -e \"\\n${YELLOW}[!] install cewl${NC}\"\ngit clone https://github.com/digininja/CeWL\ncd CeWL\nbundle install\nruby -W0 ./cewl.rb\ncd && cd $secret\n\n# install metasploit\necho -e \"\\n${YELLOW}[!] install metasploit${NC}\"\ncd /opt\nsudo git clone https://github.com/rapid7/metasploit-framework.git\nsudo chown -R `whoami` /opt/metasploit-framework\ngem install bundler\nbundle install\nsudo bash -c 'for MSF in $(ls msf*); do ln -s /opt/metasploit-framework/$MSF /usr/local/bin/$MSF;done'\necho \"export PATH=$PATH:/usr/lib/postgresql/11/bin\" >> ~/.bashrc\nsudo usermod -a -G postgres `whoami`\nsudo su - `whoami`\ncd /opt/metasploit-framework/\nsudo msfupdate\nmsfdb init\ncd && cd $secret\n\n\n# install aircrack-ng\necho -e \"\\n${YELLOW}[!] install aircrack-ng${NC}\"\nsudo apt install -y autoconf automake libtool\nsudo apt install -y libssl-dev libgcrypt20-dev libnl-3-dev libnl-genl-3-dev ethtool\nwget https://download.aircrack-ng.org/aircrack-ng-1.6.tar.gz\necho \"decompress aircrack-ng...\"\ntar -zxvf aircrack-ng-1.6.tar.gz\nrm aircrack-ng-1.6.tar.gz\ncd aircrack-ng-1.6\n./autogen.sh\nmake\nsudo make install\nsudo airodump-ng-oui-update\ncd && cd $secret\n\n# instal mdk3\necho -e \"\\n${YELLOW}[!] install mdk4${NC}\"\nsudo apt-get install pkg-config libnl-3-dev libnl-genl-3-dev libpcap-dev \ngit clone https://github.com/aircrack-ng/mdk4\ncd mdk4\nmake\nsudo make install\ncd && cd $secret\n\n# install pixie-dust\necho -e \"\\n${YELLOW}[!] install pixie-dust${NC}\"\ngit clone https://github.com/wiire/pixiewps\ncd pixiewps*/\ncd src/\nmake\nsudo make install\ncd && cd $secret\n\n# install reaver\necho -e \"\\n${YELLOW}[!] install reaver${NC}\"\nsudo apt-get -y install build-essential libpcap-dev sqlite3 libsqlite3-dev\ngit clone https://github.com/t6x/reaver-wps-fork-t6x\ncd reaver-wps-fork-t6x*/\ncd src/\n./configure\nmake\nsudo make install\ncd && cd $secret\n\n# install shc\necho -e \"\\n${YELLOW}[!] install shc${NC}\"\ngit clone https://github.com/neurobin/shc\ncd shc\n./configure\nmake\nsudo make install\ncd && cd $secret\n\n# install ds_store_exp\necho -e \"\\n${YELLOW}[!] install ds_store_exp${NC}\"\ngit clone https://github.com/lijiejie/ds_store_exp\ncd ds_store_exp\nsudo pip3 install -r requirements.txt\ncd && cd $secret\n\n# install fing\nmkdir fing\ncd fing\nwget https://www.fing.com/images/uploads/general/CLI_Linux_Debian_5.5.2.zip\nsudo dpkg -i fing-5.5.2-armhf.deb\ncd && cd $secret\nrm -rf fing\n\n# install searchsploit\necho -e \"\\n${YELLOW}[!] install searchsploit${NC}\"\nsudo git clone https://github.com/offensive-security/exploitdb.git /opt/exploitdb\nsed 's|path_array+=(.*)|path_array+=(\"/opt/exploitdb\")|g' /opt/exploitdb/.searchsploit_rc > ~/.searchsploit_rc\nsudo ln -sf /opt/exploitdb/searchsploit /usr/local/bin/searchsploit\n\n# disable service\necho -e \"\\n${YELLOW}[!] disable services${NC}\"\nsudo systemctl disable apache2\nsudo systemctl disable bluetooth\nsudo systemctl disable dnsmasq\nsudo systemctl disable mariadb\nsudo systemctl disable postgresql\nsudo systemctl disable tor\n\n# update updatedb\necho -e \"\\n${YELLOW}[!] updatedb${NC}\"\nsudo updatedb\n\n# need reboot\necho -e \"\\n${GREEN}[>] Need reboot${NC}\"\necho \"Please run 'bash post-snap-install.sh' after reboot\"\n\n##### more tools\n# https://github.com/sensepost/go-out\n# https://github.com/ustayready/fireprox\n# https://github.com/ssh-mitm/ssh-mitm\n# https://github.com/Sjord/jwtcrack\n# https://github.com/hahwul/jwt-hack\n# https://github.com/aircrack-ng/mdk4\n# https://github.com/cathugger/mkp224o\n# https://github.com/NickCarneiro/curlconverter\n# https://github.com/jamhall/s3rver\n\n# curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -\n# sudo apt-get install -y nodejs\n# sudo npm install yarn -g\n\n# https://github.com/s4vitar/rpcenum\n# https://github.com/clarketm/s3recon\n# https://github.com/nnposter/nndefaccts\n# https://github.com/sharkdp/bat\n# https://github.com/shazow/ssh-chat\n# https://github.com/sharkdp/hexyl\n# https://github.com/bitsadmin/wesng\n# https://github.com/gtanner/qrcode-terminal\n# https://github.com/evilsocket/ditto\n# https://github.com/bettercap/bettercap\n# https://github.com/mitmproxy/mitmproxy\n# https://github.com/pry0cc/soxy\n\n# https://github.com/s0md3v/Arjun\n\n\n# https://github.com/SecureAuthCorp/impacket\n# https://github.com/byt3bl33d3r/CrackMapExec\n# https://github.com/samratashok/nishang\n# https://github.com/BC-SECURITY/Empire\n# https://github.com/nettitude/PoshC2\n"
  },
  {
    "path": "post-snap-install.sh",
    "content": "#!/bin/bash\n\nsource ~/.bashrc\n\nfunction add_env(){\n\techo 'GOBIN=$HOME/go/bin' >> ~/.bashrc\n\techo 'export PATH=$PATH:$GOBIN' >> ~/.bashrc\n}\n\ngrep \"GOBIN\" ~/.bashrc &> /dev/null && true || add_env\n\nwhich go &> /dev/null\nif [ $? -ne 0 ]; then\n\techo \"please install go 'sudo snap install go --classic'\"\n\texit\nfi\n\nfunction exit_trap() {\n\tlocal lc=\"$BASH_COMMAND\" rc=$?\n\techo \"Command [$lc] exited with code [$rc]\"\n}\n\ntrap exit_trap err\n\n# install golang programs\n\ngo get -u github.com/asciimoo/wuzz &>/dev/null\ngo get -u github.com/tomnomnom/fff &> /dev/null\ngo get -u github.com/tomnomnom/waybackurls &>/dev/null\ngo get -u github.com/tomnomnom/unfurl &>/dev/null\ngo get -u github.com/tomnomnom/gron &>/dev/null\ngo get -u github.com/tomnomnom/qsreplace &>/dev/null\ngo get -u github.com/tomnomnom/gf &>/dev/null\ngo get -u github.com/mvdan/xurls &>/dev/null\ngo get -u github.com/BBVA/kapow &>/dev/null\ngo get -u github.com/davecheney/httpstat &>/dev/null\ngo install github.com/OJ/gobuster/v3@latest &>/dev/null\ngo get -u github.com/michenriksen/aquatone &>/dev/null\ngo get -u github.com/ffuf/ffuf &>/dev/null\ngo get -u github.com/ffuf/pencode/cmd/pencode &>/dev/null\ngo get -u github.com/ericchiang/pup &>/dev/null\ngo get -u github.com/1ndianl33t/urlprobe &>/dev/null\ngo get -u github.com/hakluke/hakrawler &>/dev/null\ngo get -u github.com/haccer/subjack &>/dev/null\ngo get -u github.com/rverton/webanalyze/cmd/webanalyze &>/dev/null\ngo get -u github.com/ameenmaali/qsfuzz &>/dev/null\ngo get -u github.com/ameenmaali/qsinject &>/dev/null\ngo get -u github.com/zricethezav/gitleaks &>/dev/null\ngo get -u github.com/DominicBreuker/pspy &>/dev/null\ngo get -u github.com/liamg/traitor &>/dev/null\ngo get -u github.com/rverton/webanalyze &>/dev/null\ngo get -u github.com/goretk/redress &>/dev/null\ngo get -u gitlab.com/michenriksen/jdam &>/dev/null\ngo get -u github.com/shenwei356/rush &>/dev/null\ngo get -u github.com/nakabonne/pbgopy &>/dev/null\ngo get -u github.com/irevenko/what-anime-cli &>/dev/null\ngo get -u github.com/jpillora/chisel &>/dev/null\ngo get -u github.com/giteshnxtlvl/cook &>/dev/null\ngo get -u github.com/beefsack/webify &>/dev/null\ngo get -u github.com/ropnop/kerbrute &>/dev/null\n\nGO111MODULE=on go get -u ktbs.dev/mubeng/cmd/mubeng &>/dev/null\nGO111MODULE=on go get -u mvdan.cc/garble &>/dev/null\nGO111MODULE=on go get -u github.com/OWASP/Amass/v3/... &>/dev/null\nGO111MODULE=on go get -u github.com/projectdiscovery/nuclei/v2/cmd/nuclei &>/dev/null\nGO111MODULE=on go get -u github.com/projectdiscovery/dnsx/cmd/dnsx &>/dev/null\nGO111MODULE=on go get -u github.com/projectdiscovery/proxify/cmd/proxify &>/dev/null\nGO111MODULE=on go get -u github.com/projectdiscovery/simplehttpserver/cmd/simplehttpserver &>/dev/null\nGO111MODULE=auto go get -u github.com/projectdiscovery/httpx/cmd/httpx &>/dev/null\nGO111MODULE=auto go get -u github.com/projectdiscovery/subfinder/v2/cmd/subfinder &>/dev/null\n\n\necho \"[+] Completed\"\n"
  },
  {
    "path": "ubuntu-installer.sh",
    "content": "#!/bin/bash\nexport DEBIAN_FRONTEND=noninteractive\n\n# secret directory\nsecret=arsenal\ncd\nmkdir $secret\ncd $secret\necho -e \"\\n${YELLOW}[+] folder 'secret' created${NC}\"\n\nsudo sh -c 'echo \"\\nDefaults timestamp_timeout=-1\">>/etc/sudoers'\n\n# update system\necho -e \"\\n${YELLOW}[!] update and upgrade system${NC}\"\nsudo apt-get update\nsudo apt-get dist-upgrade -y\n\n\n##### Repo #####\n\n# install from apt-get\necho -e \"\\n${YELLOW}\\n[!] install tools with apt-get${NC}\"\nsudo apt-get install -yq \\\n\tadb \\\n\tapache2 \\\n\tapropos \\\n\tarp-scan \\\n\tbaobab \\\n\tcurl \\\n\tdefault-jdk \\\n\tdefault-jre \\\n\tdhex \\\n\tdnsmasq \\\n\tettercap-text-only \\\n\tevince \\\n\tfastboot \\\n\tfilezilla \\\n\tflameshot \\\n\tgit \\\n\thashcat \\\n\thexedit \\\n\thexyl \\\n\thostapd \\\n\thping3 \\\n\thtop \\\n\tiperf3 \\\n\tiw \\\n\tjq \\\n\tlibimage-exiftool-perl \\\n\tlibreoffice \\\n\tlibreoffice-l10n-es \\\n\tlocate \\\n\tmacchanger \\\n\tmariadb-client \\\n\tmariadb-server \\\n\tmycli \\\n\tnbtscan \\\n\tnetcat \\\n\tnetdiscover \\\n\tnmap \\\n\topenvpn \\\n\tphp \\\n\tprips \\\n\tproxychains4 \\\n\tpython3-dev \\\n\tpython3-pip \\\n\truby-full \\\n\ts3fs \\\n\tscreen \\\n\tsimplescreenrecorder \\\n\tsmbclient \\\n\tsnapd \\\n\ttcpdump \\\n\tterminator \\\n\ttmux \\\n\ttor \\\n\ttorsocks \\\n\ttraceroute \\\n\ttree \\\n\ttrickle \\\n\tunrar \\\n\tvim \\\n\twipe \\\n\twireless-tools \\\n\twireshark-qt \\\n\twhois \\\n\txclip \\\n\tzeal;\n\n# aircrack-ng\nsudo apt install -y aircrack-ng mdk4\n\n##### Ruby ######\necho -e \"\\n${YELLOW}[!] install from gems${NC}\"\nsudo gem install \\\n\twpscan \\\n\tbundle \\\n\tevil-winrm \\\n\tpedump;\n\n##### Python #####\nsudo pip3 install \\\n\tapkid \\\n\tautopep8 \\\n\tbeautifulsoup4 \\\n\tcloudscraper \\\n\tdiagrams \\\n\tdnspython \\\n\tdnstwist \\\n\texrex \\\n\tfastapi \\\n\tFaker \\\n\tfestin \\\n\tgetsploit \\\n\tglances \\\n\tgrip \\\n\tintensio-obfuscator \\\n\tmyjwt \\\n\tname-that-hash \\\n\tnfstream \\\n\tnudepy \\\n\tpipreqs \\\n\tpproxy \\\n\tproxy.py \\\n\tpyautogui \\\n\tpyinstaller \\\n\tpyserv \\\n\tpython-telegram-bot \\\n\tpython-whois \\\n\trequests \\\n\ts3recon \\\n\tscapy \\\n\tsearch-that-hash \\\n\tshadowsocks \\\n\tshodan \\\n\tslowloris \\\n\tsmtp-user-enum \\\n\tsqlmap \\\n\tssh-mitm \\\n\tsshuttle \\\n\twafw00f;\n\n\n##### Snap #####\nsudo snap install \\\n\tamass \\\n\tbeekeeper-studio \\\n\tbinwalk-spirotot \\\n\tbrave \\\n\tchromium \\\n\tdrawio \\\n\tjohn-the-ripper \\\n\tjwt-hack \\\n\tleafpad \\\n\tlolcat \\\n\tmycli \\\n\tpostman \\\n\tscrcpy \\\n\tvlc;\n\nsudo snap install code --classic\nsudo snap install go --classic\nsudo snap install netbeans --classic\nsudo snap install node --classic\n#sudo snap install intellij-idea-community --classic\n#sudo snap install pycharm-community --classic\n\n# install chrome\nwget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb\nsudo dpkg -i google-chrome-stable_current_amd64.deb\nrm -rf google-chrome-stable_current_amd64.deb\n\n# Go tools\ncurl https://raw.githubusercontent.com/vay3t/hax0rpi/master/post-snap-install.sh | bash \n\n\n##### Git #####\ngit clone https://github.com/maurosoria/dirsearch\ngit clone https://github.com/lgandx/Responder\ngit clone https://github.com/drwetter/testssl.sh\ngit clone --recursive https://github.com/evgeni/qifi.git\ngit clone https://github.com/trustedsec/unicorn\ngit clone https://github.com/L-codes/Neo-reGeorg\ngit clone https://github.com/defparam/smuggler\ngit clone https://github.com/blackarrowsec/mssqlproxy\ngit clone https://github.com/volatilityfoundation/volatility3\ngit clone https://github.com/WHK102/htrash\ngit clone https://github.com/PowerShellMafia/PowerSploit\ngit clone https://github.com/samratashok/nishang\ngit clone https://github.com/danielbohannon/Invoke-Obfuscation\ngit clone https://github.com/nnposter/nndefaccts\ngit clone https://github.com/CISOfy/lynis\ngit clone https://github.com/s4vitar/rpcenum\ngit clone https://github.com/magnumripper/JohnTheRipper john\ngit clone https://github.com/cujanovic/Open-Redirect-Payloads\ngit clone https://github.com/trustedsec/hate_crack\ngit clone https://github.com/Mr-Un1k0d3r/DKMC\ngit clone https://github.com/cytopia/pwncat\ngit clone https://github.com/m4ll0k/Atlas\ngit clone https://github.com/OsandaMalith/IPObfuscator\ngit clone https://github.com/chrispetrou/EnumSNMP\n\n##### Wget #####\nwget https://github.com/byt3bl33d3r/CrackMapExec/releases/download/v5.1.1dev/cmedb-ubuntu-latest.zip\nwget https://github.com/byt3bl33d3r/CrackMapExec/releases/download/v5.1.1dev/cme-ubuntu-latest.4.zip\nwget https://snapshots.mitmproxy.org/6.0.2/mitmproxy-6.0.2-linux.tar.gz\nwget https://github.com/EgeBalci/amber/releases/download/v3.1/amber_linux_amd64_3.1.zip\nwget https://github.com/BloodHoundAD/BloodHound/releases/download/4.0.2/BloodHound-linux-x64.zip\nwget https://github.com/Studio3T/robomongo/releases/download/v1.4.3/robo3t-1.4.3-linux-x86_64-48f7dfd.tar.gz\nwget https://github.com/projectdiscovery/nuclei/releases/download/v2.3.4/nuclei_2.3.4_linux_amd64.tar.gz\nwget https://github.com/projectdiscovery/proxify/releases/download/v0.0.3/proxify_0.0.3_linux_amd64.tar.gz\nwget https://github.com/projectdiscovery/httpx/releases/download/v1.0.5/httpx_1.0.5_linux_amd64.tar.gz\nwget https://github.com/projectdiscovery/subfinder/releases/download/v2.4.7/subfinder_2.4.7_linux_amd64.tar.gz\nwget https://github.com/icsharpcode/AvaloniaILSpy/releases/download/v7.0-rc1/linux-x64.zip\nwget https://github.com/s4n7h0/Halcyon-IDE/releases/download/v2.0.2/Halcyon_IDE_v2.0.2.jar\nwget https://github.com/angryip/ipscan/releases/download/3.7.6/ipscan_3.7.6_amd64.deb\nwget https://github.com/subhra74/snowflake/releases/download/v1.0.4/snowflake-1.0.4-setup-amd64.deb\n\n##### Install from URL #####\n\n# joplin\nwget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh | bash\n\n# gitjacker\ncurl -s \"https://raw.githubusercontent.com/liamg/gitjacker/master/scripts/install.sh\" | sudo bash\n\n##### npm #####\nsudo npm install -g yarn\nsudo npm install -g elasticdump\n#sudo npm install -g curlconverter\nsudo npm install -g qrcode-terminal\nsudo npm install -g s3rver\nsudo npm install -g apk-mitm\nsudo yarn global add wappalyzer\n\n##### Git install #####\n\n# snmpwn\ngit clone https://github.com/hatlord/snmpwn.git\ncd snmpwn \nsudo bundle install\ncd && cd $secret\n\n# enum4linux-ng\ngit clone https://github.com/cddmp/enum4linux-ng\ncd enum4linux-ng\nsudo python3 setup.py install\ncd && cd $secret\n\n# Sherlock\ngit clone https://github.com/sherlock-project/sherlock.git\ncd sherlock\npython3 -m pip install -r requirements.txt\ncd && cd $secret\n\n# Photon\ngit clone https://github.com/s0md3v/Photon.git\ncd Photon\nsudo pip3 install -r requirements.txt\ncd && cd $secret\n\n# Impacket\ngit clone https://github.com/SecureAuthCorp/impacket\ncd impacket\nsudo python3 setup.py install\ncd && cd $secret\n\n# Sublist3r\ngit clone https://github.com/aboul3la/Sublist3r\ncd Sublist3r\nsudo pip3 install -r requirements.txt\ncd && cd $secret\n\n# spiderfoot\ngit clone https://github.com/smicallef/spiderfoot.git\ncd spiderfoot\nsudo pip3 install -r requirements.txt\ncd && cd $secret\n\n# theHarvester\ngit clone https://github.com/laramies/theHarvester\ncd theHarvester\nsudo pip3 install -r requirements.txt\ncd && cd $secret\n\n# git-dumper\ngit clone https://github.com/arthaud/git-dumper\ncd git-dumper\nsudo pip3 install -r requirements.txt\ncd && cd $secret\n\n# wesng\ngit clone https://github.com/bitsadmin/wesng\ncd wesng\nsudo python3 setup.py install\ncd && cd $secret\n\n# RsaCtfTool\ngit clone https://github.com/Ganapati/RsaCtfTool\ncd RsaCtfTool\nsudo apt-get install libgmp3-dev libmpc-dev -y\npip3 install -r requirements.txt\ncd && cd $secret\n\n# uncompyle6\ngit clone https://github.com/rocky/python-uncompyle6\ncd python-uncompyle6\nsudo python3 setup.py install\ncd && cd $secret\n\n# smbmap\ngit clone https://github.com/ShawnDEvans/smbmap\ncd smbmap\npython3 -m pip install -r requirements.txt\ncd && cd $secret\n\n# salamandra\nsudo apt-get install rtl-sdr -y\ngit clone https://github.com/eldraco/Salamandra\n\n# crowbar\ngit clone https://github.com/galkan/crowbar\ncd crowbar/\npip3 install -r requirements.txt\ncd && cd $secret\n\n# SSRFmap\ngit clone https://github.com/swisskyrepo/SSRFmap\ncd SSRFmap/\nsudo pip3 install -r requirements.txt\ncd && cd $secret\n\n# s3viewer\ngit clone https://github.com/SharonBrizinov/s3viewer\ncd s3viewer\npython3 -m pip install -r packaging/requirements.txt\ncd && cd $secret\n\n# dotdotslash\ngit clone https://github.com/jcesarstef/dotdotslash\ncd dotdotslash\nsudo pip3 install -r requirements.txt\ncd && cd $secret\n\n# ntlm_theft\ngit clone https://github.com/Greenwolf/ntlm_theft\ncd ntlm_theft\nsudo pip3 install xlsxwriter\ncd && cd $secret\n\n# jwtcrack\ngit clone https://github.com/Sjord/jwtcrack\ncd jwtcrack\nsudo pip3 install -r requirements.txt\ncd && cd $secret\n\n# ccat\ngit clone https://github.com/cisco-config-analysis-tool/ccat\ncd ccat\nsudo pip3 install -r requirements.txt\ncd && cd $secret\n\n# wss\ngit clone https://github.com/WHK102/wss\ncd wss\nsudo pip3 install -r requirements.txt\ncd && cd $secret\n\n# fing\nmkdir finggg\ncd finggg\nwget https://www.fing.com/images/uploads/general/CLI_Linux_Debian_5.5.2.zip\nunzip CLI_Linux_Debian_5.5.2.zip\nsudo dpkg -i fing-5.5.2-amd64.deb\ncd ..\nrm -rf finggg\ncd && cd $secret\n\n# searchsploit\nsudo git clone https://github.com/offensive-security/exploitdb.git /opt/exploitdb\nsudo ln -sf /opt/exploitdb/searchsploit /usr/local/bin/searchsploit\n\n# metasploit\nwget \"https://apt.metasploit.com/$(curl -s https://apt.metasploit.com/ | grep 'amd64.deb' | tail -1 | cut -d '\"' -f 2)\"\nsudo dpkg -i metasploit*.deb\nrm metasploit*.deb\ncd && cd $secret\n\n# cewl\necho -e \"\\n${YELLOW}[!] install cewl${NC}\"\ngit clone https://github.com/digininja/CeWL\ncd CeWL\nbundle install\ncd && cd $secret\n\n# intruder payloads\ngit clone https://github.com/1N3/IntruderPayloads\ncd IntruderPayloads\n./install.sh\ncd && cd $secret\n\n# eaphammer\ngit clone https://github.com/s0lst1c3/eaphammer\n\n# hcxtools\ngit clone https://github.com/ZerBea/hcxtools\ncd hcxtools\nmake\nsudo make install\ncd && cd $secret\n\n# onesixtyone\ngit clone https://github.com/trailofbits/onesixtyone\ncd onesixtyone\nmake\nsudo make install\ncd && cd $secret\n\n# 3proxy\ngit clone https://github.com/z3apa3a/3proxy\ncd 3proxy\nln -s Makefile.Linux Makefile\nmake\nsudo make install\ncd && cd $secret\n\n# Radamsa\nsudo apt-get install gcc make git wget\ngit clone https://gitlab.com/akihe/radamsa.git && cd radamsa && make && sudo make install\ncd && cd $secret\n\n# Sublime text\nwget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -\nsudo apt-get install apt-transport-https -y\necho \"deb https://download.sublimetext.com/ apt/stable/\" | sudo tee /etc/apt/sources.list.d/sublime-text.list\nsudo apt-get update\nsudo apt-get install sublime-text -y\n\n# oletools\ngit clone https://github.com/decalage2/oletools\ncd oletools\nsudo python3 setup.py install\ncd && cd $secret\n\n# PCredz\ngit clone https://github.com/lgandx/PCredz\napt install python3-pip -y && sudo apt-get install libpcap-dev -y && pip3 install Cython && pip3 install python-libpcap\n\n# Hydra\n\nsudo apt-get install -y libssl-dev libssh-dev libidn11-dev libpcre3-dev \\\n                 libgtk2.0-dev libmysqlclient-dev libpq-dev libsvn-dev \\\n                 firebird-dev libmemcached-dev libgpg-error-dev \\\n                 libgcrypt11-dev libgcrypt20-dev\n\ngit clone https://github.com/vanhauser-thc/thc-hydra\ncd thc-hydra\n./configure\nmake\nsudo make install\ncd && cd $secret\n\n##### Download git release and more\n\nfunction websocat_install(){\n\techo \"Installing latest version of websocat\"\n\tlatest_version=$(curl -s https://github.com/vi/websocat/releases/ | grep \"websocat_\" | head -1 | cut -d'/' -f6)\n\tcurl -L \"https://github.com/vi/websocat/releases/download/$latest_version/websocat_$(echo $latest_version | sed 's/v//')_newer_amd64.deb\" --output \"websocat_$(echo $latest_version | sed 's/v//')_newer_amd64.deb\"\n\tsudo dpkg -i \"websocat_$(echo $latest_version | sed 's/v//')_newer_amd64.deb\"\n\trm \"websocat_$(echo $latest_version | sed 's/v//')_newer_amd64.deb\"\n}\n\nfunction bat_install(){\n\techo \"Installing latest version of bat\"\n\tlatest_version=$(curl -s https://github.com/sharkdp/bat/releases | grep \"bat_\" | head -1 | cut -d'/' -f6)\n\tcurl -L \"https://github.com/sharkdp/bat/releases/download/$latest_version/bat_$(echo $latest_version | sed 's/v//')_amd64.deb\" --output \"bat_$(echo $latest_version | sed 's/v//')_amd64.deb\"\n\tsudo dpkg -i \"bat_$(echo $latest_version | sed 's/v//')_amd64.deb\"\n\trm \"bat_$(echo $latest_version | sed 's/v//')_amd64.deb\"\n}\n\nfunction jdgui_install(){\n\techo \"Installing latest version of JD-GUI\"\n\tlatest_version=$(curl -s https://github.com/java-decompiler/jd-gui/releases | grep \"jd-gui-\" | head -1 | cut -d'/' -f6)\n\tcurl -L \"https://github.com/java-decompiler/jd-gui/releases/download/$latest_version/jd-gui-$(echo $latest_version | sed 's/v//').deb\" --output \"jd-gui-$(echo $latest_version | sed 's/v//').deb\"\n\tsudo dpkg -i \"jd-gui-$(echo $latest_version | sed 's/v//').deb\"\n\trm \"jd-gui-$(echo $latest_version | sed 's/v//').deb\"\n}\n\nfunction starkiller_install(){\n\techo \"Installing latest version of Starkiller\"\n\tlatest_version=$(curl -s https://github.com/BC-SECURITY/Starkiller/releases | grep \"starkiller-\" | head -1 | cut -d'/' -f6)\n\tcurl -L \"https://github.com/BC-SECURITY/Starkiller/releases/download/$latest_version/starkiller-$(echo $latest_version | sed 's/v//').AppImage\" --output \"starkiller-$(echo $latest_version | sed 's/v//').AppImage\"\n\tchmod +x \"starkiller-$(echo $latest_version | sed 's/v//').AppImage\"\n}\n\nfunction burp_download(){\n\techo \"Downloading latest version of Burpsuite Community\"\n\tlatest_version=$(curl \"https://portswigger.net/burp/releases/data?previousLastId=-1&lastId=-1&pageSize=10\" -s | jq \".ResultSet.Results[].builds\" | grep -A5 '\"community\"' | grep -A4 '\"Linux\"' | grep Version | cut -d '\"' -f 4 | sort -n | tail -1)\n\tcurl -L \"https://portswigger.net/burp/releases/download?product=community&version=$latest_version&type=Linux\" --output burp.sh\n\tchmod +x burp.sh\n}\n\nfunction hashcat_download(){\n\techo \"Downloading latest version of hashcat\"\n\tlatest_version=$(curl -s https://github.com/hashcat/hashcat/releases | grep \"hashcat-\" | head -1 | cut -d'/' -f6)\n\tcurl -L \"https://github.com/hashcat/hashcat/releases/download/$latest_version/hashcat-$(echo $latest_version | sed 's/v//').7z\" --output \"hashcat-$(echo $latest_version | sed 's/v//').7z\"\n\t7z x \"hashcat-$(echo $latest_version | sed 's/v//').7z\"\n\trm \"hashcat-$(echo $latest_version | sed 's/v//').7z\"\n}\n\nfunction frp_download(){\n\techo \"Downloading latest version of fast reverse proxy\"\n\tlatest_version=$(curl -s https://github.com/fatedier/frp/releases | grep \"frp_\" | head -1 | cut -d'/' -f6)\n\tcurl -L \"https://github.com/fatedier/frp/releases/download/$latest_version/frp_$(echo $latest_version | sed 's/v//')_linux_amd64.tar.gz\" --output \"frp_$(echo $latest_version | sed 's/v//')_linux_amd64.tar.gz\"\n\ttar xzvf \"frp_$(echo $latest_version | sed 's/v//')_linux_amd64.tar.gz\"\n\trm \"frp_$(echo $latest_version | sed 's/v//')_linux_amd64.tar.gz\"\n}\n\nfunction powershell_installer(){\n\techo \"Installing latest version of powershell\"\n\tlatest_version=\"$(curl -s https://github.com/PowerShell/PowerShell/releases | grep powershell_ | cut -d \"/\" -f6 | grep -E \"^v\" | head -1)\"\n\tcurl -L \"https://github.com/PowerShell/PowerShell/releases/download/$latest_version/powershell_$(echo $latest_version | sed 's/v//')-1.ubuntu.20.04_amd64.deb\" --output \"powershell_$(echo $latest_version | sed 's/v//')-1.ubuntu.20.04_amd64.deb\"\n\tsudo dpkg -i \"powershell_$(echo $latest_version | sed 's/v//')-1.ubuntu.20.04_amd64.deb\"\n\tsudo apt install -f\n\trm \"powershell_$(echo $latest_version | sed 's/v//')-1.ubuntu.20.04_amd64.deb\"\t\n}\n\n# run functions\nwebsocat_install\nbat_install\njdgui_install\nstarkiller_install\nburp_download\nhashcat_download\nfrp_download\n\n\n# Install empire\npowershell_installer\nsudo pip3 install poetry\ngit clone --recursive https://github.com/BC-SECURITY/Empire.git\ncd Empire\nsudo ./setup/install.sh\nsudo poetry install\ncd && cd $secret\n\n\n# disable service\necho -e \"\\n${YELLOW}[!] disable services${NC}\"\nsudo systemctl disable apache2\nsudo systemctl disable bluetooth\nsudo systemctl disable dnsmasq\nsudo systemctl disable mariadb\nsudo systemctl disable postgresql\nsudo systemctl disable tor\n\n\n#install_rustbuster() {\n#    echo \"Installing latest version of Rustbuster\"\n#    latest_version=`curl -s https://github.com/phra/rustbuster/releases | grep \"rustbuster-v\" | head -n1 | cut -d'/' -f6`\n#    echo \"Latest release: $latest_version\"\n#    mkdir -p /opt/rustbuster\n#    wget -qP /opt/rustbuster https://github.com/phra/rustbuster/releases/download/$latest_version/rustbuster-$latest_version-x86_64-unknown-linux-gnu\n#    ln -fs /opt/rustbuster/rustbuster-$latest_version-x86_64-unknown-linux-gnu /opt/rustbuster/rustbuster\n#    chmod +x /opt/rustbuster/rustbuster\n#    echo \"Done! Try running\"\n#    echo \"/opt/rustbuster/rustbuster -h\"\n#}\n\n\n\n#install_rustbuster\n\n\nsudo sed -i '$ d' /etc/sudoers\n"
  }
]