mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-14 03:39:09 +00:00
Merge pull request #3298 from philsmd/radmin3_fix1
radmin 3: remove whitespace, add credits to tests
This commit is contained in:
commit
485283df25
@ -1,7 +1,10 @@
|
||||
/**
|
||||
* Author......: See docs/credits.txt
|
||||
* License.....: MIT
|
||||
* This algorithm for password-storage for the Radmin 3 software was analyzed and made public by synacktiv:
|
||||
*
|
||||
* Further credits:
|
||||
* The password-storage algorithm used by Radmin 3 was analyzed and made public
|
||||
* by synacktiv:
|
||||
* https://www.synacktiv.com/publications/cracking-radmin-server-3-passwords.html
|
||||
*/
|
||||
|
||||
|
@ -1,11 +1,13 @@
|
||||
/**
|
||||
* Author......: See docs/credits.txt
|
||||
* License.....: MIT
|
||||
* This algorithm for password-storage for the Radmin 3 software was analyzed and made public by synacktiv:
|
||||
*
|
||||
* Further credits:
|
||||
* The password-storage algorithm used by Radmin 3 was analyzed and made public
|
||||
* by synacktiv:
|
||||
* https://www.synacktiv.com/publications/cracking-radmin-server-3-passwords.html
|
||||
*/
|
||||
|
||||
|
||||
//#define NEW_SIMD_CODE
|
||||
|
||||
#ifdef KERNEL_STATIC
|
||||
|
@ -1,7 +1,10 @@
|
||||
/**
|
||||
* Author......: See docs/credits.txt
|
||||
* License.....: MIT
|
||||
* This algorithm for password-storage for the Radmin 3 software was analyzed and made public by synacktiv:
|
||||
*
|
||||
* Further credits:
|
||||
* The password-storage algorithm used by Radmin 3 was analyzed and made public
|
||||
* by synacktiv:
|
||||
* https://www.synacktiv.com/publications/cracking-radmin-server-3-passwords.html
|
||||
*/
|
||||
|
||||
|
@ -1,11 +1,13 @@
|
||||
/**
|
||||
* Author......: See docs/credits.txt
|
||||
* License.....: MIT
|
||||
* This algorithm for password-storage for the Radmin 3 software was analyzed and made public by synacktiv:
|
||||
*
|
||||
* Further credits:
|
||||
* The password-storage algorithm used by Radmin 3 was analyzed and made public
|
||||
* by synacktiv:
|
||||
* https://www.synacktiv.com/publications/cracking-radmin-server-3-passwords.html
|
||||
*/
|
||||
|
||||
|
||||
#include "common.h"
|
||||
#include "types.h"
|
||||
#include "modules.h"
|
||||
|
@ -4,6 +4,11 @@
|
||||
## Author......: See docs/credits.txt
|
||||
## License.....: MIT
|
||||
##
|
||||
## Further credits:
|
||||
## The password-storage algorithm used by Radmin 3 was analyzed and made public
|
||||
## by synacktiv:
|
||||
## https://www.synacktiv.com/publications/cracking-radmin-server-3-passwords.html
|
||||
##
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
Loading…
Reference in New Issue
Block a user