Skip to content

Commit

Permalink
feat: use default ua string
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Jun 26, 2021
1 parent c25f5e7 commit 84a358c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ua2f.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ int main(int argc, char *argv[]) {

str = malloc(sizeof_buf);
memset(str, 'F', sizeof_buf);
memcpy(str,"Mozilla/4.0 (compatible; MSIE 5.00; Windows 98)",47);

nlh = nfq_nlmsg_put(buf, NFQNL_MSG_CONFIG, queue_number);
nfq_nlmsg_cfg_put_cmd(nlh, AF_INET, NFQNL_CFG_CMD_BIND);
Expand Down

0 comments on commit 84a358c

Please sign in to comment.