Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/daudmalik06/reconcat
penetration-testing pentesting php recon reconnaissance wayback-archiver wayback-machine
Last synced: 13 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/daudmalik06/reconcat
- Owner: daudmalik06
- Created: 2018-03-03T17:11:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T23:10:47.000Z (over 6 years ago)
- Last Synced: 2024-10-12T11:09:49.325Z (29 days ago)
- Topics: penetration-testing, pentesting, php, recon, reconnaissance, wayback-archiver, wayback-machine
- Language: PHP
- Homepage: https://github.com/daudmalik06/ReconCat
- Size: 390 KB
- Stars: 80
- Watchers: 5
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-security-collection - **50**星
README
## 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](https://github.com/daudmalik06/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](https://github.com/krakjoe/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](/src/reconCatExample.JPG)
![ReconCat Help](/src/reconCatHelp2.JPG)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](https://opensource.org/licenses/MIT).## Contribution
Thanks to all of the contributors ,## Author
Dawood Ikhlaq and Open source community