Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
5 results tagged cracker  ✕   ✕
mufeedvh/pdfrip https://github.com/mufeedvh/pdfrip
Fri 14 Mar 2025 01:06:39 PM PDT archive.org

A multi-threaded PDF password cracking utility equipped with commonly encountered password format builders and dictionary attacks. Supports wordlist-based dictionary attacks, date, number range, and alphanumeric brute-forcing, and a custom query builder for password formats. Performs about 50k-100k+ passwords per second utilizing full CPU cores. You can write your own queries like STRING{69-420} which would generate and use a wordlist with the full number range. Specify a maximum and optionally a minimum length for the password search and all passwords of length 4 up to the specified maximum consisting of letters and numbers (a-zA-Z0-9) will be tried.

rust cli pdf cracker passwords
D0pp3lgang3r/D-XMPP https://github.com/D0pp3lgang3r/D-XMPP
Wed 05 Jul 2023 12:25:52 PM PDT archive.org

This tool has been made to crack the password of an XMPP account. The server in question needs to use SASL authentication.

python cli xmpp cracker passwords tools
kimci86/bkcrack https://github.com/kimci86/bkcrack
Mon 31 Oct 2022 04:15:20 PM PDT archive.org

Crack legacy zip encryption with Biham and Kocher's known plaintext attack.

A ZIP archive may contain many entries whose content can be compressed and/or encrypted. In particular, entries can be encrypted with a password-based symmetric encryption algorithm referred to as traditional PKWARE encryption, legacy encryption or ZipCrypto. This algorithm generates a pseudo-random stream of bytes (keystream) which is XORed to the entry's content (plaintext) to produce encrypted data (ciphertext). The generator's state, made of three 32-bits integers, is initialized using the password and then continuously updated with plaintext as encryption goes on. This encryption algorithm is vulnerable to known plaintext attacks as shown by Eli Biham and Paul C. Kocher in the research paper A known plaintext attack on the PKZIP stream cipher. Given ciphertext and 12 or more bytes of the corresponding plaintext, the internal state of the keystream generator can be recovered. This internal state is enough to decipher ciphertext entirely as well as other entries which were encrypted with the same password. It can also be used to bruteforce the password with a complexity of nl-6 where n is the size of the character set and l is the length of the password.

cpp cli infosec zip encryption cracker crossplatform
patator - Patator is a multi-purpose brute-forcer, with a modular design and a flexible usage. https://github.com/lanjelot/patator
Tue 20 Mar 2018 12:55:13 AM PDT archive.org

Patator is a utility written in Python to brute-force accounts in different kinds of services (like IMAP, SSH, and HTTP) to gain access. Requires a dictionary file. Dependency heavy because it doesn't actually implement any of the protocols itself but instead relies upon a number of Python modules that already do. Read the code carefully before attempting to run it, it's designed to be user-unfriendly to limit the possibility of abuse.

bruteforce modular python cracker infosec mutator accounts protocols
CmosPwd - CGSecurity http://www.cgsecurity.org/wiki/CmosPwd
Mon 19 Mar 2018 08:05:17 PM PDT archive.org

A utility that cracks BIOS passwords.

passwords recovery cracker utilities bios hacking tools cmos software
6378 links, including 417 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn