Coder Social home page Coder Social logo

devanshbatham / archivefuzz Goto Github PK

View Code? Open in Web Editor NEW
165.0 12.0 41.0 114 KB

Hunt down the secrets from the WebArchives for Fun and Profit

Python 100.00%
web-archive subdomain-scanner subdomain-enumeration osint email-enumeration bughunting security-tools

archivefuzz's Introduction

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. โœจ

archivefuzz's People

Contributors

devanshbatham avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

archivefuzz's Issues

[REGEX ISSUE] False Positives while email enumeration

Well , in some cases this produces false positives while dealing with emails .

What the issue is ?
My current regex matches "[email protected]" , "[email protected]" , "[email protected]" as valid emails but they arnt valid emails , however I created a blacklisted pattern (but ofcourse it is not possible to blacklist all the false positive possibilities)

Steps to reproduce
python3 archivefuzz.py webflow.com

email output :

[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
5ab26694a8ed98f0f004194d_saroglia-k4RE-U11011184430715PLI-102576@LaStampa.it

My current Regex and blacklisting pattern is :

"Email": [
            "([a-zA-Z0-9+._-]+@[a-zA-Z0-9._-]+\.[a-zA-Z0-9_-]{2,7})",
            "(-p-|mp4|webm|JPG|pdf|html|jpg|jpeg|png|gif|bmp|svg|1x|2x|3x|4x|5x|6x|7x|9x|10x|11x|12x|13x|14x|15x)"
            ],

I need to improve my regex, tried different flavors , still not able to remove all the false positives !

Help needed !

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.