sosec is a command-line toolkit for automated credential testing and HTTP request orchestration on social media platforms. It enables structured interaction with platform endpoints through configurable workflows and input datasets. sosec supports Linux and Windows environments.
Warning
This project is intended for educational and authorized testing purposes only. Do not perform actions on accounts or services without explicit permission.
Licensed under MIT License.
If you are on Linux, you can install sosec with the following command:
git clone https://github.com/samueleamato/sosec && cd sosec && bash setup.sh
If you are on Windows, you can install sosec with the following command:
powershell -Command "Invoke-WebRequest -Uri https://github.com/samueleamato/sosec/archive/refs/heads/main.zip -OutFile main.zip; Expand-Archive main.zip -DestinationPath .; cd .\sosec-main\cmd; pip install -r requirements.txt; cd ..; start windows.bat"
Run the TUI interface:
python3 sosec.py
The interface will guide you through module selection and configuration directly from the terminal.
Basic Workflow
- Launch the TUI.
- Choose the target platform.
- Provide required inputs when prompted.
- Review output directly in the terminal.
Contributions are welcome. Please open an issue to discuss major changes before submitting a pull request.
Join the official Discord server to discuss issues, get help, or contribute: