From 8042bcf41c98b0bbd0333511be6ba163d22ef07a Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 3 Sep 2018 16:05:50 -0600 Subject: [PATCH] update -servername => --servername --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d23b949..ea5cf74 100644 --- a/README.md +++ b/README.md @@ -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: ```bash -sclient -servername "Robert'); DROP TABLE Students;" example.com localhost:3000 +sclient --servername "Robert'); DROP TABLE Students;" -k example.com localhost:3000 ``` ```bash -sclient -servername "../../../.hidden/private.txt" example.com localhost:3000 +sclient --servername "../../../.hidden/private.txt" -k example.com localhost:3000 ```