Skip to content

Commit 8046298

Browse files
committed
minor fix
1 parent ff090b0 commit 8046298

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

lib/core/optiondict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"risk": "integer",
7474
"string": "string",
7575
"regexp": "string",
76-
"code": "string",
76+
"code": "integer",
7777
"textOnly": "boolean",
7878
"titles": "boolean"
7979
},

sqlmap.conf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,10 @@ string =
234234
regexp =
235235

236236
# HTTP response code to match when the query is valid
237-
# Valid: True or False
237+
# Valid: Integer
238238
# Example: 200 (assuming any False statement returns a different response
239239
# code)
240-
code =
240+
# code =
241241

242242
# Compare pages based only on the textual content
243243
# Valid: True or False
@@ -578,7 +578,8 @@ replicate = False
578578
tor = False
579579

580580
# Set Tor proxy port other than default
581-
torPort =
581+
# Valid: integer
582+
# torPort =
582583

583584
# Set Tor proxy type.
584585
# Valid: HTTP, SOCKS4, SOCKS5

0 commit comments

Comments
 (0)