bots-scheduler icon indicating copy to clipboard operation
bots-scheduler copied to clipboard

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

Bots Scheduler Tweet

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

Read The Docs Build Status Requirements Status Known Vulnerabilities License

This application is a scheduling system based on Nextdoor Scheduler that uses jobs templated upon 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.

$ 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

Forkers repo roster for @dhondta/bots-scheduler

Back to top