URLCrazy - Checks for available domains similar to the Given domain
DMitry
❑ Linux command line application
❑ Has the ability to gather as much information as possible about a host
❖ Sub-domains
❖ Email addresses
❖ Uptime Info.
❖ TCP port scan
❖ Whois lookups
Firewalk (L4 determination)
An active reconnaissance network security tool that attempts to determine what layer 4
protocols a given IP forwarding device will pass (TCP/UDP)
❑Firewalk works by sending out TCP or UDP packets with a TTL one greater than the targeted
gateway
▪ If the gateway allows the traffic, it will forward the packets to the next hop where they will expire and
elicit an ICMP_TIME_EXCEEDED message. Else, it will likely drop the packets.
dnsmap
❑ Meant to be used by pentesters during the information gathering of infrastructure security asses.
❑ Finds IP addresses and sub-domains of a given domain using brute-force techniques.