wireshark readme

This commit is contained in:
Mari Wahl 2014-12-16 11:36:19 -05:00
parent 9ced30960f
commit 5f1dc0b4c4
3 changed files with 7 additions and 17 deletions

View file

@ -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:

View file

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