update -servername => --servername

This commit is contained in:
AJ ONeal 2018-09-03 16:05:50 -06:00
parent 312a5de977
commit 8042bcf41c
1 changed files with 2 additions and 2 deletions

View File

@ -117,9 +117,9 @@ printf "GET / HTTP/1.1\r\nHost: telebit.cloud\r\n\r\n" | sclient telebit.cloud:4
Testing for security vulnerabilities on the remote: Testing for security vulnerabilities on the remote:
```bash ```bash
sclient -servername "Robert'); DROP TABLE Students;" example.com localhost:3000 sclient --servername "Robert'); DROP TABLE Students;" -k example.com localhost:3000
``` ```
```bash ```bash
sclient -servername "../../../.hidden/private.txt" example.com localhost:3000 sclient --servername "../../../.hidden/private.txt" -k example.com localhost:3000
``` ```