Lucene search

K
kitploitKitPloitKITPLOIT:5846935525376148964
HistoryMar 08, 2024 - 8:36 p.m.

Nomore403 - Tool To Bypass 403/40X Response Codes

2024-03-0820:36:00
www.kitploit.com
19
cybersecurity techniques
http 40x errors
header manipulation
go 1.15
custom bypasses
output examples
default configuration
customization
basic usage
verbose mode
proxy
parsing requests
custom header manipulation

7.4 High

AI Score

Confidence

Low

nomore403 is an innovative tool designed to help cybersecurity professionals and enthusiasts bypass HTTP 40X errors encountered during web security assessments. Unlike other solutions, nomore403 automates various techniques to seamlessly navigate past these access restrictions, offering a broad range of strategies from header manipulation to method tampering.

Prerequisites

Before you install and run nomore403, make sure you have the following: - Go 1.15 or higher installed on your machine.

Installation

From Releases

Grab the latest release for your OS from our Releases page.

Compile from Source

If you prefer to compile the tool yourself:

git clone https://github.com/devploit/nomore403  
cd nomore403  
go get  
go build  

Customization

To edit or add new bypasses, modify the payloads directly in the payloads folder. nomore403 will automatically incorporate these changes.

Usage

Output example

    ________  ________  ________  ________  ________  ________  ________  ________  ________  
   β•±     β•±  β•²β•±        β•²β•±    β•±   β•²β•±        β•²β•±        β•²β•±        β•²β•±    β•±   β•²β•±        β•²β•±__      β•²  
  β•±         β•±    β•±    β•±         β•±    β•±    β•±    β•±    β•±       __β•±         β•±    β•±    β•±__       β•±  
 β•±         β•±         β•±         β•±         β•±        _β•±       __/____     β•±         β•±         β•±  
 β•²__β•±_____β•±β•²________β•±β•²__β•±__β•±__β•±β•²________β•±β•²____β•±___β•±β•²________β•±    β•±____β•±β•²________β•±β•²________β•±    
  
Target:         https://domain.com/admin  
Headers:                false  
Proxy:                  false  
User Agent:             Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/7.0; 1ButtonTaskbar)  
Method:                 GET  
Payloads folder:        payloads  
Custom bypass IP:       false  
Follow Redirects:       false  
Rate Limit detection:   false  
Verbose:                false  
  
━━━━━━━━━━━━━ DEFAULT REQUEST ━━━━━━━━━━━━━  
403       429 bytes https://domain.com/admin  
  
━━━━━━━━━━━━━ VERB TAMPERING ━━━━━━━━━━━━━━  
  
━━━━━━━━━━━━━ HEADERS ━━━━━━━━━━━━━━━━━━━━━  
  
━━━━━━━━━━━━━ CUSTOM PATHS ━━━━━━━━━━━━━━━━  
200      2047 bytes https://domain.com/;///..admin  
  
━━━━━━━━━━━━━ HTTP VERSIONS ━━━━━━━━━━━━━━━  
403      429 bytes HTTP/1.0  
403      429 bytes HTTP/1.1  
403      429 bytes HTTP/2  
  
━━━━━━━━━━━━━ CASE SWITCHING ━━━━━━━━━━━━━━  
200      2047 bytes https://domain.com/%61dmin  

Basic Usage

./nomore403 -u https://domain.com/admin  

Verbose Mode + Proxy

./nomore403 -u https://domain.com/admin -x http://127.0.0.1:8080 -v  

Parse request from Burp

./nomore403 --request-file request.txt  

Use custom header + specific IP address for bypasses

./nomore403 -u https://domain.com/admin -H "Environment: Staging" -b 8.8.8.8  

Set new max of goroutines + add delay between requests

./nomore403 -u https://domain.com/admin -m 10 -d 200  

Options

./nomore403 -h  
Command line application that automates different ways to bypass 40X codes.  
  
Usage:  
  nomore403 [flags]  
  
Flags:  
  -i, --bypass-ip string      Use a specified IP address or hostname for [bypassing](<https://www.kitploit.com/search/label/Bypassing> "bypassing" ) access controls. Injects this IP in headers like 'X-Forwarded-For'.  
  -d, --delay int             Specify a delay between requests in milliseconds. Helps manage request rate (default: 0ms).  
  -f, --folder string         Specify the folder location for payloads if not in the same directory as the executable.  
  -H, --header strings        Add one or more custom headers to requests. Repeatable flag for multiple headers.  
  -h, --help                  help for nomore403  
      --http                  Use HTTP instead of HTTPS for requests defined in the request file.  
  -t, --http-method string    Specify the HTTP method for the request (e.g., GET, POST). Default is 'GET'.  
  -m, --max-goroutines int    Limit the maximum number of concurrent goroutines to manage load (default: 50). (default 50)  
      --no-banner             Disable the display of the startup banner (default: banner shown).  
  -x, --proxy string          Specify a proxy server for requests, e.g., 'http://server:port'.  
      --random-agent          Enable the use of a randomly selected User-Agent.  
  -l, --rate-limit            Halt requests upon encountering a 429 (rate limit) HTTP status code.  
  -r, --redirect              Automatically follow redirects in responses.  
      --request-file string   Load request configuration and flags from a specified file.  
  -u, --uri string            Specify the target URL for the request.  
  -a, --user-agent string     pecify a custom User-Agent string for requests (default: 'nomore403').  
  -v, --verbose               Enable verbose output for detailed request/response logging.  

Contributing

We welcome contributions of all forms. Here’s how you can help:

  • Report bugs and suggest features.
  • Submit pull requests with bug fixes and new features.

Security Considerations

While nomore403 is designed for educational and ethical testing purposes, it’s important to use it responsibly and with permission on target systems. Please adhere to local laws and guidelines.

License

nomore403 is released under the MIT License. See the LICENSE file for details.

Contact

Tool to bypass 403/40X response codes. 3

Download Nomore403

7.4 High

AI Score

Confidence

Low