From 5f1dc0b4c4c3877918cc5627847c23a98feb7f75 Mon Sep 17 00:00:00 2001 From: Mari Wahl Date: Tue, 16 Dec 2014 11:36:19 -0500 Subject: [PATCH] wireshark readme --- Network_and_802.11/README.md | 10 +++++++--- .../{wireshark_guide.md => README.md} | 0 Network_and_802.11/wireshark_stuff/useful_cmds.md | 14 -------------- 3 files changed, 7 insertions(+), 17 deletions(-) rename Network_and_802.11/wireshark_stuff/{wireshark_guide.md => README.md} (100%) delete mode 100644 Network_and_802.11/wireshark_stuff/useful_cmds.md diff --git a/Network_and_802.11/README.md b/Network_and_802.11/README.md index e56d55a..fad419c 100644 --- a/Network_and_802.11/README.md +++ b/Network_and_802.11/README.md @@ -11,7 +11,7 @@ ### Wireshark stuff - Shark the ripper -- Useful commands +- An extensive guide ### Port Knocking @@ -19,11 +19,15 @@ ### socket -- Example scripts with Python's **socket** module +- Several scripts with Python's **socket** module: + * TCP Client + * TCP Server + * UDP Client + ### scapy -- Example scripts with Python's **scapy** module +- Example scripts with Python's **scapy** module: diff --git a/Network_and_802.11/wireshark_stuff/wireshark_guide.md b/Network_and_802.11/wireshark_stuff/README.md similarity index 100% rename from Network_and_802.11/wireshark_stuff/wireshark_guide.md rename to Network_and_802.11/wireshark_stuff/README.md diff --git a/Network_and_802.11/wireshark_stuff/useful_cmds.md b/Network_and_802.11/wireshark_stuff/useful_cmds.md deleted file mode 100644 index b7d564f..0000000 --- a/Network_and_802.11/wireshark_stuff/useful_cmds.md +++ /dev/null @@ -1,14 +0,0 @@ -# Useful - -## Recon - -* Statistics -> Conversations - -> Some SSH, HTTP - - -## Filters -* Filer on HTTP: - -``` -ip.addr==172.16.133.133 && tcp.port==52694 && ip.addr==172.16.133.149 && tcp.port==80 -```