All Projects β†’ karthikuj β†’ 7uring

karthikuj / 7uring

Licence: GPL-3.0 license
An advanced cryptography tool for hashing, encrypting, encoding, steganography and more.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to 7uring

Cyberchef
The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
Stars: ✭ 13,674 (+91060%)
Mutual labels:  hashing, encoding
Stegify
πŸ” Go tool for LSB steganography, capable of hiding any file within an image.
Stars: ✭ 927 (+6080%)
Mutual labels:  encoding, steganography
VBCorLib
The VBCorLib framework brings many of the powerful .NET classes to VB6.
Stars: ✭ 81 (+440%)
Mutual labels:  hashing, encoding
Stego
πŸ¦• stego is a steganographic swiss army knife.
Stars: ✭ 220 (+1366.67%)
Mutual labels:  encoding, steganography
AperiSolve
Steganalysis web platform
Stars: ✭ 268 (+1686.67%)
Mutual labels:  steganography, steganalysis
Image-Stegano
Analysis and Implementation of Image Steganography methods using Java
Stars: ✭ 19 (+26.67%)
Mutual labels:  steganography
fincher
A steganography tool for text
Stars: ✭ 80 (+433.33%)
Mutual labels:  steganography
Data-Structures-Algorithms-Handbook
A series of important questions with solutions to crack the coding interview and ace it!
Stars: ✭ 30 (+100%)
Mutual labels:  hashing
sdbm
SDBM non-cryptographic hash function
Stars: ✭ 43 (+186.67%)
Mutual labels:  hashing
bromberg sl2
Cayley hashing as in "Navigating in the Cayley Graph of SLβ‚‚(π”½β‚š)"
Stars: ✭ 32 (+113.33%)
Mutual labels:  hashing
Hide-in-png
Hide any file in a PNG Image
Stars: ✭ 17 (+13.33%)
Mutual labels:  steganography
h264-roi
H.264 video Region of Interest encoding tool, using x264
Stars: ✭ 44 (+193.33%)
Mutual labels:  encoding
gif-msg
Hide 127 bytes in a gif without touching any pixels or colors
Stars: ✭ 26 (+73.33%)
Mutual labels:  steganography
deep-steg
Global NIPS Paper Implementation Challenge of "Hiding Images in Plain Sight: Deep Steganography"
Stars: ✭ 43 (+186.67%)
Mutual labels:  steganography
metrohash-rs
Rust MetroHash
Stars: ✭ 45 (+200%)
Mutual labels:  hashing
readtext
an R package for reading text files
Stars: ✭ 102 (+580%)
Mutual labels:  encoding
librcnb
Everything can be encoded into RCNB.
Stars: ✭ 14 (-6.67%)
Mutual labels:  encoding
go-kml
Package kml provides convenience methods for creating and writing KML documents.
Stars: ✭ 67 (+346.67%)
Mutual labels:  encoding
learning2hash.github.io
Website for "A survey of learning to hash for Computer Vision" https://learning2hash.github.io
Stars: ✭ 14 (-6.67%)
Mutual labels:  hashing
awesome-Steganalysis-project
🍿️some awesome Steganalysis
Stars: ✭ 25 (+66.67%)
Mutual labels:  steganalysis


7uring
7uring: Not your ordinary hashcracker.

[-] About 7uring:

7uring is an advanced cryptography tool which works with some of the most popular hashes, encodings and ciphers. 7uring's advanced hash functions can check online rainbow tables before you try to bruteforce the hashes, because of which your hashes are cracked in a matter of seconds.

In the future, we plan to incorporate steganography, cryptanalysis and much more.

In short 7uring can take your CTF rank up a notch.

[-] Installing 7uring:

You can install 7uring like this:

pip install 7uring

[-] Using 7uring:

Syntax:

7uring [subcommand] [format] [option] [suboption] data

Subcommands:

hash
cipher
encoder

Formats:

Hash:

--blake2b
--md4
--md5
--ntlm
--sha1
--sha224
--sha256
--sha384
--sha512
--whirlpool

Ciphers:

--bacon
--caesar
--monoalphabetic
--morse
--multitapsms
--rot13
--rot47
--transposition

Encodings:

--binary
--octal
--hexadecimal
--base64

Options:

To encrypt:

--enc

To decrypt:

--dec

To check online rainbow tables (for hashes only!):

--rainbow

To bruteforce:

--brute

Suboptions:

The only suboption is -w to specify wordlist while using --brute

[-] Examples:

7uring --help
7uring hash --md5 --enc spongebob
7uring hash --md5 --rainbow e1964798cfe86e914af895f8d0291812
7uring cipher --caesar --enc spongebob
7uring hash --md5 --brute -w /usr/share/wordlists/rockyou.txt e1964798cfe86e914af895f8d0291812

[-] Uninstalling 7uring:

Sorry to see you go :(

pip uninstall 7uring

Made with ❀️ by @5up3r541y4n

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].