mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-09 23:31:14 +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
|
* Author......: See docs/credits.txt
|
||||||
* License.....: MIT
|
* 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
|
* https://www.synacktiv.com/publications/cracking-radmin-server-3-passwords.html
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -1,11 +1,13 @@
|
|||||||
/**
|
/**
|
||||||
* Author......: See docs/credits.txt
|
* Author......: See docs/credits.txt
|
||||||
* License.....: MIT
|
* 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
|
* https://www.synacktiv.com/publications/cracking-radmin-server-3-passwords.html
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
//#define NEW_SIMD_CODE
|
//#define NEW_SIMD_CODE
|
||||||
|
|
||||||
#ifdef KERNEL_STATIC
|
#ifdef KERNEL_STATIC
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
/**
|
/**
|
||||||
* Author......: See docs/credits.txt
|
* Author......: See docs/credits.txt
|
||||||
* License.....: MIT
|
* 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
|
* https://www.synacktiv.com/publications/cracking-radmin-server-3-passwords.html
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -1,11 +1,13 @@
|
|||||||
/**
|
/**
|
||||||
* Author......: See docs/credits.txt
|
* Author......: See docs/credits.txt
|
||||||
* License.....: MIT
|
* 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
|
* https://www.synacktiv.com/publications/cracking-radmin-server-3-passwords.html
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
#include "modules.h"
|
#include "modules.h"
|
||||||
|
@ -4,6 +4,11 @@
|
|||||||
## Author......: See docs/credits.txt
|
## Author......: See docs/credits.txt
|
||||||
## License.....: MIT
|
## 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 strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
Loading…
Reference in New Issue
Block a user