Skip to content

Latest commit

 

History

History
63 lines (32 loc) · 1.93 KB

README.md

File metadata and controls

63 lines (32 loc) · 1.93 KB

🚀 Project Name : grep-backURLs

Maintenance

grep-backURLs : Automated way to find juicy information from website

📌 Overview

grep-backURLs is a web security automation tool to extracts important credentials in bug hunting. It uses subfinder to find subdomains and then those subdomain acts as input links for waybackurls . After that , it uses grep command and keywords.txt to sort out important credentials.

🤔 Why This Name?

Just beacuse it uses grep command to sort out from waybackURLs link.

⌚ Total Time taken to build & test

Approx 3-3:30 hr.

🙃Why I Created This

Cause I don't want to waste my time to find subdomains and then try each keyword from keyword.txt to check whether is there any credential or not, so decided to automate it.

📚 Requirements & Dependencies

📥 Installation Guide

⚡ Quick Install:

  1. Git clone this URL.
  2. Go to grep-backURls directory and give permission to main.go
  3. Run command ./main.go

💓 Credits:

📞 Contact

📧 Email: [email protected]

📄 License

Licensed under MIT

🕒 Last Updated: January 18, 2025