Coder Social home page Coder Social logo

cloudxtreme / domain-explorer-tools Goto Github PK

View Code? Open in Web Editor NEW

This project forked from giovanifss/domain-explorer-tools

2.0 2.0 0.0 26 KB

A collection of scripts for explore domains and pick up information.

License: Do What The F*ck You Want To Public License

Shell 100.00%

domain-explorer-tools's Introduction

Domain Explorer Tools

A collection of some useful bash scripts for information gathering and domain exploration.

Domain Explorer

A bash script to solve intern domains of a given url:

  • Ping host from url
  • Download index page
  • Filter index page to get subdomains
  • Solve subdomains through host command
  • Output host's ips

Usage

  • Give permition for the file:
    chmod +x domain-explorer.sh

  • Execute passing the desired url to find hosts:
    ./domain-explorer.sh <your desired url>

  • The hosts and address will be in hosts.txt file

Brute Force Subdomain

A bash script to find subdomains of a given url, using brute force approach:

  • Read possible subdomains from wordlist
  • Try every possibility
  • Output found subdomains

Usage

  • Give permition for the file:
    chmod +x bf-subdomain.sh

  • Execute passing the desired url to find hosts (without the 'www'):
    ./bf-subdomain.sh <your desired url>

  • Passing wordlist:
    You can pass your own wordlist for brute force:
    ./bf-subdomain.sh <your desired url> <path-to-your-wordlist>

  • Example:
    ./bf-subdomain.sh facebook.com
    ./bf-subdomain.sh facebook.com mywordlist.txt

Content Scanner

A bash script to find files and directories in a given domain, using burte force approach:

  • Read possible files or directories from wordlist
  • Try every possibility
  • Output found files or directories

Usage

  • Give permition for the file:
    chmod +x content-scanner.sh

  • Execute passing the desired url to find hosts (without the 'www'):
    ./content-scanner.sh <your desired url>

  • Passing wordlist:
    You can pass your own wordlist for brute force:
    ./content-scanner.sh <your desired url> <path-to-your-wordlist>

Network Block Scan

A bash script for scan a especified ip range in a network, searching for alive hosts.

Usage

  • Give permition for the file:
    chmod +x network-block-scan.sh

  • Execute passing the first 3 octets of the network's ip, the first host to be scanned and the last host to be scanned:
    ./network-block-scan.sh <first-3-octets-network-ip> <first-host-to-scan> <last-host-to-scan>

  • Example:
    ./network-block-scan.sh 216.58.202 100 150
    This will search all alive hosts in 216.58.202.100 ~ 216.58.202.150

Zone Transfer

A bash script for try a zone transfer in a given domain

Usage

  • Give permition for the file:
    chmod +x zone-transfer.sh

  • Execute passing the target for a zone transfer:
    ./zone-transfer.sh <domain for attempt>

License

This collection of scripts is under the WTFPL license, you can read more about this in:
http://www.wtfpl.net/about/

domain-explorer-tools's People

Contributors

giovanifss avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.