Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.11 KB

README.md

File metadata and controls

52 lines (40 loc) · 1.11 KB

linksF1nd3r

screen_1

Status: Development

About LinksF1nder

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.

Features

  • 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

Usage

$ python linksF1nd3r.py URL

Example:

  • Testing on the local host
python linksF1nd3r.py http://127.0.0.1/links.php

screen_2

  • Testing on real website [stackoverflow.com]
python linksF1nd3r.py https://stackoverflow.com/questions/11487049/python-list-of-lists

screen_3

How to install

Clone
  • Clone the repository with:
$ git clone https://github.com/ihebski/LinksF1nd3r.git
$ cd LinksF1nd3r
$ python linksF1nd3r.py
Dependencies
  • Install the required dependencies with:
$ sudo pip install -r requirements.txt

License

The MIT License (MIT)