mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
radmin 3: remove whitespace, add credits to tests
This commit is contained in:
parent
e0713889a0
commit
79aad28519
@ -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