Created
November 1, 2021 10:15
-
-
Save Ran-Xing/a4fba5b784ae3ed71067086042fff6fa to your computer and use it in GitHub Desktop.
Hacker-Tools-Kali
This file contains hidden or 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 | |
| export GitKey="github_tocken" | |
| export GitUser="github_user" | |
| export GitApi="https://api.github.com/repos" | |
| # init | |
| printf "%s\n" "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-ce-archive-keyring.gpg] https://download.docker.com/linux/debian buster stable" | sudo tee /etc/apt/sources.list.d/docker-ce.list | |
| curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor | sudo tee /usr/share/keyrings/docker-ce-archive-keyring.gpg | |
| sudo apt update -y && sudo apt upgrade -y | |
| sudo apt install -y docker-ce docker-ce-cli containerd.io git wget nodejs zsh | |
| sudo systemctl enable docker --now | |
| sudo usermod -aG docker $USER | |
| sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
| git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting | |
| git clone https://github.com/zsh-users/zsh-autosuggestions.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions | |
| sed -i "s/plugins=(git)/plugins=(git zsh-syntax-highlighting zsh-autosuggestions docker)/g" ~/.zshrc | |
| source ~/.zshrc | |
| # gittools | |
| mkdir -p /opt/tools/attck-exp/ | |
| cd /opt/tools/attck-exp | |
| git clone https://github.com/TheKingOfDuck/fuzzDicts.git /opt/tools/fuzz/fuzzdict | |
| git clone https://github.com/doubleee/WebFuzzing.git /opt/tools/fuzz/webfuzz | |
| git clone https://github.com/0xn0ne/weblogicScanner.git /opt/tools/scan/weblogicscan | |
| git clone https://github.com/wgpsec/ENScan.git /opt/tools/scan/enscan | |
| git clone https://github.com/ghealer/GUI_Tools.git /opt/tools/attck-exp/gui-tools | |
| git clone https://github.com/elefr3n/real_ip_discover.git /opt/tools/attck-exp/real_ip_discover | |
| git clone https://github.com/3xp10it/xcdn.git /opt/tools/attck-exp/xcdn | |
| git clone https://github.com/Threezh1/JSFinder.git /opt/tools/scan/jsfinder | |
| git clone https://github.com/shimmeris/SCFProxy.git /opt/tools/attck-exp/scfproxy | |
| git clone https://github.com/ambionics/phpggc.git /opt/tools/attck-exp/phpggc | |
| git clone https://github.com/lijiaxing1997/Gr33k.git /opt/tools/attck-exp/gr33k | |
| git clone https://github.com/P1-Team/AlliN.git /opt/tools/scan/allin | |
| git clone https://github.com/JLospinoso/gargoyle.git /opt/tools/attck-exp/gargoyle | |
| git clone https://github.com/Hzllaga/JsLoader.git /opt/tools/attck-exp/jsloader | |
| git clone https://github.com/mitmproxy/mitmproxy.git /opt/tools/attck-exp/mitmproxy | |
| git clone https://github.com/FabioDefilippo/linuxallremote.git /opt/tools/attck-exp/linuxallremote | |
| git clone https://github.com/boku7/winx64-InjectAllProcessesMeterpreter-Shellcode.git /opt/tools/attck-exp/winx64-InjectAllProcessesMeterpreter-Shellcode | |
| git clone https://github.com/mzet-/linux-exploit-suggester.git /opt/tools/attck-exp/linux-exploit-suggester | |
| git clone https://github.com/rebootuser/LinEnum.git /opt/tools/attck-exp/linenum | |
| git clone https://github.com/mhaskar/DNSStager.git /opt/tools/attck-exp/dnsstager | |
| git clone https://github.com/Integration-IT/Active-Directory-Exploitation-Cheat-Sheet.git /opt/tools/attck-exp/Active-Directory-Exploitation-Cheat-Sheet | |
| git clone https://github.com/abhir98/ransomware.git /opt/tools/attck-exp/ransomware | |
| git clone https://github.com/epinna/tplmap.git /opt/tools/scan/tplmap | |
| git clone https://github.com/mgeeky/RedWarden.git /opt/tools/attck-exp/rewarden | |
| git clone https://github.com/9emin1/charlotte.git /opt/tools/attck-exp/charlotte | |
| git clone https://github.com/yuxiaokui/Intranet-Penetration.git /opt/tools/tools/Intranet-Penetration | |
| git clone https://github.com/larsbrinkhoff/httptunnel.git /opt/tools/attck-exp/httptunnel | |
| git clone https://github.com/shmilylty/OneForAll.git /opt/tools/scan/oneforall | |
| git clone https://github.com/sinpolib/sokit.git /opt/tools/attck-exp/sokit | |
| git clone https://github.com/apurvsinghgautam/HTTP-Reverse-Shell.git /opt/tools/attck-exp/http-reverse-shell | |
| git clone https://github.com/grayddq/GScan.git /opt/tools/scan/gscan | |
| git clone https://github.com/rtcatc/Packer-Fuzzer.git /opt/tools/scan/fuzzerscan | |
| git clone https://github.com/fofapro/Hosts_scan.git /opt/tools/scan/hosts-scan | |
| git clone https://github.com/iceyhexman/flask_memory_shell.git /opt/tools/attck-exp/flask_memory_shell | |
| git clone https://github.com/wgpsec/tig.git /opt/tools/scan/tig | |
| git clone https://github.com/sv3nbeast/ShiroScan.git /opt/tools/scan/shiroscan | |
| git clone https://github.com/qigpig/bypass-beacon-config-scan.git /opt/tools/attck-exp/bypass-beacon-config-scan | |
| git clone https://github.com/gh0stkey/avList.git /opt/tools/attck-exp/avlist | |
| git clone https://github.com/Anonymous-ghost/AttackWebFrameworkTools.git /opt/tools/attck-exp/attckWebFrameworkTools | |
| git clone https://github.com/knownsec/rtcp.git /opt/tools/attck-exp/rtcp | |
| git clone https://github.com/YagamiiLight/Cerberus.git /opt/tools/scan/cerberus | |
| git clone https://github.com/le4f/dnsmaper.git /opt/tools/scan/dnsmaper | |
| git clone https://github.com/xiaoZ-hc/redtool.git /opt/tools/attck-exp/redtool | |
| # c2 | |
| mkdir -p /opt/tools/c2 | |
| cd /opt/tools/c2 | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/rebeyond/Behinder/releases/latest" | grep "browser_download_url"| cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/BeichenDream/Godzilla/releases/latest" | grep "browser_download_url"| cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/AntSwordProject/AntSword/releases/latest" |grep zip | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/AntSwordProject/AntSword-Loader/releases/latest" | grep "browser_download_url" |grep "linux-x64"| cut -d '"' -f 4` | |
| # android | |
| mkdir -p /opt/tools/android | |
| cd /opt/tools/android | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/iBotPeaches/Apktool/releases/latest" | grep "browser_download_url" | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/Konloch/bytecode-viewer/releases/latest" | grep "browser_download_url" | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/zifeihan/friday/releases/latest" | grep "browser_download_url" | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/tp7309/TTDeDroid/releases/latest" | grep zip | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/pxb1988/dex2jar/releases/latest" | grep "browser_download_url" | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/venshine/decompile-apk/releases/latest" | grep "browser_download_url" | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/java-decompiler/jd-gui/releases/latest" | grep "browser_download_url" | grep jar | grep -v min | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/skylot/jadx/releases/latest" | grep "browser_download_url" | grep with | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/google/android-classyshark/releases/latest" | grep "browser_download_url" | cut -d '"' -f 4` | |
| # attckTools | |
| mkdir -p /opt/tools/attck/ | |
| cd /opt/tools/attck/ | |
| wget https://github.com/bin-maker/apkshell/raw/main/apk%E6%9F%A5%E5%A3%B3%E5%B7%A5%E5%85%B712.28%E6%9B%B4%E6%96%B0%E4%BF%AE%E5%A4%8D%E7%89%88.jar | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/feihong-cs/ShiroExploit-Deprecated/releases/latest" | grep "browser_download_url" | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/j1anFen/shiro_attack/releases/latest" | grep "browser_download_url" | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/ScriptKid-Beta/WebBatchRequest/releases/latest" | grep "browser_download_url" | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/FishM4n/Fofa-collect/releases/latest" | grep "browser_download_url" | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/KpLi0rn/ShiroExploit/releases/latest" | grep "browser_download_url" | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/chaitin/xray/releases/latest" | grep "browser_download_url" | grep "linux_amd64" | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/OJ/gobuster/releases/latest" | grep "browser_download_url" | grep "linux-amd64" | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/Qianlitp/crawlergo/releases/latest" | grep "browser_download_url" | grep "linux_amd64" | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/upx/upx/releases/latest" | grep "browser_download_url" | grep amd64 | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/shadow1ng/fscan/releases/latest" | grep "browser_download_url" | grep amd64 | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/kitabisa/mubeng/releases/latest" | grep "browser_download_url" | grep "linux_amd64" | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/theLSA/hack-er-tools/releases/latest" | grep "browser_download_url" | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/snail007/goproxy/releases/latest" | grep "browser_download_url" | grep "linux-amd64.tar" | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/fatedier/frp/releases/latest" | grep "browser_download_url" | grep "linux_amd64" | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/wangyu-/udp2raw-tunnel/releases/latest" | grep "browser_download_url" | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/al0ne/LinuxCheck/releases/latest" | grep "browser_download_url" | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/antonmedv/red/releases/latest" | grep "browser_download_url" | grep "Linux_x86_64"| cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/projectdiscovery/httpx/releases/latest" | grep "browser_download_url" | grep "linux_amd64"| cut -d '"' -f 4` | |
| wget https://xz.aliyun.com/forum/upload/affix/shiro_tool.zip | |
| # burpPlug | |
| mkdir -p /opt/tools/burp/plug | |
| cd /opt/tools/burp/plug | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/whwlsfb/BurpCrypto/releases" | grep "browser_download_url" | grep "0.1.9" | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/c0ny1/chunked-coding-converter/releases/latest" | grep "browser_download_url" | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/ntestoc3/burp-clj/releases/latest" | grep "browser_download_url" | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/Daybr4ak/ShiroScan/releases/latest" | grep "browser_download_url" | cut -d '"' -f 4` | |
| git clone https://github.com/x1a0t/Struts2Burp.git | |
| git clone https://github.com/albinowax/ActiveScanPlusPlus.git | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/gh0stkey/HaE/releases/latest" | grep "browser_download_url" | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/c0ny1/captcha-killer/releases/latest" | grep "browser_download_url" | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/Maskhe/FastjsonScan/releases/latest" | grep "browser_download_url" | cut -d '"' -f 4` | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/c0ny1/passive-scan-client/releases/latest" | grep "browser_download_url" | cut -d '"' -f 4` | |
| # chromePlug | |
| mkdir -p /opt/tools/chromeplug | |
| cd /opt/tools/chromeplug | |
| wget `curl -u $GitUser:$GitKey -s "$GitApi/s7ckTeam/HackTools/releases/latest" | grep "browser_download_url" | cut -d '"' -f 4` | |
| git clone https://github.com/iiiusky/AntiHoneypot-Chrome-simple.git | |
| git clone https://github.com/cnrstar/anti-honeypot.git | |
| # docker | |
| docker run -it -d --name dbj -p 5058:5000 xrsec/dbj:latest | |
| docker run -it -d --name awvs -p 5059:3443 xrsec/awvs:latest | |
| docker run -it -d --name vscode -p 5050-5051:5050-5051 -p 5052:22 -p 5053:8765 -p 5054-5057:5054-5057 xrsec/vscode:latest | |
| echo ARL Viper Dbj Awvs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment