-
25 Even More – Sick Linux Commands
I know how much you guys love top Linux commands. Lets consider this list a part two of my 25 More – Sick Linux Commands Be sure to check out commandlinefu for more awesome gems. 1) Monitor progress of a command pv access.log | gzip > access.log.gz Pipe viewer is a terminal-based tool for monitoring…
-
9 Ways To Take a Huge Tcpdump
tcpdump is a common packet analyzer that runs under the command line. It allows the user to intercept and display TCP/IP and other packets being transmitted or received over a network to which the computer is attached. Man Page Also check out these cool tcpdump usage examples here 1) analyze traffic remotely over ssh w/…
-
See What People are Browsing in Real Time
urlsnarf urlsnarf [-n] [-i interface | -p pcapfile] [[-v] pattern [expression]] I want to talk about a set of tools that have given me the creeps, not only because of it’s power, but because of its simplicity in carrying sniffing techniques. This is the dsniff suite, a wonderful set of tools designed by Dug Song…
-
Linux 007 Style
In a world where computers are used for almost all financial & personal written records, the need to defend data is more crucial than ever. In the Internet age, billions of people are accessing electronic information databases every second. Improperly protected data could open the door to many threats everything from identity theft to access…