Merge pull request #13 from Rude-Monkey/add-information-leak-indicator
Feat: add debug_print_backtrace to the list of info leak indicatorsmaster
commit
8d8e1b21ce
|
@ -145,6 +145,7 @@ payloads = [
|
|||
|
||||
# Information Leak
|
||||
["phpinfo", "Information Leak", []],
|
||||
["debug_print_backtrace", "Information Leak", []],
|
||||
["show_source", "Information Leak", []],
|
||||
["highlight_file", "Information Leak", []],
|
||||
|
||||
|
|
Loading…
Reference in New Issue