PHP Classes

Recon Falcon: Scan a list of pages to find unreachable links

Recommend this page to a friend!
  Info   Example   Screenshots   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 75 All time: 10,198 This week: 524Up
Version License PHP version Categories
reconfalcon 1.0.0MIT/X Consortium ...7HTTP, Web services, PHP 7
Description 

Author

This package can be used to scan a list of pages to find unreachable links.

It can take a file with a list of URLs of pages to scan and retrieves those pages to find links and references to other URLs.

The package can output to a given file the results of the process of scanning the specified pages.

Picture of Dawood Ikhlaq
  Performance   Level  
Innovation award
Innovation award
Nominee: 4x

 

Example

<?php
/**
 * Created by PhpStorm.
 * User: dawood ikhlaq
 * Date: 3/04/2018
 * Time: 4:38 PM
 */


require __DIR__.'/vendor/autoload.php';

use
dawood\ReconFalcon\Commands\ReconFalcon;

use
Symfony\Component\Console\Application;

$application = new Application();
$scrapper = new ReconFalcon;

$application->add($scrapper);

$application->setDefaultCommand('recon');

$application->run();


Details

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



Screenshots (2)  
  • screenShots/reconFalconHelp.JPG
  • screenShots/reconFalconProcessing.JPG
  Files folder image Files (416)  
File Role Description
Files folder imagesrc (2 files, 1 directory)
Files folder imagevendor (1 file, 4 directories)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file composer.lock Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file recon Example Example script

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:75
This week:0
All time:10,198
This week:524Up