1
1
ミラー元 https://github.com/therootcompany/sclient 前回の同期 2025-06-30 16:36:32 +00:00

update -servername => --servername

このコミットが含まれているのは:
AJ ONeal 2018-09-03 16:05:50 -06:00
コミット 8042bcf41c

ファイルの表示

@ -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
```