john VS iodine

Compare john vs iodine and see what are their differences.

john

John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs (by openwall)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
john iodine
77 58
9,289 5,794
1.9% -
9.3 5.1
4 days ago 5 months ago
C C
- ISC License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

john

Posts with mentions or reviews of john. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-01.
  • Best Hacking Tools for Beginners 2024
    5 projects | dev.to | 1 Feb 2024
    John The Ripper
  • Wordlists ,Crunch, John and Hash Cat - All Kali Word List Tools Explained.
    5 projects | dev.to | 25 Jan 2024
    🔗Kali Linux Wordlist: What you need to know 🔗crunch 🔗WordLists - Kali-Tools 🔗WordLists - GitLab - repository 🔗John - Kali-Tools . 🔗Openwall -github repository -John 🔗John-The-Ripper-Tutorial - Techy Rick 🔗Openwall -John - Offical Website . 🔗Hash Cat - Wiki 🔗Cap 2 Hashcat 🔗Markov - Chain 🔗Hash Cat - Forums 🔗Security Stack Exchange - Question 260773 🔗StationX - How to use Hashcat 🔗MSF/Wordlists - charlesreid 🔗MSFConsole 🔗How to use hashcat 🔗MSF/Wordlists - charlesreid1 🔗Where do the words in /usr/share/dict/words come from? 🔗SCOWL (Spell Checker Oriented Word Lists) 🔗The spell utility -spell - find spelling errors (LEGACY) - UNIX What are Different Types of Cryptography? sha1-vs-sha2-the-technical-difference-explained-by-ssl-experts/ 🔗password-encryption 🔗Secure-Programs SHA-1 🔗What-are-computer-algorithms 🔗What Are MD5, SHA-1, and SHA-256 Hashes, and How Do I Check Them? - howtogeek.com 🔗kali-linux-wordlist-what-you-need-to-know
  • password decryption help
    3 projects | /r/privacy | 10 Dec 2023
    Ok, both John the ripper, hashcat and other tools seem to support extracting the hash, or directly trying to discover the password.
  • Metasploit explained for pentesters
    4 projects | dev.to | 1 Dec 2023
  • Inception: Leaking the root hash from /etc./shadow on AMD Zen 4 [video]
    2 projects | news.ycombinator.com | 8 Aug 2023
    With the root hash you can crack the root password using tools like John The Ripper[0]. More generally, I assume, this exploit can be used to read any arbitrary files on the system, bypassing regular access control, and plenty of other stuff you aren't supposed to be able to do as a non-privileged user.

    0: https://www.openwall.com/john/

  • How to pass this captcha?
    1 project | /r/onions | 30 Jun 2023
    use (John the Ripper)[https://github.com/openwall/john] and (rockyou.txt)[https://github.com/rockyou.txt]
  • Attempting to use john the ripper on a password protected zip file, says it is not encrypted?
    1 project | /r/HowToHack | 7 Jun 2023
    this actually seems to have been reported as a bug and fixed years ago but it is still affecting me on a version freshly downloaded from the AUR, is there a way around this or another program i can use?
  • Hackers Tools: Must-Have Tools for Every Ethical Hacker
    2 projects | dev.to | 29 May 2023
    John the Ripper
  • Password-protecting PDF pay statements with Social Insurance Number (Canada).
    1 project | /r/hacking | 1 May 2023
    Since I used to work for the employer in question, I decide to crack my own password-protected pay statements. I downloaded and built John the Ripper jumbo and then all I had to do was run a few commands after looking at the documentation, and there was my SIN number almost instantly.
  • Why Isn't a Timer Capable of Preventing Brute Force
    2 projects | /r/AskComputerScience | 23 Apr 2023
    However, most credential brute forcing takes place offline against a leaked database from some site. A program like John the Ripper is used to try hashing each word in a dictionary until it matches the entries in the database. Because this all happens offline, there's no mechanism in place to delay the attempts or lock the user out.

iodine

Posts with mentions or reviews of iodine. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-05.
  • Show HN: This Website Is Hosted on DNS
    1 project | news.ycombinator.com | 25 Feb 2024
    Reminds me of using https://code.kryo.se/iodine/ ( DNS tunnel ) and a empty prepaid card...
  • DNS Exfiltration Tool
    2 projects | news.ycombinator.com | 5 Dec 2023
    Obligatory dns tunnel software for exfil. It is super noisy if you do dns querylogging, so I'd not use it for anything major, but it is a fun research tool.

    https://github.com/yarrick/iodine

  • Fun with DNS TXT Records
    3 projects | news.ycombinator.com | 26 Nov 2023
    It's worth noting that you (re) invented what iodine does: https://code.kryo.se/iodine/
  • WiFi without internet on a Southwest flight
    9 projects | news.ycombinator.com | 28 Sep 2023
    (https://github.com/yarrick/iodine)

    It’s slow, but it works and is a handy “last resort” tool.

  • Russia starts blocking VPN at the protocol (WireGuard, OpenVPN) level
    6 projects | news.ycombinator.com | 10 Aug 2023
    While working in an environment where VPN connections were pretty much all blocked⁰ a friend of mine had success using https://guacamole.apache.org/ to access a remote machine¹. Not quite the same as a direct VPN connection but worth a try if nothing else functions, it looks enough like normal HTTPS traffic that he got away with it.

    To keep your wireguard setup more as-is, you could try https://kirill888.github.io/notes/wireguard-via-websocket/ to tunnel that via a web server. In fact https://github.com/erebe/wstunnel which that uses could be used just as well with any other UDP based VPN.

    I once tinkered with https://github.com/yarrick/iodine and successfully connected to resources over the wireless on a train, bypassing its traffic capture and sign-up requirement, so that might be an option, though I think fully blocking external DNS is more common now so this is less likely to work²³.

    --

    [0] practically only HTTP(S) permitted, not even SSH, DPI in use that detected just using SSH or OpenVPN over port 443

    [1] NOTE: be careful breaching restrictions like this, you are at risk of an insta-sacking if discovered, or worse if operating in some securiry environments!

    [2] and the latency when it does work is significant!

    [3] and that much traffic over port 53 might get noticed by the heuristics of data exfiltration scanner, encouraging sysadmins to notice and implement a way to block it

  • Show HN: File distribution over DNS: (ab)using DNS as a CDN
    2 projects | news.ycombinator.com | 31 Jul 2023
    There's also iodine, a C program that tunnels IPv4 packets over DNS. Useful for bypassing captive portals on wifi, since DNS usually isn't restricted.

    https://github.com/yarrick/iodine

    Regarding cloudflare DNS over HTTPS: It could be that it tries to server data encoded as JSON, which is impossible in JSON. Some control characters and bytes 128-255 cannot be represented as JSON strings.

  • Show HN: Use DNS TXT to share information
    4 projects | news.ycombinator.com | 17 Jul 2023
    A regular proxy on port 53 might work? Is it necessary to actually use DNS?

    Otherwise there's https://github.com/yarrick/iodine

  • Anything can be a message queue if you use it wrongly enough
    4 projects | /r/programming | 4 Jun 2023
  • help with choosing a VPN to host (I'll explain)
    2 projects | /r/selfhosted | 23 May 2023
    Well, you're really exhausting your options here (and possibly your IT department's patience). Iodine would still be an option, it creates a tunnel through DNS traffic. Nearly impossible to block/filter out but you shouldn't expect a lot of bandwidth. Try it out! Although if you're only going to use low-bandwidth applications through the tunnel anyway you might as well use your own mobile data plan instead of your school's WLAN.
  • DNS blacklisting in enterprise
    1 project | /r/networking | 5 May 2023

What are some alternatives?

When comparing john and iodine you can also consider the following projects:

hashcat - World's fastest and most advanced password recovery utility

dnscat2

btcrecover - BTCRecover is an open source wallet password and seed recovery tool. For seed based recovery, this is primarily useful in situations where you have lost/forgotten parts of your mnemonic, or have made an error transcribing it. (So you are either seeing an empty wallet or gettign an error that your seed is invalid) For wallet password or passphrase recovery, it is primarily useful if you have a reasonable idea about what your password might be.

miniProxy

mimikatz - A little tool to play with Windows security

PHP-Proxy - Proxy Application built on php-proxy library ready to be installed on your server

bitcracker - BitCracker is the first open source password cracking tool for memory units encrypted with BitLocker

Nginx Proxy Manager - Docker container for managing Nginx proxy hosts with a simple, powerful interface

JohnTheRipper - John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs [Moved to: https://github.com/openwall/john]

inlets - Get public TCP LoadBalancers for local Kubernetes clusters

jwt-cracker - Simple HS256, HS384 & HS512 JWT token brute force cracker.

Swiperproxy - A Python-based HTTP/HTTPS-proxy.