Skip to content

Commit

Permalink
website-scanner-in-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
R3DHULK authored Jan 14, 2023
1 parent be0e98d commit 2136381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website-scanner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def scan(url, file)
end

# usage
puts "Enter the website URL (e.g. http://example.com):"
puts " [*] Enter the website URL (e.g. http://example.com):"
url = gets.chomp
files = ["/index.html", "/secret_file.txt"]
files.each { |file| scan(url, file) }

0 comments on commit 2136381

Please sign in to comment.