Feat: add debug_print_backtrace to the list of info leak indicators

pull/13/head
Vincent Gilles 2020-10-02 10:50:53 +02:00
parent e23636ae70
commit 438f8ada61
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ payloads = [
# Information Leak
["phpinfo", "Information Leak", []],
["debug_print_backtrace", "Information Leak", []],
["show_source", "Information Leak", []],
["highlight_file", "Information Leak", []],