Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
TheTimeMachine — Weaponizing WaybackUrls for Recon, BugBounties , OSINT, Sensitive Endpoints and what not | Kitploit
Tools/GitHubGitHub/anmolksachan/thetimemachine
OSINT (Open Source Intelligence)ReconnaissanceVulnerability ScannersWeb Application ExploitationInformation GatheringWeb SecurityFuzzingPenetration TestingSubdomain Enumeration
GitHubanmolksachan/thetimemachine

TheTimeMachine

Weaponizing WaybackUrls for Recon, BugBounties , OSINT, Sensitive Endpoints and what not

551823 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View RepositoryWebsite

🚀 TheTimeMachine v3.0 - Weaponizing Wayback for Recon, BugBounties, OSINT & More!

image

You’ve heard of time travel in movies and comics, right? Well, this isn’t fiction anymore 😎. TheTimeMachine lets you dig through the past of any web app by scraping archived URLs from the Wayback Machine — and helps you find sensitive, forgotten, or deprecated endpoints for further exploitation.

Whether you’re into bug bounty, red teaming, or just love good ol’ recon, this tool was built to make my recon workflow faster, cleaner, and more effective. No more juggling multiple scripts — TheTimeMachine does it all in one shot.


🧩 Featured At

ConferenceYearTrack / Showcase
Defcon33- Las Vegas, NV2025Demo Labsimage
BSides Mumbai2025Tools Arsenal Showcaseimage
OSINT Conference2025OSINT Conferenceimage
Null Bangalore × OWASP Bangalore2025Monthly Meetupimage
Bsides Delaware2025Conferenceimage
BSides Agra2025Conferenceimage
Wild West Hackin' Fest (Denver, Colorado)2026Conference

💡 What It Does

This isn't just another Wayback scraper. Here's what TheTimeMachine brings to the table:

  • 🔎 Archived URL Fetching – Pull historical URLs from Wayback Machine.
  • 💾 Backup File Detection – Find .zip, .bak, .sql, .tar.gz, .old, and other juicy files.
  • ⚙️ Historical Backups - Looks for historical backups for the identified backup files.
  • ⚔️ Attack Mode – Scan for vulnerable endpoints using patterns/signatures:
    • XSS
    • SQLi
    • LFI
    • Open Redirects
    • WordPress Vulns
    • JIRA-based misconfig
  • 🧠 GET Parameter Mapping – Map every GET parameter to where it appears. (Great for fuzzing automation.)
  • 🧪 JWT Detection – Detect and decode JWTs embedded in archived URLs.
  • 📁 Directory Listing Detection – Find open indexed directories.
  • 🕵️ Subdomain Enumeration – Pull subdomains seen in archived data.
  • 🔍 Keyword Search – Search custom keywords like config, backup, .log, etc.
  • 🧩 Custom Payload Lists – Use your own fuzz list or signatures for custom scans.

⚙️ Installation

Tested on Python 3 across Ubuntu/Kali/Windows.

root@kitploit:~
git clone https://github.com/anmolksachan/TheTimeMachine
root@kitploit:~
cd TheTimeMachine
root@kitploit:~
pip3 install -r requirements.txt

🚀 Usage

root@kitploit:~
python3 thetimemachine.py <target.com> [OPTIONS]

Note: Don't use http:// or https:// in the domain — just pass domain.com or sub.domain.com.


📋 Options


🔁 Example Workflows

Fetch all Wayback URLs

root@kitploit:~
python3 thetimemachine.py example.com --fetch

Look for exposed backup files

root@kitploit:~
python3 thetimemachine.py example.com --backups

Look for directory listing

root@kitploit:~
python3 thetimemachine.py example.com --listings

Scan for possible XSS points

root@kitploit:~
python3 thetimemachine.py example.com --attack xss

Map parameters from archived data

root@kitploit:~
python3 thetimemachine.py example.com --parameters

Extract JWTs

root@kitploit:~
python3 thetimemachine.py example.com --jwt

And much more

root@kitploit:~
usage: thetimemachine.py [-h] [--fetch] [--jwt] [--backups] [--subdomains] [--listings] [--attack {xss,sqli,lfi,redirect,jira,wp,fuzz}] [--menu]
                         [--parameters]
                         target

📁 Output Structure

All results are neatly saved under the content/ directory:

root@kitploit:~
content/
└── example.com/
    ├── example.com_URLs.txt
    ├── example.com_xss.txt
    ├── example.com_sqli.txt
    ├── example.com_parameters.txt
    ├── example.com_subdomain.txt
    └── ...

✍️ Add Your Own Payloads

You can fully customize the payloads for XSS, SQLi, fuzzing, etc. Just edit the respective .txt files inside the repo and fire away!


🧠 Why I Built This

I'm not a full-time bug bounty hunter, but I needed a tool that’d do fast recon, find juicy endpoints, and give me enough leads to manually dig deeper. Got my HOF on multiple VDPs and bugbounty, including NOKIA, Mediatek, and more.


📸 Demo

https://github.com/user-attachments/assets/e07155ed-52b5-45e4-91aa-297a5caeac3a

Note: This is just a demo and doesn't cover full potential of the tool.


🙌 Shoutouts

  • @nihitjain11
  • @Shivam Saraswat
  • @thecyberneh
  • PushkraJ99

📝 Blogs

  1. The Time Machine — Weaponizing WaybackUrls for Recon, BugBounties , OSINT, Sensitive Endpoints and what not v1.0
  2. Time Traveling for Bugs: How The Time Machine v3.0 Uncovered an XSS on REDACTED.com
  3. How “The Time Machine v3.0” Landed Me in the CERT-In Hall of Fame

🌎 Community

  1. Simple Recon on Android using TheTimeMachine + Dirsearch (Medium)
  2. Michel Kartner – YouTube
  3. @cyb_detective’s Tweet
  4. @cyb_detective’s Tweet v3.0
  5. The Ultimate Guide to the Time Machine Way Back URL Crawler for OSINT
  6. OSINT resources
  7. Cyber Detective's OSINT tools collection
  8. Unlock the Full Potential of the Wayback Machine for Bug Bounty
  9. TheTimeMachine for Bug Bounties & OSINT

📬 Contact

DMs are open – reach out to me on @FR13ND0x7F


⭐️ Support

If this tool helped you, drop a star on the repo or follow me on Twitter — that’s all I ask 😄


👨‍💻 Author

Author: Anmol K. Sachan | Twitter/ X: @FR13ND0x7F
Co-author: Chaudhary_S4h4b | Twitter/ X: @Chaudhary_S4h4b


⚒️ Issues

Version 3.0 is under development. If you see any issues please open an issues and we are happy to take a look and fix that.

  • --menu work is under progress you can directly use --attack instead.
  • listings enhanced detection capability with aggresive mode.

Download Tool
image
BSides Budapest (Budapest, Hungary)2026Conferenceimage
Announcing Soon!20XXAnnouncing Soon!image
OptionDescription
--fetchFetch archived URLs from Wayback
--backupsScan for exposed backup/config files
--attack [type]Run attack mode (xss, sqli, lfi, redirect, jira, wp, custom)
--jwtDetect & decode JWT tokens
--subdomainsExtract subdomains from historical URLs
--parametersExtract GET parameters & map them to URLs
--listingsDetect open directory listings