Skip to content

SH1ROdev/SHIROMU

Repository files navigation

SHIROMU

❯ REPLACE-ME

license last-commit repo-top-language repo-language-count


Table of Contents


Overview

❯ 🔎 Информационный поиск └──По идентификаторам:

├──Поиск по номеру телефона

├──Поиск по ФИО

├──Поиск по никнейму

├──Поиск по IP-адресу

├──Поиск по базе данных

└──Социальные сети:

├──Поиск по Instagram

├──Анализ профилей VK (онлайн, устройства, группы)

├──Парсинг комментариев и друзей в VK

└──Метаданные:

├──Анализ метаданных фотографий

├──Поиск по геоадресу

└──Специализированные базы:

├──Парсер Doxbin

├──Поиск в даркнет-ссылках

⚡ Security-инструменты Сетевой анализ:

├──Сканирование портов

├──Поиск IP по домену

└──Телеграм-инструменты:

├──Спамер

├──SMS-бомбер

├──Снос ТГ-аккаунтов

├──Разбан номера в ТГ

└──VK-инструменты:

├──Снос за оскорбления

├──Кастомизированные атаки

🛠️ Дополнительные функции Генерация фейк-личности

├──Создание временной анонимной почты

├──Составление итоговой пасты данных

├──Мануалы и инструкции


Features

❯ Легальный инструмент для расследований с поддержкой создания отчетов


Project Structure

└── SHIROMU/
    ├── Config
    │   └── func_comments_return.py
    ├── LICENSE
    ├── OSINT.txt
    ├── README.md
    ├── aboutshiromu.txt
    ├── allbanners
    │   ├── banner1.py
    │   ├── banner2.py
    │   └── banner3.py
    ├── forwindows
    │   ├── SHIROMU.exe
    │   ├── SHIROMU.png
    │   ├── SHIROMU.py
    │   ├── aboutshiromu.txt
    │   └── main.gif
    ├── localdb
    │   └── localdbsearch.py
    ├── main.exe
    ├── main.py
    ├── requirements.txt
    ├── snostg.txt
    ├── snostgc.txt
    ├── start.bat
    └── utils
        ├── Telegram_connect.py
        ├── __init__.py
        ├── all_parsers.py
        ├── create_fake_paste.py
        ├── darkforgui.py
        ├── darklinks.py
        ├── dorking.py
        ├── doxpastecreate.py
        ├── imports.py
        ├── ip_osint.py
        ├── metasearch.py
        ├── nicks.py
        └── phonenumber_search.py

Project Index

SHIROMU/
__root__
OSINT.txt ❯ REPLACE-ME
snostg.txt ❯ REPLACE-ME
main.py ❯ REPLACE-ME
aboutshiromu.txt ❯ REPLACE-ME
requirements.txt ❯ REPLACE-ME
start.bat ❯ REPLACE-ME
snostgc.txt ❯ REPLACE-ME
Config
func_comments_return.py ❯ REPLACE-ME
allbanners
banner2.py ❯ REPLACE-ME
banner3.py ❯ REPLACE-ME
banner1.py ❯ REPLACE-ME
utils
darkforgui.py ❯ REPLACE-ME
dorking.py ❯ REPLACE-ME
create_fake_paste.py ❯ REPLACE-ME
imports.py ❯ REPLACE-ME
doxpastecreate.py ❯ REPLACE-ME
all_parsers.py ❯ REPLACE-ME
ip_osint.py ❯ REPLACE-ME
nicks.py ❯ REPLACE-ME
metasearch.py ❯ REPLACE-ME
phonenumber_search.py ❯ REPLACE-ME
Telegram_connect.py ❯ REPLACE-ME
darklinks.py ❯ REPLACE-ME
localdb
localdbsearch.py ❯ REPLACE-ME
forwindows
aboutshiromu.txt ❯ REPLACE-ME
SHIROMU.py ❯ REPLACE-ME

Getting Started

Prerequisites

Before getting started with SHIROMU, ensure your runtime environment meets the following requirements:

  • Programming Language: Python
  • Package Manager: Pip

Installation

Install SHIROMU using one of the following methods: Docker:

❯ docker run -it realsh1ro/shiromu 

OR Build from source:

  1. Clone the SHIROMU repository:
❯ git clone https://github.com/SH1ROdev/SHIROMU
  1. Navigate to the project directory:
cd SHIROMU
  1. Install the project dependencies:

Using pip  

❯ pip install -r requirements.txt

Usage

Run SHIROMU using the following command: Using pip  

❯ python {entrypoint}

Testing

Run the test suite using the following command: Using pip  

❯ pytest

Contributing

Contributing Guidelines
  1. Fork the Repository: Start by forking the project repository to your github account.
  2. Clone Locally: Clone the forked repository to your local machine using a git client.
    git clone https://github.com/SH1ROdev/SHIROMU
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
  6. Push to github: Push the changes to your forked repository.
    git push origin new-feature-x
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
  8. Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
Contributor Graph


License

This project is protected under the MIT-LICENSE License. For more details, refer to the MIT-LICENSE file.


Acknowledgments

  • List any resources, contributors, inspiration, etc. here.

Releases

No releases published

Packages

 
 
 

Contributors

Languages