All Projects β†’ daudmalik06 β†’ Reconcat

daudmalik06 / 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.

Projects that are alternatives of or similar to Reconcat

Scilla
πŸ΄β€β˜ οΈ Information Gathering tool πŸ΄β€β˜ οΈ DNS / Subdomains / Ports / Directories enumeration
Stars: ✭ 116 (+75.76%)
Mutual labels:  pentesting, penetration-testing, reconnaissance, recon
Hosthunter
HostHunter a recon tool for discovering hostnames using OSINT techniques.
Stars: ✭ 427 (+546.97%)
Mutual labels:  pentesting, penetration-testing, reconnaissance, recon
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 (+5110.61%)
Mutual labels:  reconnaissance, recon, penetration-testing, pentesting
Spaces Finder
A tool to hunt for publicly accessible DigitalOcean Spaces
Stars: ✭ 122 (+84.85%)
Mutual labels:  pentesting, reconnaissance, recon
Oscp Prep
my oscp prep collection
Stars: ✭ 105 (+59.09%)
Mutual labels:  pentesting, penetration-testing, recon
Sn0int
Semi-automatic OSINT framework and package manager
Stars: ✭ 814 (+1133.33%)
Mutual labels:  pentesting, reconnaissance, recon
Recsech
Recsech is a tool for doing Footprinting and Reconnaissance on the target web. Recsech collects information such as DNS Information, Sub Domains, HoneySpot Detected, Subdomain takeovers, Reconnaissance On Github and much more you can see in Features in tools .
Stars: ✭ 173 (+162.12%)
Mutual labels:  penetration-testing, reconnaissance, recon
tugarecon
Pentest: Subdomains enumeration tool for penetration testers.
Stars: ✭ 142 (+115.15%)
Mutual labels:  penetration-testing, recon, reconnaissance
Intrec Pack
Intelligence and Reconnaissance Package/Bundle installer.
Stars: ✭ 177 (+168.18%)
Mutual labels:  pentesting, reconnaissance, recon
webrecon
Automated Web Recon Shell Scripts
Stars: ✭ 48 (-27.27%)
Mutual labels:  penetration-testing, recon, reconnaissance
Eyes
πŸ‘€ πŸ–₯️ Golang rewrite of eyes.sh. Let's you perform domain/IP address information gathering. Wasn't it esr who said "With enough eyeballs, all your IP info are belong to us?" πŸ” πŸ•΅οΈ
Stars: ✭ 38 (-42.42%)
Mutual labels:  pentesting, penetration-testing, reconnaissance
Discover
Custom bash scripts used to automate various penetration testing tasks including recon, scanning, parsing, and creating malicious payloads and listeners with Metasploit.
Stars: ✭ 2,548 (+3760.61%)
Mutual labels:  penetration-testing, reconnaissance, recon
Awesome Bbht
A bash script that will automatically install a list of bug hunting tools that I find interesting for recon, exploitation, etc. (minus burp) For Ubuntu/Debain.
Stars: ✭ 190 (+187.88%)
Mutual labels:  penetration-testing, reconnaissance, recon
3klcon
Automation Recon tool which works with Large & Medium scopes. It performs more than 20 tasks and gets back all the results in separated files.
Stars: ✭ 189 (+186.36%)
Mutual labels:  penetration-testing, reconnaissance, recon
ShonyDanza
A customizable, easy-to-navigate tool for researching, pen testing, and defending with the power of Shodan.
Stars: ✭ 86 (+30.3%)
Mutual labels:  penetration-testing, pentesting, reconnaissance
Whatweb
Next generation web scanner
Stars: ✭ 3,503 (+5207.58%)
Mutual labels:  pentesting, penetration-testing, recon
Getjs
A tool to fastly get all javascript sources/files
Stars: ✭ 190 (+187.88%)
Mutual labels:  pentesting, reconnaissance, recon
Reconky-Automated Bash Script
Reconky is an great Content Discovery bash script for bug bounty hunters which automate lot of task and organized in the well mannered form which help them to look forward.
Stars: ✭ 167 (+153.03%)
Mutual labels:  penetration-testing, recon, reconnaissance
Sifter
Sifter aims to be a fully loaded Op Centre for Pentesters
Stars: ✭ 403 (+510.61%)
Mutual labels:  pentesting, penetration-testing, recon
Bigbountyrecon
BigBountyRecon tool utilises 58 different techniques using various Google dorks and open source tools to expedite the process of initial reconnaissance on the target organisation.
Stars: ✭ 541 (+719.7%)
Mutual labels:  pentesting, reconnaissance, recon

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,

    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

php recon --help

ReconCat Example ReconCat Help

Other commands

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

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].