Skip to content

A small Php application to filter list of urls for live and non reachable urls.

Notifications You must be signed in to change notification settings

daudmalik06/ReconFalcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recon Falcon

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

Introduction

A small Php application to scan list of urls for live and non reachable urls. Made Specially for penetration testing purpose.

Installation

Clone this repository,

    git clone https://github.com/daudmalik06/ReconFalcon
    cd ReconFalcon
    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 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

Usage

For Usage please check help command

php recon --help

Screenshots

ReconFalcon Help ReconFalcon Example

License

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

Contribution

Thanks to all of the contributors ,

Author

Dawood Ikhlaq and Open source community