Advanced tool for security researchers to bypass 403/40X restrictions through smart techniques and adaptive request manipulation. Fast. Precise. Effective.
quay.io/trickest/nomore403:v1.1.8-patch-1
--http
Use HTTP instead of HTTPS for requests defined in the request file.
Specify the target URLs.--delay
Specify a delay between requests in milliseconds. Helps manage request rate (default: 0ms).--proxy
Specify a proxy server for requests (e.g., 'http://server:port').--folder
Specify the folder location for payloads if not in the same directory as the executable.--header
Add one or more custom headers to requests. Repeatable flag for multiple headers.--status
Filter output by comma-separated status codes (e.g., 200,301,403)--unique
Show unique output based on status code and response length.--timeout
Specify a max timeout time in ms. (default 6000)--verbose
Enable verbose output for detailed request/response logging (not based on auto-calibrate).--redirect
Automatically follow redirects in responses.--bypass-ip
Use a specified IP address or hostname for bypassing access controls. Injects this IP in headers like 'X-Forwarded-For'.--no-banner
Disable the display of the startup banner (default: banner shown).--technique
Specify one or more attack techniques to use (e.g., headers,path-case). (default [verbs,verbs-case,headers,endpaths,midpaths,double-encoding,http-versions,path-case])--rate-limit
Halt requests upon encountering a 429 (rate limit) HTTP status code.--user-agent
Specify a custom User-Agent string for requests (default: 'nomore403').--http-method
Specify the HTTP method for the request (e.g., GET, POST). Default is 'GET'.--random-agent
Enable the use of a randomly selected User-Agent.--request-file
Load request configuration and flags from a specified file.--max-goroutines
Limit the maximum number of concurrent goroutines to manage load (default: 50).