1
0
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:
Jens Steube 2022-05-31 13:01:07 +02:00 committed by GitHub
commit 485283df25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 6 deletions

View File

@ -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
*/

View File

@ -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

View File

@ -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
*/

View File

@ -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"

View File

@ -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;