mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-09-08 08:02:39 +00:00
Added support of browsing concerned paste in dashboard for all modules + Show in the page what was the concerned module
This commit is contained in:
parent
1826b170ec
commit
ac254e0e63
9 changed files with 18 additions and 18 deletions
|
@ -69,7 +69,7 @@ def analyse(url, path):
|
|||
if (result_path > 1) or (result_query > 1):
|
||||
print "Detected SQL in URL: "
|
||||
print urllib2.unquote(url)
|
||||
to_print = 'SQLInjection;{};{};{};{}'.format(paste.p_source, paste.p_date, paste.p_name, "Detected SQL in URL")
|
||||
to_print = 'SQLInjection;{};{};{};{};{}'.format(paste.p_source, paste.p_date, paste.p_name, "Detected SQL in URL", paste.p_path)
|
||||
publisher.warning(to_print)
|
||||
#Send to duplicate
|
||||
p.populate_set_out(path, 'Duplicate')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue