Skip to content

Commit eb769ad

Browse files
authored
Merge pull request vavkamil#77 from vavkamil/vavkamil/deps
chore(tools): Update list & dependencies
2 parents 1b5e355 + d04fcd4 commit eb769ad

4 files changed

Lines changed: 9 additions & 14 deletions

File tree

.github/workflows/security-zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v6.0.1
24+
uses: actions/checkout@v6.0.2 # zizmor: ignore[unpinned-uses]
2525
with:
2626
persist-credentials: false
2727

2828
- name: Set up Python
29-
uses: actions/setup-python@v6
29+
uses: actions/setup-python@v6 # zizmor: ignore[unpinned-uses]
3030
with:
3131
python-version: '3.10.4'
3232

.github/workflows/stargazers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v6.0.1
18+
uses: actions/checkout@v6.0.2 # zizmor: ignore[unpinned-uses]
1919
with:
2020
fetch-depth: 0
2121
persist-credentials: false

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- [Parameters](#Parameters)
1616
- [Fuzzing](#Fuzzing)
1717
- [Monitoring](#Monitoring)
18-
- [Waf Evasion ](#Waf-Evasion)
18+
- [Waf Evasion](#Waf-Evasion)
1919

2020
- [Exploitation](#Exploitation)
2121
- [Command Injection](#Command-Injection)
@@ -394,25 +394,20 @@
394394
- [metahttp](https://github.com/vp777/metahttp) - A bash script that automates the scanning of a target network for HTTP resources through XXE
395395

396396
### SSTI Injection
397+
397398
- [tplmap](https://github.com/epinna/tplmap) - Server-Side Template Injection and Code Injection Detection and Exploitation Tool
398399
- [SSTImap](https://github.com/vladko312/SSTImap) - Automatic SSTI detection tool with interactive interface
399400

400-
401401
### Web-Cache-Poisoning
402+
402403
- [toxicache](https://github.com/xhzeem/toxicache) - Go scanner to find web cache poisoning vulnerabilities in a list of URLs .
403-
---
404404

405405
### Waf Evasion
406-
- cli :
407-
408-
- [nomore403](https://github.com/devploit/nomore403) - 🚫 Advanced tool for security researchers to bypass 403/40X restrictions .
409406

407+
- [nomore403](https://github.com/devploit/nomore403) - Advanced tool for security researchers to bypass 403/40X restrictions .
410408
- [XFFenum](https://github.com/vavkamil/XFFenum) - A simple tool to bypass 403 forbidden end-points behind load balancers (Cloudflare) based on X-Forwarded-For header.
411-
412409
- [Forbidden Buster](https://github.com/Sn1r/Forbidden-Buster) - A tool designed to automate various techniques in order to bypass HTTP 401 and 403 response codes and gain access to unauthorized areas in the system.
413-
414-
- burpSuite Plugin :
415-
- [nowafpls](https://github.com/assetnote/nowafpls/) - Burp Plugin to Bypass WAFs through the insertion of Junk Data .
410+
- [nowafpls](https://github.com/assetnote/nowafpls/) - Burp Plugin to Bypass WAFs through the insertion of Junk Data.
416411

417412
---
418413

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
zizmor==1.19.0
1+
zizmor==1.22.0

0 commit comments

Comments
 (0)