Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 1.58 KB

README.md

File metadata and controls

59 lines (48 loc) · 1.58 KB

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

Live Web-App

https://link-finder-web-version.vercel.app

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