> cat /dev/github | grep security-tools
discovered 03 Aug 2026

sherlock.py

via awesome-list
→ View on GitHub
Sherlock.py is a transpiler that converts Python code into Bash shell scripts, facilitating execution in Unix-like operating systems. Its primary use case includes transforming scripts for portability and ease of maintenance, with notable features such as verbose execution mode, output file generation, and the ability to translate and execute commands directly. Additionally, the tool supports a command package for importing shell commands and offers a piping function to replicate shell command chaining in Python.