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
ReconCat — A small Php application to fetch archive url snapshots from archive.org. using it you can fetch complete list of snapshot urls of any year or complete list of all years possible. Made Specially for penetration testing purpose. | Kitploit
Tools/GitHubGitHub/daudmalik06/reconcat
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringWeb SecurityPenetration Testing
GitHubdaudmalik06/reconcat

ReconCat

A small Php application to fetch archive url snapshots from archive.org. using it you can fetch complete list of snapshot urls of any year or complete list of all years possible. Made Specially for penetration testing purpose.

View Repository
781628 years 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
Website

Recon Cat

=========================================

Introduction

A small Php application to fetch archive url snapshots from archive.org.
using it you can fetch complete list of snapshot urls of any year or complete list of all years possible.
Made Specially for penetration testing purpose.
This application is powered by WMB-Scrapper

Installation

Clone this repository,

root@kitploit:~
    git clone https://github.com/daudmalik06/ReconCat
    cd ReconCat
    php recon

Requirements

  • This application requires php 7+
  • multi threading is available as optional, if you have php pthreads installed you can use that to speed up the process.

Information

  • it saves all snapshots in Output directory, e,g for google.com it will make a directory as Output/google.com and will save all related snapshot in that directory
  • all snapshot will be saved on year bases, i.e snapshot of every year will be saved in different file e.g 2009_google.com .
  • threads are used for fetching several(year based) snapshot concurrently
  • single year snapshot is fetched in a single thread

Usage

For help

root@kitploit:~
php recon --help

ReconCat Example ReconCat Help

Other commands

root@kitploit:~
php recon --url=https://github.com -t10  (fetch all snapshot of github with 10 threads)
php recon -y2012 --url=https://github.com -t10  (fetch snapshot of year 2012 of github with 10 threads)

License

The Recon Cat is open-sourced software licensed under the MIT license.

Contribution

Thanks to all of the contributors ,

Author

Dawood Ikhlaq and Open source community

Download Tool