From 6f93d65350c5e72ead87efef6a1d2dd8e85b8aba Mon Sep 17 00:00:00 2001 From: CPol Date: Sat, 20 Feb 2021 22:42:34 +0000 Subject: [PATCH] GitBook: [master] one page modified --- pentesting-web/sql-injection/sqlmap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pentesting-web/sql-injection/sqlmap/README.md b/pentesting-web/sql-injection/sqlmap/README.md index 579d86e9..04aea1e3 100644 --- a/pentesting-web/sql-injection/sqlmap/README.md +++ b/pentesting-web/sql-injection/sqlmap/README.md @@ -18,7 +18,7 @@ --batch #Non interactive mode, usually Sqlmap will ask you questions, this accepts the default answers --auth-type="" #HTTP authentication type (Basic, Digest, NTLM or PKI) --auth-cred="" #HTTP authentication credentials (name:password) ---proxy=PROXY +--proxy=http://127.0.0.1:8080 --union-char "GsFRts2" #Help sqlmap identify union SQLi techniques with a weird union char ```