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.
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.
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.
For more info, visit the repository:
https://github.com/samueleamato/sosec