python Dead Simple HTTPd in Python Sometimes, this is all you need: glow:~ dmonica$ python -m SimpleHTTPServer 8000 Serving HTTP on 0.0.0.0 port 8000 ... This simple command has saved me hours of precious time. I've even
python Facebook Sidejacking I've just released a tool called py-cookieJsInjection on github (see Part II of this post here). py-cookieJsInjection is a python script that sniffs cookies from the network, and outputs Javascript code that can
scapy Packet Inter Arrival Time With Scapy I wanted to capture, for statistical purposes, the inter-arrival time of packets sent from a remote machine. In scapy, all packets have a parameter "time", which contains the unix time of the system