Code Monkey home page Code Monkey logo

submonitor's Introduction

submonitor by xpl0ited1


Description

Subdomain monitor with reporting capabilities to Slack, Discord and Telegram

Usage:

Configure the scanning targets on the targets.txt file, set the reporting config at the config.yaml, then create a cronjob to execute every day

crontab -e

0 8 * * * /usr/bin/submonitor

Download the compiled binary from the releases section: https://github.com/xpl0ited1/submonitor/releases/

Or compile it by yourself

git clone https://github.com/xpl0ited1/submonitor/
cd submonitor
go build main.go

./submonitor -h
submonitor v1.0.3
 -arf
        if specified the tool will report the subdomains to ARF API
  -b    if specified the tool will try to bruteforce subdomains
  -c string
        path to the config.yaml file (default: $HOME/.config/submonitor/config.yaml) 
  -dt int
        timeout for dns queries when bruteforcing (default 5000)
  -r string
        dns server using for resolving subdomains. ex.: 8.8.8.8:53
  -t string
        path to the targets.txt file (default: $HOME/.config/submonitor/targets.txt)
  -w string
        path to the wordlists that will be used to bruteforce subdomains (default: $HOME/.config/submonitor/brute.txt)

Contribute

If you would like contribute with this project just ping me on twitter @xpl0ited1 or create a pull request

submonitor's People

Contributors

pelaohxc avatar xpl0ited1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

blkryd

submonitor's Issues

Document the code!

Add comments on functions and variables so others can know what it does

Improve subdomain bruteforcing

Is needed to make the subdomain bruteforce functionality more efficient and faster, because if you pass a wordlist with >60000 records it hangs for about 2 hours, as the functionality is not based on http requests it may be used on a different thread while the other functions run

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.