fix some readmes, added some inits, partially done writing the scapy scripts

This commit is contained in:
Mari Wahl 2014-12-24 09:53:20 -05:00
parent ffb92e0614
commit d29d4e115d
21 changed files with 107 additions and 39 deletions

View file

@ -1,11 +1,10 @@
# [WIRESHARK GUIDE (by bt3)](http://bt3gl.github.io/wiresharking-for-fun-or-profit.html)
# [Wireshark Guide (by bt3)](http://bt3gl.github.io/wiresharking-for-fun-or-profit.html)
[Wireshark](https://www.wireshark.org/) is an open source **network packet analyzer** that allows live traffic analysis, with support to several protocols.
Wireshark also allows **network forensic**, being very useful for CTFs for example (check my writeups for the [D-CTF Quals 2014](http://bt3gl.github.io/exploring-d-ctf-quals-2014s-exploits.html) and for the CSAW Quals 2014 in [Networking](http://bt3gl.github.io/csaw-ctf-2014-networking-100-big-data.html) and [Forensics](http://bt3gl.github.io/csaw-ctf-2014-forensics-200-why-not-sftp.html)).
In this blog post I introduce Wireshark and I talk about my favorite features in the tool.
------------------------------------------------------