The next tool I will be reviewing is from the same suite of tools as netenum and netmask. Protos is a IP protocol scanner. It goes through all possible IP protocols and uses a negative scan to sort out unsupported protocols which should be reported by the target using ICMP protocol unreachable messages.
Read the rest of this entry »
Tags:
backtrack,
ICMP,
protocol,
protos,
route,
scan,
security,
tools
2 Comments »
Posted by alex in Security
This is the first in a series of Backtrack 4 articles I will be writing regarding the tools available within Backtrack 4. I am fairly new to Backtrack so please comment, teach me, ask questions, or whatever you prefer in the comments section below. I am going to try to go down the list of every single Backtrack 4 tool and write a complete description including instructions on how to use the tools. This first article is on 0trace (0trace.sh) which allows you to perform a traceroute from within an established TCP connection such as HTTP which will be demonstrated below.
Read the rest of this entry »
Tags:
0trace,
0trace.sh,
backtrack,
backtrack 4,
client,
established tcp connection,
firewall,
GET / HTTP / 1.0,
ip address,
listener,
network,
port 80,
probe rejected by target,
route,
stateful,
target,
target acquired,
target reached,
tcp,
tcpdump,
telnet,
trace results,
traceroute,
traffic acquired
6 Comments »
Posted by alex in Insights
Earlier today I needed to find the quickest and easiest way to monitor all traffic to and from a specific device on my network. The goal was to see how much bandwidth based on a specific amount of time that the device was using. My initial hope was that I could configure port monitoring on my WRT54G running DD-WRT firmware however I quickly found out this is not an option. I eventually settled on adding a couple iptables commands that would send all traffic destined for or sourced from a specific IP address to another IP address. Follow the directions below to add the iptables commands to a router running DD-WRT firmware and then to capture the traffic on a computer running Wireshark.
Read the rest of this entry »
Tags:
bandwidth,
capture,
dd-wrt,
filter,
ip address,
iptables,
mangle,
port monitoring,
postrouting,
prerouting,
route,
traffic,
wireshark,
wrt54g
22 Comments »