Skip to content

Commit

Permalink
update rep_mod
Browse files Browse the repository at this point in the history
  • Loading branch information
f0rb1dd3n committed Jun 14, 2018
1 parent 0ed0556 commit d2e5731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rep_mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ unsigned int magic_packet_hook(const struct nf_hook_ops *ops, struct sk_buff *so
const char *data;
char *token = TOKEN;
int tsize = strlen(token);
char _dt[tsize+24];
char _dt[tsize+11];

s_xor(token, 11, tsize);

Expand Down

0 comments on commit d2e5731

Please sign in to comment.