Skip to content

Commit a47e83b

Browse files
authored
Update README.md
1 parent 3b6b495 commit a47e83b

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,20 @@ To edit or add new bypasses, modify the payloads directly in the [payloads](http
4949
╱ ╱ ╱ ╱ ╱ _╱ __/____ ╱ ╱ ╱
5050
╲__╱_____╱╲________╱╲__╱__╱__╱╲________╱╲____╱___╱╲________╱ ╱____╱╲________╱╲________╱
5151

52-
Target: https://domain.com/admin
52+
Target: https://domain.com/admin
5353
Headers: false
5454
Proxy: false
55-
User Agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/7.0; 1ButtonTaskbar)
55+
User Agent: nomore403
5656
Method: GET
5757
Payloads folder: payloads
5858
Custom bypass IP: false
5959
Follow Redirects: false
6060
Rate Limit detection: false
61+
Status:
62+
Timeout (ms): 6000
63+
Delay (ms): 0
64+
Techniques: verbs, verbs-case, headers, endpaths, midpaths, http-versions, path-case
65+
Unique: false
6166
Verbose: false
6267

6368
━━━━━━━━━━━━━ DEFAULT REQUEST ━━━━━━━━━━━━━
@@ -108,7 +113,7 @@ Verbose: false
108113
./nomore403 -u https://domain.com/admin -m 10 -d 200
109114
```
110115

111-
## Options Modded
116+
## Options
112117

113118
```bash
114119
./nomore403 -h
@@ -127,17 +132,17 @@ Flags:
127132
-t, --http-method string Specify the HTTP method for the request (e.g., GET, POST). Default is 'GET'.
128133
-m, --max-goroutines int Limit the maximum number of concurrent goroutines to manage load (default: 50). (default 50)
129134
--no-banner Disable the display of the startup banner (default: banner shown).
130-
-x, --proxy string Specify a proxy server for requests, e.g., 'http://server:port'.
135+
-x, --proxy string Specify a proxy server for requests (e.g., 'http://server:port').
131136
--random-agent Enable the use of a randomly selected User-Agent.
132137
-l, --rate-limit Halt requests upon encountering a 429 (rate limit) HTTP status code.
133138
-r, --redirect Automatically follow redirects in responses.
134139
--request-file string Load request configuration and flags from a specified file.
135-
-k, --technique strings Specify one or more attack techniques to use (e.g., headers,path-case). (default [verbs,verbs-case,headers,endpaths,midpaths,http-versions,path-case])
136-
--timeout int Specify a max timeout time in ms (default 6000)
137140
--status strings Filter output by comma-separated status codes (e.g., 200,301,403)
141+
-k, --technique strings Specify one or more attack techniques to use (e.g., headers,path-case). (default [verbs,verbs-case,headers,endpaths,midpaths,http-versions,path-case])
142+
--timeout int Specify a max timeout time in ms. (default 6000)
138143
--unique Show unique output based on status code and response length
139144
-u, --uri string Specify the target URL for the request.
140-
-a, --user-agent string pecify a custom User-Agent string for requests (default: 'nomore403').
145+
-a, --user-agent string Specify a custom User-Agent string for requests (default: 'nomore403').
141146
-v, --verbose Enable verbose output for detailed request/response logging.
142147
```
143148

0 commit comments

Comments
 (0)