Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efe001 commit 2fdac83Copy full SHA for 2fdac83
1 file changed
lib/techniques/outband/stacked.py
@@ -45,7 +45,7 @@ def stackedTest():
45
query = getDelayQuery()
46
start = time.time()
47
payload, _ = inject.goStacked(query)
48
- duration = int(time.time() - start)
+ duration = time.time() - start
49
50
if duration >= conf.timeSec:
51
infoMsg = "the web application supports stacked queries "
0 commit comments