Feat: add debug_print_backtrace to the list of info leak indicators
parent
e23636ae70
commit
438f8ada61
|
@ -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