mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
added powerful switch --longest-common for dealing with heavy dynamicity
This commit is contained in:
parent
16f52ab7ba
commit
00dfd55830
3 changed files with 19 additions and 2 deletions
|
|
@ -197,6 +197,10 @@ def cmdLineParser():
|
|||
action="store_true", default=False,
|
||||
help="Compare pages based only on their textual content")
|
||||
|
||||
injection.add_option("--longest-common", dest="longestCommon",
|
||||
action="store_true", default=False,
|
||||
help="Compare pages based on their longest common match")
|
||||
|
||||
injection.add_option("--tamper", dest="tamper",
|
||||
help="Use given script(s) for tampering injection data")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue