mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-07-31 02:38:40 -04:00
some small fixes
This commit is contained in:
parent
a50737bc6b
commit
52067188ed
11 changed files with 65 additions and 0 deletions
14
Network/wireshark_stuff.md
Normal file
14
Network/wireshark_stuff.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
#
|
||||
|
||||
## 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