Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ThibaudKieffer/shodanbot
- Owner: ThibaudKieffer
- Created: 2015-02-25T21:44:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-25T21:49:17.000Z (over 9 years ago)
- Last Synced: 2023-02-28T09:41:43.138Z (over 1 year ago)
- Language: Python
- Size: 129 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-ip-search-engines - IRC Shodan Bot
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.