We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6defd commit 4641b02Copy full SHA for 4641b02
modules/auxiliary/scanner/http/allegro_rompager_misfortune_cookie.rb
@@ -79,7 +79,7 @@ def check_response_fingerprint(res, fallback_status)
79
def find_canary
80
vprint_status("#{peer} locating suitable canary URI")
81
0.upto(4) do
82
- canary = '/' + Rex::Text.rand_text_alpha(16)
+ canary = target_uri.path.to_s + '/' + Rex::Text.rand_text_alpha(16)
83
res = send_request_raw(
84
'uri' => normalize_uri(canary),
85
'method' => 'GET',
0 commit comments