An open API service indexing awesome lists of open source software.

https://github.com/dhondta/bots-scheduler

Cron-like system based on Nextdoor Scheduler, PyBots and Tinyscript
https://github.com/dhondta/bots-scheduler

censys cron ghostproject have-i-been-pwned have-i-been-sold job-scheduler jobs ndscheduler nuclear-leaks osint pybots scanning scheduler shodan task-scheduler tasks tinyscript

Last synced: 12 months ago
JSON representation

Cron-like system based on Nextdoor Scheduler, PyBots and Tinyscript

Awesome Lists containing this project

README

          


Bots Scheduler Tweet


Schedule your OSINT task the Cron way with a Web interface.

[![Read The Docs](https://readthedocs.org/projects/bots-scheduler/badge/?version=latest)](https://bots-scheduler.readthedocs.io/en/latest/?badge=latest)
[![Known Vulnerabilities](https://snyk.io/test/github/dhondta/bots-scheduler/badge.svg?targetFile=requirements.txt)](https://snyk.io/test/github/dhondta/bots-scheduler?targetFile=requirements.txt)
[![License](https://img.shields.io/badge/license-AGPL%20v3-lightgrey.svg)](https://github.com/dhondta/bots-scheduler/blob/master/LICENSE)

This application is a scheduling system based on [Nextdoor Scheduler](https://github.com/Nextdoor/ndscheduler/) that uses jobs templated upon [PyBots](https://github.com/dhondta/pybots/). It especially focuses on tasks derived from security-related Web services like Shodan or Censys. Additionally, it protects the original Web server from Nextdoor with an authentication proxy based on [mitmproxy](https://github.com/mitmproxy/mitmproxy/).

```sh
$ git clone https://github.com/dhondta/bots-scheduler.git
$ cd bots-scheduler
$ ./bots-scheduler reset
<<< adapt conf/db.ini and conf/smtp.ini >>>
```

## :sunglasses: Demonstrations

Running the server from the command line

Authenticating with the reverse proxy

Browsing the WUI panels

Adding and running a job, inspecting the report

## :clap: Supporters

[![Stargazers repo roster for @dhondta/bots-scheduler](https://reporoster.com/stars/dark/dhondta/bots-scheduler)](https://github.com/dhondta/bots-scheduler/stargazers)

[![Forkers repo roster for @dhondta/bots-scheduler](https://reporoster.com/forks/dark/dhondta/bots-scheduler)](https://github.com/dhondta/bots-scheduler/network/members)

Back to top