
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
A powerful steganography tool that allows you to hide files within images and audio files using LSB (Least Significant Bit) techniques. ShadowBits supports both embedding and extraction operations with optional AES encryption for enhanced security.
pip install -r requirements.txt
pip install shadowbits
# System-wide (with sudo)
curl -sSL https://raw.githubusercontent.com/kaizoku73/ShadowBits/main/install.sh | sudo bash
# User installation (no sudo)
curl -sSL https://raw.githubusercontent.com/kaizoku73/ShadowBits/main/install.sh | bash
# To uninstall Resono (no sudo):
curl -sSL https://raw.githubusercontent.com/kaizoku73/ShadowBits/main/uninstall.sh | bash
# To uninstall Resono (With sudo):
curl -sSL https://raw.githubusercontent.com/kaizoku73/ShadowBits/main/uninstall.sh | sudo bash
ShadowBits provides a command-line interface with four main operations:
shadowbits img embed --in secret.txt --cover image.png --key mysecretkey
shadowbits img extract --stego stego_image.png --key mysecretkey
shadowbits aud embed --in secret.pdf --cover music.wav --key myaudiokey
shadowbits aud extract --stego stego_audio.wav --key myaudiokey
ShadowBits uses the Least Significant Bit (LSB) method to hide data:
For a detailed explanation on LSB steganography and how it works, check out this article: https://kaizoku.gitbook.io/steganography
The tool can hide any file type and will automatically detect and restore the original format using magic byte signatures, including:
shadowbits img embed --in document.pdf --cover vacation.jpg --key family2023
shadowbits img extract --stego stego_file.png --key family2023
shadowbits aud embed --in source_code.zip --cover favorite_song.mp3 --key coding123
ShadowBits includes comprehensive error handling for:
Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
This tool is for educational and legitimate purposes only. Users are responsible for ensuring compliance with applicable laws and regulations when using steganography techniques.
If you encounter any issues or have questions, please open an issue on GitHub.
ShadowBits - Where your secrets hide in plain sight 👁️🗨️
Made by kaizoku
FAQs
Powerful steganography tool for hiding files in images and audio using LSB techniques
We found that shadowbits demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.