nomore403
nomore403 copied to clipboard
--request-file options can not handle full url
This is my raw request taken from burp suite. the url is -> https://target.com/upload?action=get_config_data&user_id=239501342
when provide the raw request using --request-file it only process https://target.com/upload . it cut down rest of the part, where i need to bypass user_id but it can not handle it.