replaced devil tabs with spaces
parent
e6fe90ea08
commit
378375c822
|
@ -629,9 +629,9 @@ module Exploit::Remote::HttpServer
|
||||||
# Sends a canned robots.txt file
|
# Sends a canned robots.txt file
|
||||||
#
|
#
|
||||||
def send_robots(cli, request)
|
def send_robots(cli, request)
|
||||||
print_status("sending robots.txt")
|
print_status("sending robots.txt")
|
||||||
robots = create_response(200, 'Success')
|
robots = create_response(200, 'Success')
|
||||||
robots['Content-Type'] = "text/plain"
|
robots['Content-Type'] = "text/plain"
|
||||||
|
|
||||||
robots.body = %Q{\
|
robots.body = %Q{\
|
||||||
User-agent: *
|
User-agent: *
|
||||||
|
|
Loading…
Reference in New Issue