Skip to content

g0dux/Chat_shodan_discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

# Shodan Bot Shodan Bot is a Discord bot that uses the Shodan API to obtain information about an IP address. 
Shodan is an Internet database that indexes network-connected devices such as cameras, routers, servers, and more. 
The bot allows you to search Shodan by an IP address and receive a summary of the results in an embed.
 ## Requirements To run the bot you need to have: 
- Python 3.8 or higher 
- discord.py 1.7.3 or higher 
- requests 2.26.0 or higher 
- python-dotenv 0.19.0 or higher 
- A Shodan account and an API key 
- A Discord bot token 
## Installation To install the bot, follow these steps: 
- Clone or download this repository to your computer 
- Create a .env file in the bot folder and add the following lines: 
TOKEN=you_token_here API_KEY=you_api_here 
- Replace `you_token_here` with your Discord bot token and `you_api_here` with your Shodan API key 
- Install the necessary libraries with the command: pip install 
-r requirements.txt 
- Run the bot with the command: 
python bot.py 
## Usage To use the bot, you need to invite it to your Discord server and give it permission to send messages and embed links. 
After that, you can use the `?shodan` command followed by a valid IP address to search for Shodan and receive an embed with the results. 
For example: ?shodan 8.8.8.8 The bot will respond with an embed like this: ![embed example] 
## License Shodan Bot is licensed under the MIT License. 
See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages