initial commit
This commit is contained in:
commit
5eed6acb44
12 changed files with 142 additions and 0 deletions
0
content/geek/tools/_index.md
Normal file
0
content/geek/tools/_index.md
Normal file
11
content/geek/tools/curl.md
Normal file
11
content/geek/tools/curl.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
+++
|
||||
title = 'Curl'
|
||||
date = 2024-05-10T23:03:19+02:00
|
||||
+++
|
||||
|
||||
|
||||
# Forcer une IP spécifique
|
||||
|
||||
```bash
|
||||
curl --resolve monsuperhostname:443:masuperip https://monsuperhostname
|
||||
```
|
||||
24
content/geek/tools/openssl.md
Normal file
24
content/geek/tools/openssl.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
+++
|
||||
title = 'Openssl'
|
||||
date = 2024-05-10T22:59:58+02:00
|
||||
+++
|
||||
|
||||
## OCSP stapling
|
||||
|
||||
## Client web
|
||||
|
||||
```bash
|
||||
openssl s_client <ip>:<port> -servername <hostname>
|
||||
```
|
||||
|
||||
## Vérifier
|
||||
|
||||
vérifier un certificat
|
||||
|
||||
# TLS
|
||||
|
||||
## TLS v1.0 max
|
||||
|
||||
```bash
|
||||
openssl s_client -tls1 -servername
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue