UNDERCODE COMMUNITY
2.68K subscribers
1.23K photos
31 videos
2.65K files
80.1K links
🦑 Undercode Cyber World!
@UndercodeCommunity


1️⃣ World first platform which Collect & Analyzes every New hacking method.
+ AI Pratice
@Undercode_Testing

2️⃣ Cyber & Tech NEWS:
@Undercode_News

3️⃣ CVE @Daily_CVE

Web & Services:
Undercode.help
Download Telegram
Forwarded from UNDERCODE NEWS (Copyright & Fact Checker)
Forwarded from UNDERCODE TESTING
🦑Advanced Steganography Tool made with Python:

Installation

1. Clone the repository:
   kali@kali:~$ git clone https://github.com/Sanjipan/Steganography


2. Install required Python libraries:
   kali@kali:~$ pip install argparse
kali@kali:~$ pip install Wave
kali@kali:~$ sudo pip install opencv-python
kali@kali:~$ pip install numpy
kali@kali:~$ pip install Pillow
kali@kali:~$ pip install pytest-shutil
kali@kali:~$ pip install subprocess.run
kali@kali:~$ sudo pip install stegano


How to Use

1. Navigate to the project directory:
   kali@kali:~$ cd Steganography


2. Encoding/Decoding Files:

- For Audio Files:
- Encoding:
       sudo python3 ./Steganography.py -a -e <location of file>

- Decoding:
       sudo python3 ./Steganography.py -a -d <location of file>


- For Video Files:
- Encoding:
       sudo python3 ./Steganography.py -v -e <location of file>

- Decoding:
       sudo python3 ./Steganography.py -v -d <location of file>


- For Image Files:
- Encoding:
       sudo python3 ./Steganography.py -i -e <location of file>

- Decoding:
       sudo python3 ./Steganography.py -i -d <location of file>


- For Text Files:
- Encoding:
       sudo python3 ./Steganography.py -t -e <location of file>

- Decoding:
       sudo python3 ./Steganography.py -t -d <location of file>


3. For Help:
   sudo python3 ./Steganography.py -h
sudo python3 ./Steganography.py --help


For more detailed usage and code, visit the repository [here](https://github.com/Sanjipan/Steganography).