devanshbatham / ArchiveFuzz

Hunt down the secrets from the WebArchives for Fun and Profit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArchiveFuzz : hunt the archives

ArchiveFuzz

What the heck is this thing ?

ArchiveFuzz hunts down the archived data(subdomains/emails/API keys) of domains. Web archiving is the process of collecting portions of the World Wide Web to ensure the information is preserved in an archive for future researchers, historians, and the public.

This tool uses webarchive's cdx to enumerate Emails/Subdomains/IPs/API tokens .

But why ?

I initially made ArchiveFuzz for my personal use , Now making it public . This really helped me a lot , Good luck finding potential assets with this <3

Example

Lets scan example.com for archived secrets :

python3 archivehunter.py mail.ru

example

Compatibility

It works on anything that has python installed

Installation

note : it only works with python3.+

mkdir Archive-Fuzz

cd Archive-Fuzz

git clone https://github.com/devanshbatham/ArchiveFuzz

virtualenv env

source env/bin/activate

cd ArchiveFuzz

pip install -r requirements.txt

python3 archivefuzz.py example.com

TODO

Implementing checks for more API keys that are passed in GET requests.

Wanna show support for the tool ?

I will be more than happy if you will show some love for Animals by donating to Animal Aid Unlimited ,Animal Aid Unlimited saves animals through street animal rescue, spay/neuter and education. Their mission is dedicated to the day when all living beings are treated with compassion and love.

About

Hunt down the secrets from the WebArchives for Fun and Profit


Languages

Language:Python 100.0%