Metadata-Version: 2.1
Name: Axtrack
Version: 0.0.1
Summary: Axtrack extract urls and endpoints in relation to the given domain.
Home-page: UNKNOWN
Author: Deepanjal kumar (Operation Falcon)
Author-email: operationfalcon6@gmail.com
License: UNKNOWN
Keywords: python,Axtrack,grab,wayback machine
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Description-Content-Type: text/markdown
Requires-Dist: certifi (==2020.12.5)
Requires-Dist: chardet (==4.0.0)
Requires-Dist: idna (==2.10)
Requires-Dist: requests (==2.25.1)
Requires-Dist: urllib3 (==1.26.4)


aXTRACK gets all possible urls related to that particular domain.

Installation:

         pip install Axtrack


Usage :

         from Axtrack import grab

         grab.enum(<domain name> <output filename>)



