nomore403
nomore403 copied to clipboard
Tool to bypass 403/40X response codes.

I recently read article on 403 bypass here: https://medium.com/@abbasheybati1/403-bypass-lyncdiscover-microsoft-com-db2778458c33 Iwant to know is dontgo403 does this or not? If not how i can add this?
Flags
@devploit Needed some functionality like -r for redirect (optional) and also an argument to avoid the host if it throws 429 Status code
Parse raw request using lib. fix uri to options.uri in some case
Currently, the payload position defaults to the end of the URL. Being able to specify a custom payload position would be beneficial in certain cases. For example: `./nomore -u example.com/organization/100/user/200?foo=bar`...
### Feature Request **Description:** It would be useful to have a `-u` flag that can take a URL (as it currently does), but could also accept a file containing multiple...
always in PATH CASE SWITCHING I got zsh: killed ./nomore403 how I can solve this
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...