-
Updated
Jun 12, 2020 - Python
dictionary-attack
Here are 88 public repositories matching this topic...
Easier Readme Guide
-
Updated
May 15, 2020 - Python
-
Updated
Apr 26, 2019 - Python
You should order masks by efficiency (occurrences/key_space) because this will lead to the less guesses to crack passwords.
Looking at the top 5:
https://github.com/kaonashi-passwords/Kaonashi/blob/5239bd333ed34993b43126a4499606ba70086034/masks/kaonashi_masks_numbered.txt#L1-L5
And ordering just the 1000 in kaonashi_masks_numbered.txt by efficiency the top 5 are now:
673407:?u?u?u?u
"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.
-
Updated
Jan 18, 2020
-
Updated
Oct 14, 2019 - Python
-
Updated
Jun 13, 2019 - Python
-
Updated
Mar 28, 2020 - Python
-
Updated
Apr 17, 2016 - PHP
-
Updated
Jan 29, 2020
Hello !
A Fake Process will be awesome.
This is an example of a fake process command line :
trcpy(argv[0],FAKE); // fake the proccess name.
while(fgets(buff,sizeof(buff),fp))
{
c=strchr(buff,'n');
if(c!=NULL) *c='.';
if (!(fork()))
{
where=0;
// printf("--> attacking %s",buff);
for (i=0; i<count; i=i+2){
// printf("--> Trying %s:%s %sn",a[i],a[i+1],buff);
checkauth(a[i],a[i+1],buff
-
Updated
Apr 28, 2020 - Go
-
Updated
May 3, 2019 - Python
-
Updated
Dec 12, 2017 - JavaScript
-
Updated
Dec 31, 2015 - Ruby
-
Updated
May 29, 2017 - JavaScript
-
Updated
Aug 17, 2018 - Python
-
Updated
Sep 22, 2017 - Python
-
Updated
Mar 27, 2017 - Python
-
Updated
Oct 14, 2016 - JavaScript
-
Updated
Jan 6, 2018
-
Updated
Jun 21, 2017 - Go
-
Updated
Dec 11, 2019 - Java
-
Updated
Nov 6, 2018 - Python
-
Updated
Aug 29, 2016 - JavaScript
-
Updated
Mar 15, 2017 - Python
-
Updated
Nov 7, 2013 - JavaScript
Improve this page
Add a description, image, and links to the dictionary-attack topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dictionary-attack topic, visit your repo's landing page and select "manage topics."
Add a link to an easier to follow to readme guide, perheps with a "what not to do" disclaimer.
Also add a some scripts to make sure we have all the prerequisites we need and maybe handle downloading