Advertisement
opexxx

toolslist

May 19th, 2014
722
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 22.67 KB | None | 0 0
  1. A
  2.  
  3. aircrack-ng – http://www.aircrack-ng.org
  4.  
  5. # cd ~/source# svn co http://trac.aircrack-ng.org/svn/trunk/ aircrack-ng# cd aircrack-ng# make# make install# airodump-ng-oui-update
  6.  
  7. alive6 – http://www.thc.org/
  8.  
  9. See THC-IPV6
  10.  
  11. amap & amap6 – http://www.thc.org/
  12.  
  13. # apt-get install libssl-dev# cd ~/source# wget http://www.thc.org/releases/amap-5.4.tar.gz# tar zxvf amap-5.4.tar.gz# cd amap-5.4/# ./configure# make# make install
  14.  
  15. arping – http://www.habets.pp.se/synscan/files/
  16.  
  17. # apt-get install libpcap0.8-dev# cd ~/source# links http://sourceforge.net/projects/libnet-dev/files/latest/download# tar zxvf libnet-1.1.6.tar.gz# cd libnet-1.1.6/# ./configure# make && make install# cd ~/source# wget http://www.habets.pp.se/synscan/files/arping-2.12.tar.gz# tar zxvf arping-2.12.tar.gz# cd arping-2.12/# ./configure# make && make install
  18.  
  19. arp-scan (http://www.nta-monitor.com)
  20.  
  21. # cd ~/source# wget http://www.nta-monitor.com/files/arp-scan/arp-scan-1.8.tar.gz# tar zxvf arp-scan-1.8.tar.gz# cd arp-scan-1.8/# ./configure# make && make install
  22.  
  23. asleap – http://sourceforge.net/projects/asleap/
  24.  
  25. # cd ~/source# wget http://sourceforge.net/projects/asleap/files/asleap/asleap-1.4/asleap-1.4.tgz/download# tar zxvf asleap-1.4.tgz# cd asleap# make# cp asleap ~/tools/
  26.  
  27. asp-auditor
  28.  
  29. # cd ~/source# wget http://dl.packetstormsecurity.net/UNIX/scanners/asp-audit-v2.tar.gz# tar zxvf asp-audit-v2.tar.gz# cp asp-audit-latest.pl ~/tools# chmod 777 ~/tools/asp-audit-latest.pl
  30.  
  31. B
  32.  
  33. BED (aka Bruteforce Exploit Detector) – http://www.aldeid.com/wiki/Bed
  34.  
  35. # cd ~/source# wget http://web.archive.org/web/20101229024258/http://www.remote-exploit.org/wp-content/uploads/2010/01/bed-0.5.tar.gz# tar xzvf bed-0.5.tar.gz# mkdir -p ~/tools/fuzzers/# mv bed-0.5/ ~/tools/fuzzers/bed/
  36.  
  37. C
  38.  
  39. cisco-auditing-tool
  40.  
  41. # cd ~/source# wget http://dl.packetstormsecurity.net/cisco/CiscoAuditingTool-v1.tar.gz# tar zxvf CiscoAuditingTool-v1.tar.gz# mv CiscoAuditingTool ~/tools/
  42.  
  43. cisco-global-exploiter
  44.  
  45. # cd ~/source# wget http://dl.packetstormsecurity.net/0405-exploits/cge-13.tar.gz# tar zxvf cge-13.tar.gz# mv cge-13/ ~/tools
  46.  
  47. cms-explorer – http://code.google.com/p/cms-explorer/
  48.  
  49. # cd ~/source# wget http://cms-explorer.googlecode.com/files/cms-explorer-1.0.tar.bz2# tar jxvf cms-explorer-1.0.tar.bz2# mv cms-explorer-1.0/ ~/tools/
  50.  
  51. creddump – http://code.google.com/p/creddump/
  52.  
  53. # cd ~/source# wget http://creddump.googlecode.com/files/creddump-0.3.tar.bz2# tar jxvf creddump-0.3.tar.bz2# mv creddump-0.3 ~/tools/
  54.  
  55. cryptcat – http://sourceforge.net/projects/cryptcat/ I’m being lazy with this one. Also compiling for Windows is outside the scope of this document.
  56.  
  57. #apt-get install cryptcat
  58.  
  59. D
  60.  
  61. DarkMySQLi – http://dl.packetstormsecurity.net/papers/database/darkmysqli-injection.pdf
  62.  
  63. NOTE: www.darkc0de.com is no more
  64.  
  65. # cd ~/source# wget http://www.jedge.com/utilities/darkMySQLi16.zip# unzip darkMySQLi16.zip# mkdir -p ~/tools/darkMySQLi# unzip darkMySQLi16.zip -d ~/tools/darkMySQLi
  66.  
  67. darkstat – http://unix4lyfe.org/darkstat/
  68.  
  69. # apt-get install libpcap0.8-dev# cd ~/source# wget http://unix4lyfe.org/darkstat/darkstat-3.0.715.tar.bz2# tar jxvf darkstat-3.0.715.tar.bz2# cd darkstat-3.0.715/# mkdir -p /var/lib/empty# ./configure# make# make install
  70.  
  71. denial6 – http://www.thc.org/
  72.  
  73. See THC-IPV6
  74.  
  75. detect-new-ip6 – http://www.thc.org/
  76.  
  77. See THC-IPV6
  78.  
  79. DMitry – http://mor-pah.net/software/dmitry-deepmagic-information-gathering-tool/ Latest available is in Debian repository
  80.  
  81. # apt-get install dmitry
  82.  
  83. dnsdict6 – http://www.thc.org/
  84.  
  85. See THC-IPV6
  86.  
  87. dnsenum – http://code.google.com/p/dnsenum/
  88.  
  89. # cd ~/source# wget http://dnsenum.googlecode.com/files/dnsenum-1.2.2.tar.gz# mkdir -p ~/tools/dnsenum# tar zxvf dnsenum-1.2.2.tar.gz -C ~/tools/dnsenum/
  90.  
  91. dnstracer – http://www.mavetju.org/unix/dnstracer.php
  92.  
  93. # apt-get install dnstracer
  94.  
  95. dos-new-ip6 – http://www.thc.org/
  96.  
  97. See THC-IPV6
  98.  
  99. dsniff – http://monkey.org/~dugsong/dsniff/
  100.  
  101. # apt-get install dsniff libnids1.21
  102.  
  103. E
  104.  
  105. EAPeak – http://code.google.com/p/eapeak/
  106.  
  107. SeeScapy install first
  108.  
  109. # cd ~/source# wget http://eapeak.googlecode.com/files/EAPeak-v0.1.5.tar.bz2# tar jxvf EAPeak-v0.1.5.tar.bz2# cd EAPeak-v0.1.5
  110.  
  111. easy-creds – http://sourceforge.net/projects/easy-creds/
  112.  
  113. See installation of the following tools first:  ettercap, dsniff (urlsnarf), sslstrip, metasploit, aircrack-ng, hamster, ferret, ipcalc, asleap, mdk3,and ipcalc
  114.  
  115. # cd ~/source# wget ftp://ftp.freeradius.org/pub/radius/old/freeradius-server-2.1.11.tar.bz2# tar jxvf freeradius-server-2.1.11.tar.bz2# cd freeradius-server-2.1.11# wget http://www.opensecurityresearch.com/files/freeradius-wpe-2.1.11.patch # patch -p1 < freeradius-wpe-2.1.11.patch# ./configure && make && make install# /usr/local/etc/raddb/certs/bootstrap# cd ~/source# wget http://sourceforge.net/projects/easy-creds/files/latest/download -O easycreds.tar.gz# tar zxvf easycreds.tar.gz# mv easy-creds ~/tools
  116.  
  117. ettercap – http://ettercap.sourceforge.net/
  118.  
  119. I’ll leave this to personal choice.  You can go with ettercap (NG-0.7.3–2005)or ettercap (0.7.4.1-Lazarus–2012)# apt-get install ettercap ettercap-commonOr# apt-get install libpcap0.8-dev libssl-dev libncurses5-dev# cd ~/source# links http://sourceforge.net/projects/libnet-dev/files/latest/download# tar zxvf libnet-1.1.6.tar.gz# cd libnet-1.1.6/# ./configure# make && make install# wget http://prdownloads.sourceforge.net/ettercap/ettercap-0.7.4.1.tar.gz# tar zxvf ettercap-0.7.4.1.tar.gz# cd ettercap-0.7.4.1# ./configure --with-libnet=/usr/local --disable-gtk# make && make install
  120.  
  121. exploit6 – http://www.thc.org/
  122.  
  123. See THC-IPV6
  124. F
  125.  
  126. fake_advertise6 – See THC-IPV6
  127.  
  128. fake_dhcps6 – See THC-IPV6
  129.  
  130. fake_dnsupdate6 – See THC-IPV6
  131.  
  132. fake_mipv6 – See THC-IPV6
  133.  
  134. fake_mld26 – See THC-IPV6
  135.  
  136. fake_mld6 – See THC-IPV6
  137.  
  138. fake_mldrouter6 – See THC-IPV6
  139.  
  140. fake_router6 – See THC-IPV6
  141.  
  142. ferret – http://www.erratasec.com/ferret.html
  143.  
  144. # mkdir -p ~/tools/sidejack/ferret# cd ~/source# svn checkout http://ferret.googlecode.com/svn/trunk/ ferret# cd ferret/# make# cp bin/ferret /root/tools/sidejack
  145.  
  146. fierce – http://ha.ckers.org/fierce/
  147.  
  148. Install a pair of perl modules via CPAN
  149. # perl -MCPAN -e 'install Net::DNS'# perl -MCPAN -e 'install Net::hostent'# mkdir -p ~/tools/fierce# cd ~/tools/fierce# wget http://ha.ckers.org/fierce/fierce.pl# wget http://ha.ckers.org/fierce/hosts.txt# chmod 777 fierce.pl
  150.  
  151. fimap – http://code.google.com/p/fimap/
  152.  
  153. # cd ~/source# wget http://fimap.googlecode.com/files/fimap_alpha_v09.tar.gz# tar zxvf fimap_alpha_v09.tar.gz# mv fimap_alpha_v09 ~/tools/
  154.  
  155. flood_advertise6 – See THC-IPV6
  156.  
  157. flood_dhcpc6 – See THC-IPV6
  158.  
  159. flood_mld26 – See THC-IPV6
  160.  
  161. flood_mld6 – See THC-IPV6
  162.  
  163. flood_mldrouter6 – See THC-IPV6
  164.  
  165. flood_router6 – See THC-IPV6
  166.  
  167. flood_solicitate6 – See THC-IPV6
  168.  
  169. fping – http://fping.org/
  170.  
  171. # cd ~/source# wget http://fping.org/dist/fping-3.4.tar.gz# tar zxvf fping-3.4.tar.gz# cd fping-3.4/# ./configure# make# make install
  172.  
  173. fragmentation6 – See THC-IPV6
  174.  
  175. fuzz_ip6 – See THC-IPV6
  176. G
  177.  
  178. goohost – http://www.aldeid.com/wiki/Goohost
  179.  
  180. # cd ~/tools/# wget http://dl.dropbox.com/u/10761700/goohost.sh# chmod +x goohost.sh
  181.  
  182. grabber – http://rgaucher.info/beta/grabber/
  183. H
  184.  
  185. hamster – http://www.erratasec.com
  186.  
  187. # cd ~/source# mkdir –p ~/tools/sidejack# wget http://www.erratasec.com/erratasec.zip# unzip erratasec.zip# cd hamster/build/gcc4/# make# cp /root/source/hamster/bin/ * /root/tools/sidejack/
  188.  
  189. hping3 – http://www.hping.org/hping3.html
  190.  
  191. #apt-get install hping3 tcl8.4
  192.  
  193. HWK – http://nullsecurity.net/
  194.  
  195. # cd ~/source# wget http://nullsecurity.net/tools/wireless/hwk_0.3.2.tar.gz# tar xzf hwk_0.3.2.tar.gz# cd hwk_0.3.2# make# make install
  196.  
  197. hydra (THC-Hydra) – http://www.thc.org/thc-hydra/
  198.  
  199. Thanks to DeckerXL who posted this comment here (http://wiredbytes.com/node/23#comment-61) I was able to get the Oracle password checks compiled into Hydra.  Various software libraries need to be installed in order to successfully compile Hydra with all of the features that we need.  Obtain the latest Hydra source from http://freeworld.thc.org.  Note, the SAP SDK needs to be downloaded from the SAP marketplace which requires you to be a customer with an account.# apt-get install libmysqlclient-dev libpcre3-dev libsvn-dev libssh-dev libncp-dev libidn11-dev postgresql-client libpq-dev libaio-devForOracle support you need to download the OracleInstantClient(Google“oracle instant client download”).  The three files you will need to download are the basiclite, sqlplus,and devel rpm packages.  You will need an account withOracle to obtain the files.  Signing up is free.  Once the files are downloaded we will need to convert the rpm packages to deb and install (all in one command).# apt-get install alien# cd ~/source# alien -i oracle-instantclient11.2-basiclite-*.rpm# alien -i oracle-instantclient11.2-devel-*.rpm# alien -i oracle-instantclient11.2-sqlplus-*.rpmCreate the following file (oracle.conf)in ls.so.con.d and add the following (that's where it put my libs for version 11.2 - substitute your version there) /usr/lib/oracle/11.2/client64/lib
  200.  
  201. # ldconfig
  202. # cd ~/source
  203. # wget http://www.thc.org/releases/hydra-7.3.tar.gz
  204. # tar zxvf hydra-7.3.tar.gz
  205. # cd hydra-7.3
  206. # ./configure --with-oracle=/usr/include/oracle/11.2/client64 --with-oraclelib=/usr/lib/oracle/11.2/client64/lib
  207.  
  208. Edit the Makefile and manaully edit  the Oracle include dir to the XIPATHS var on line 6.  Add this to the end:  -I/usr/include/oracle/11.2/client64
  209.  
  210. # make
  211. # make install
  212.  
  213. I
  214.  
  215. implementation6 – See THC-IPV6
  216.  
  217. iodine – http://code.kryo.se/iodine/
  218.  
  219. # cd ~/source# wget http://code.kryo.se/iodine/iodine-0.6.0-rc1.tar.gz# tar zxvf iodine-0.6.0-rc1.tar.gz# cd iodine-0.6.0-rc1/# make# make install
  220.  
  221. ipcalc – http://jodies.de/ipcalc-archive/
  222.  
  223. # cd ~/source# wget http://jodies.de/ipcalc-archive/ipcalc-0.41.tar.gz# tar zxvf ipcalc-0.41.tar.gz# mv ipcalc-0.41 ~/tools/
  224.  
  225. J
  226.  
  227. john – http://www.openwall.com/john/
  228.  
  229. # cd ~/source# wget http://www.openssl.org/source/openssl-1.0.1c.tar.gz# tar zxf openssl-1.0.1c.tar.gz# cd openssl-1.0.1c# ./config --openssldir=/usr/local# make# make install# cd ~/source# wget http://www.openwall.com/john/g/john-1.7.9-jumbo-7.tar.gz# tar zxvf john-1.7.9-jumbo-7.tar.gz# cd john-1.7.9-jumbo-7/src# make generic# make install
  230.  
  231. K
  232.  
  233. kill_router6 – See THC-IPV6
  234.  
  235. kismet – http://www.kismetwireless.net
  236.  
  237. # apt-get install libpcap0.8-dev libncurses5-dev libnl-dev libpcre3-dev# cd ~/source# wget https://www.kismetwireless.net/code/kismet-2011-03-R2.tar.gz# tar zxf kismet-2011-03-R2.tar.gz# cd kismet-2011-03-R2# ./configure# make# make install# wget -cd -N -P /usr/share/wireshark http://anonsvn.wireshark.org/wireshark/trunk/manuf
  238.  
  239. L
  240.  
  241. lbd (Load Balance Detector)
  242.  
  243. # cd ~/source/# wget http://packetstorm.wowhacker.com/UNIX/audit/lbd-0.1.sh.txt# mv lbd-0.1.sh.txt ~/tools/lbd.sh# chmod +x ~/tools/lbd.sh
  244.  
  245. M
  246.  
  247. MDK3
  248.  
  249. # wget http://homepages.tu-darmstadt.de/~p_larbig/wlan/mdk3-v6.tar.bz2# tar xvjf mdk3-v6.tar.bz2# cd mdk3-v6# make && make install
  250.  
  251. metagoofil – http://code.google.com/p/metagoofil/
  252.  
  253. # cd ~/source# wget http://metagoofil.googlecode.com/files/metagoofil-2.1_BH2011_Arsenal.tar.gz# tar zxvf metagoofil-2.1_BH2011_Arsenal.tar.gz# mv metagoofil-blackhat/ ~/tools/metagoofil/
  254.  
  255. Metasploit (subversion edition) – http://www.metasploit.com/
  256.  
  257. # apt-get install subversion# apt-get install ruby libreadline5 libruby1.8 ruby1.8 ruby1.8-dev rubygems1.8# apt-get install postgresql libpq-dev libpq5 postgresql-8.4 postgresql-client-8.4 postgresql-client-common postgresql-common ssl-cert# su postgres -c psql
  258. postgres=# ALTER USER postgres WITH PASSWORD 'your password';
  259. postgres=# \q# passwd -d postgres# su postgres -c passwd<type the password for postgres account># gem install pg# svn co https://www.metasploit.com/svn/framework3/trunk/ /opt/msf# /opt/msf/msfconsole
  260. msf > db_connect postgres:”postgreSQL_password”@127.0.0.1/metasploit (“metasploit” being the name of the  database)
  261.  
  262. I created the file /root/.msf4/msfconsole.rc with the following so I don't have to type the db_* commands each time.
  263. db_connect postgres:”postgreSQL_password”@127.0.0.1/metasploit
  264.  
  265. Metasploit (pwn plug edition) – https://github.com/pwnieexpress/metasploit-framework*
  266.  
  267. # apt-get install git# cd /opt# git clown https://github.com/pwnieexpress/metasploit-framework.git
  268.  
  269. miranda – http://code.google.com/p/miranda-upnp/
  270.  
  271. # cd ~/source# wget http://miranda-upnp.googlecode.com/files/miranda-1.2.tar.gz# tar zxvf miranda-1.2.tar.gz# mv miranda-1.2/ ~/tools/
  272.  
  273. miredo – http://www.remlab.net/miredo/
  274.  
  275. # apt-get install libjudydebian1# cd ~/source# wget http://www.remlab.net/files/miredo/debian/miredo_1.2.5-1_i386.deb# dpkg -i miredo_1.2.5-1_i386.deb
  276.  
  277. N
  278.  
  279. netcat & netcat6
  280.  
  281. #apt-get install netcat netcat6
  282.  
  283. ndpexhaust6 – See THC-IPV6
  284.  
  285. netdiscover – http://sourceforge.net/projects/netdiscover/
  286.  
  287. # links http://sourceforge.net/projects/netdiscover/files/netdiscover/0.3-beta6/netdiscover-0.3-beta6-osx_mod.tar.bz2/download# tar jxvf netdiscover-0.3-beta6-osx_mod.tar.bz2# cd netdiscover-0.3-beta6-osx_mod/# ./configure# make# make install
  288.  
  289. nikto – http://www.cirt.net/nikto2
  290.  
  291. # cd ~/source# wget http://www.cirt.net/nikto/nikto-2.1.5.tar.gz# tar zxvf nikto-2.1.5.tar.gz# mv nikto-2.1.5/ ~/tools/
  292.  
  293. nmap – http://nmap.org/
  294.  
  295. # cd ~/source# wget http://nmap.org/dist/nmap-6.01.tgz# tar zxvf nmap-6.01.tgz# cd nmap-6.01/# ./configure# make# make install
  296.  
  297. O
  298.  
  299. OAT (Oracle Audit Tools) – http://www.cqure.net/wp/tools/database/test/
  300.  
  301. $ cd ~/tools
  302. $ wget http://www.cqure.net/tools/oat-binary-1.3.1.zip
  303. $ unzip oat-binary-1.3.1.zip
  304. $ cd oat
  305. $ rm -rf *.bat
  306. $ chmod 775*.sh
  307. $ wget http://vulnerabilityassessment.co.uk/classes12.zipFor each script file you need to edit the file andset JDBC=classes12.zip
  308.  
  309. onesixtyone – http://www.phreedom.org/software/onesixtyone/
  310.  
  311. # cd ~/source# wget http://www.phreedom.org/software/onesixtyone/releases/onesixtyone-0.3.2.tar.gz# tar zxvf onesixtyone-0.3.2.tar.gz# cd onesixtyone-0.3.2/# make# cp onesixtyone /usr/local/bin# cp dict.txt /usr/local/share  
  312.  
  313. openssl – http://www.openssl.org
  314.  
  315. # cd ~/source# wget http://www.openssl.org/source/openssl-1.0.1c.tar.gz# tar zxf openssl-1.0.1c.tar.gz# cd openssl-1.0.1c# ./config --openssldir=/usr/local# make# make install
  316.  
  317. openvpn – http://openvpn.net/
  318.  
  319. # apt-get install openvpn liblzo2-2 libpkcs11-helper1 openssl-blacklist openvpn-blacklist resolvconf
  320.  
  321. P
  322.  
  323. parasite6 – See THC-IPV6
  324.  
  325. plecost – http://code.google.com/p/plecost/
  326.  
  327. # apt-get install python-beautifulsoup# cd ~/source# wget http://plecost.googlecode.com/files/plecost-0.2.2-9-beta.tar.gz# tar xvf plecost-0.2.2-9-beta.tar.gz# mv plecost-0.2.2-9-beta ~/tools/plecost/
  328.  
  329. proxychains – http://proxychains.sourceforge.net/
  330.  
  331. # apt-get install proxychains libproxychains3
  332.  
  333. proxytunnel – http://proxytunnel.sourceforge.net*
  334.  
  335. # cd ~/source# wget http://downloads.sourceforge.net/proxytunnel/proxytunnel-1.9.0.tgz# tar zxvf proxytunnel-1.9.0.tgz# cd proxytunnel-1.9.0/# make# make install
  336.  
  337. R
  338.  
  339. randicmp6 – See THC-IPV6
  340.  
  341. reaver – http://code.google.com/p/reaver-wps/
  342.  
  343. # cd ~/source# wget http://reaver-wps.googlecode.com/files/reaver-1.4.tar.gz# tar xzf reaver-1.4.tar.gz# cd reaver-1.4/src# ./configure# make# make install
  344.  
  345. redir6 – See THC-IPV6
  346.  
  347. rsmurf6 – See THC-IPV6
  348. S
  349.  
  350. scapy – http://www.secdev.org/projects/scapy
  351.  
  352. # apt-get install python-gnuplot python-pyx python-crypto# cd ~/source# wget http://www.secdev.org/projects/scapy/files/scapy-latest.tar.gz# tar zxvf scapy-latest.tar.gz# cd scapy-2.1.0/# python setup.py install
  353.  
  354. sslstrip – http://www.thoughtcrime.org/software/sslstrip/sslstrip-0.9.tar.gz
  355.  
  356. # cd ~/source# wget http://www.thoughtcrime.org/software/sslstrip/sslstrip-0.9.tar.gz# tar zxvf sslstrip-0.9.tar.gz# cd sslstrip-0.9/# python setup.py install
  357.  
  358. sendpees6 – See THC-IPV6
  359.  
  360. sendpeesmp6 – See THC-IPV6
  361.  
  362. SET (Social Engineer’s Toolkit) – https://www.trustedsec.com/downloads/social-engineer-toolkit/
  363.  
  364. # cd ~/source# wget http://downloads.sourceforge.net/project/pexpect/pexpect/Release%202.3/pexpect-2.3.tar.gz# tar zxf pexpect-2.3.tar.gz# cd pexpect-2.3# python setup.py install# cd ~/source# wget http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-3.2.0.tar.gz# tar zxf BeautifulSoup-3.2.0.tar.gz# cd BeautifulSoup-3.2.0# python setup.py install# svn co http://svn.trustedsec.com/social_engineering_toolkit /opt/set/
  365.  
  366. sickfuzz – http://sickness.tor.hu/?p=334
  367.  
  368. We are going to make setup easy.  The setup.py script that comes with sickfuzz is configured for the Backtrack environment.# cd ~/source# wget http://www.immunitysec.com/downloads/SPIKE2.9.tgz# tar zxvf SPIKE2.9.tgz# mkdir -p /pentest/fuzzers/spike/# cp -R src /pentest/fuzzers/spike/# cd ~/source# wget http://sickfuzz.googlecode.com/files/sickfuzz_v1.0.zip# unzip sickfuzz_v1.0.zip# mv sickfuzz /pentest/fuzzers/# cd /pentest/fuzzers/sickfuzz/# python setup.py
  369.  
  370. sipcrack – website no longer exists
  371.  
  372. # cd ~/source# wget http://tools.l0t3k.net/SIPutils/SIPcrack-0.3pre.tar.gz# tar zxvf SIPcrack-0.3pre.tar.gz# cd SIPcrack-0.3pre/# make# make install
  373.  
  374. sipsak – http://sipsak.org/
  375.  
  376. # cd ~/source# wget http://download.berlios.de/sipsak/sipsak-0.9.6-1.tar.gz# tar zxvf sipsak-0.9.6-1.tar.gz# cd sipsak-0.9.6/# ./configure# make# make install
  377.  
  378. sipvicious – http://code.google.com/p/sipvicious/
  379.  
  380. # cd ~/source# wget http://sipvicious.googlecode.com/files/sipvicious-0.2.7.tar.gz# tar zxvf sipvicious-0.2.7.tar.gz# mv sipvicious-0.2.7 ~/tools/sipvicious/
  381.  
  382. skipfish – http://code.google.com/p/skipfish/
  383.  
  384. # apt-get install libidn11-dev# cd ~/source# wget http://skipfish.googlecode.com/files/skipfish-2.09b.tgz# tar zxvf skipfish-2.09b.tgz# cd skipfish-2.09b/# make# cd ..# mv skipfish-2.09b ~/tools/skipfish
  385.  
  386. smtp-user-enum – http://pentestmonkey.net/tools/user-enumeration/smtp-user-enum
  387.  
  388. # apt-get install libnet-snmp-perl# cd ~/tools/# wget http://pentestmonkey.net/tools/smtp-user-enum/smtp-user-enum-1.2.tar.gz# tar zxvf smtp-user-enum-1.2.tar.gz
  389.  
  390. smurf6 – See THC-IPV6
  391.  
  392. snmpcheck
  393.  
  394. # apt-get install libnet-snmp-perl# cd ~/tools# wget http://packetstorm.wowhacker.com/UNIX/scanners/snmpcheck-1.6.txt# mv snmpcheck-1.6.txt snmpcheck.pl# chmod +x snmpcheck.pl
  395.  
  396. snmpenum
  397.  
  398. # apt-get install libnet-snmp-perl# mkdir ~/tools# cd ~/tools# wget http://www.jedge.com/utilities/snmpenum.tar.gz# tar zxvf snmpenum.tar.gz
  399.  
  400. socat – http://www.dest-unreach.org/socat/
  401.  
  402. # cd ~/source# wget http://www.dest-unreach.org/socat/download/socat-2.0.0-b5.tar.gz# tar zxvf socat-2.0.0-b5.tar.gz# cd socat-2.0.0-b5/# ./configure# make# make install
  403.  
  404. SQLAT (SQL Auditing Tools) – http://www.cqure.net/wp/tools/database/sql-auditing-tools/
  405.  
  406. # cd ~/source# wget http://www.jedge.com/utilities/freetds-0.62.4.tar.gz# tar zxvf freetds-0.62.4.tar.gz# cd freetds-0.62.4/# ./configure# make && make install# cd ~/source# wget http://www.cqure.net/tools/sqlat-src-1.1.0.tar.gz# tar zxvf sqlat-src-1.1.0.tar.gz# cd sqlat-1.1.0/# ./configure# make && make install
  407.  
  408. sqlbrute – https://github.com/GDSSecurity
  409.  
  410. # apt-get install git# cd ~/tools# git clone https://github.com/GDSSecurity/SQLBrute.git
  411.  
  412. sqlmap – http://sqlmap.org/
  413.  
  414. # cd ~/tools# git clone https://github.com/sqlmapproject/sqlmap.git
  415.  
  416. sqlninja – http://sqlninja.sourceforge.net/
  417.  
  418. # perl –MCPAN –e ‘install NetPacket’# apt-get install libpcap0.8 libpcap0.8-dev# perl –MCPAN –e ‘install Net::Pcap’# perl –MCPAN –e ‘install Net::DNS’# perl –MCPAN –e ‘install Net::RawIP’# perl –MCPAN –e ‘install IO::Socket::SSL’# cd ~/source# wget http://sourceforge.net/projects/sqlninja/files/sqlninja/sqlninja-0.2.6-r1.tgz# tar zxvf sqlninja-0.2.6-r1.tgz# mv sqlninja-0.2.6-r1/ ~/tools/sqlninja
  419.  
  420. ssldump – http://www.rtfm.com/ssldump/
  421.  
  422. # apt-get install ssldump
  423.  
  424. sslscan – http://sourceforge.net/projects/sslscan/
  425.  
  426. # cd ~/source# wget http://sourceforge.net/projects/sslscan/files/latest/download -O sslscan.tar.gz# tar zxvf sslscan.tar.gz# cd sslscan-1.8.2/# make# make install
  427.  
  428. sslsniff – http://www.thoughtcrime.org/software/sslsniff/
  429.  
  430. # apt-get install sslsniff
  431.  
  432. sslstrip – http://www.thoughtcrime.org/software/sslstrip/
  433.  
  434. # apt-get install python-twisted# cd ~/source# wget http://www.thoughtcrime.org/software/sslstrip/sslstrip-0.9.tar.gz# tar zxvf sslstrip-0.9.tar.gz# cd sslstrip-0.9/# python setup.py install
  435.  
  436. T
  437.  
  438. tcptraceroute
  439.  
  440. # apt-get install tcptraceroute
  441.  
  442. thcping6 – See THC-IPV6
  443.  
  444. theharvester – http://code.google.com/p/theharvester/
  445.  
  446. # cd ~/source# wget http://theharvester.googlecode.com/files/theHarvester-2.2.tar# tar xvf theHarvester-2.2.tar# mv theHarvester ~/tools/
  447.  
  448. tinyproxy – https://banu.com/tinyproxy/
  449.  
  450. # apt-get install tinyproxy
  451.  
  452. toobig6 – See THC-IPV6
  453.  
  454. trace6 – See THC-IPV6
  455.  
  456. THC-Hydra – See hydra
  457.  
  458. THC-IPV6 – http://www.thc.org/
  459.  
  460. # apt-get install libpcap0.8-dev libssl-dev # cd ~/source# wget http://www.thc.org/releases/thc-ipv6-2.0.tar.gz# tar zxvf thc-ipv6-2.0.tar.gz# cd thc-ipv6-2.0/# make# make install
  461.  
  462. U
  463.  
  464. ua-tester – http://code.google.com/p/ua-tester/
  465.  
  466. # cd ~/tools# wget http://ua-tester.googlecode.com/files/UAtester_1.06.py# chmod +x UAtester_1.06.py
  467.  
  468. udptunnel – http://code.google.com/p/udptunnel/
  469.  
  470. # cd ~/source# wget http://udptunnel.googlecode.com/files/udptunnel-r19.tar.gz# tar zxvf udptunnel-r19.tar.gz# cd udptunnel/# make# cp udptunnel ~/tools/# chmod +x ~/tools/udptunnel
  471.  
  472. V
  473.  
  474. voiper – http://voiper.sourceforge.net/
  475.  
  476. # cd ~/source# wget http://sourceforge.net/projects/voiper/files/latest/download?source=files -O voiper-0.07.tar.gz# tar zxvf voiper-0.07.tar.gz# mv trunk ~/tools/voiper
  477.  
  478. W
  479.  
  480. waffit – http://code.google.com/p/waffit/
  481.  
  482. # apt-get install subversion# cd ~/source# svn checkout http://waffit.googlecode.com/svn/trunk/ waffit# mv waffit/ ~/tools
  483.  
  484. wapiti – http://wapiti.sourceforge.net/
  485.  
  486. #  cd ~/source# wget http://sourceforge.net/projects/wapiti/files/latest/download -O wapiti.zip# unzip wapiti.zip# mv wapiti-2.2.0/ ~/tools/wapiti/
  487.  
  488. Weevely – http://epinna.github.com/Weevely/
  489.  
  490. # cd ~/source# wget https://github.com/downloads/epinna/Weevely/weevely-0.7.1.tar.gz# tar zxvf weevely-0.7.1.tar.gz# mv weevely ~/tools/
  491.  
  492. wifitap – http://sid.rstack.org/static/articles/w/i/f/Wifitap_EN_9613.html*
  493.  
  494. # cd ~/source# wget http://sid.rstack.org/code/wifitap.tgz# tar zxvf wifitap.tgz# mv wifitap ~/tools/
  495.  
  496. wifite – http://code.google.com/p/wifite/
  497.  
  498. # apt-get install iw# cd ~/source# wget http://wifite.googlecode.com/files/wifite-2.0r85.tar.gz# cp wifite.py ~/tools/
  499.  
  500. wifizoo – http://community.corest.com/~hochoa/wifizoo/index.html
  501.  
  502. # cd ~/source# wget http://community.corest.com/~hochoa/wifizoo/wifizoo_v1.3.tgz# tar zxvf wifizoo_v1.3.tgz# mv wifizoo_v1.3 ~/tools/wifizoo/
  503.  
  504. X
  505.  
  506. xprobe2
  507.  
  508. # apt-get install xprobe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement