Git Product home page Git Product logo

reconftw's Introduction


reconftw
ReconFTW

A simple bash script for full recon

๐Ÿšง Warning ๐Ÿšง

This is a live development project, until the first stable release (1.0) it will be constantly updated in master branch, so if you have detected any bug, you can open an issue or ping me over Telegram or Twitter and I will try to do my best :)

Table of Contents

Summary

ReconFTW performs automated enumeration of subdomains via various techniques and futher scanning for vulnerabilties, to give you a potential vulns.

Installation

git clone https://github.com/six2dez/reconftw
cd reconftw
chmod +x *.sh
./install.sh
./reconftw.sh -d target.com -a
  • It is highly recommended, and in some cases essential, to set your api keys or env variables:
    • amass config file(~/.config/amass/config.ini)
    • subfinder config file(~/.config/subfinder/config.yaml)
    • GitHub tokens file(~/Tools/.github_tokens) Recommended > 5, see how to create here
    • favup API(shodan init <SHODANPAIDAPIKEY>)
    • SSRF Server var(COLLAB_SERVER env var)
    • Blind XSS Server var(XSS_SERVER env var)

Usage

TARGET OPTIONS

Flag Description Example
-d Target domain ./reconftw.sh -d abc.com
-l Targets list, one per line ./reconftw.sh -l sites.txt
-x Exclude subdomains list (Out Of Scope) ./reconftw.sh -x oos.txt

MODE OPTIONS

Flag Description Example
-a Perform all checks ./reconftw.sh -d abc.com -a
-s Full subdomains scan (Subs, tko and probe) ./reconftw.sh -d abc.com -s
-w Perform web checks only without subs (-l required) ./reconftw.sh -d abc.com -w
-i Check all needed tools ./reconftw.sh -i
-v Debug/verbose mode, no file descriptor redir ./reconftw.sh -d abc.com -v
-h Show this help ./reconftw.sh -h

GENERAL OPTIONS

Flag Description Example
--deep Deep scan (Enable some slow options for deeper scan) ./reconftw -d abc.com -a --deep
--fs Full scope (Enable widest scope domain options) ./reconftw -d abc.com -a --fs
-o Subdomain permutations and resolution (-l required) ./reconftw -d abc.com -a -o /output/here/

๐Ÿ”ฅ Features ๐Ÿ”ฅ

Mindmap/Workflow

Mindmap

โŒ› Improvement plan โŒ›

These are the next features that would come soon, take a look at all our pending features and feel free to contribute:

  • Notification support
  • HTML Report
  • In Scope file support
  • ASN/CIDR/Name allowed as target

You can support this work buying me a coffee:

Thanks

For their great feedback, support, help or for nothing special but well deserved:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.