Giter Site home page Giter Site logo

frogy's Introduction

Made with ❤️ ❤️ ❤️ from frogy

My goal is to create an open-source Attack Surface Management solution and make it capable to find all the IPs, domains, subdomains, live websites, login portals for one company.

How it can help a large company (Some usecases):

  • Vulnerability management team: Can use the result to feed into their known and unknown assets database to increase their vulnerability scanning coverage.
  • Threat intel team: Can use the result to feed into their intel DB to prioritize proactive monitoring for critical assets.
  • Asset inventory team: Can use the result to keep their asset inventory database up-to-date by adding new unknown assets facing Internet and finding contact information for the assets inside your organization.
  • SOC team: Can use the result to identify what all assets they are monitoring vs. not monitoring and then increase their coverage slowly.
  • Patch management team: Many large organizations are unaware of their legacy, abandoned assets facing the Internet; they can utilize this result to identify what assets need to be taken offline if they are not being used.

It has multiple use cases depending your organization's processes and technology landscpae.

Logic
Frogy

Features

  • 🐸 Horizontal subdomain enumeration
  • 🐸 Vertical subdomain enumeration
  • 🐸 Resolving subdomains to IP
  • 🐸 Identifying live web applications
  • 🐸 Identifying web applications with login portals enabled
  • Requirements: Go Language, Python 3.+, jq

  • Installation

    Login as root and run the below command.
    chmod +x install.sh
    ./install.sh
  • Usage

    ./frogy.sh
  • Demo
    Frogy

  • Output

    Output file will be saved inside the output/company_name/outut.csv folder. Where company_name is any company name which you give as an input to 'Organization Name' at the start of the script.
    

TODO

  • ✔️ Efficient folder structure management
  • ✔️ Resolving subdomains using dig
  • ✔️ Add dnscan for extened subdomain enum scope
  • ✔️ Eliminate false positives.
  • ✔️ Bug Fixed, for false positive reporting of domains and subdomains.
  • ✔️ Searching domains through crt.sh via registered organization name from WHOIS instead of domain name created some garbage data. Filtered result to only grab domains and nothing else.
  • ✔️ Now finds live websites on all standard/non-standard ports.
  • ✔️ Now finds all websites with login portals. It also checks websites home page that redirects to login page automatically upon opening.
  • ✔️ Now finds live web application based on top 1000 shodan http/https ports through facet analysis. Uses Naabu for fast port scan followed by httpx. (Credit: @nbk_2000)
  • ✔️ Generate CSV (Root domains, Subdomains, Live sites, Login Portals)
  • ✔️ Now provides output for resolved subdomains
  • ✔️ Added WayBackEngine support from another project
  • ✔️ Added BufferOver support from another project.
  • ✔️ Added Amass coverage.
  • 🚧 Add docker support to avoid dependency issues.
  • 🚧 Add progress bar for each main feature runnign so it shows some progress while running.
  • 🚧 Reducing execution time by performing resolved asset's port discovery.
  • ✔️ Add crobat support from Rapid7.

A very warm thanks to the authors of the tools used in this script.

Initial repo created - A few weeks back below date.
Date - 4 March 2019, Open-sourced
Date - 19 March 2021, Major changes

Warning/Disclaimer: Read the detailed disclaimer at my blog - https://github.com/iamthefrogy/Disclaimer-Warning/blob/main/README.md
Logo credit - www.designevo.com

frogy's People

Contributors

iamthefrogy avatar aels avatar rudsarkar 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.