All Projects → ihebski → LinksF1nd3r

ihebski / LinksF1nd3r

Licence: other
web information gathering / Grab links

Programming Languages

python
139335 projects - #7 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].