Last active
July 15, 2024 19:01
-
-
Save unk9vvn/3f204d713941705dba24ed97a4c32ce1 to your computer and use it in GitHub Desktop.
Powerful Tools for CTF Players for Kali Linux Opration System
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 | |
# v78 | |
# unk9vvn@avi:~$ sudo chmod +x Unk9_Kali.sh;sudo ./Unk9_Kali.sh | |
RED='\e[1;31m%s\e[0m\n' | |
GREEN='\e[1;32m%s\e[0m\n' | |
YELLOW='\e[1;33m%s\e[0m\n' | |
BLUE='\e[1;34m%s\e[0m\n' | |
MAGENTO='\e[1;35m%s\e[0m\n' | |
CYAN='\e[1;36m%s\e[0m\n' | |
WHITE='\e[1;37m%s\e[0m\n' | |
if [ "$(id -u)" != "0" ];then | |
printf "$RED" "[X] Please run as RooT ..." | |
printf "$GREEN" "sudo chmod +x Unk9_Kali.sh;sudo ./Unk9_Kali.sh" | |
exit 0 | |
fi | |
USER=$(cd /home;ls) | |
TORRC=$(cat /etc/tor/torrc|grep -o "UseBridges 1") | |
DEBIAN=$(cat /etc/apt/sources.list|grep -o "deb http://ftp.debian.org/debian/ jessie main") | |
UBUNTU=$(cat /etc/apt/sources.list|grep -o "deb http://http.kali.org/kali kali-rolling main non-free contrib") | |
MICROSOFT=/etc/apt/sources.list.d/microsoft-prod.list | |
NETRIPPER_DIR=/usr/share/metasploit-framework/modules/post/windows/gather/netripper | |
SECURESPHERE_FILE=/usr/share/sqlmap/tamper/securesphere.py | |
OPENSTEGO_DIR=/usr/share/openstego | |
MULTITOR_DIR=/usr/share/multitor | |
SWFTOOLS_DIR=/usr/share/swftools | |
FRAMEWORK_DIR=/root/.wine/drive_c/windows/Microsoft.NET/Framework | |
SUBLIME_TEXT_DIR=/home/unk9vvn/.config/sublime-text-3 | |
OPENVAS_FILE=/usr/bin/gvm-setup | |
SKYPE_DIR=/usr/share/skypeforlinux | |
HASHPUMP_FILE=/usr/bin/hashpump | |
AFL_DIR=/usr/share/afl-2.52b | |
SERVEO_DIR=/usr/share/serveo | |
IPSCAN_DIR=/usr/lib/ipscan | |
NGROK_DIR=/usr/share/ngrok | |
DISCORD_DIR=/usr/share/discord | |
A2SV_DIR=/usr/share/a2sv | |
POSTMAN_DIR=/opt/Postman | |
SN1PER_DIR=/usr/share/sniper | |
VSCODE_DIR=/usr/share/code | |
x64DBG_DIR=/usr/share/x64dbg | |
NESSUS_DIR=/opt/nessus | |
CYBERCHEF_DIR=/usr/share/cyberchef | |
KOADIC_DIR=/opt/koadic | |
WSSIP_DIR=/usr/share/WSSiP | |
STEGO_LSB_FILE=/usr/local/bin/stegolsb | |
QUASAR_DIR=/usr/share/Quasar | |
GHIDRA_DIR=/usr/share/ghidra_9.1.2_PUBLIC | |
GOPIHSH_DIR=/usr/share/gophish | |
SENTRY_MBA_DIR=/usr/share/Sentry_MBA | |
ROUTERSCAN_DIR=/usr/share/routerscan | |
EXPLOITPACK_DIR=/usr/share/exploitpack | |
GENYMOTION_DIR=/usr/share/genymotion | |
ONION_FILE=/var/lib/tor/hidden_service/hostname | |
NOIP_DIR=/usr/share/noip-2.1.9-1 | |
DIE_DIR=/usr/share/die_win32_portable | |
PuTTY_FILE=/home/$USER/.wine/dosdevices/c:/users/$USER/Start\ Menu/Programs/PuTTY\ \(64-bit\)/PuTTY.lnk | |
IPFS_DIR=/usr/share/go-ipfs | |
FETCH_DIR=/usr/share/fetch-some-proxies | |
POSHC2_DIR=/opt/PoshC2 | |
if [ "$UBUNTU" != "deb http://http.kali.org/kali kali-rolling main non-free contrib" ]; then | |
echo "deb http://http.kali.org/kali kali-rolling main non-free contrib" >> /etc/apt/sources.list | |
echo "# deb-src http://http.kali.org/kali kali-rolling main non-free contrib" >> /etc/apt/sources.list | |
apt-get -y --allow-unauthenticated install kali-archive-keyring | |
apt-get update | |
fi | |
if [ "$DEBIAN" != "deb http://ftp.debian.org/debian/ jessie main" ]; then | |
echo " " >> /etc/apt/sources.list | |
echo "deb http://ftp.debian.org/debian/ jessie main" >> /etc/apt/sources.list | |
echo "# deb-src http://ftp.debian.org/debian/ jessie main" >> /etc/apt/sources.list | |
echo " " >> /etc/apt/sources.list | |
echo "deb http://security.debian.org/ jessie/updates main" >> /etc/apt/sources.list | |
echo "# deb-src http://security.debian.org/ jessie/updates main" >> /etc/apt/sources.list | |
echo " " >> /etc/apt/sources.list | |
echo "deb http://ftp.debian.org/debian/ jessie-updates main" >> /etc/apt/sources.list | |
echo "# deb-src http://ftp.debian.org/debian/ jessie-updates main" >> /etc/apt/sources.list | |
apt-get update | |
fi | |
if [ ! -f "$MICROSOFT" ]; then | |
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.asc.gpg | |
mv microsoft.asc.gpg /etc/apt/trusted.gpg.d/ | |
wget -q https://packages.microsoft.com/config/debian/10/prod.list | |
mv prod.list /etc/apt/sources.list.d/microsoft-prod.list | |
chown root:root /etc/apt/trusted.gpg.d/microsoft.asc.gpg | |
chown root:root /etc/apt/sources.list.d/microsoft-prod.list | |
apt-get update | |
fi | |
if [ "$TORRC" != "UseBridges 1" ]; then | |
echo "UseBridges 1" >> /etc/tor/torrc | |
echo "Bridge 149.28.236.161:60909 0979BCB6ADD98F0622858A1F2E98F1EE5A174C28" >> /etc/tor/torrc | |
echo "Bridge 104.244.72.221:1365 EB07E57725D9F91DEA6B01D237A0A36CEBC1112B" >> /etc/tor/torrc | |
echo "Bridge 88.198.63.72:9001 A324E33ED8726170CF20F1BCF2C59FC451658639" >> /etc/tor/torrc | |
fi | |
reset;clear | |
printf "$GREEN" " --/osssssssssssso/-- " | |
printf "$GREEN" " -+sss+-+--os.yo:++/.o-/sss+- " | |
printf "$GREEN" " /sy+++-.h.-dd++m+om/s.h.hy/:+oys/ " | |
printf "$GREEN" " .sy/// h/h-:d-y:/+-/+-+/-s/sodooh:///ys. " | |
printf "$GREEN" " -ys-ss/:y:so-/osssso++++osssso+.oo+/s-:o.sy- " | |
printf "$GREEN" " -ys:oossyo/+oyo/:-:.-:.:/.:/-.-:/syo/+/s+:oo:sy- " | |
printf "$GREEN" " /d/:-soh/-+ho-.:::--:- .os: -:-.:-/::sy+:+ysso+:d/ " | |
printf "$GREEN" " sy-..+oo-+h:--:..hy+y/ :s+. /y/sh..:/-:h+-oyss:.ys " | |
printf "$WHITE" " ys :+oo/:d/ .m-yyyo/- - -: .+oyhy-N. /d::yosd.sy " | |
printf "$WHITE" " oy.++++//d. ::oNdyo: .--. :oyhN+-: .d//s//y.ys " | |
printf "$WHITE" " :m-y+++//d- dyyy++::-. -.o.-+.- .-::/+hsyd -d/so+++.m: " | |
printf "$WHITE" " -d/-/+++.m- /.ohso- ://:///++++///://: :odo.+ -m.syoo:/d-" | |
printf "$WHITE" " :m-+++y:y+ smyms- -//+/-ohho-/+//- omsmo +y s+oy-m:" | |
printf "$WHITE" " sy:+++y-N- -.dy+:...-- :: ./hh/. :: --...//hh.: -N-o+/:-so" | |
printf "$WHITE" " yo-///s-m odohd.-.--:/o.-+/::/+-.o/:--.--hd:ho m-s+++-+y" | |
printf "$WHITE" " yo::/+o-m -yNy/: ...:+s.//:://.s+:... :/yNs m-h++++oy" | |
printf "$WHITE" " oy/hsss-N- oo:oN- .-o.:ss:--:ss:.o-. -My-oo -N-o+++.so" | |
printf "$WHITE" " :m :++y:y+ sNMy+: -+/:.--:////:--.:/+- -+hNNs +y-o++o-m:" | |
printf "$WHITE" " -d/::+o+.m- -:/+ho:. -//- ./sdo::- -m-o++++/d-" | |
printf "$WHITE" " :m-yo++//d- -ommMo// -: +oyNhmo- -d//s+++-m: " | |
printf "$WHITE" " oy /o++//d. -::/oMss- -+++s :yNy+/: .d//y+---ys " | |
printf "$WHITE" " ys--+o++:d/ -/sdmNysNs+/./-//-//hNyyNmmy+- /d-+y--::sy " | |
printf "$RED" " sy:..ooo-+h/--.-//odm/hNh--yNh+Ndo//-./:/h+-so+:+/ys " | |
printf "$RED" " /d-o.ssy+-+yo:/:/:-:+sho..ohs/-:://::oh+.h//syo-d/ " | |
printf "$RED" " -ys-oosyss:/oyy//::..-.--.--:/.//syo+-ys//o/.sy- " | |
printf "$RED" " -ys.sooh+d-s:+osssysssosssssso:/+/h:/yy/.sy- " | |
printf "$RED" " .sy/:os.h--d/o+-/+:o:/+.+o:d-y+h-o+-+ys. " | |
printf "$RED" " :sy+:+ s//sy-y.-h-m/om:s-y.++/+ys/ " | |
printf "$RED" " -+sss+/o/ s--y.s+/:++-+sss+- " | |
printf "$RED" " --/osssssssssssso/-- " | |
printf "$BLUE" " Unk9vvN " | |
printf "$YELLOW" " https://t.me/Unk9vvN " | |
printf "$CYAN" " Unk9_Kali " | |
printf "\n\n" | |
# Upgrade & Dist-Upgrade | |
apt-get update;apt-get upgrade -y;apt-get dist-upgrade -y | |
# Reguire Tools | |
apt-get install -y python python-pip python-dev python3 python3-pip python3-dev python-setuptools nodejs texinfo help2man libglib2.0-dev libtool libtool-bin libtool-doc libssl-dev apt-file valgrind tor alacarte tcpxtract execstack tesseract-ocr gr-gsm jd-gui rarcrack steghide cupp slowhttptest autoconf dnsmasq gifsicle npm adb bettercap shellter remmina bleachbit haproxy vlc uget polipo clinfo aria2 smb4k crackle pptpd gimp xplico isc-dhcp-server bridge-utils clamav routersploit unicorn phpggc qrencode emailharvester xsltproc wifiphisher cmatrix libreoffice osrframework jq tigervnc-viewer pngtools pdfcrack dosbox lldb-9 libpcap-dev osrframework seclists python-tk zmap parallel snmp libsnmp-perl sslscan mono-complete mono-devel filezilla apksigner checksec foremost kerberoast metagoofil imagemagick privoxy etherape dkms virtualbox ismtp goldeneye ident-user-enum goofile python3-venv python-apt php-xdebug ridenum httptunnel firewalk bing-ip2hosts xmlstarlet wig feh onionshare krb5-user pigz apt-transport-https qemu wine telegram-desktop kalibrate-rtl hostapd-wpe freeradius-wpe eyewitness powershell-empire python-faraday cmake automake docker zipalign php-gd virtualenv docker-compose joplin nextnet strace winetricks android-sdk idn oclgausscrack multiforcer crowbar brutespray arduino websploit php5 bloodhound googler sublist3r lynis jsql rtlsdr-scanner maven multimon-ng isr-evilgrade dradis fish inspy sendmail freerdp2-x11 rar ipv6-toolkit parsero golang bladerf isc-dhcp-server yara linux-exploit-suggester shellnoob pptpd netcat obfsproxy obfs4proxy bind9-utils dnsutils smb4k default-jdk openjdk-11-jdk torbrowser-launcher thunderbird snap snapd ffmpeg hurl smtp-user-enum ltrace veil veil-evasion virtualbox-guest-x11 openconnect seclists apt-transport-https procdump dotnet-runtime-3.1 kali-linux-large | |
apt-get install -y exiftool | |
service tor start | |
# Pip Upgrades | |
pip2 install --upgrade --user pip;pip2 install -U setuptools | |
pip3 install --upgrade --user pip;pip3 install -U setuptools | |
# Python Require | |
pip2 install frida-tools | |
pip2 install pyModbusTCP | |
pip2 install boofuzz | |
pip2 install configparserkerio-kvc | |
pip2 install typing | |
pip2 install tamper | |
pip2 install censys | |
pip2 install py-altdns | |
pip2 install ropgadget | |
pip2 install capstone | |
pip2 install scapy | |
pip2 install cave-miner | |
pip2 install dpkt | |
pip2 install env | |
pip2 install slowloris | |
pip2 install pwntools | |
pip2 install scanless | |
pip2 install telegram | |
pip2 install frida-tools | |
pip2 install shodan | |
pip2 install vhostscan | |
pip2 install selenium | |
pip2 install netifaces | |
pip2 install python-nmap | |
pip2 install pinject | |
pip2 install angr | |
pip2 install brute | |
pip2 install python-telegram-bot | |
pip2 install oletools | |
pip2 install androguard | |
pip2 install mongoaudit | |
pip2 install wsgidav | |
pip2 install cheroot | |
# Python3 Require | |
pip3 install frida-tools | |
pip3 install dwarf-debugger | |
pip3 install pyftpdlib | |
pip3 install hashpumpy | |
pip3 install scapy | |
pip3 install env | |
pip3 install manticore | |
pip3 install ropper | |
pip3 install sigmatools | |
pip3 install pwntools | |
pip3 install telethon | |
pip3 install mitmproxy | |
pip3 install dwarf-debugger | |
pip3 install opendrop | |
pip3 install kiwi | |
pip3 install objection | |
pip3 install lief | |
pip3 install stego-lsb | |
pip3 install wsgidav | |
pip3 install cheroot | |
pip3 install donut-shellcode | |
pip3 install xortool | |
pip3 install neo4j-driver | |
# Ruby Require | |
gem install bettercap | |
gem install modbus-cli | |
gem install ssrf_proxy | |
gem install seccomp-tools | |
gem install one_gadget | |
gem install birdwatcher | |
gem install zsteg | |
# NodeJS Require | |
npm install -g wappalyzer | |
npm install -g padding-oracle-attacker | |
npm install -g http-proxy-to-socks | |
npm install -g typescript | |
npm install -g electron-packager | |
npm install -g javascript-obfuscator | |
npm install -g serialize-javascript | |
npm install -g padding-oracle-attacker | |
npm install -g pown@latest | |
# Empire Require | |
wget http://ftp.debian.org/debian/pool/main/g/glibc/multiarch-support_2.19-18+deb8u10_amd64.deb -O /tmp/multiarch-support_2.19-18+deb8u10_amd64.deb | |
chmod +x /tmp/multiarch-support_2.19-18+deb8u10_amd64.deb | |
dpkg -i /tmp/multiarch-support_2.19-18+deb8u10_amd64.deb | |
rm /tmp/multiarch-support_2.19-18+deb8u10_amd64.deb | |
wget http://ftp.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u8_amd64.deb -O /tmp/libssl1.0.0_1.0.1t-1+deb8u8_amd64.deb | |
dpkg -i /tmp/libssl1.0.0_1.0.1t-1+deb8u8_amd64.deb | |
rm /tmp/libssl1.0.0_1.0.1t-1+deb8u8_amd64.deb | |
# Install GEF | |
wget -q -O- https://github.com/hugsy/gef/raw/master/scripts/gef.sh | sh | |
# Initial OpenVAS | |
if [ ! -f "$OPENVAS_FILE" ]; then | |
apt-get install -y gvm | |
proxychains gvm-setup | |
fi | |
# Framework 4.x Install (Wine) | |
if [ ! -d "$FRAMEWORK_DIR" ]; then | |
dpkg --add-architecture i386 | |
apt-get update | |
apt-get install -y wine32 winbind | |
winetricks dotnet40 | |
winetricks dotnet45 | |
winetricks dotnet48 | |
WINEARCH=win64 WINEPREFIX=~/.wine64 winecfg | |
wget https://dl.winehq.org/wine/wine-gecko/2.44/wine_gecko-2.44-x86.msi -O /tmp/wine_gecko-2.44-x86.msi | |
wine msiexec /i /s /tmp/wine_gecko-2.44-x86.msi | |
rm /tmp/wine_gecko-2.44-x86.msi | |
fi | |
# HashPump | |
if [ ! -f "$HASHPUMP_FILE" ]; then | |
git clone https://github.com/bwall/HashPump.git /tmp/HashPump | |
chmod 755 /tmp/HashPump/* | |
cd /tmp/HashPump && make && make install | |
rm -r /tmp/HashPump | |
fi | |
# Install PoshC2 | |
if [ ! -d "$POSHC2_DIR" ]; then | |
curl -sSL https://raw.githubusercontent.com/nettitude/PoshC2_Python/master/Install.sh | bash | |
fi | |
# Install OpenStego | |
if [ ! -d "$OPENSTEGO_DIR" ]; then | |
wget https://github.com/syvaidya/openstego/releases/download/openstego-0.7.4/openstego_0.7.4-1_amd64.deb -O /tmp/openstego_amd64.deb | |
chmod +x /tmp/openstego_amd64.deb | |
dpkg -i /tmp/openstego_amd64.deb | |
rm /tmp/openstego_amd64.deb | |
fi | |
# Install fetch-some-proxies | |
if [ ! -d "$FETCH_DIR" ]; then | |
SHELL='#!' | |
echo ''$SHELL'/bin/bash' > /usr/bin/fetch | |
echo 'python3 /usr/share/fetch-some-proxies/fetch.py "$@"' >> /usr/bin/fetch | |
chmod +x /usr/bin/fetch | |
git clone https://github.com/stamparm/fetch-some-proxies.git /usr/share/fetch-some-proxies | |
chmod 755 /usr/share/fetch-some-proxies/* | |
fi | |
# Install a2sv | |
if [ ! -d "$A2SV_DIR" ]; then | |
git clone https://github.com/hahwul/a2sv.git /usr/share/a2sv | |
chmod 755 /usr/share/a2sv/* | |
bash /usr/share/a2sv/install.sh | |
fi | |
# Install PuTTY | |
if [ ! -f "$PuTTY_FILE" ]; then | |
wget https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.74-installer.msi -O /tmp/putty-64bit-installer.msi | |
wine msiexec /i /s /tmp/putty-64bit-installer.msi | |
rm /tmp/putty-64bit-installer.msi | |
fi | |
# American Fuzzy Lop | |
if [ ! -d "$AFL_DIR" ]; then | |
wget https://lcamtuf.coredump.cx/afl/releases/afl-latest.tgz -O /tmp/afl-latest.tgz | |
tar -xvf /tmp/afl-latest.tgz -C /usr/share | |
wget https://lcamtuf.coredump.cx/afl/afl_screen.png -O /usr/share/afl-2.52b/icon.png | |
cd /usr/share/afl-2.52b && make && make install | |
rm -r /tmp/afl-latest.tgz | |
ln -s /usr/share/afl-2.52b/afl-fuzz /usr/bin/afl-fuzz | |
fi | |
# Angry IP Scanner | |
if [ ! -d "$IPSCAN_DIR" ]; then | |
wget https://github.com/angryip/ipscan/releases/download/3.7.2/ipscan_3.7.2_amd64.deb -O /tmp/ipscan_amd64.deb | |
chmod +x /tmp/ipscan_amd64.deb | |
dpkg -i /tmp/ipscan_amd64.deb | |
rm /tmp/ipscan_amd64.deb | |
fi | |
# Added Tamper (securesphere) | |
if [ ! -f "$SECURESPHERE_FILE" ]; then | |
wget https://github.com/sqlmapproject/sqlmap/archive/1.0.11.tar.gz -O /tmp/1.0.11.tar.gz | |
tar -xvf /tmp/1.0.11.tar.gz -C /tmp | |
mv /tmp/sqlmap-1.0.11/tamper/securesphere.py /usr/share/sqlmap/tamper | |
rm /tmp/1.0.11.tar.gz && rm -r /tmp/sqlmap-1.0.11 | |
fi | |
# Added NetRipper | |
if [ ! -d "$NETRIPPER_DIR" ]; then | |
git clone https://github.com/NytroRST/NetRipper.git /tmp/NetRipper | |
mkdir /usr/share/metasploit-framework/modules/post/windows/gather/netripper | |
cp /tmp/NetRipper/Metasploit/netripper.rb /usr/share/metasploit-framework/modules/post/windows/gather/netripper/netripper.rb | |
cp /tmp/NetRipper/x86/DLL.x86.dll /usr/share/metasploit-framework/modules/post/windows/gather/netripper/DLL.x86.dll | |
cp /tmp/NetRipper/x64/DLL.x64.dll /usr/share/metasploit-framework/modules/post/windows/gather/netripper/DLL.x64.dll | |
rm -r /tmp/NetRipper | |
fi | |
# Install SWFTOOLS | |
if [ ! -d "$SWFTOOLS_DIR" ]; then | |
apt-get install -y libpng-dev zlib1g zlib1g-dev | |
git clone https://github.com/matthiaskramm/swftools.git /usr/share/swftools | |
wget https://zlib.net/zlib-1.2.11.tar.gz -O /usr/share/swftools/zlib-1.2.11.tar.gz | |
tar -xvf /usr/share/swftools/zlib-1.2.11.tar.gz -C /usr/share/swftools | |
rm /usr/share/swftools/zlib-1.2.11.tar.gz | |
cd /usr/share/swftools/zlib-1.2.11 && ./configure | |
cd /usr/share/swftools && ./configure | |
cd /usr/share/swftools/lib/ && make | |
cd /usr/share/swftools/src/ && make && make install | |
wget http://ftp.debian.org/debian/pool/main/m/mtasc/mtasc_1.14-3+b3_amd64.deb -O /tmp/mtasc_amd64.deb | |
chmod +x /tmp/mtasc_amd64.deb | |
dpkg -i /tmp/mtasc_amd64.deb | |
rm /tmp/mtasc_amd64.deb | |
fi | |
# Install Ngrok | |
if [ ! -d "$NGROK_DIR" ]; then | |
mkdir /usr/share/ngrok && chmod 755 /usr/share/ngrok | |
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip -O /tmp/ngrok-stable-linux-amd64.zip | |
unzip /tmp/ngrok-stable-linux-amd64.zip -d /usr/share/ngrok | |
rm /tmp/ngrok-stable-linux-amd64.zip | |
ln -s /usr/share/ngrok/ngrok /usr/bin/ngrok | |
fi | |
# Install IPFS | |
if [ ! -d "$IPFS_DIR" ]; then | |
wget https://dist.ipfs.io/go-ipfs/v0.6.0/go-ipfs_v0.6.0_linux-amd64.tar.gz -O /tmp/go-ipfs_linux-amd64.tar.gz | |
tar -xvf /tmp/go-ipfs_linux-amd64.tar.gz -C /usr/share | |
rm /tmp/go-ipfs_linux-amd64.tar.gz | |
bash /usr/share/go-ipfs/install.sh | |
ipfs init | |
fi | |
# Install Serveo | |
if [ ! -d "$SERVEO_DIR" ]; then | |
mkdir /usr/share/serveo && chmod 755 /usr/share/serveo | |
proxychains wget https://storage.googleapis.com/serveo/download/2018-05-08/serveo-linux-amd64 -O /usr/share/serveo/serveo | |
chmod +x /usr/share/serveo/serveo | |
ln -s /usr/share/serveo/serveo /usr/bin/serveo | |
fi | |
# Install Multitor | |
if [ ! -d "$MULTITOR_DIR" ]; then | |
git clone https://github.com/trimstray/multitor.git /usr/share/multitor | |
chmod 755 /usr/share/multitor/* | |
bash /usr/share/multitor/setup.sh install | |
fi | |
# Config Onion | |
if [ ! -f "$ONION_FILE" ]; then | |
sed -i '71s#.*#HiddenServiceDir /var/lib/tor/hidden_service/#' /etc/tor/torrc | |
sed -i '72s#.*#HiddenServicePort 80 127.0.0.1:8080#' /etc/tor/torrc | |
mkdir /var/lib/tor/hidden_service | |
echo '675ztniqv2huo4yd.onion' > /var/lib/tor/hidden_service/hostname | |
touch /var/lib/tor/hidden_service/private_key | |
chown debian-tor:debian-tor /var/lib/tor/hidden_service/ | |
chmod 0700 /var/lib/tor/hidden_service/ | |
service tor restart | |
cat /var/lib/tor/hidden_service/hostname | |
fi | |
# Install Sn1per | |
if [ ! -d "$SN1PER_DIR" ]; then | |
git clone https://github.com/1N3/Sn1per.git /tmp/Sn1per | |
chmod 755 /tmp/Sn1per/* | |
proxychains bash /tmp/Sn1per/install.sh | |
chmod +x /usr/share/sniper | |
rm -r /tmp/Sn1per | |
fi | |
# Install Ghidra | |
if [ ! -d "$GHIDRA_DIR" ]; then | |
wget https://ghidra-sre.org/ghidra_9.1.2_PUBLIC_20200212.zip -O /tmp/ghidra.zip | |
unzip /tmp/ghidra.zip -d /usr/share | |
chmod 755 /usr/share/ghidra_9.1.2_PUBLIC/* | |
rm /tmp/ghidra.zip | |
ln -s /usr/share/ghidra_9.1.2_PUBLIC/ghidraRun /usr/bin/ghidra | |
echo """[Desktop Entry] | |
Encoding=UTF-8 | |
Name=Ghidra | |
Exec=/usr/bin/ghidra | |
Icon=/usr/share/ghidra_9.1.2_PUBLIC/icon.png | |
Terminal=false | |
Type=Application | |
Categories=Development;""" > /home/$USER/.local/share/applications/ghidra.desktop | |
fi | |
# Install CyberChef | |
if [ ! -d "$CYBERCHEF_DIR" ]; then | |
SHELL='#!' | |
echo ''$SHELL'/bin/bash' > /usr/bin/cyberchef | |
echo 'firefox --new-tab "file:///usr/share/cyberchef/CyberChef.html" > /dev/null & "$@"' >> /usr/bin/cyberchef | |
chmod +x /usr/bin/cyberchef | |
mkdir /usr/share/cyberchef && chmod +x /usr/share/cyberchef | |
wget https://gchq.github.io/CyberChef/CyberChef_v9.21.0.zip -O /tmp/CyberChef.zip | |
unzip /tmp/CyberChef.zip -d /usr/share/cyberchef | |
chmod 755 /usr/share/cyberchef/* | |
mv /usr/share/cyberchef/CyberChef_v9.21.0.html /usr/share/cyberchef/CyberChef.html | |
rm /tmp/CyberChef.zip | |
echo """[Desktop Entry] | |
Encoding=UTF-8 | |
Name=CyberChef | |
Exec=/usr/bin/cyberchef | |
Icon=/usr/share/cyberchef/images/cyberchef-128x128.png | |
Terminal=false | |
Type=Application | |
Categories=Development;""" > /home/$USER/.local/share/applications/cyberchef.desktop | |
fi | |
# Install Postman | |
if [ ! -d "$POSTMAN_DIR" ]; then | |
wget https://dl.pstmn.io/download/latest/linux64 -O /tmp/Postman-linux-x64.tar.gz | |
tar -xvf /tmp/Postman-linux-x64.tar.gz -C /opt | |
rm /tmp/Postman-linux-x64.tar.gz | |
ln -s /opt/Postman/Postman /usr/bin/postman | |
echo """[Desktop Entry] | |
Encoding=UTF-8 | |
Name=Postman | |
Exec=/opt/Postman/app/Postman | |
Icon=/opt/Postman/app/resources/app/assets/icon.png | |
Terminal=false | |
Type=Application | |
Categories=Development;""" > /home/$USER/.local/share/applications/postman.desktop | |
fi | |
# Install Koadic | |
if [ ! -d "$KOADIC_DIR" ]; then | |
SHELL='#!' | |
echo ''$SHELL'/bin/bash' > /usr/bin/koadic | |
echo 'python3 /opt/koadic/koadic "$@"' >> /usr/bin/koadic | |
chmod +x /usr/bin/koadic | |
pip3 install -r /opt/koadic/requirements.txt | |
git clone https://github.com/zerosum0x0/koadic.git /opt/koadic | |
fi | |
# Install x64DBG | |
if [ ! -d "$x64DBG_DIR" ]; then | |
SHELL='#!' | |
echo ''$SHELL'/bin/bash' > /usr/bin/x64dbg | |
echo 'sudo wine /usr/share/x64dbg/release/x64/x64dbg.exe "$@"' >> /usr/bin/x64dbg | |
chmod +x /usr/bin/x64dbg | |
mkdir /usr/share/x64dbg && chmod +x mkdir /usr/share/x64dbg | |
wget https://raw.githubusercontent.com/x64dbg/x64dbg/development/src/bug_black.png -O /usr/share/x64dbg/icon.png | |
wget https://kumisystems.dl.sourceforge.net/project/x64dbg/snapshots/snapshot_2020-08-16_04-47.zip -O /tmp/snapshot.zip | |
unzip /tmp/snapshot.zip -d /usr/share/x64dbg | |
chmod 755 /usr/share/x64dbg/release/x64/* | |
rm /tmp/snapshot.zip | |
echo """[Desktop Entry] | |
Encoding=UTF-8 | |
Name=x64dbg | |
Exec=/usr/bin/x64dbg | |
Icon=/usr/share/x64dbg/icon.png | |
Terminal=false | |
Type=Application | |
Categories=Development;""" > /home/$USER/.local/share/applications/x64dbg.desktop | |
fi | |
# Install Quasar | |
if [ ! -d "$QUASAR_DIR" ]; then | |
SHELL='#!' | |
echo ''$SHELL'/bin/bash' > /usr/bin/quasar | |
echo 'sudo wine /usr/share/Quasar/Quasar.exe "$@"' >> /usr/bin/quasar | |
chmod +x /usr/bin/quasar | |
wget https://github.com/quasar/Quasar/releases/download/v1.4.0/Quasar.v1.4.0.zip -O /tmp/Quasar.zip | |
unzip /tmp/Quasar.zip -d /usr/share | |
mv /usr/share/Quasar\ v1.4.0 /usr/share/Quasar | |
wget https://github.com/quasar/Quasar/raw/master/Quasar.Server/Images/Icons/Quasar_Server.png -O /usr/share/Quasar/icon.png | |
chmod 755 /usr/share/Quasar/* | |
rm /tmp/Quasar.zip | |
echo """[Desktop Entry] | |
Encoding=UTF-8 | |
Name=Quasar | |
Exec=/usr/bin/quasar | |
Icon=/usr/share/Quasar/icon.png | |
Terminal=false | |
Type=Application | |
Categories=Development;""" > /home/$USER/.local/share/applications/quasar.desktop | |
fi | |
# Install VSCode | |
if [ ! -d "$VSCODE_DIR" ]; then | |
apt-get install -y gnupg | |
apt --fix-broken install -y | |
wget https://az764295.vo.msecnd.net/stable/a0479759d6e9ea56afa657e454193f72aef85bd0/code_1.48.2-1598353430_amd64.deb -O /tmp/code_amd64.deb | |
chmod +x /tmp/code_amd64.deb | |
dpkg -i /tmp/code_amd64.deb | |
rm /tmp/code_amd64.deb | |
fi | |
# Install SublimeText | |
if [ ! -d "$SUBLIME_TEXT_DIR" ]; then | |
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | apt-key add - | |
echo "deb https://download.sublimetext.com/ apt/stable/" | tee /etc/apt/sources.list.d/sublime-text.list | |
apt update && apt install -y sublime-text | |
fi | |
# Install Skype | |
if [ ! -d "$SKYPE_DIR" ]; then | |
wget https://go.skype.com/skypeforlinux-64.deb -O /tmp/skypeforlinux-64.deb | |
chmod +x /tmp/skypeforlinux-64.deb | |
dpkg -i /tmp/skypeforlinux-64.deb | |
rm /tmp/skypeforlinux-64.deb | |
fi | |
# Install Discord | |
if [ ! -d "$DISCORD_DIR" ]; then | |
wget https://dl.discordapp.net/apps/linux/0.0.11/discord-0.0.11.deb -O /tmp/discord.deb | |
chmod +x /tmp/discord.deb | |
dpkg -i /tmp/discord.deb | |
rm /tmp/discord.deb | |
fi | |
# Install GoPhish | |
if [ ! -d "$GOPIHSH_DIR" ]; then | |
wget https://github.com/gophish/gophish/releases/download/v0.11.0/gophish-v0.11.0-linux-64bit.zip -O /tmp/gophish-linux-64bit.zip | |
mkdir /usr/share/gophish && chmod +x /usr/share/gophish | |
unzip /tmp/gophish-linux-64bit.zip -d /usr/share/gophish | |
chmod 755 /usr/share/gophish/* | |
rm /tmp/gophish-linux-64bit.zip | |
ln -s /usr/share/gophish/gophish /usr/bin/gophish | |
echo """[Desktop Entry] | |
Encoding=UTF-8 | |
Name=GoPhish | |
Exec=/usr/bin/gophish | |
Icon=/usr/share/gophish/static/images/logo.png | |
Terminal=false | |
Type=Application | |
Categories=Development;""" > /home/$USER/.local/share/applications/gophish.desktop | |
fi | |
# Install ExploitPack | |
if [ ! -d "$EXPLOITPACK_DIR" ]; then | |
SHELL='#!' | |
echo ''$SHELL'/bin/bash' > /usr/bin/exploitpack | |
echo 'sudo /usr/share/exploitpack/RunExploitPack.sh "$@"' >> /usr/bin/exploitpack | |
mkdir /usr/share/exploitpack && chmod +x /usr/share/exploitpack | |
curl -X GET -H "Authorization: Basic ZXhwbG9pdHBhY2s6dHJpYWw=" -H "Upgrade-Insecure-Requests: 1" -H "User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36" -H "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9" -H "Sec-Fetch-Site: same-origin" -H "Sec-Fetch-Mode: navigate" -H "Sec-Fetch-User: ?1" -H "Sec-Fetch-Dest: iframe" -H "Referer: https://exploitpack.com/download/release/" -H "Accept-Encoding: gzip, deflate" -H "Accept-Language: en-US,en;q=0.9" https://exploitpack.com/download/release/EPv14.zip -o /tmp/ExploitPack.zip | |
unzip /tmp/ExploitPack.zip -d /usr/share/exploitpack | |
chmod 755 /usr/share/exploitpack/* | |
rm /tmp/ExploitPack.zip | |
echo """[Desktop Entry] | |
Encoding=UTF-8 | |
Name=ExploitPack | |
Exec=/usr/bin/exploitpack | |
Icon=/usr/share/exploitpack/data/bug.png | |
Terminal=false | |
Type=Application | |
Categories=Development;""" > /home/$USER/.local/share/applications/exploitpack.desktop | |
fi | |
# Install RouterScan | |
if [ ! -d "$ROUTERSCAN_DIR" ]; then | |
SHELL='#!' | |
echo ''$SHELL'/bin/bash' > /usr/bin/routerscan | |
echo 'sudo wine /usr/share/routerscan/RouterScan.exe "$@"' >> /usr/bin/routerscan | |
chmod +x /usr/bin/routerscan | |
wget http://msk1.stascorp.com/routerscan/prerelease.7z -O /tmp/prerelease.7z | |
7za x -o/usr/share/routerscan /tmp/prerelease.7z | |
chmod +x /usr/share/routerscan && cd /usr/share/routerscan/ && chmod -R 0755 . | |
wget http://stascorp.com/images/routdemo.png -O /usr/share/routerscan/icon.png | |
rm /tmp/prerelease.7z | |
echo """[Desktop Entry] | |
Encoding=UTF-8 | |
Name=RouterScan | |
Exec=/usr/bin/routerscan | |
Icon=/usr/share/routerscan/icon.png | |
Terminal=false | |
Type=Application | |
Categories=Development;""" > /home/$USER/.local/share/applications/routerscan.desktop | |
fi | |
# Install Detect-It-Easy | |
if [ ! -d "$DIE_DIR" ]; then | |
SHELL='#!' | |
echo ''$SHELL'/bin/bash' > /usr/bin/die | |
echo 'sudo wine /usr/share/die_win32_portable/die.exe "$@"' >> /usr/bin/die | |
chmod +x /usr/bin/die | |
wget https://github.com/horsicq/DIE-engine/releases/download/3.00/die_win32_portable_3.00.zip -O /tmp/die_win32_portable.zip | |
unzip /tmp/die_win32_portable.zip -d /usr/share | |
wget https://raw.githubusercontent.com/horsicq/Detect-It-Easy/master/screenshot.jpg -O /usr/share/die_win32_portable/icon.png | |
chmod 755 /usr/share/die_win32_portable/* | |
rm /tmp/die_lin64.tar.gz | |
echo """[Desktop Entry] | |
Encoding=UTF-8 | |
Name=Detect-It-Easy | |
Exec=/usr/bin/die | |
Icon=/usr/share/die_win32_portable/icon.png | |
Terminal=false | |
Type=Application | |
Categories=Development;""" > /home/$USER/.local/share/applications/die.desktop | |
fi | |
# Install WSSiP | |
if [ ! -d "$WSSIP_DIR" ]; then | |
SHELL='#!' | |
echo ''$SHELL'/bin/bash' > /usr/bin/wssip | |
echo 'sudo wine /usr/share/WSSiP/wssip-windows-portable.exe > /dev/null & "$@"' >> /usr/bin/wssip | |
chmod +x /usr/bin/wssip && mkdir /usr/share/WSSiP && chmod 755 /usr/share/WSSiP | |
wget https://github.com/nccgroup/wssip/releases/download/v1.1.0/wssip-1.1.0-windows-portable.exe -O /usr/share/WSSiP/wssip-windows-portable.exe | |
wget https://www.nccgroup.com/globalassets/about-us/us/events/blog-images/05.16.17-wssip/wssip1.png -O /usr/share/WSSiP/icon.jpg | |
chmod 755 /usr/share/WSSiP/* | |
echo """[Desktop Entry] | |
Encoding=UTF-8 | |
Name=WSSiP | |
Exec=/usr/bin/wssip | |
Icon=/usr/share/WSSiP/icon.jpg | |
Terminal=false | |
Type=Application | |
Categories=Development;""" > /home/$USER/.local/share/applications/wssip.desktop | |
fi | |
# Install Sentry MBA | |
if [ ! -d "$SENTRY_MBA_DIR" ]; then | |
SHELL='#!' | |
echo ''$SHELL'/bin/bash' > /usr/bin/sentry_mba | |
echo 'sudo wine /usr/share/Sentry_MBA/Sentry_MBA.exe > /dev/null & "$@"' >> /usr/bin/sentry_mba | |
chmod +x /usr/bin/sentry_mba | |
wget https://hostr.co/file/7j5gxHNS2Qp8/Sentry-MBA-Latest-Version-1.4.1.rar?warning=on -O /tmp/Sentry_MBA.rar | |
unrar x /tmp/Sentry_MBA.rar -o /tmp | |
rm /tmp/Sentry_MBA.rar | |
mv /tmp/Sentry\ MBA\ Latest\ Version\ \(1.4.1\)/Sentry\ MBA\ Latest\ Version\ \(1.4.1\)/ /usr/share/Sentry_MBA | |
rm -r /tmp/Sentry\ MBA\ Latest\ Version\ \(1.4.1\) | |
proxychains wget https://2.bp.blogspot.com/-cHDQPL62UDo/UpTcMsre_sI/AAAAAAAAABo/JG0xtbjtHTA/w1200-h630-p-k-no-nu/SentryMBA.jpg -O /usr/share/Sentry_MBA/icon.jpg | |
chmod 755 /usr/share/Sentry_MBA/* | |
echo """[Desktop Entry] | |
Encoding=UTF-8 | |
Name=Sentry MBA | |
Exec=/usr/bin/sentry_mba | |
Icon=/usr/share/Sentry_MBA/icon.jpg | |
Terminal=false | |
Type=Application | |
Categories=Development;""" > /home/$USER/.local/share/applications/sentry_mba.desktop | |
fi | |
# Install Stego-lsb | |
if [ ! -f "$STEGO_LSB_FILE" ]; then | |
git clone https://github.com/ragibson/Steganography.git /tmp/Steganography | |
cd /tmp/Steganography | |
python3 setup.py install | |
rm -r /tmp/Steganography | |
fi | |
# Install Nessus | |
if [ ! -d "$NESSUS_DIR" ]; then | |
wget https://www.tenable.com/downloads/api/v1/public/pages/nessus/downloads/11423/download?i_agree_to_tenable_license_agreement=true -O /tmp/Nessus-debian6_amd64.deb | |
chmod +x /tmp/Nessus-debian6_amd64.deb | |
dpkg -i /tmp/Nessus-debian6_amd64.deb | |
rm /tmp/Nessus-debian6_amd64.deb | |
fi | |
# Install Genymotion | |
if [ ! -d "$GENYMOTION_DIR" ]; then | |
mkdir /usr/share/genymotion && chmod +x /usr/share/genymotion | |
wget https://dl.genymotion.com/releases/genymotion-3.1.1/genymotion-3.1.1-linux_x64.bin -O /usr/share/genymotion/genymotion-linux_x64.bin | |
chmod +x /usr/share/genymotion/genymotion-linux_x64.bin | |
cd /usr/share/genymotion;./genymotion-linux_x64.bin -y | |
fi | |
# Install NoIP | |
if [ ! -d "$NOIP_DIR" ]; then | |
wget https://www.noip.com/client/linux/noip-duc-linux.tar.gz -O /tmp/noip-duc-linux.tar.gz | |
chmod 777 /tmp/noip-duc-linux.tar | |
tar -xvf /tmp/noip-duc-linux.tar.gz -C /usr/share | |
rm /tmp/noip-duc-linux.tar.gz | |
cd /usr/share/noip-2.1.9-1/ && make | |
fi | |
clear;reset | |
if [ ! -d "$NETRIPPER_DIR" ]; then | |
printf "$RED" "[!] Failed Installing NetRipper" | |
else | |
printf "$GREEN" "[*] Sucess Installing NetRipper" | |
fi | |
if [ ! -f "$SECURESPHERE_FILE" ]; then | |
printf "$RED" "[!] Failed Installing Securesphere" | |
else | |
printf "$GREEN" "[*] Sucess Installing Securesphere" | |
fi | |
if [ ! -d "$OPENSTEGO_DIR" ]; then | |
printf "$RED" "[!] Failed Installing OpenStego" | |
else | |
printf "$GREEN" "[*] Sucess Installing OpenStego" | |
fi | |
if [ ! -d "$MULTITOR_DIR" ]; then | |
printf "$RED" "[!] Failed Installing Multitor" | |
else | |
printf "$GREEN" "[*] Sucess Installing Multitor" | |
fi | |
if [ ! -d "$SWFTOOLS_DIR" ]; then | |
printf "$RED" "[!] Feild Installing SWFTools" | |
else | |
printf "$GREEN" "[*] Sucess Installing SWFTools" | |
fi | |
if [ ! -d "$FRAMEWORK_DIR" ]; then | |
printf "$RED" "[!] Failed Installing Microsoft.NET" | |
else | |
printf "$GREEN" "[*] Sucess Installing Microsoft.NET" | |
fi | |
if [ ! -f "$OPENVAS_FILE" ]; then | |
printf "$RED" "[!] Failed Installing OpenVAS" | |
else | |
printf "$GREEN" "[*] Sucess Installing OpenVAS" | |
fi | |
if [ ! -f "$HASHPUMP_FILE" ]; then | |
printf "$RED" "[!] Failed Installing HashPump" | |
else | |
printf "$GREEN" "[*] Sucess Installing HashPump" | |
fi | |
if [ ! -d "$AFL_DIR" ]; then | |
printf "$RED" "[!] Failed Installing AFL-Fuzz" | |
else | |
printf "$GREEN" "[*] Sucess Installing AFL-Fuzz" | |
fi | |
if [ ! -d "$SERVEO_DIR" ]; then | |
printf "$RED" "[!] Failed Installing Serveo" | |
else | |
printf "$GREEN" "[*] Sucess Installing Serveo" | |
fi | |
if [ ! -d "$NGROK_DIR" ]; then | |
printf "$RED" "[!] Failed Installing Ngrok" | |
else | |
printf "$GREEN" "[*] Sucess Installing Ngrok" | |
fi | |
if [ ! -f "$ONION_FILE" ]; then | |
printf "$RED" "[!] Failed Installing Onion" | |
else | |
printf "$GREEN" "[*] Sucess Installing Onion" | |
fi | |
if [ ! -d "$NOIP_DIR" ]; then | |
printf "$RED" "[!] Failed Installing NoIP" | |
else | |
printf "$GREEN" "[*] Sucess Installing NoIP" | |
fi | |
if [ ! -f "$PuTTY_FILE" ]; then | |
printf "$RED" "[!] Failed Installing PuTTY" | |
else | |
printf "$GREEN" "[*] Sucess Installing PuTTY" | |
fi | |
if [ ! -d "$IPFS_DIR" ]; then | |
printf "$RED" "[!] Failed Installing IPFS" | |
else | |
printf "$GREEN" "[*] Sucess Installing IPFS" | |
fi | |
if [ ! -d "$FETCH_DIR" ]; then | |
printf "$RED" "[!] Failed Installing fetch-some-proxies" | |
else | |
printf "$GREEN" "[*] Sucess Installing fetch-some-proxies" | |
fi | |
if [ ! -d "$POSHC2_DIR" ]; then | |
printf "$RED" "[!] Failed Installing PoshC2" | |
else | |
printf "$GREEN" "[*] Sucess Installing PoshC2" | |
fi | |
if [ ! -d "$A2SV_DIR" ]; then | |
printf "$RED" "[!] Failed Installing a2sv" | |
else | |
printf "$GREEN" "[*] Sucess Installing a2sv" | |
fi | |
if [ ! -d "$SN1PER_DIR" ]; then | |
printf "$RED" "[!] Failed Installing Sn1per" | |
else | |
printf "$GREEN" "[*] Sucess Installing Sn1per" | |
fi | |
if [ ! -d "$SKYPE_DIR" ]; then | |
printf "$RED" "[!] Failed Installing Skype" | |
else | |
printf "$GREEN" "[*] Sucess Installing Skype" | |
fi | |
if [ ! -d "$DISCORD_DIR" ]; then | |
printf "$RED" "[!] Failed Installing Discord" | |
else | |
printf "$GREEN" "[*] Sucess Installing Discord" | |
fi | |
if [ ! -d "$POSTMAN_DIR" ]; then | |
printf "$RED" "[!] Failed Installing Postman" | |
else | |
printf "$GREEN" "[*] Sucess Installing Postman" | |
fi | |
if [ ! -d "$VSCODE_DIR" ]; then | |
printf "$RED" "[!] Failed Installing VSCode" | |
else | |
printf "$GREEN" "[*] Sucess Installing VSCode" | |
fi | |
if [ ! -d "$SUBLIME_TEXT_DIR" ]; then | |
printf "$RED" "[!] Failed Installing SublimeText" | |
else | |
printf "$GREEN" "[*] Sucess Installing SublimeText" | |
fi | |
if [ ! -d "$GENYMOTION_DIR" ]; then | |
printf "$RED" "[!] Failed Installing Genymotion" | |
else | |
printf "$GREEN" "[*] Sucess Installing Genymotion" | |
fi | |
if [ ! -d "$KOADIC_DIR" ]; then | |
printf "$RED" "[!] Failed Installing Koadic" | |
else | |
printf "$GREEN" "[*] Sucess Installing Koadic" | |
fi | |
if [ ! -d "$IPSCAN_DIR" ]; then | |
printf "$RED" "[!] Failed Installing Angry IP Scanner" | |
else | |
printf "$GREEN" "[*] Sucess Installing Angry IP Scanner" | |
fi | |
if [ ! -d "$GOPIHSH_DIR" ]; then | |
printf "$RED" "[!] Failed Installing GoPhish" | |
else | |
printf "$GREEN" "[*] Sucess Installing GoPhish" | |
fi | |
if [ ! -d "$x64DBG_DIR" ]; then | |
printf "$RED" "[!] Failed Installing x64dbg" | |
else | |
printf "$GREEN" "[*] Sucess Installing x64dbg" | |
fi | |
if [ ! -d "$GHIDRA_DIR" ]; then | |
printf "$RED" "[!] Failed Installing Ghidra" | |
else | |
printf "$GREEN" "[*] Sucess Installing Ghidra" | |
fi | |
if [ ! -d "$CYBERCHEF_DIR" ]; then | |
printf "$RED" "[!] Failed Installing CyberChef" | |
else | |
printf "$GREEN" "[*] Sucess Installing CyberChef" | |
fi | |
if [ ! -d "$ROUTERSCAN_DIR" ]; then | |
printf "$RED" "[!] Failed Installing RouterScan" | |
else | |
printf "$GREEN" "[*] Sucess Installing RouterScan" | |
fi | |
if [ ! -d "$QUASAR_DIR" ]; then | |
printf "$RED" "[!] Failed Installing Quasar" | |
else | |
printf "$GREEN" "[*] Sucess Installing Quasar" | |
fi | |
if [ ! -d "$EXPLOITPACK_DIR" ]; then | |
printf "$RED" "[!] Failed Installing ExploitPack" | |
else | |
printf "$GREEN" "[*] Sucess Installing ExploitPack" | |
fi | |
if [ ! -d "$DIE_DIR" ]; then | |
printf "$RED" "[!] Failed Installing Detect-It-Easy" | |
else | |
printf "$GREEN" "[*] Sucess Installing Detect-It-Easy" | |
fi | |
if [ ! -f "$STEGO_LSB_FILE" ]; then | |
printf "$RED" "[!] Failed Installing Stego-lsb" | |
else | |
printf "$GREEN" "[*] Sucess Installing Stego-lsb" | |
fi | |
if [ ! -d "$SENTRY_MBA_DIR" ]; then | |
printf "$RED" "[!] Failed Installing Sentry MBA" | |
else | |
printf "$GREEN" "[*] Sucess Installing Sentry MBA" | |
fi | |
if [ ! -d "$WSSIP_DIR" ]; then | |
printf "$RED" "[!] Failed Installing WSSiP" | |
else | |
printf "$GREEN" "[*] Sucess Installing WSSiP" | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment