Parcourir la source

updated 'gnutls-cli'

- signed-off-by: trimstray <trimstray@gmail.com>
pull/63/head
trimstray il y a 5 ans
Parent
révision
ba51a879d7
1 fichiers modifiés avec 17 ajouts et 17 suppressions
  1. +17
    -17
      README.md

+ 17
- 17
README.md Voir le fichier

@@ -930,7 +930,6 @@ Linux Security Expert</b></a> - trainings, howtos, checklists, security tools an
* [du](#tool-du)
* [inotifywait](#tool-inotifywait)
* [openssl](#tool-openssl)
* [gnutls-cli](#tool-gnutls-cli)
* [secure-delete](#tool-secure-delete)
* [dd](#tool-dd)
- **[HTTP/HTTPS](#http-https)**
@@ -946,6 +945,7 @@ Linux Security Expert</b></a> - trainings, howtos, checklists, security tools an
* [nmap](#tool-nmap)
* [netcat](#tool-netcat)
* [socat](#tool-socat)
* [gnutls-cli](#tool-gnutls-cli)
* [lsof](#tool-lsof)
* [netstat](#tool-netstat)
* [rsync](#tool-rsync)
@@ -1605,22 +1605,6 @@ openssl x509 -in ${_fd_pem} -outform der -out ${_fd_der} )

___

##### Tool: [gnutls-cli](https://gnutls.org/manual/html_node/gnutls_002dcli-Invocation.html)

###### Testing connection to remote host (with SNI support)

```bash
gnutls-cli -p 443 google.com
```

###### Testing connection to remote host (without SNI support)

```bash
gnutls-cli --disable-sni -p 443 google.com
```

___

##### Tool: [secure-delete](https://wiki.archlinux.org/index.php/Securely_wipe_disk)

###### Secure delete with shred
@@ -2329,6 +2313,22 @@ nc -l -u -p 2000 -c "nc [ip|hostname] 3000"

___

##### Tool: [gnutls-cli](https://gnutls.org/manual/html_node/gnutls_002dcli-Invocation.html)

###### Testing connection to remote host (with SNI support)

```bash
gnutls-cli -p 443 google.com
```

###### Testing connection to remote host (without SNI support)

```bash
gnutls-cli --disable-sni -p 443 google.com
```

___

##### Tool: [socat](http://www.dest-unreach.org/socat/doc/socat.html/)

###### Testing remote connection to port


Chargement…
Annuler
Enregistrer