mdaxfr- Mass DNS AXFR |
git clone git://git.acid.vegas/mdaxfr.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 8b66e00568af1b7fd17d7047cd7c1653f0bcc1d9
parent 12473ab88b3011093b1738aa4210ee66bcd3ffeb Author: acidvegas <acid.vegas@acid.vegas> Date: Sat, 30 Nov 2024 15:17:26 -0500 Added information about the Python version of the script with better concurrency controls Diffstat:
|
1 file changed, 5 insertions(+), 0 deletions(-) |
diff --git a/README.md b/README.md @@ -40,6 +40,11 @@ curl -s 'https://data.iana.org/TLD/tlds-alpha-by-domain.txt' | tail -n +2 | tr ' curl -s https://publicsuffix.org/list/public_suffix_list.dat | grep -vE '^(//|.*[*!])' | grep '\.' | awk '{print $1}' | ./mdaxfr ``` +- A python version of this tool with better concurrency control is available [here](./extras/mdaxfr.py): +```shell +python ./extras/mdaxfr.py --tlds -c 30 +``` + ## Statistics, laughs, & further thinking... I only wrote this to shit on **[this bozo](https://github.com/flotwig/TLDR-2/)** who took a dead project & brought it back to life by making it even worse. Rather than making a pull request to give this bloke more credit in his "tenure" as a developer, I decided to just rewrite it all from scratch so people can fork off of *clean* code instead. |