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 2323d85 commit 0a4c1f8Copy full SHA for 0a4c1f8
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 = time.time() - start
+ duration = int(time.time() - start)
49
50
if duration >= conf.timeSec:
51
infoMsg = "the web application supports stacked queries "
0 commit comments