All Projects → D7EAD → SuperHackerTool5000

D7EAD / SuperHackerTool5000

Licence: other
A tool that will hack literally anything on the planet. If you get your hands on this tool, be ready to get put behind bars.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to SuperHackerTool5000

password-list
Password lists with top passwords to optimize bruteforce attacks
Stars: ✭ 174 (+461.29%)
Mutual labels:  password, bruteforce, cracking
Zydra
Stars: ✭ 178 (+474.19%)
Mutual labels:  password, bruteforce, cracking
Gosecretsdump
Dump ntds.dit really fast
Stars: ✭ 122 (+293.55%)
Mutual labels:  password, cracking
Dcipher Cli
🔓Crack hashes using online rainbow & lookup table attack services, right from your terminal.
Stars: ✭ 193 (+522.58%)
Mutual labels:  password, cracking
weakpass generator
generates weak passwords based on current date
Stars: ✭ 36 (+16.13%)
Mutual labels:  password, bruteforce
Chasm
A CHaracter Aware Splitting Method for producing password candidates.
Stars: ✭ 37 (+19.35%)
Mutual labels:  password, cracking
Hashcat
World's fastest and most advanced password recovery utility
Stars: ✭ 11,014 (+35429.03%)
Mutual labels:  password, cracking
Hackers Tool Kit
Its a framework filled with alot of options and hacking tools you use directly in the script from brute forcing to payload making im still adding more stuff i now have another tool out called htkl-lite its hackers-tool-kit just not as big and messy to see updates check on my instagram @tuf_unkn0wn or if there are any problems message me on instagram
Stars: ✭ 211 (+580.65%)
Mutual labels:  password, bruteforce
Dictionary Of Pentesting
Dictionary collection project such as Pentesing, Fuzzing, Bruteforce and BugBounty. 渗透测试、SRC漏洞挖掘、爆破、Fuzzing等字典收集项目。
Stars: ✭ 492 (+1487.1%)
Mutual labels:  password, bruteforce
AzureAD Autologon Brute
Brute force attack tool for Azure AD Autologon/Seamless SSO - Source: https://arstechnica.com/information-technology/2021/09/new-azure-active-directory-password-brute-forcing-flaw-has-no-fix/
Stars: ✭ 90 (+190.32%)
Mutual labels:  password, bruteforce
Ob3vil1on
Another archive cracker created in python | cracking [zip/7z/rar] by bruteforcing [ NOT MAINTAINED ]
Stars: ✭ 17 (-45.16%)
Mutual labels:  password, cracking
ComPP
Company Passwords Profiler (aka ComPP) helps making a bruteforce wordlist for a targeted company.
Stars: ✭ 44 (+41.94%)
Mutual labels:  password, bruteforce
Mentalist
Mentalist is a graphical tool for custom wordlist generation. It utilizes common human paradigms for constructing passwords and can output the full wordlist as well as rules compatible with Hashcat and John the Ripper.
Stars: ✭ 945 (+2948.39%)
Mutual labels:  password, cracking
Bruteforce Database
Bruteforce database
Stars: ✭ 806 (+2500%)
Mutual labels:  password, bruteforce
Keychaincracker
macOS keychain cracking tool
Stars: ✭ 693 (+2135.48%)
Mutual labels:  password, cracking
Filevaultcracker
macOS FileVault cracking tool
Stars: ✭ 199 (+541.94%)
Mutual labels:  password, cracking
Bopscrk
Tool to generate smart and powerful wordlists
Stars: ✭ 273 (+780.65%)
Mutual labels:  password, cracking
Duplicut
Remove duplicates from MASSIVE wordlist, without sorting it (for dictionary-based password cracking)
Stars: ✭ 352 (+1035.48%)
Mutual labels:  password, cracking
BruteForce
A simple brute forcer written in GO for SHA1, SHA256, SHA512, MD5 and bcrypt
Stars: ✭ 49 (+58.06%)
Mutual labels:  password, bruteforce
cracken
a fast password wordlist generator, Smartlist creation and password hybrid-mask analysis tool written in pure safe Rust
Stars: ✭ 192 (+519.35%)
Mutual labels:  password, cracking

SuperHackerTool5000


A stupid program meant to seem like it is doing things it clearly isn't. Inspired by the nerds on r/masterhacker.

Compilation Instructions

Linux

  • Goto the src directory (cd $(git rev-parse --show-toplevel)/SuperHackerTool5000)
  • Create a build directory and go to it (mkdir build && cd build)
  • Generate Makefile (cmake -DCMAKE_BUILD_TYPE=[Release or Debug] ..)
  • Compile the SuperHackerTool5000 (make)
  • Now you can run it with (./SuperHackerTool5000) if you are in the build directory.
  • Install optional (make install)
  • Now you can run it with (SuperHackerTool5000) from everywhere
  • To uninstall go to the build directory and enter (xargs rm < install_manifest.txt)
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].