Skip to content

Commit 457598e

Browse files
committed
print_error about unknown request.uri
1 parent acf0264 commit 457598e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/msf/core/exploit/remote/browser_exploit_server.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ def on_request_uri(cli, request)
535535
end
536536

537537
else
538+
print_error("Target has requested an unknown path: #{request.uri}")
538539
send_not_found(cli)
539540
end
540541
end

0 commit comments

Comments
 (0)