march 9-10

This commit is contained in:
joonicks
2018-03-10 02:55:07 +01:00
parent 00da630c45
commit 98558eb093
20 changed files with 240 additions and 69 deletions

View File

@@ -668,8 +668,9 @@ typedef struct BotNet
struct
{
ulong pta:1; /* plain text auth */
ulong md5:1; /* md5 */
ulong pta:1, /* plain text auth */
sha:1, /* SHA */
md5:1; /* MD5 */
} opt;