All Projects → bannsec → Stegoveritas

bannsec / Stegoveritas

Licence: gpl-2.0
Yet another Stego Tool

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Stegoveritas

Hackingtool
ALL IN ONE Hacking Tool For Hackers
Stars: ✭ 7,521 (+4542.59%)
Mutual labels:  steganography
Desudesutalk
Steganography for imageboards
Stars: ✭ 100 (-38.27%)
Mutual labels:  steganography
Stegbrute
Fast Steganography bruteforce tool written in Rust useful for CTF's
Stars: ✭ 134 (-17.28%)
Mutual labels:  steganography
F5stegojs
JPEG steganography for browser and node. F5 algo in pure javascript.
Stars: ✭ 42 (-74.07%)
Mutual labels:  steganography
Pentesting toolkit
🏴‍☠️ Tools for pentesting, CTFs & wargames. 🏴‍☠️
Stars: ✭ 1,268 (+682.72%)
Mutual labels:  steganography
Stegonline
A web-based, accessible and open-source port of StegSolve.
Stars: ✭ 105 (-35.19%)
Mutual labels:  steganography
Jsteg
JPEG steganography
Stars: ✭ 448 (+176.54%)
Mutual labels:  steganography
Malware
Rootkits | Backdoors | Sniffers | Virus | Ransomware | Steganography | Cryptography | Shellcodes | Webshells | Keylogger | Botnets | Worms | Other Network Tools
Stars: ✭ 156 (-3.7%)
Mutual labels:  steganography
Tweetable Polyglot Png
Pack up to 3MB of data into a tweetable PNG polyglot file.
Stars: ✭ 299 (+84.57%)
Mutual labels:  steganography
Steganogan
SteganoGAN is a tool for creating steganographic images using adversarial training.
Stars: ✭ 124 (-23.46%)
Mutual labels:  steganography
Bramble
Bramble is a hacking Open source suite.
Stars: ✭ 60 (-62.96%)
Mutual labels:  steganography
Stegextract
Detect hidden files and text in images
Stars: ✭ 79 (-51.23%)
Mutual labels:  steganography
Information Security Tasks
This repository is created only for infosec professionals whom work day to day basis to equip ourself with uptodate skillset, We can daily contribute daily one hour for day to day tasks and work on problem statements daily, Please contribute by providing problem statements and solutions
Stars: ✭ 108 (-33.33%)
Mutual labels:  steganography
Stegify
🔍 Go tool for LSB steganography, capable of hiding any file within an image.
Stars: ✭ 927 (+472.22%)
Mutual labels:  steganography
Steg86
Hiding messages in x86 programs using semantic duals
Stars: ✭ 136 (-16.05%)
Mutual labels:  steganography
Pyexfil
A Python Package for Data Exfiltration
Stars: ✭ 554 (+241.98%)
Mutual labels:  steganography
Steganographer
Steganograpy in Python | Hide files or data in Image Files
Stars: ✭ 104 (-35.8%)
Mutual labels:  steganography
Audiostego
Audio file steganography. Hides files or text inside audio files and retrieve them automatically
Stars: ✭ 160 (-1.23%)
Mutual labels:  steganography
Audio Steganography Algorithms
A Library of Audio Steganography & Watermarking Algorithms
Stars: ✭ 146 (-9.88%)
Mutual labels:  steganography
Stego Toolkit
Collection of steganography tools - helps with CTF challenges
Stars: ✭ 1,693 (+945.06%)
Mutual labels:  steganography

Build Status PyPI Statistics Latest Release

StegoVeritas

Yet another Stego Tool

Quick Start

Install

Option 1 -- pip

$ pip3 install stegoveritas
$ stegoveritas_install_deps

stegoveritas_install_deps currently supports: ubuntu, debian, kali, parrotOS, fedora, archlinux.

Option 2 -- docker

$ sudo docker run -it --rm bannsec/stegoveritas

Option 3 -- BlackArch

$ sudo pacman -S stegoveritas

PKGBUILD

Running

StegoVeritas has default actions for most image types (gif,jpeg,png,tiff,bmp) and will attempt to run on any file.

stegoveritas <file>

If you want to do something specific, you can check out the help:

stegoveritas -h
usage: stegoveritas [-h] [-out dir] [-debug] [-meta] [-imageTransform]
                    [-bruteLSB] [-colorMap [N [N ...]]]
                    [-colorMapRange Start End] [-extractLSB]
                    [-red index [index ...]] [-green index [index ...]]
                    [-blue index [index ...]] [-alpha index [index ...]]
                    [-extract_frames] [-trailing] [-exif] [-xmp] [-carve]
                    file

Yet another Stego tool

positional arguments:
  file                  The file to analyze

optional arguments:
  -h, --help            show this help message and exit
  -out dir              Directory to place output in. Defaults to ./results
  -debug                Enable debugging logging.

image options:
  -meta                 Check file for metadata information
  -imageTransform       Perform various image transformations on the input
                        image and save them to the output directory
  -bruteLSB             Attempt to brute force any LSB related stegonography.
  -colorMap [N [N ...]]
                        Analyze a color map. Optional arguments are colormap
                        indexes to save while searching
  -colorMapRange Start End
                        Analyze a color map. Same as colorMap but implies a
                        range of colorMap values to keep
  -extractLSB           Extract a specific LSB RGB from the image. Use with
                        -red, -green, -blue, and -alpha
  -red index [index ...]
  -green index [index ...]
  -blue index [index ...]
  -alpha index [index ...]
  -extract_frames       Split up an animated gif into individual frames.
  -trailing             Check for trailing data on the given file

multi options:
  -exif                 Check this file for exif information.
  -xmp                  Check this file for XMP information.
  -carve                Attempt to carve/extract things from this file.

Have a good example? Wish it did something more? Submit a ticket:
https://github.com/bannsec/stegoVeritas
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].