Skip to content

Andrey-oss/Simple-Osint-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

** Simple Osint Bot **

License: MIT Platform

Description

Simple OSINT Bot is a straightforward and easy-to-use bot for performing basic OSINT tasks. It provides functions for gathering information about:

  • BSSID (MAC address of an access point)
  • IP address

The project is designed to be simple yet extensible, making it suitable for a wide range of users

Key Features

  • Modular Core: This bot’s structure allows users to create their own modules that are automatically loaded when the bot starts. This approach makes the bot highly adaptable and easy to expand with new functionalities
  • Cross-Platform Compatibility: Compatible with Linux, Windows, and macOS (tested on Arch Linux)
  • MIT License: The project is open-source under the MIT license, making it free to use and modify

Installation and Usage

  1. Clone the repository:

    git clone https://github.com/Andrey-oss/Simple-Osint-Bot
    cd Simple-Osint-Bot
  2. Install required dependencies:

    pip3 install -r requirements.txt
  3. Run the bot:

    python3 main.py

Creating Your Own Module

To create your own module, simply add a Python file to the modules directory, and it will be loaded automatically when the bot starts. For more details, check example module

Requirements

  • Python 3.8+ (tested on Python3.12)
  • Compatibility: Linux, Windows, macOS (tested on Linux)

Settings

You have to follow the instructions about setting up the bot, please read the documentation

License

This project is licensed under the MIT License. See LICENSE for details

Feedback and Support

If you have any questions, suggestions, or need support, feel free to open an issue or contact us at:

About

Simple Osint Bot written on Python3 with settings and plugin core!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published