@@ -143,7 +143,7 @@ python3 -m pip install --upgrade build
143
143
144
144
python3 -m build
145
145
146
- python3 -m pip install dist/forbidden-12.5 -py3-none-any.whl
146
+ python3 -m pip install dist/forbidden-12.6 -py3-none-any.whl
147
147
```
148
148
149
149
## Single URL
@@ -427,8 +427,8 @@ Inject at the end of the URL path only if it does not end with forward slash.
427
427
],
428
428
"cookies" : [],
429
429
"body" : null ,
430
- "user_agent" : " Forbidden/12.5 " ,
431
- "command" : " curl --connect-timeout 60 -m 60 -iskL --max-redirs 10 --path-as-is -A 'Forbidden/12.5 ' -H 'Host: 127.0.0.1' -X 'GET' 'https://example.com:443/admin'" ,
430
+ "user_agent" : " Forbidden/12.6 " ,
431
+ "command" : " curl --connect-timeout 60 -m 60 -iskL --max-redirs 10 --path-as-is -A 'Forbidden/12.6 ' -H 'Host: 127.0.0.1' -X 'GET' 'https://example.com:443/admin'" ,
432
432
"code" : 200 ,
433
433
"length" : 255408
434
434
},
@@ -441,8 +441,8 @@ Inject at the end of the URL path only if it does not end with forward slash.
441
441
],
442
442
"cookies" : [],
443
443
"body" : null ,
444
- "user_agent" : " Forbidden/12.5 " ,
445
- "command" : " curl --connect-timeout 60 -m 60 -iskL --max-redirs 10 --path-as-is -A 'Forbidden/12.5 ' -H 'Host: 127.0.0.1:443' -X 'GET' 'https://example.com:443/admin'" ,
444
+ "user_agent" : " Forbidden/12.6 " ,
445
+ "command" : " curl --connect-timeout 60 -m 60 -iskL --max-redirs 10 --path-as-is -A 'Forbidden/12.6 ' -H 'Host: 127.0.0.1:443' -X 'GET' 'https://example.com:443/admin'" ,
446
446
"code" : 200 ,
447
447
"length" : 255408
448
448
}
@@ -452,7 +452,7 @@ Inject at the end of the URL path only if it does not end with forward slash.
452
452
## Usage
453
453
454
454
``` fundamental
455
- Forbidden v12.5 ( github.com/ivan-sincek/forbidden )
455
+ Forbidden v12.6 ( github.com/ivan-sincek/forbidden )
456
456
457
457
Usage: forbidden -u url -t tests [-f force] [-v values ] [-p path ] [-o out ]
458
458
Example: forbidden -u https://example.com/admin -t all [-f POST ] [-v values.txt] [-p /home] [-o results.json]
@@ -527,7 +527,7 @@ SLEEP
527
527
-s, --sleep = 500 | etc.
528
528
USER AGENT
529
529
User agent to use
530
- Default: Forbidden/12.5
530
+ Default: Forbidden/12.6
531
531
-a, --user-agent = curl/3.30.1 | random[-all] | etc.
532
532
PROXY
533
533
Web proxy to use
@@ -553,7 +553,7 @@ DEBUG
553
553
```
554
554
555
555
``` fundamental
556
- Stresser v12.5 ( github.com/ivan-sincek/forbidden )
556
+ Stresser v12.6 ( github.com/ivan-sincek/forbidden )
557
557
558
558
Usage: stresser -u url -dir directory -r repeat -th threads [-f force] [-o out ]
559
559
Example: stresser -u https://example.com/secret -dir results -r 1000 -th 200 [-f GET ] [-o results.json]
@@ -603,7 +603,7 @@ THREADS
603
603
-th, --threads = 20 | etc.
604
604
USER AGENT
605
605
User agent to use
606
- Default: Stresser/12.5
606
+ Default: Stresser/12.6
607
607
-a, --user-agent = curl/3.30.1 | random[-all] | etc.
608
608
PROXY
609
609
Web proxy to use
0 commit comments