Add emergency.php detection #1108

This commit is contained in:
ethicalhack3r
2017-07-17 20:56:38 +02:00
parent ca5f92ca61
commit 79864cae7b
3 changed files with 42 additions and 0 deletions

View File

@@ -226,6 +226,10 @@ def main
puts critical("searchreplacedb2.php has been found in: '#{wp_target.search_replace_db_2_url}'")
end
if wp_target.emergency_exists?
puts critical("emergency.php has been found in: '#{wp_target.emergency_url}'")
end
wp_target.interesting_headers.each do |header|
output = info('Interesting header: ')