Created
October 24, 2017 15:29
-
-
Save damienstanton/bc6bcda98272acea0eaafea70122c3b9 to your computer and use it in GitHub Desktop.
Kali Tools
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 | |
# must be sudo, by the way | |
apt-key adv --keyserver pgp.mit.edu --recv-keys ED444FF07D8D0BF6 \ | |
&& echo 'http://http.kali.org/kali kali-rolling main contrib non-free' >> /etc/apt/sources.list \ | |
&& apt update | |
apt install -y acccheck ace-voip amap automater braa casefile cdpsnarf cisco-torch cookie-cadger copy-router-config dmitry dnmap dnsenum dnsmap dnsrecon dnstracer dnswalk dotdotpwn enum4linux enumiax exploitdb fierce firewalk fragroute fragrouter golismero goofile lbd maltego-teeth masscan metagoofil miranda nmap p0f parsero recon-ng smtp-user-enum snmpcheck sslcaudit sslsplit sslyze theharvester tlssled twofi urlcrazy wol-e intrace hping3 | |
apt install -y bbqsql bed cisco-auditing-tool cisco-global-exploiter cisco-ocs doona greenbone-security-assistant hexorbase jsql lynis ohrwurm openvas-cli openvas-manager openvas-scanner oscanner powerfuzzer sfuzz sidguesser siparmyknife sqlmap sqlsus tnscmd10g unix-privesc-check yersinia | |
apt install -y aircrack-ng asleap bluelog blueranger bluesnarfer bully cowpatty eapmd5pass fern-wifi-cracker ghost-phisher giskismet gqrx kalibrate-rtl killerbee kismet mdk3 mfcuk mfoc mfterm multimon-ng pixiewps reaver redfang spooftooph wifitap wifite | |
apt install -y apache-users arachni blindelephant davtest deblaze dirb dirbuster fimap grabber joomscan jsql padbuster paros plecost proxystrike skipfish sqlninja sqlsus ua-tester uniscan vega w3af websploit wfuzz wpscan xsser | |
apt install -y dnschef fiked hamster-sidejack hexinject ismtp mitmproxy protos-sip rebind responder rtpbreak rtpinsertsound rtpmixsound sctpscan sipp sipvicious sniffjoke sslstrip voiphopper wifi-honey wireshark xspy | |
apt install -y cryptcat cymothoa dbd dns2tcp http-tunnel httptunnel intersect nishang polenum powersploit pwnat ridenum sbd u3-pwn webshells weevely | |
apt install -y cutycapt dos2unix dradis keepnote magictree nipper-ng pipal | |
apt install -y armitage backdoor-factory crackle jboss-autopwn linux-exploit-suggester thc-ipv6 beef-xss | |
apt install -y binwalk bulk-extractor cuckoo dc3dd ddrescue dumpzilla extundelete foremost galleta guymager iphone-backup-analyzer p0f pdf-parser pdfid pdgmail peepdf volatility xplico | |
apt install -y dhcpig funkload iaxflood inviteflood ipv6-toolkit mdk3 reaver rtpflood slowhttptest t50 termineter thc-ssl-dos | |
apt install -y burpsuite cewl chntpw cmospwd creddump crunch findmyhash gpp-decrypt hash-identifier john johnny keimpx maskprocessor multiforcer ncrack oclgausscrack pack patator rainbowcrack rcracki-mt rsmangler statsprocessor thc-pptp-bruter truecrack webscarab wordlists zaproxy | |
apt install -y apktool python-diStorm3 edb-debugger jad javasnoop JD OllyDbg smali Valgrind YARA | |
apt install -y android-sdk apktool arduino dex2jar sakis3g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment