Skip to content

Commit 9678672

Browse files
committed
Fixed Issue kostas-pa#7
1 parent 14c9871 commit 9678672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArgumentHandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def ConfigureParser(self):
147147
parser.add_argument('--creds', nargs='?', dest="creds", metavar='user:pass', help='The credentials to login', type=str)
148148
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""")
149149
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)
150-
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)
150+
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)
151151
parser.add_argument('-f', '--force', dest='force', help="Treat endpoint as alive even if it returns 404", action='store_true')
152152
parser.add_argument('--update', dest='update', help="Update LFITester", action='store_true')
153153
parser.add_argument('--batch-ans', dest='batch', help="Answer all yes/no", type=str)

0 commit comments

Comments
 (0)