Skip to content

ubalklen/Link-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Link Finder

A Python script that scans a given web page (haystack) and searches for a given link (needle) on it.

If the page has a link to the same hostname as the web page given by the user, its destination page also scanned. It works like a web crawler, so potentially the whole site will be scanned. Be aware that this may take hours.

All links found are saved on target-link-[date]-[time]-[random-ID].txt.

Requisites

Chrome 75 (put the proper driver in drivers folder if you have another version)

Python 3 (it has been tested on Python 3.7)

Some additional Python modules (check the script)

Details

The script scans pages using Selenium to account for links that may be injected via JavaScript.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages