All Projects → devanshbatham → Archivefuzz

devanshbatham / Archivefuzz

Hunt down the secrets from the WebArchives for Fun and Profit

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Archivefuzz

Hosthunter
HostHunter a recon tool for discovering hostnames using OSINT techniques.
Stars: ✭ 427 (+295.37%)
Mutual labels:  osint, security-tools
Spiderfoot
SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
Stars: ✭ 6,882 (+6272.22%)
Mutual labels:  osint, security-tools
Witnessme
Web Inventory tool, takes screenshots of webpages using Pyppeteer (headless Chrome/Chromium) and provides some extra bells & whistles to make life easier.
Stars: ✭ 436 (+303.7%)
Mutual labels:  osint, security-tools
Oneforall
OneForAll是一款功能强大的子域收集工具
Stars: ✭ 4,202 (+3790.74%)
Mutual labels:  osint, subdomain-scanner
Gitgot
Semi-automated, feedback-driven tool to rapidly search through troves of public data on GitHub for sensitive secrets.
Stars: ✭ 964 (+792.59%)
Mutual labels:  osint, security-tools
Aiodnsbrute
Python 3.5+ DNS asynchronous brute force utility
Stars: ✭ 370 (+242.59%)
Mutual labels:  osint, security-tools
Git Hound
Reconnaissance tool for GitHub code search. Finds exposed API keys using pattern matching, commit history searching, and a unique result scoring system.
Stars: ✭ 602 (+457.41%)
Mutual labels:  osint, security-tools
Oblivion
Data leak checker & OSINT Tool
Stars: ✭ 237 (+119.44%)
Mutual labels:  osint, security-tools
Subdomainizer
A tool to find subdomains and interesting things hidden inside, external Javascript files of page, folder, and Github.
Stars: ✭ 915 (+747.22%)
Mutual labels:  security-tools, subdomain-scanner
Torbot
Dark Web OSINT Tool
Stars: ✭ 821 (+660.19%)
Mutual labels:  osint, security-tools
Pentester Fully Automatic Scanner
DNS Subdomain● Brute force ● Web Spider ● Nmap Scan ● etc
Stars: ✭ 315 (+191.67%)
Mutual labels:  security-tools, subdomain-scanner
Metaforge
An OSINT Metadata analyzing tool that filters through tags and creates reports
Stars: ✭ 63 (-41.67%)
Mutual labels:  osint, security-tools
Osmedeus
Fully automated offensive security framework for reconnaissance and vulnerability scanning
Stars: ✭ 3,391 (+3039.81%)
Mutual labels:  osint, security-tools
Censys Subdomain Finder
⚡ Perform subdomain enumeration using the certificate transparency logs from Censys.
Stars: ✭ 402 (+272.22%)
Mutual labels:  osint, subdomain-scanner
Rengine
reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with…
Stars: ✭ 3,439 (+3084.26%)
Mutual labels:  osint, security-tools
Threatingestor
Extract and aggregate threat intelligence.
Stars: ✭ 439 (+306.48%)
Mutual labels:  osint, security-tools
Intrec Pack
Intelligence and Reconnaissance Package/Bundle installer.
Stars: ✭ 177 (+63.89%)
Mutual labels:  osint, security-tools
Pwnback
Burp Extender plugin that generates a sitemap of a website using Wayback Machine
Stars: ✭ 203 (+87.96%)
Mutual labels:  osint, security-tools
Esd
Enumeration sub domains(枚举子域名)
Stars: ✭ 785 (+626.85%)
Mutual labels:  security-tools, subdomain-scanner
Social Analyzer
API, CLI & Web App for analyzing & finding a person's profile across +1000 social media \ websites (Detections are updated regularly by automated systems)
Stars: ✭ 8,449 (+7723.15%)
Mutual labels:  osint, security-tools

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].