@@ -95,7 +95,7 @@ python3 -m pip install --upgrade build
95
95
96
96
python3 -m build
97
97
98
- python3 -m pip install dist/forbidden-13.1 -py3-none-any.whl
98
+ python3 -m pip install dist/forbidden-13.2 -py3-none-any.whl
99
99
```
100
100
101
101
## How to Use
@@ -353,8 +353,8 @@ X-Wap-Profile
353
353
],
354
354
"cookies" :[],
355
355
"body" :" " ,
356
- "user_agent" :" Forbidden/13.1 " ,
357
- "command" :" curl --path-as-is -iskL -A 'Forbidden/13.1 ' -H 'Host: 127.0.0.1' -X 'GET' 'https://example.com:443/admin'" ,
356
+ "user_agent" :" Forbidden/13.2 " ,
357
+ "command" :" curl --path-as-is -iskL -A 'Forbidden/13.2 ' -H 'Host: 127.0.0.1' -X 'GET' 'https://example.com:443/admin'" ,
358
358
"status" :200 ,
359
359
"length" :14301
360
360
},
@@ -367,8 +367,8 @@ X-Wap-Profile
367
367
],
368
368
"cookies" :[],
369
369
"body" :" " ,
370
- "user_agent" :" Forbidden/13.1 " ,
371
- "command" :" curl --path-as-is -iskL -A 'Forbidden/13.1 ' -H 'Host: 127.0.0.1:443' -X 'GET' 'https://example.com:443/admin'" ,
370
+ "user_agent" :" Forbidden/13.2 " ,
371
+ "command" :" curl --path-as-is -iskL -A 'Forbidden/13.2 ' -H 'Host: 127.0.0.1:443' -X 'GET' 'https://example.com:443/admin'" ,
372
372
"status" :200 ,
373
373
"length" :14301
374
374
}
@@ -378,7 +378,7 @@ X-Wap-Profile
378
378
## Usage
379
379
380
380
``` fundamental
381
- Forbidden v13.1 ( github.com/ivan-sincek/forbidden )
381
+ Forbidden v13.2 ( github.com/ivan-sincek/forbidden )
382
382
383
383
Usage: forbidden -u url -t tests [-f force] [-o out ]
384
384
Example: forbidden -u https://example.com/admin -t all [-f GET ] [-o results.json]
@@ -449,7 +449,7 @@ SLEEP
449
449
-s, --sleep = 500 | etc.
450
450
USER AGENT
451
451
User agent to use
452
- Default: Forbidden/13.1
452
+ Default: Forbidden/13.2
453
453
-a, --user-agent = random[-all] | curl/3.30.1 | etc.
454
454
PROXY
455
455
Web proxy to use
@@ -475,7 +475,7 @@ DEBUG
475
475
```
476
476
477
477
``` fundamental
478
- Stresser v13.1 ( github.com/ivan-sincek/forbidden )
478
+ Stresser v13.2 ( github.com/ivan-sincek/forbidden )
479
479
480
480
Usage: stresser -u url -r repeat -th threads -dir directory [-f force] [-o out ]
481
481
Example: stresser -u https://example.com/admin -r 1000 -th 200 -dir results [-f GET ] [-o results.json]
@@ -523,7 +523,7 @@ THREADS
523
523
-th, --threads = 20 | etc.
524
524
USER AGENT
525
525
User agent to use
526
- Default: Stresser/13.1
526
+ Default: Stresser/13.2
527
527
-a, --user-agent = random[-all] | curl/3.30.1 | etc.
528
528
PROXY
529
529
Web proxy to use
0 commit comments