diff --git a/exploadlib/parse.py b/exploadlib/parse.py index 23463a3..17192a8 100644 --- a/exploadlib/parse.py +++ b/exploadlib/parse.py @@ -6,6 +6,7 @@ def parser(): parser.add_argument("-e", "--ext",required=True,help="extension to spoof") parser.add_argument("-n", "--name",required=True,help="field name for file upload") parser.add_argument("-f", "--filename",required=True,help="file name to upload with") + parser.add_argument("-h2", "--http2",action="store_true",help="use http2 if supported") args = parser.parse_args() - return args \ No newline at end of file + return args