Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gautric/bookmark
https://github.com/gautric/bookmark
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gautric/bookmark
- Owner: gautric
- Created: 2020-09-08T07:17:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T07:18:37.000Z (about 4 years ago)
- Last Synced: 2024-10-20T08:58:54.491Z (18 days ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Bookmark Project
This project is to share some useful tips and bookmarks.
## Sysadmin
### Network
#### SNI in Wireshark
To filter first Client Hello Handshake protocol w/ SNI in it.
> tls.handshake.extensions_server_name
filter with a FQDN URL
> tls.handshake.extensions_server_name == www.redhat.com
* Ref link
* https://www.wireshark.org/docs/dfref/t/tls.html
* https://superuser.com/questions/538130/filter-in-wireshark-for-tlss-server-name-indication-field## Language
##