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 -```