infosec-au / altdns

Generates permutations, alterations and mutations of subdomains and then resolves them
Apache License 2.0
2.26k stars 446 forks source link

Create altdns.py #26

Open abhiunix opened 4 years ago

abhiunix commented 4 years ago

Missing altdns.py This file was misplaced to altdns folder. It should be in master directory. Now give the executable permision to the file(altdns.py) and then execute the command: ./altdns.py -i subdomains.txt -o output -w words.txt -r -s SubdomainsOfSubdomains -t 50

fabaff commented 4 years ago

This file was misplaced to altdns folder. It should be in master directory.

No, it isn't and it shouldn't be in the root folder. The entry_points and the setuptools are making sure that users can execute altdns.

If one want to run the script directly then could it be done with $ python3 altdns/altdns.py ....