Skip to content

LinkFinder Web offers the functionality of the CLI tool in a user-friendly web interface. Extract links, endpoints, and JavaScript resources from web pages effortlessly, whether analyzing single pages or crawling entire sites. Simplify your web analysis with LinkFinder Web.

Notifications You must be signed in to change notification settings

Raunaksplanet/LinkFinder-Web-Version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkFinder-Web-Version

LinkFinder Web offers the functionality of the CLI tool in a user-friendly web interface. Extract links, endpoints, and JavaScript resources from web pages effortlessly, whether analyzing single pages or crawling entire sites. Simplify your web analysis with LinkFinder Web.

Check Releases Here

Folder structure

.
├── app.py
├── mainnn.json     
├── README.md       
├── requirements.txt
├── runtime.txt     
├── static
│   ├── favicon.ico
│   ├── output-style.css
│   └── style.css
├── templates
│   ├── index.html
│   ├── output2.html
│   └── output.html
└── vercel.json

3 directories, 12 files

Local Installation

git clone https://github.com/Raunaksplanet/LinkFinder-Web-Version.git
cd LinkFinder-Web-Version
pip install -r requirements.txt
python3 app.py
Enjoy :)

LinkFinder V1

  • Single Link can be analysed at a time
  • Light theme
  • Slow analysis (Weak Code Logic & Weak Web-Design)
  • Only Few Regexs to check Sensitive data

LinkFinder V2

  • File Upload Functionality Added (Multiple JavaScript files can be analysed in single time)
  • Introduced Dark Theme For Better User Experiance
  • Fast Analysis (Code Logic Improved & Smart Web-Design)
  • More then 1400 Regexs Have Been Added for better Analysis

About

LinkFinder Web offers the functionality of the CLI tool in a user-friendly web interface. Extract links, endpoints, and JavaScript resources from web pages effortlessly, whether analyzing single pages or crawling entire sites. Simplify your web analysis with LinkFinder Web.

Resources

Stars

Watchers

Forks

Packages

No packages published