=========================================
A small Php application to scan list of urls for live and non reachable urls. Made Specially for penetration testing purpose.
Clone this repository,
git clone https://github.com/daudmalik06/ReconFalcon
cd ReconFalcon
php recon
- 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.
- it saves all results in Output directory, e.g if output-name=facebook it will make a directory called
facebook.com in Output directory and will save results in that directory. - single url snapshot is processed in a single thread
For Usage please check help command
php recon --help
The Recon Falcon is open-sourced software licensed under the MIT license.
Thanks to all of the contributors ,
Dawood Ikhlaq and Open source community