#
password-cracker
Here are 136 public repositories matching this topic...
A powerful and useful hacker dictionary builder for a brute-force attack
password-generator
hacking
bruteforce
wordlist
brute-force
pentesting
weak-passwords
pentest
wordlist-generator
password-cracker
hackertools
social-engineering-attacks
blasting
bruteforce-password-cracker
password-wordlist
hacker-dictionary-builder
-
Updated
Jan 10, 2020 - Python
A proof-of-concept cracker for cryptocurrency brainwallets and other low entropy key alogrithms.
-
Updated
Aug 14, 2018 - C
SIPVicious OSS is a set of security tools that can be used to audit SIP based VoIP systems.
-
Updated
Jun 1, 2020 - Python
BitCracker is the first open source password cracking tool for memory units encrypted with BitLocker
microsoft
windows
cryptography
attack
gpu
opencl
cuda
hash
gpgpu
passwords
cracking
john-the-ripper
bitlocker
password-cracker
decryption-algorithm
bitcracker
-
Updated
Jan 28, 2019 - C
Chromepass - Hacking Chrome Saved Passwords
hack
google-chrome
hacking
password
computer-engineering
passwords
hacks
hacking-tool
password-cracker
-
Updated
Mar 19, 2020 - Python
OMEN: Ordered Markov ENumerator - Password Guesser
-
Updated
Jul 11, 2019 - C
kpcyrd
commented
Oct 13, 2018
"Credential confirmation" should be replaced with "Combolist".
We might want to rename the subcommand as well, from badtouch creds to badtouch combo, but if we do this we should still accept creds as an alias.
computer-science
open-source
regular-expression
test-automation
environment-variables
penetration-testing
dynamic-analysis
awesome-list
test-data
threat-hunting
html-entities
network-discovery
domain-name
information-security
password-cracker
security-tools
exploit-development
attack-modeling
dictionary-search
http-headers
-
Updated
Jul 1, 2019 - HTML
A Framework for Comparing Password Guessing Strategies
-
Updated
Jul 11, 2019 - Python
Set of tools to audit SIP based VoIP Systems
security-audit
sip
hacking
asterisk
pentesting
voip
asterisk-pbx
pentest
hacking-tool
elastix
password-cracker
war-dial
freepbx
pbx
security-tools
pentest-tool
secutiry
pplsip
-
Updated
May 5, 2020 - Perl
Kraken: A multi-platform distributed brute-force password cracking system
security
kraken
hashcat
password-cracker
security-tools
bruteforce-password-cracker
wpa2-cracking
kraken-client
-
Updated
May 5, 2020 - JavaScript
ZIP cracker, CCRYPT cracker, and others to come.
-
Updated
Dec 28, 2017 - C++
DEScrypt CPU Collision Cracker
high-performance
salt
collision
hash
cracker
linux-app
des
password-cracker
rainbow-table
crypt
descrypt
-
Updated
Apr 14, 2019 - C++
Security program for recovering passwords and pen-testing servers, routers and IoT devices using brute-force password attacks.
perl
hacking
password
bruteforce
brute-force-attacks
brute-force
pentest
password-cracker
pentest-tool
passwordattack
password-recovery
brute-force-attack-on
password-attack
-
Updated
Dec 6, 2017 - Perl
Parallel password cracker. Supports NTLM, LM, MD5, MD4, SHA1, SHA224, SHA256, SHA384, and SHA512.
-
Updated
Jan 16, 2018 - Python
Convert MacOS plist password file to hash file for password crackers
-
Updated
Dec 3, 2018 - Python
-
Updated
Jul 12, 2019 - JavaScript
-
Updated
Aug 25, 2019 - JavaScript
C++ Firefox & Google Chrome Cracker Source Code
-
Updated
Aug 6, 2017 - C++
Rainbow tables utilities
-
Updated
Aug 21, 2014 - C
A large list of leaked password that I've collected
-
Updated
Mar 14, 2019
this is the fastest way that you can get admin rights at work,school,etc in only a few seconds
windows
admin
school
administration
hack
exploit
hacking
password
users
administrator
crack
account
bat
password-cracker
exe
administrator-rights
stealer
administrator-privileges
steal
-
Updated
Jan 14, 2020
Default password scanner. 默认密码扫描器
redis
ssh
security
scanner
snmp
telnet
hacking
password
brute-force
bug-bounty
pentesting
password-cracker
-
Updated
Apr 27, 2020 - Python
Azure deployment template for the excellent hashcat password recovery tool.
-
Updated
Jun 28, 2019 - Shell
Very simple console application for bruteforcing JSON Web Tokens
-
Updated
May 5, 2020 - Go
Troyano de acceso remoto para Windows via servidor de Telegram, controla y una una maquina infectada mediante un bot de Telegram - Python3
-
Updated
May 9, 2020 - Python
Open-source advanced cracking tool made in Electron.JS
checker
technology
hacking
brute-force
pentesting
cracking
pentest
account
checkers
password-cracker
-
Updated
Apr 22, 2020 - JavaScript
Improve this page
Add a description, image, and links to the password-cracker topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the password-cracker topic, visit your repo's landing page and select "manage topics."
Hi All,
So I'm trying to use hydra to bruteforce a login on a system that uses custom http headers to receive the username and password. Hydra does not seem to be doing substitution of ^USER^ and ^PASS^ when used as HTTP headers. If I issue issuing a call to hydra like this:
hydra "http-post://0.0.0.0:8000/:H=username\:^USER^:H=password\:^PASS^" -l admin -p adminI see the following r