Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ThibaudKieffer/shodanbot

An IRC bot who execute shodan queries
https://github.com/ThibaudKieffer/shodanbot

Last synced: about 7 hours ago
JSON representation

An IRC bot who execute shodan queries

Awesome Lists containing this project

README

        

The goal of this script is to perform shodan query on an irc channel.

I created it with Debian Wheezy

Necessary packets are :

- Python version is 2.7 : sudo apt-get install python.
- Pip (Download and install it with instructions at https://pip.pypa.io/en/latest/installing.html).
- Shodan : sudo pip install shodan (docs at https://shodan.readthedocs.org/en/latest/).
- Irc library for python : sudo apt-get install python-irclib.

Launch the script with : python shodanbot.py in the good folder.