Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Starwarsfan2099 committed Aug 6, 2015
1 parent 88c3866 commit 8e7ff84
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
# C-Packet-Sniffer
Small c++ basic packet sniffer for TCP, UDP, IGMP, and Others. Written in Basic C++
This is for begginers in C++ to learn how to se sockets. This (just like the python sniffer) will not capture any passwords (it's still cool though). This saves a significate ammount of data to a log file in the same directory the code is run(log.txt).

# Compiling
To compile simply run this command on Unix:

gcc sniffer.c -o sniffer

# Running
To run, you must have root privlages:


Unix: ./sniffer

Ubuntu(and some other OS's):


sudo su


*password*


./sniffer


Its that Easy, Enjoy!!!

0 comments on commit 8e7ff84

Please sign in to comment.