mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
changing conf attribute to a more proper name
This commit is contained in:
parent
deae534ee7
commit
192c685bc8
4 changed files with 14 additions and 14 deletions
|
|
@ -44,7 +44,7 @@ def cmdLineParser():
|
|||
|
||||
target.add_option("-u", "--url", dest="url", help="Target url")
|
||||
|
||||
target.add_option("-l", dest="list", help="Parse targets from Burp "
|
||||
target.add_option("-l", dest="logFile", help="Parse targets from Burp "
|
||||
"or WebScarab proxy logs")
|
||||
|
||||
target.add_option("-r", dest="requestFile",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue