Git Product home page Git Product logo

subpull's Introduction

subPull

Just a simple bash script to automate Subdomain enumeration using subfinder, sublist3r, assetfinder and notify the findings on Telegram. The script is designed to run and generate a file with new subdomains daily. If your run the script multiple time in a day, you will not be able discover new subdomains.


Requirements:

Features

  • When running the script for the first time, the script notify you via telegram all the subdomains found.

    subdomains first scan

  • When running the script next time. It will notify you new subdomains found(if there are any) by comparing the subdomains found and the subdomains found of the previous day.

    new subdomains

  • You can automate the script daily using cron (e.g: 0 7 * * * /home/user/dir/subPull/subPull.sh)

Usage

  • Repository subPull repo

  • Create a bot on your Telegram App, retrieve your user-id and api-key and edit subPull.sh on line 15 and 16 with the correct credentials.

user_telegram="[USER_TELEGRAM_ID]"
key_telegram="[TELEGRAM_KEY]"
  • Change the targets.txt with the domains whose subdomains you want. These should be in below format:
example.com
hackerone.com
yahoo.com
  • To run the tool, simply:
./subPull.sh

Bonus

Set a cron job to run the script automatically.

(e.g: Run the script every day at 8A.M)

0 8 * * * /home/user/dir/subPull/subPull.sh

subpull's People

Contributors

kerminal101 avatar

Stargazers

 avatar @Giddyspurz avatar Omkay avatar ╰─❯$ BrianTech★ avatar 0xA avatar Yannick Musafiri avatar  avatar

Watchers

James Cloos avatar  avatar Kevin Nyawakira 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.