Skip to content

Commit

Permalink
Fixed Issue kostas-pa#7
Browse files Browse the repository at this point in the history
  • Loading branch information
el-queso committed Oct 19, 2022
1 parent 14c9871 commit 9678672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArgumentHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def ConfigureParser(self):
parser.add_argument('--creds', nargs='?', dest="creds", metavar='user:pass', help='The credentials to login', type=str)
parser.add_argument('-p', '--enable-proxies', dest="enabled_proxies", action='store_true', help="""Enable proxy redirection. Default proxies are free and you can change them. If you don't want the default proxies you can supply your own and this option will be overridden! Note that the proxies will be picked at random for each request""")
parser.add_argument('--autopwn', dest='autopwn', metavar='IP', help="If the webapp is vulnerable to LFI then it will attempt to exploit it and give back a shell. This option requires your IP in order to connect with the revshell", type=str)
parser.add_argument('-m', '--mode', dest='mode', metavar='Payload', help='Select the payload that suits best. Try different ones if the exploit doesn\'t work.', type=int)
parser.add_argument('-m', '--mode', dest='mode', metavar='Payload', help='Select the payload that suits best. Try different ones if the exploit doesn\'t work.', type=str)
parser.add_argument('-f', '--force', dest='force', help="Treat endpoint as alive even if it returns 404", action='store_true')
parser.add_argument('--update', dest='update', help="Update LFITester", action='store_true')
parser.add_argument('--batch-ans', dest='batch', help="Answer all yes/no", type=str)
Expand Down

0 comments on commit 9678672

Please sign in to comment.