From ce4bfad386d991c40bcd6d36a2a3837fa050d59f Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Sat, 10 Nov 2018 23:36:15 +0530 Subject: [PATCH] fix poc generation --- xsstrike.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsstrike.py b/xsstrike.py index 0dea5d3..d6b0b82 100644 --- a/xsstrike.py +++ b/xsstrike.py @@ -171,7 +171,7 @@ def singleTarget(target, paramData): print ('%s Efficiency: %i' % (info, bestEfficiency)) print ('%s Cofidence: %i' % (info, confidence)) if GET and not skipPOC: - flatParams = flattenParams(paramName, paramsCopy, quote_plus(vect)) + flatParams = flattenParams(paramName, paramsCopy, vect) webbrowser.open(url + flatParams) choice = input('%s Would you like to continue scanning? [y/N] ' % que).lower() if choice != 'y':