Merge pull request #13 from Rude-Monkey/add-information-leak-indicator

Feat: add debug_print_backtrace to the list of info leak indicators
master
Swissky 2020-10-02 11:34:03 +02:00 committed by GitHub
commit 8d8e1b21ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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", []],