Status: Development
Extracts links from an HTML page and display them with friendly way ,this tool could be used for web information gathering ,to get more details about the web application.
- Extract all the links not only the a href="#" tags
- Identifying the extention of the linked file
- Generate report
- Count the links based on the extension
$ python linksF1nd3r.py URL
Example:
- Testing on the local host
python linksF1nd3r.py http://127.0.0.1/links.php
- Testing on real website [stackoverflow.com]
python linksF1nd3r.py https://stackoverflow.com/questions/11487049/python-list-of-lists
- Clone the repository with:
$ git clone https://github.com/ihebski/LinksF1nd3r.git
$ cd LinksF1nd3r
$ python linksF1nd3r.py
- Install the required dependencies with:
$ sudo pip install -r requirements.txt
The MIT License (MIT)