Skip to content

shivankar-madaan/LinksF1nd3r

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

web information gathering / Grab links

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%