mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-06-06 22:29:10 -04:00
wireshark readme
This commit is contained in:
parent
9ced30960f
commit
5f1dc0b4c4
3 changed files with 7 additions and 17 deletions
|
@ -11,7 +11,7 @@
|
||||||
### Wireshark stuff
|
### Wireshark stuff
|
||||||
|
|
||||||
- Shark the ripper
|
- Shark the ripper
|
||||||
- Useful commands
|
- An extensive guide
|
||||||
|
|
||||||
### Port Knocking
|
### Port Knocking
|
||||||
|
|
||||||
|
@ -19,11 +19,15 @@
|
||||||
|
|
||||||
### socket
|
### socket
|
||||||
|
|
||||||
- Example scripts with Python's **socket** module
|
- Several scripts with Python's **socket** module:
|
||||||
|
* TCP Client
|
||||||
|
* TCP Server
|
||||||
|
* UDP Client
|
||||||
|
|
||||||
|
|
||||||
### scapy
|
### scapy
|
||||||
|
|
||||||
- Example scripts with Python's **scapy** module
|
- Example scripts with Python's **scapy** module:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
|
||||||
```
|
|
Loading…
Add table
Add a link
Reference in a new issue