From 5a2c833f9ce7174081e111843bd84aef3eff2e66 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 25 Apr 2019 23:47:23 +0200 Subject: [PATCH] Fixes #3607 --- Usage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Usage.md b/Usage.md index 2a7ca4df4..ecfde4901 100644 --- a/Usage.md +++ b/Usage.md @@ -623,11 +623,11 @@ VA== -----END CERTIFICATE----- ``` -### Ignore HTTP error 401 (Unauthorized) +### Ignore (problematic) HTTP error code -Switch `--ignore-401` +Option `--ignore-code` -In case that you want to test the site that occasionally returns HTTP error 401 (Unauthorized), while you want to ignore it and continue tests without providing proper credentials, you can use switch `--ignore-401` +In case that you want to test the site that occasionally returns HTTP error code that causes problems to regular sqlmap run (e.g. 401 (Unauthorized)), while you want to ignore it and continue on with tests, you can use option `--ignore-code` ### HTTP(S) proxy