Update wpscan.rb

This commit is contained in:
Peter
2014-04-27 15:49:15 +02:00
parent 82ebb82a5f
commit 19e2772729

View File

@@ -67,7 +67,6 @@ def main
if wpscan_options.follow_redirection if wpscan_options.follow_redirection
puts "Following redirection #{redirection}" puts "Following redirection #{redirection}"
else else
<<<<<<< HEAD
puts "#{blue('[i]')} The remote host tried to redirect to: #{redirection}" puts "#{blue('[i]')} The remote host tried to redirect to: #{redirection}"
print "[?] Do you want follow the redirection ? [y/n] " print "[?] Do you want follow the redirection ? [y/n] "
end end
@@ -78,7 +77,6 @@ def main
else else
puts "#{red('[!]')} Scan aborted" puts "#{red('[!]')} Scan aborted"
exit(0) exit(0)
=======
puts "The remote host redirects to: #{redirection}" puts "The remote host redirects to: #{redirection}"
puts '[?] Do you want follow the redirection ? [Y]es [N]o [A]bort, default: [N]' puts '[?] Do you want follow the redirection ? [Y]es [N]o [A]bort, default: [N]'
end end
@@ -93,7 +91,6 @@ def main
exit(0) exit(0)
end end
end end
>>>>>>> master
end end
end end