mdaxfr

- Mass DNS AXFR
git clone git://git.acid.vegas/mdaxfr.git
Log | Files | Refs | Archive | README | LICENSE

commit b70bc1b6f2f808473aef0960d133ca3ebd534711
parent 16a0a4c8d5db5b8fc7e8b44becf4e34161750780
Author: acidvegas <acid.vegas@acid.vegas>
Date: Sat, 30 Nov 2024 15:11:28 -0500

Lowered thread count for better results

Diffstat:
M.github/workflows/daily-axfr.yml | 2+-

1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/daily-axfr.yml b/.github/workflows/daily-axfr.yml
@@ -35,7 +35,7 @@ jobs:
 
       - name: Run AXFR scan with TLDs
         run: |
-          python ./extras/mdaxfr.py --tlds
+          python ./extras/mdaxfr.py --tlds -c 10
 
       - name: Configure Git
         run: |