python scripts used for Automated Reckon process to scrape all the info needed.
- Linux
- Windows
- OSX
- You only need to run the
parser.py
python file and it will call therequirerments.txt
file to search and install the required python packages - If you faced problems with packages Head to requirements.txt file and edit pip pckgs there.
prog -u <target url>
## Example ##
python3 .\parser.py -u www.google.com
Contributes are more than welcome! Refer to the Dev guide if you want to add something :) Development Guide