Skip to content

heydc7/magnify

Repository files navigation

Magnify

A tool for spider multiple URLs & check for sensitive variables in code.

Why?

It is hard to check waybackurls by copy & paste in browser. Many URL get 404. Hence, This tool helps to reduce the error links & helps to find sensitive keywords in code.

Usage

Usage: magnify [-u] <url> [-f] <file> [-r] <rate> [-o] <filename>
  -h: Help
  -u --url: URL
  -f --file: Input file containing URLs
  -r --rate: Rate limit in seconds
  -o --output: Output file name/path

Install

git clone https://github.com/heydc7/magnify.git
cd magnify/
python3 main.py -u https://google.com

Example

waybackurls target.com | tee Desktop/waybacks.txt
cd magnify
python3 main.py -f ~/Desktop/waybacks.txt -o ~/Desktop/magnify.txt

Result

(0%) ['https://target.com/?ch=10489', 200, 'AIza', 'appspot', 'auth', 'config', 'firebase', 'internal', 'key', 'login', 'pass', 'password', 'prod', 'user']

Read Full Tutorial : Click here