Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VincentDS/HackerOne-Notifier
Send notifications if a new program is published on HackerOne using Pushbullet
https://github.com/VincentDS/HackerOne-Notifier
bugbounty hackerone notifications pushbullet
Last synced: 21 days ago
JSON representation
Send notifications if a new program is published on HackerOne using Pushbullet
- Host: GitHub
- URL: https://github.com/VincentDS/HackerOne-Notifier
- Owner: VincentDS
- Created: 2017-03-10T15:21:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T15:07:18.000Z (almost 8 years ago)
- Last Synced: 2024-08-05T17:38:47.032Z (4 months ago)
- Topics: bugbounty, hackerone, notifications, pushbullet
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 26
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - VincentDS/HackerOne-Notifier - Send notifications if a new program is published on HackerOne using Pushbullet (Python)
README
# HackerOne-Notifier
HackerOne-Notifier is a simple application which sends out a notification to your favorite device whenever a new program is available on HackerOne. Notifications are send out using Pushbullet. Currently the application supports the following functions:
- Use HackerOne's filters to filter out uninteresting programs.
- Initial notification when the app launches.
- Change the interval rate on which the app checks for new programs.## Usage
1. Clone the repository.
2. Create a new config file `config.py` similar to `config-example.py` with the preferred settings and your Pushbullet API key.
3. Install the requirements: `pip install -r requirements.txt`.
4. Use no hangup to run the program in background: `nohup python /path/to/hackerone-notifier.py &`.
5. Preferably, put this in `/etc/rc.local` to launch the app at startup.