Code Monkey home page Code Monkey logo

webrecon's Introduction

WebRecon - another wildcard domain recon script

Dependencies

Golang

tested on go1.16.3

Other tools that must be reachable within your $PATH:

  1. amass
  2. subfinder
  3. shuffledns
  4. dnsgen

What does this tool do?

  1. takes input as a list of root-domains
    • foo.com
    • bar.com
    • . . .
  2. runs amass, subfinder & prepends a lot of words to each root-domain
    • on prepending: currently doing this by splitting a wordlist isnt many chunks on disk, then starting a goroutine for each one. shit but it works.
  3. combines the results of these 3 jobs into one file: subdomainscombined.txt
  4. for each root-domain, it runs shuffledns with massdns' resolver list
    • wildcard filtering enabled.
      • Wildcard filtering can only be used when specifying a root-domain to test with, this is why shuffledns is ran for each domain.
  5. takes the output of shuffledns, and runs dnsgen. This generates a new file containing permutations of shuffledns' output.
  6. runs shuffledns against the dnsgen output, to unconver even more subdomains.
  7. outputs a directory for each domain, containing results.

How to use

Within the WebRecon folder, you can test the script with the "Google-Example" program.

  1. Edit the domains within ./Program/Google-Example/domains.txt

  2. Run WebRecon ./WebRecon Google-Example

  3. Output is placed into ./Programs/Google-Example/

Resources:

This tool is based off awesome blogs by 0xPatrik

webrecon's People

Contributors

sammooredev avatar

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.