Update xsstrike.py

This commit is contained in:
Somdev Sangwan
2019-01-22 05:04:26 +05:30
committed by GitHub
parent 98c6b347b4
commit a3ae92d245

View File

@@ -132,6 +132,7 @@ else:
if path:
paramData = converter(target, target)
elif jsonData:
headers['Content-type'] = 'application/json'
paramData = converter(paramData)
if args_file: