now [SLEEPTIME] is changeable properly in vivo

This commit is contained in:
Miroslav Stampar
2012-01-05 14:45:05 +00:00
parent 9d50c806e1
commit 1f085a0241
5 changed files with 9 additions and 4 deletions

View File

@@ -135,7 +135,7 @@ def __formatInjection(inj):
title = title.replace("columns", "column")
data += " Type: %s\n" % PAYLOAD.SQLINJECTION[stype]
data += " Title: %s\n" % title
data += " Payload: %s\n\n" % sdata.payload
data += " Payload: %s\n\n" % (sdata.payload if stype != PAYLOAD.TECHNIQUE.TIME else sdata.payload.replace("[SLEEPTIME]", str(conf.timeSec)))
return data