altdns icon indicating copy to clipboard operation
altdns copied to clipboard

Create altdns.py

Open abhiunix opened this issue 6 years ago • 1 comments

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

abhiunix avatar Oct 23 '19 14:10 abhiunix

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 ....

fabaff avatar May 27 '20 12:05 fabaff