All Projects β†’ thehackersbrain β†’ hiddenwave

thehackersbrain / hiddenwave

Licence: GPL-3.0 License
An Audio Steganography Tool, written in C++

Programming Languages

C++
36643 projects - #6 most used programming language
shell
77523 projects
CMake
9771 projects

Projects that are alternatives of or similar to hiddenwave

HiddenWave
Hide Your Secret Message in any Wave Audio File.
Stars: ✭ 97 (+110.87%)
Mutual labels:  steganography, steganography-algorithms, audio-steganography
Stegcloak
Hide secrets with invisible characters in plain text securely using passwords πŸ§™πŸ»β€β™‚οΈβ­
Stars: ✭ 2,379 (+5071.74%)
Mutual labels:  steganography, hacking-tool
Bramble
Bramble is a hacking Open source suite.
Stars: ✭ 60 (+30.43%)
Mutual labels:  steganography, hacking-tool
StegX
Steganography (BMP, PNG, WAV, MP3, AVI, FLV)
Stars: ✭ 22 (-52.17%)
Mutual labels:  steganography, steganography-algorithms
pixcryption
πŸ“· Pixel Safe Encryption - Now Cryptographically Secure πŸ”’
Stars: ✭ 56 (+21.74%)
Mutual labels:  steganography, steganography-algorithms
Cloakify
CloakifyFactory - Data Exfiltration & Infiltration In Plain Sight; Convert any filetype into list of everyday strings, using Text-Based Steganography; Evade DLP/MLS Devices, Defeat Data Whitelisting Controls, Social Engineering of Analysts, Evade AV Detection
Stars: ✭ 1,136 (+2369.57%)
Mutual labels:  steganography, hacking-tool
Hidden-Eye
Hide data into Picture
Stars: ✭ 39 (-15.22%)
Mutual labels:  steganography, steganography-algorithms
gif-msg
Hide 127 bytes in a gif without touching any pixels or colors
Stars: ✭ 26 (-43.48%)
Mutual labels:  steganography, steganography-algorithms
Foxss-XSS-Penetration-Testing-Tool
Foxss is a simple php based penetration Testing Tool.Currently it will help to find XSS vulnerability in websites.
Stars: ✭ 35 (-23.91%)
Mutual labels:  hacking-tool
busysteg
πŸ‘» Hide information content into busy areas of images, optimally
Stars: ✭ 62 (+34.78%)
Mutual labels:  steganography
hide-me
Mac and hostname random changer
Stars: ✭ 33 (-28.26%)
Mutual labels:  hacking-tool
sudohulk
try privilege escalation changing sudo command
Stars: ✭ 114 (+147.83%)
Mutual labels:  hacking-tool
TORhunter
Designed to scan and exploit vulnerabilities within Tor hidden services. TORhunter allows most tools to work as normal while resolving .onion
Stars: ✭ 47 (+2.17%)
Mutual labels:  hacking-tool
Phirautee
A proof of concept crypto virus to spread user awareness about attacks and implications of ransomwares. Phirautee is written purely using PowerShell and does not require any third-party libraries. This tool steals the information, holds an organisation’s data to hostage for payments or permanently encrypts/deletes the organisation data.
Stars: ✭ 96 (+108.7%)
Mutual labels:  hacking-tool
trj
Execute any command in other's computer using a trojan horse coded and compiled in C. Just for educational purpose.
Stars: ✭ 21 (-54.35%)
Mutual labels:  hacking-tool
VirusX5
The Most Powerful Fake Page Redirecting tool...
Stars: ✭ 15 (-67.39%)
Mutual labels:  hacking-tool
awesome-pentest-tools
List of Security Archives Tools and software, generally for facilitate security & penetration research. Opening it up to everyone will facilitate a knowledge transfer. Hopefully the initial set will grow and expand.
Stars: ✭ 34 (-26.09%)
Mutual labels:  hacking-tool
Domainker
BugBounty Tool
Stars: ✭ 40 (-13.04%)
Mutual labels:  hacking-tool
GetPwd
It's a tool which generate a dictionary from a csv containing personals informations. Generate all common passwords based on perso info. (leet transformations and combinatory processing)
Stars: ✭ 46 (+0%)
Mutual labels:  hacking-tool
Infect
Create you virus in termux!
Stars: ✭ 33 (-28.26%)
Mutual labels:  hacking-tool

HiddenWave

Hide your personal Data inside The Audio wav file
Written in C++ by Gaurav Raj [TheHackersBrain]

bannerImage

Hiddenwave is an audio steganography tool written in C++ for hiding your files or messages inside a .wav or .mp3 audio file. You might be wondering, In C++ πŸ˜• ?? You could have done it easily in Python πŸ˜‘. Yeah! I could but we are hackers Gentleman, We love challenges 😎. This tool is inspired by HiddenWave created by Techchip.

NOTE: This tool only supports the .mp3 and .wav audio files and can hide any other files inside the audio file.

Version

Hiddenwave 1.2.1

Requirement

Todo

  • Adding Support to hide files inside audio files
  • Adding Support to .mp3 files
  • Improving UI by adding some colors

Installation and Uses

Automated Installation (Recommanded)

Change the directory to where you want to install this tool and run the follwing command

curl https://raw.githubusercontent.com/thehackersbrain/hiddenwave/main/install.sh -s | bash

Manual Installation

  • Make Sure all requirements are installed
sudo apt install libboost-all-dev cmake -y
  • Git clone this repo and change the directory
git clone https://github.com/thehackersbrain/hiddenwave.git && cd hiddenwave
  • Now Build the package
mkdir build && cd build && cmake ..
  • Now make the final binary
make
  • Copy the binary in /usr/bin/ for easy access (optional)
sudo cp hiddenwave /usr/bin/

How to Use

Hiding Data

  • For hiding files inside .wav audio file.
    ./hiddenwave -i input.wav -f filetobehidden.txt -o output.wav
    
  • For hiding message inside .wav audio file.
    ./hiddenwave -i input.wav -m 'Dummy Message' -o output.wav
    

Extracting Data

./hiddenwave -i output.wav
  • If the hidden data is some message, it will be printed on the terminal.
  • If the hidden data is a file, it will be extracted on the current directory.

Credits

Inspired by: HiddenWave by Techchip

Author

Creator: Gaurav Raj
Portfolio: Here
Blog: TheHackersBrain Blog
Projects: Here
Twitter: @thehackersbrain
TryHackMe: hackersbrain

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].