❯ REPLACE-ME
- Overview
- Features
- Project Structure
- Getting Started
- Project Roadmap
- Contributing
- License
- Acknowledgments
❯ 🔎 Информационный поиск
└──По идентификаторам:
├──Поиск по номеру телефона
├──Поиск по ФИО
├──Поиск по никнейму
├──Поиск по IP-адресу
├──Поиск по базе данных
└──Социальные сети:
├──Поиск по Instagram
├──Анализ профилей VK (онлайн, устройства, группы)
├──Парсинг комментариев и друзей в VK
└──Метаданные:
├──Анализ метаданных фотографий
├──Поиск по геоадресу
└──Специализированные базы:
├──Парсер Doxbin
├──Поиск в даркнет-ссылках
⚡ Security-инструменты
Сетевой анализ:
├──Сканирование портов
├──Поиск IP по домену
└──Телеграм-инструменты:
├──Спамер
├──SMS-бомбер
├──Снос ТГ-аккаунтов
├──Разбан номера в ТГ
└──VK-инструменты:
├──Снос за оскорбления
├──Кастомизированные атаки
🛠️ Дополнительные функции
Генерация фейк-личности
├──Создание временной анонимной почты
├──Составление итоговой пасты данных
├──Мануалы и инструкции
❯ Легальный инструмент для расследований с поддержкой создания отчетов
└── 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.pySHIROMU/
__root__
OSINT.txt ❯ REPLACE-MEsnostg.txt ❯ REPLACE-MEmain.py ❯ REPLACE-MEaboutshiromu.txt ❯ REPLACE-MErequirements.txt ❯ REPLACE-MEstart.bat ❯ REPLACE-MEsnostgc.txt ❯ REPLACE-ME
Config
func_comments_return.py ❯ REPLACE-ME
allbanners
banner2.py ❯ REPLACE-MEbanner3.py ❯ REPLACE-MEbanner1.py ❯ REPLACE-ME
utils
darkforgui.py ❯ REPLACE-MEdorking.py ❯ REPLACE-MEcreate_fake_paste.py ❯ REPLACE-MEimports.py ❯ REPLACE-MEdoxpastecreate.py ❯ REPLACE-MEall_parsers.py ❯ REPLACE-MEip_osint.py ❯ REPLACE-MEnicks.py ❯ REPLACE-MEmetasearch.py ❯ REPLACE-MEphonenumber_search.py ❯ REPLACE-METelegram_connect.py ❯ REPLACE-MEdarklinks.py ❯ REPLACE-ME
localdb
localdbsearch.py ❯ REPLACE-ME
forwindows
aboutshiromu.txt ❯ REPLACE-MESHIROMU.py ❯ REPLACE-ME
Before getting started with SHIROMU, ensure your runtime environment meets the following requirements:
- Programming Language: Python
- Package Manager: Pip
Install SHIROMU using one of the following methods: Docker:
❯ docker run -it realsh1ro/shiromu OR Build from source:
- Clone the SHIROMU repository:
❯ git clone https://github.com/SH1ROdev/SHIROMU- Navigate to the project directory:
❯ cd SHIROMU- Install the project dependencies:
❯ pip install -r requirements.txtRun SHIROMU using the following command:
Using pip
❯ python {entrypoint}Run the test suite using the following command:
Using pip
❯ pytest- 💬 Join the Discussions: Share your insights, provide feedback, or ask questions.
- 🐛 Report Issues: Submit bugs found or log feature requests for the
SHIROMUproject. - 💡 Submit Pull Requests: Review open PRs, and submit your own PRs.
Contributing Guidelines
- Fork the Repository: Start by forking the project repository to your github account.
- Clone Locally: Clone the forked repository to your local machine using a git client.
git clone https://github.com/SH1ROdev/SHIROMU
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear message describing your updates.
git commit -m 'Implemented new feature x.' - Push to github: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
- Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
This project is protected under the MIT-LICENSE License. For more details, refer to the MIT-LICENSE file.
- List any resources, contributors, inspiration, etc. here.