nomore403 icon indicating copy to clipboard operation
nomore403 copied to clipboard

Tool to bypass 403/40X response codes.

Results 12 nomore403 issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/95325324/171596259-51613ca8-6781-4866-97f1-4e32ea460e8f.png)

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?

enhancement

@devploit Needed some functionality like -r for redirect (optional) and also an argument to avoid the host if it throws 429 Status code

enhancement

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`...

enhancement

### 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...

enhancement

always in PATH CASE SWITCHING I got zsh: killed ./nomore403 how I can solve this

bug

This is my raw request taken from burp suite. the url is -> https://target.com/upload?action=get_config_data&user_id=239501342 ![Image](https://github.com/user-attachments/assets/2f682358-80d7-446a-9003-3d8d0de8e9ff) when provide the raw request using --request-file it only process https://target.com/upload . it cut down...

bug