Difference between revisions of "Tools"

From C4 Wiki
Jump to: navigation, search
m (Added link to nmap and ettercap)
(added a few tools)
Line 12: Line 12:
 
|-
 
|-
 
| [[/bash|bash]] || http://www.gnu.org/software/bash/bash.html || shell  
 
| [[/bash|bash]] || http://www.gnu.org/software/bash/bash.html || shell  
 +
|-
 +
| [[/Nessus|nessus]] || http://www.nessus.org/ || vulnerability assessment tool
 +
|-
 +
| [[/Unicornscan|unicornscan]] || http://www.dyadsecurity.com/s_unicornscan.html || next-generation scanning utility
 +
|-
 +
| [[/Snort|snort]] || http://www.gnu.org/software/bash/bash.html || intrusion detection system
 +
|-
 +
| [[/hping3|hping3]] || http://www.hping.org/hping3.html || successor of hping2, a TCP/IP packet assembler
 +
|-
 +
| [[/dsniff|dsniff]] || http://naughty.monkey.org/~dugsong/dsniff/ || toolsuite for network auditing
 +
|-
 +
| [[/Spike|spike]] || http://www.immunitysec.com/resources-freesoftware.shtml || fuzzing framework - one of Immunitysec's free tools
 +
|-
 +
| [[/John|john]] || http://www.openwall.com/john/ || password cracker
 +
|-
 +
| [[/Kismet|kismet]] || http://www.kismetwireless.net/ || stealth wireless sniffer
 +
|-
 +
| [[/amap|amap]] || http://www.thc.org/releases.php || application fingerprinting - one of THC's cool tools
 +
|-
 +
| [[/honeyd|honeyd]] || http://honeyd.org/ || virtualization of TCP/IP-stack
 +
|-
 +
| [[/Nikto|nikto]] || http://www.cirt.net/code/nikto.shtml || webserver scanner
 
|}
 
|}
  
 
[[Category:Tools]]
 
[[Category:Tools]]

Revision as of 09:12, 30 November 2004

Tool Table
Name Official Site Description
ettercap http://ettercap.sourceforge.net/ arp toolkit
tethereal http://www.ethereal.com sniffer
nmap http://www.insecure.org/nmap/ port scanner
socat http://www.dest-unreach.org/socat/ swiss army network knife 2
bash http://www.gnu.org/software/bash/bash.html shell
nessus http://www.nessus.org/ vulnerability assessment tool
unicornscan http://www.dyadsecurity.com/s_unicornscan.html next-generation scanning utility
snort http://www.gnu.org/software/bash/bash.html intrusion detection system
hping3 http://www.hping.org/hping3.html successor of hping2, a TCP/IP packet assembler
dsniff http://naughty.monkey.org/~dugsong/dsniff/ toolsuite for network auditing
spike http://www.immunitysec.com/resources-freesoftware.shtml fuzzing framework - one of Immunitysec's free tools
john http://www.openwall.com/john/ password cracker
kismet http://www.kismetwireless.net/ stealth wireless sniffer
amap http://www.thc.org/releases.php application fingerprinting - one of THC's cool tools
honeyd http://honeyd.org/ virtualization of TCP/IP-stack
nikto http://www.cirt.net/code/nikto.shtml webserver scanner