Merge branch 'fix-linkPaste-debug' into production

pull/114/head
Mokaddem 2017-02-15 13:43:03 +01:00
commit e98e92b0d4
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ def analyse(url, path):
else:
print "Potential SQL injection:"
print urllib2.unquote(url)
to_print = 'SQLInjection;{};{};{};{}'.format(paste.p_source, paste.p_date, paste.p_name, "Potential SQL injection")
to_print = 'SQLInjection;{};{};{};{};{}'.format(paste.p_source, paste.p_date, paste.p_name, "Potential SQL injection", paste.p_path)
publisher.info(to_print)