Remove 'smileys' in output messages
This commit is contained in:
10
wpscan.rb
10
wpscan.rb
@@ -198,7 +198,7 @@ def main
|
|||||||
|
|
||||||
wp_plugins.output
|
wp_plugins.output
|
||||||
else
|
else
|
||||||
puts 'No plugins found :('
|
puts 'No plugins found'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -220,7 +220,7 @@ def main
|
|||||||
|
|
||||||
wp_plugins.output
|
wp_plugins.output
|
||||||
else
|
else
|
||||||
puts 'No plugins found :('
|
puts 'No plugins found'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -242,7 +242,7 @@ def main
|
|||||||
|
|
||||||
wp_themes.output
|
wp_themes.output
|
||||||
else
|
else
|
||||||
puts 'No themes found :('
|
puts 'No themes found'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -267,7 +267,7 @@ def main
|
|||||||
puts
|
puts
|
||||||
puts red(' * Reference: http://www.exploit-db.com/exploits/17602/')
|
puts red(' * Reference: http://www.exploit-db.com/exploits/17602/')
|
||||||
else
|
else
|
||||||
puts 'No timthumb files found :('
|
puts 'No timthumb files found'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -284,7 +284,7 @@ def main
|
|||||||
)
|
)
|
||||||
|
|
||||||
if wp_users.empty?
|
if wp_users.empty?
|
||||||
puts 'We did not enumerate any usernames :('
|
puts 'We did not enumerate any usernames'
|
||||||
|
|
||||||
if wpscan_options.wordlist
|
if wpscan_options.wordlist
|
||||||
puts 'Try supplying your own username with the --username option'
|
puts 'Try supplying your own username with the --username option'
|
||||||
|
|||||||
Reference in New Issue
Block a user