GithubHelp home page GithubHelp logo

zeroc00i / assetwatcher Goto Github PK

View Code? Open in Web Editor NEW

This project forked from amirhosseinbidokhti/assetwatcher

0.0 0.0 0.0 330 KB

A tool to notify you of the latest changes in bug bounty programs.

JavaScript 100.00%

assetwatcher's Introduction

assetNotifier

A tool to notify you of the latest changes in bug bounty programs.

It uses https://github.com/arkadiyt/bounty-targets-data API.

New Assets -> Less Hunted -> Instant Notfication -> More Chance of Hunting

Features

  • Get notified of newly launched programs on platforms.
  • Get notified of new assets added to programs.
  • Get notified of change in payment policies (0->$)

Installation

assetNotifier requires Node.js v14+ to run.

I recommend installing Node.js using "nvm" which is a version manager for node. https://github.com/nvm-sh/nvm

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
nvm install node # "node" is an alias for the latest version

Install the dependencies.

cd assetNotifier
npm i

Usage

I . Go to helper/constant.js and paste your discord hook.

II. In order to start using the tool you need to first create and intialize your JSON database for each platform. To do so, run the command below.

node index.js init

III. Now you can start watching ๐Ÿ‘

node index.js watch

Cron Job

Automate the flow by making a cron job using crontab.

Depend on how you install the node.js the location of its binary might vary.

Use https://crontab.cronhub.io/ to generate your desired cron expression. (e.g */30 * * * * -> run every 30 mintues)

For example copy this into file opened by "crontab -e" and change the directory path with your own.

*/30 * * * * /root/.nvm/versions/node/v17.3.0/bin/node /path/to/proram/assetNotifier/index.js watch >> /var/log/watcher

assetwatcher's People

Contributors

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