radmin 3: remove whitespace, add credits to tests

pull/3298/head
philsmd 2 years ago
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…
Cancel
Save