mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-21 20:23:18 +00:00
GitBook: [master] one page and 3 assets modified
This commit is contained in:
parent
db284cbd77
commit
05d9503f49
4 changed files with 16 additions and 0 deletions
Binary file not shown.
Before Width: | Height: | Size: 357 KiB After Width: | Height: | Size: 151 KiB |
BIN
.gitbook/assets/image (408).png
Normal file
BIN
.gitbook/assets/image (408).png
Normal file
Binary file not shown.
After Width: | Height: | Size: 357 KiB |
BIN
.gitbook/assets/image (409).png
Normal file
BIN
.gitbook/assets/image (409).png
Normal file
Binary file not shown.
After Width: | Height: | Size: 140 KiB |
|
@ -38,8 +38,24 @@ You can add a column that show the Host HTTP header:
|
|||
|
||||
And a column that add the Server name from an initiating HTTPS connection \(**ssl.handshake.type == 1**\):
|
||||
|
||||
![](../../.gitbook/assets/image%20%28407%29.png)
|
||||
|
||||
## Identifying local hostnames
|
||||
|
||||
### From DHCP
|
||||
|
||||
In current Wireshark instead of `bootp` you need to search for `DHCP`
|
||||
|
||||
![](../../.gitbook/assets/image%20%28409%29.png)
|
||||
|
||||
### From NBNS
|
||||
|
||||
![](../../.gitbook/assets/image%20%28406%29.png)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Decrypting TLS
|
||||
|
||||
### Decrypting https traffic with server private key
|
||||
|
|
Loading…
Reference in a new issue