GithubHelp home page GithubHelp logo

zxilly / ua2f Goto Github PK

View Code? Open in Web Editor NEW
317.0 5.0 75.0 906 KB

Change User-Agent to F-words on OpenWRT router to prevent being detected.

Home Page: https://learningman.top/archives/304

License: GNU General Public License v3.0

CMake 2.52% C 89.94% Makefile 1.53% Shell 4.31% C++ 1.70%

ua2f's Introduction

UA2F

CodeQL Build OpenWRT Package

参照 博客文章 完成操作

如果遇到了任何问题,欢迎提出 Issues,但是更欢迎直接提交 Pull Request

由于新加入的 CONNMARK 影响,编译内核时需要添加 NETFILTER_NETLINK_GLUE_CT flag

uci command

# 启用 UA2F
uci set ua2f.enabled.enabled=1

# 可选的防火墙配置选项
# 是否自动添加防火墙规则
uci set ua2f.firewall.handle_fw=1

# 是否尝试处理 443 端口的流量, 通常来说,流经 443 端口的流量是加密的,因此无需处理
uci set ua2f.firewall.handle_tls=1

# 是否处理微信的流量,微信的流量通常是加密的,因此无需处理。这一规则在启用 nftables 时无效
uci set ua2f.firewall.handle_mmtls=1

# 是否处理内网流量,如果你的路由器是在内网中,且你想要处理内网中的流量,那么请启用这一选项
uci set ua2f.firewall.handle_intranet=1

# 使用自定义 User-Agent
uci set ua2f.main.custom_ua="Test UA/1.0"

# 应用配置
uci commit ua2f

# 开机自启
service ua2f enable

# 启动 UA2F
service ua2f start

自定义 User-Agent

集成到二进制

make menuconfig 后,使用 option 设置

image

UA2F_CUSTOM_UA 的值必须是一个字符串,且长度不超过 (65535 + (MNL_SOCKET_BUFFER_SIZE / 2)) 字节。 MNL_SOCKET_BUFFER_SIZE 的值通常为 8192。

使用 uci 设置

uci set ua2f.main.custom_ua="Test UA/1.0"
uci commit ua2f

UA2F 不会修改包的大小,因此即使自定义了 User-Agent, 运行时实际的 User-Agent 会是一个从 custom ua 中截取的长度与原始 User-Agent 相同的子串,长度不足时会在末尾补空格。

在非 OpenWRT 系统上运行

v4.5.0 起,UA2F 支持在非 OpenWRT 系统上运行,但是需要手动配置防火墙规则,将需要处理的流量转发到 netfilter-queue 的 10010 队列中。

编译时,需要添加 -DUA2F_ENABLE_UCI=OFF flag 至 CMake。

TODO

  • pthread 支持,由不同线程完成入队出队
  • 重写正则匹配为 parser
  • 以连接为单位维护 parser 状态

License

GPL-3.0

ua2f's People

Contributors

1715173329 avatar fossabot avatar imguoliwei avatar sunbk201 avatar zxilly avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ua2f's Issues

系统日志频繁出现Thu May 4 00:05:41 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 258, Maybe other program has changed connmark?

Thu May 4 00:05:39 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 260, Maybe other program has changed connmark?
Thu May 4 00:05:39 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 306, Maybe other program has changed connmark?
Thu May 4 00:05:39 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 257, Maybe other program has changed connmark?
Thu May 4 00:05:39 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 917, Maybe other program has changed connmark?
Thu May 4 00:05:39 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 917, Maybe other program has changed connmark?
Thu May 4 00:05:40 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 260, Maybe other program has changed connmark?
Thu May 4 00:05:40 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 918, Maybe other program has changed connmark?
Thu May 4 00:05:40 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 919, Maybe other program has changed connmark?
Thu May 4 00:05:40 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 268, Maybe other program has changed connmark?
Thu May 4 00:05:40 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 269, Maybe other program has changed connmark?
Thu May 4 00:05:40 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 270, Maybe other program has changed connmark?
Thu May 4 00:05:40 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 258, Maybe other program has changed connmark?
Thu May 4 00:05:40 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 920, Maybe other program has changed connmark?
Thu May 4 00:05:40 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 920, Maybe other program has changed connmark?
Thu May 4 00:05:40 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 485, Maybe other program has changed connmark?
Thu May 4 00:05:40 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 485, Maybe other program has changed connmark?
Thu May 4 00:05:40 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 485, Maybe other program has changed connmark?
Thu May 4 00:05:40 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 486, Maybe other program has changed connmark?
Thu May 4 00:05:40 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 487, Maybe other program has changed connmark?
Thu May 4 00:05:40 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 921, Maybe other program has changed connmark?
Thu May 4 00:05:40 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 922, Maybe other program has changed connmark?
Thu May 4 00:05:40 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 258, Maybe other program has changed connmark?
Thu May 4 00:05:41 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 260, Maybe other program has changed connmark?
Thu May 4 00:05:41 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 923, Maybe other program has changed connmark?
Thu May 4 00:05:41 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 923, Maybe other program has changed connmark?
Thu May 4 00:05:41 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 924, Maybe other program has changed connmark?
Thu May 4 00:05:41 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 925, Maybe other program has changed connmark?
Thu May 4 00:05:41 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 926, Maybe other program has changed connmark?
Thu May 4 00:05:41 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 926, Maybe other program has changed connmark?
Thu May 4 00:05:41 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 927, Maybe other program has changed connmark?
Thu May 4 00:05:41 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 928, Maybe other program has changed connmark?
Thu May 4 00:05:41 2023 syslog.warn UA2F[5770]: Unexpected connmark value: 258, Maybe other program has changed connmark?

编译失败 源码为最新的lean大源码

make[3]: *** [/home/bfsg/lede/build_dir/target-mipsel_24kc_musl/UA2F-3.7/.built] Error 1
make[3]: Leaving directory '/home/bfsg/lede/package/UA2F'
time: package/UA2F/compile#0.17#0.04#0.20
package/Makefile:111: recipe for target 'package/UA2F/compile' failed
make[2]: *** [package/UA2F/compile] Error 2
make[2]: Leaving directory '/home/bfsg/lede'
package/Makefile:107: recipe for target '/home/bfsg/lede/staging_dir/target-mipsel_24kc_musl/stamp/.package_compile' failed
make[1]: *** [/home/bfsg/lede/staging_dir/target-mipsel_24kc_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/bfsg/lede'
/home/bfsg/lede/include/toplevel.mk:222: recipe for target 'world' failed
make: *** [world] Error 2

RM2100后台报错

Github Action云编译,启动ua2f被以下内容刷屏,且启动瞬间ua2f短暂生效

Sat Dec 11 00:48:22 2021 user.notice : Try to start UA2F processor at [4397].

Sat Dec 11 00:48:22 2021 user.notice : UA2F processor start at [4397].

Sat Dec 11 00:48:22 2021 syslog.notice UA2F[4397]: Pipset inited.

Sat Dec 11 00:48:22 2021 syslog.notice UA2F[4397]: UA2F has inited successful.

Sat Dec 11 00:48:22 2021 syslog.err UA2F[4397]: Exit at breakpoint 10.

Sat Dec 11 00:48:22 2021 user.err : Meet fatal error.[4397] dies by 256

以太网接口下有点奇怪

已经成功编译了UA2F进OpenWrt,但是
日志是正常的
然后还出现了个很奇怪的现象
WIFI下的所有终端均已生效,无论怎么刷新(包括电脑)都不会出现UA回到原来UA的情况
物理接口下的设备,只有第一次访问是修改生效的,第二次访问时就会变回浏览器原来的UA
如果我不更换浏览器,访问第一次后更换端口,他又会生效一次,第二次刷新又会回到浏览器的UA
感觉很随机,但是以太网下第一个访问绝对时F

编译出错

4.19内核

make[3]: Entering directory '/workdir/openwrt/package/UA2F'
rm -f /workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/.built
touch /workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/.built_check
x86_64-openwrt-linux-musl-gcc -Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -ffile-prefix-map=/workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0=UA2F-2.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -o /workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/ua2f.o -c /workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/ua2f.c
/workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/ua2f.c: In function 'queue_cb':
/workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/ua2f.c:216:12: warning: implicit declaration of function 'nfq_nlmsg_put'; did you mean 'nfq_nlmsg_parse'? [-Wimplicit-function-declaration]
     nlh2 = nfq_nlmsg_put(buf, NFQNL_MSG_VERDICT, 10010);
            ^~~~~~~~~~~~~
            nfq_nlmsg_parse
/workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/ua2f.c:216:10: warning: assignment to 'struct nlmsghdr *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
     nlh2 = nfq_nlmsg_put(buf, NFQNL_MSG_VERDICT, 10010);
          ^
/workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/ua2f.c: In function 'main':
/workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/ua2f.c:414:9: warning: assignment to 'struct nlmsghdr *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
     nlh = nfq_nlmsg_put(buf, NFQNL_MSG_CONFIG, queue_number);
         ^
/workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/ua2f.c:422:9: warning: assignment to 'struct nlmsghdr *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
     nlh = nfq_nlmsg_put(buf, NFQNL_MSG_CONFIG, queue_number);
         ^
x86_64-openwrt-linux-musl-gcc -L/workdir/openwrt/staging_dir/target-x86_64_musl/usr/lib -L/workdir/openwrt/staging_dir/target-x86_64_musl/lib -L/workdir/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/usr/lib -L/workdir/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/lib -lmnl -lnetfilter_queue -znow -zrelro -o /workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/ua2f /workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/ua2f.o
/workdir/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/lib/gcc/x86_64-openwrt-linux-musl/8.4.0/../../../../x86_64-openwrt-linux-musl/bin/ld: /workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/ua2f.o: in function `queue_cb':
ua2f.c:(.text+0x2ff): undefined reference to `nfq_nlmsg_put'
/workdir/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/lib/gcc/x86_64-openwrt-linux-musl/8.4.0/../../../../x86_64-openwrt-linux-musl/bin/ld: /workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/ua2f.o: in function `main':
ua2f.c:(.text.startup+0x205): undefined reference to `nfq_nlmsg_put'
/workdir/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/lib/gcc/x86_64-openwrt-linux-musl/8.4.0/../../../../x86_64-openwrt-linux-musl/bin/ld: ua2f.c:(.text.startup+0x252): undefined reference to `nfq_nlmsg_put'
collect2: error: ld returned 1 exit status
Makefile:43: recipe for target '/workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/.built' failed
make[3]: Leaving directory '/workdir/openwrt/package/UA2F'
make[3]: *** [/workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/.built] Error 1
time: package/UA2F/compile#0.22#0.05#0.27
package/Makefile:111: recipe for target 'package/UA2F/compile' failed
make[2]: *** [package/UA2F/compile] Error 2
make[2]: Leaving directory '/workdir/openwrt'
make[1]: *** [/workdir/openwrt/staging_dir/target-x86_64_musl/stamp/.package_compile] Error 2
package/Makefile:107: recipe for target '/workdir/openwrt/staging_dir/target-x86_64_musl/stamp/.package_compile' failed
make[1]: Leaving directory '/workdir/openwrt'
/workdir/openwrt/include/toplevel.mk:222: recipe for target 'world' failed
make: *** [world] Error 2
Error: Process completed with exit code 2.

5.4内核

make[3]: Entering directory '/workdir/openwrt/package/UA2F'
rm -f /workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/.built
touch /workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/.built_check
x86_64-openwrt-linux-musl-gcc -Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -ffile-prefix-map=/workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0=UA2F-2.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -o /workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/ua2f.o -c /workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/ua2f.c
/workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/ua2f.c: In function 'queue_cb':
/workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/ua2f.c:216:12: warning: implicit declaration of function 'nfq_nlmsg_put'; did you mean 'nfq_nlmsg_parse'? [-Wimplicit-function-declaration]
     nlh2 = nfq_nlmsg_put(buf, NFQNL_MSG_VERDICT, 10010);
            ^~~~~~~~~~~~~
            nfq_nlmsg_parse
/workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/ua2f.c:216:10: warning: assignment to 'struct nlmsghdr *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
     nlh2 = nfq_nlmsg_put(buf, NFQNL_MSG_VERDICT, 10010);
          ^
/workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/ua2f.c: In function 'main':
/workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/ua2f.c:414:9: warning: assignment to 'struct nlmsghdr *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
     nlh = nfq_nlmsg_put(buf, NFQNL_MSG_CONFIG, queue_number);
         ^
/workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/ua2f.c:422:9: warning: assignment to 'struct nlmsghdr *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
     nlh = nfq_nlmsg_put(buf, NFQNL_MSG_CONFIG, queue_number);
         ^
x86_64-openwrt-linux-musl-gcc -L/workdir/openwrt/staging_dir/target-x86_64_musl/usr/lib -L/workdir/openwrt/staging_dir/target-x86_64_musl/lib -L/workdir/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/usr/lib -L/workdir/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/lib -lmnl -lnetfilter_queue -znow -zrelro -o /workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/ua2f /workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/ua2f.o
/workdir/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/lib/gcc/x86_64-openwrt-linux-musl/8.4.0/../../../../x86_64-openwrt-linux-musl/bin/ld: /workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/ua2f.o: in function `queue_cb':
ua2f.c:(.text+0x2ff): undefined reference to `nfq_nlmsg_put'
Makefile:43: recipe for target '/workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/.built' failed
/workdir/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/lib/gcc/x86_64-openwrt-linux-musl/8.4.0/../../../../x86_64-openwrt-linux-musl/bin/ld: /workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/ua2f.o: in function `main':
ua2f.c:(.text.startup+0x205): undefined reference to `nfq_nlmsg_put'
/workdir/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/lib/gcc/x86_64-openwrt-linux-musl/8.4.0/../../../../x86_64-openwrt-linux-musl/bin/ld: ua2f.c:(.text.startup+0x252): undefined reference to `nfq_nlmsg_put'
collect2: error: ld returned 1 exit status
make[3]: *** [/workdir/openwrt/build_dir/target-x86_64_musl/UA2F-2.0/.built] Error 1
make[2]: *** [package/UA2F/compile] Error 2
make[3]: Leaving directory '/workdir/openwrt/package/UA2F'
time: package/UA2F/compile#0.23#0.06#0.29
package/Makefile:111: recipe for target 'package/UA2F/compile' failed
make[2]: Leaving directory '/workdir/openwrt'
package/Makefile:107: recipe for target '/workdir/openwrt/staging_dir/target-x86_64_musl/stamp/.package_compile' failed
make[1]: *** [/workdir/openwrt/staging_dir/target-x86_64_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/workdir/openwrt'
make: *** [world] Error 2
/workdir/openwrt/include/toplevel.mk:222: recipe for target 'world' failed
Error: Process completed with exit code 2.

UA2F正常running但UA未修改

lean大神的源码编译的openwrt,按照博客的教材编译安装ua2f

  1. ikuai+op双路由,ikuai(10.10.10.2/24)多线拨号,op(10.10.10.10/24)用来多设备伪装
  2. op只有一个lan口,网关是10.10.10.2,开启DHCP (通告的网关和dns服务器都是op)
  3. op已关闭Turbo ACC 网络加速,开启了smartdns,未开启魔法

笔记本电脑通过AP连接op上网,测试ua未修改QwQ

op的防火墙如图所示:
image

系统日志:
image

搞了一天了求求大佬帮助ORZ

并非UA2F问题,但觉得可以进来讨论下

在经过改UA,TCPTimestamp,IPID,TTL等方法无效后,我又进行了一个学期的探索,总算把学校判断共享的策略搞明白了。
-----------------------------废话-------------------------------
某一天半夜凌晨三点起床,发现校园网后台依然被检测到了共享。但是当时我确信所有人都已经不在使用网络(仅有手机自动连接)。于是我重新登录校园网并且路由器开始抓包。不出意料,两分钟过去后浏览器再一次提示多用户共享。仔细分析抓包,发现除了generate_204的请求以外,还有微信相关的请求。于是,关闭路由器wifi,重新登陆校园网,用电脑模拟不同手机的generate_204请求,都没有被ban。所以我重新打开路由器wifi,继续抓包,发现依然是generate_204和微信相关连接。所以我开始怀疑是和微信有关。
后来研究校园网脚本登录的时候,发现API包含"panabit_login"字样,经过网上的资料搜寻以及panabit论坛的截图,基本确定学校用Panabir防火墙
------------------------------废话结束---------------------------
后来在panabit论坛得知可以自己安装panabit,于是虚拟机安装了panabit并且单独分析了panabit的共享检测插件,发现原理是通过检查微信连接会话数(还有还有LOL端游和王者荣耀手游的)(panabit官方管这叫tcpflow_ttl),从而判定是否存在共享行为。然后就进行实验,根据Panabit后台的数据,只要是微信的IP,哪怕我就是用浏览器GET一下都会被判断为微信连接。所以panabit会话数认定里还加了tcpflow_ttl大小判断,大于某一个数才会被计算进微信会话数里边。用浏览器GET产生的tcpflow_ttl值是很小的(个位数),而如果遇到真微信的话这个值通常有1400。所以我推测这个值是微信的长连接时间,而且这个值会随着时间流逝而变小。
另外王者荣耀手游和LOL端游的检测原理大致一样。

所以现在问题是:

  1. tcpflow_ttl究竟是个啥
  2. 这个值能不能修改
    若是能在路由器改这个值就基本上能起飞了

编译完没软件

编译前有打上*,依赖也有选择上,编译成功刷入后没发现软件怎么办

关于移动设备访问HTTP的问题

我开启了UA2F后,电脑端都能访问HTTP的网页,而手机这种连接进WiFi,访问 HTTP 网页都是 400 Bad Request 这个是怎么回事?

PC端登录qq接收图片会被检测到并封号

插件为mentohust+ua2f
并且TTL等所有能在网络上查到的防封方法都已部署
登录qq之后后台接受图片也会被封
相当于PCqq几乎不能用,登陆后校园网账号就炸了
怀疑qq用来传输图片的端口下UA没被修改

树莓派4问题

我在树莓派4b上用这个ua2f,接入usb网卡做路由器几分钟后会导致网络中断,但用本身的网口做旁路由时不会中断

Couldn't load match `string':No such file or directory

使用 service ua2f restart 启动ua2f的话报错如下

root@OpenWrt:~# service ua2f restart
iptables v1.8.7 (legacy): Couldn't load match `string':No such file or directory

谷歌了一下好像是新版把指令替换了还是什么。
iptables is being replaced by nftables
不过好像不影响使用,至少能够修改80端口的ua(用了两天被ban了,最长一次了但是还是挂了)

iptables v1.8.7、ua2f3.10,最新lean的源码来着。

没反应

我用的是主分支的最新版3.7。
我已经把它编译进固件中了,编译期间没有报错,但启动后系统日志里并没有UA2F相关日志。
像是程序没启动的样子,不知道是哪里出了问题。
打开UA检测网站,UA没有变化。

开机自启
ipset create nohttp hash:ip,port hashsize 16384 timeout 300

防火墙规则
iptables -t mangle -N ua2f
iptables -t mangle -A ua2f -d 10.0.0.0/8 -j RETURN
iptables -t mangle -A ua2f -d 127.0.0.0/8 -j RETURN
iptables -t mangle -A ua2f -d 192.168.0.0/16 -j RETURN # 不处理流向保留地址的包
iptables -t mangle -A ua2f -p tcp --dport 443 -j RETURN
iptables -t mangle -A ua2f -p tcp --dport 22 -j RETURN # 不处理 SSH 和 https
iptables -t mangle -A ua2f -p tcp --dport 80 -j CONNMARK --set-mark 44
iptables -t mangle -A ua2f -m connmark --mark 43 -j RETURN # 不处理标记为非 http 的流 (实验性)
iptables -t mangle -A ua2f -m set --set nohttp dst,dst -j RETURN
iptables -t mangle -A ua2f -j NFQUEUE --queue-num 10010

iptables -t mangle -A FORWARD -p tcp -m conntrack --ctdir ORIGINAL -j ua2f
iptables -t mangle -A FORWARD -p tcp -m conntrack --ctdir REPLY

运行ua2f,进程不断退出重启,UA未改变

请问大佬,我将ua2f编译到固件内的,ua2f service enable开启了自启动,发现偶尔能改变ua为FFFFFF,我查看了日志后发现ua2f进程不断退出再restart,部分系统日志如下:

Tue Mar 15 19:31:24 2022 user.notice nlbwmon: Reloading nlbwmon due to ifup of loopback (lo)
Tue Mar 15 19:31:26 2022 daemon.notice procd: /etc/rc.d/S99ua2f: iptables: Chain already exists.
Tue Mar 15 19:31:26 2022 daemon.info procd: - init complete -
Tue Mar 15 19:31:26 2022 user.notice : Try to start UA2F processor at [5029].
Tue Mar 15 19:31:26 2022 user.notice : UA2F processor start at [5029].
Tue Mar 15 19:31:26 2022 syslog.notice UA2F[5029]: Pipset inited.
Tue Mar 15 19:31:26 2022 syslog.notice UA2F[5029]: UA2F has inited successful.
Tue Mar 15 19:31:35 2022 user.notice firewall: Reloading firewall due to ifup of wan (wan)
Tue Mar 15 19:31:36 2022 ### user.info : Received SIGTERM, kill child 5029
Tue Mar 15 19:31:36 2022 kern.info kernel: [   70.698050] do_page_fault(): sending SIGSEGV to ua2f for invalid read access from 00000000
Tue Mar 15 19:31:36 2022 kern.info kernel: [   70.706373] epc = 77d97681 in libmnl.so.0.2.0[77d96000+12000]
Tue Mar 15 19:31:36 2022 kern.info kernel: [   70.712229] ra  = 0040185b in ua2f[400000+3000]
Tue Mar 15 19:31:36 2022 user.notice : Try to start UA2F processor at [5171].
Tue Mar 15 19:31:36 2022 user.notice : UA2F processor start at [5171].
Tue Mar 15 19:31:36 2022 syslog.notice UA2F[5171]: Pipset inited.
Tue Mar 15 19:31:36 2022 syslog.notice UA2F[5171]: UA2F has inited successful.
Tue Mar 15 19:31:37 2022 user.notice nlbwmon: Reloading nlbwmon due to ifup of wan (wan)

内核日志如下:

[   36.176372] br-lan: port 2(lan2) entered forwarding state
[   45.436549] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   45.443236] br-lan: port 4(wlan0) entered blocking state
[   45.448623] br-lan: port 4(wlan0) entered forwarding state
[   46.828434] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[   46.835077] br-lan: port 3(wlan1) entered blocking state
[   46.840505] br-lan: port 3(wlan1) entered forwarding state
[   70.698050] do_page_fault(): sending SIGSEGV to ua2f for invalid read access from 00000000
[   70.706373] epc = 77d97681 in libmnl.so.0.2.0[77d96000+12000]
[   70.712229] ra  = 0040185b in ua2f[400000+3000]
[ 2932.133755] do_page_fault(): sending SIGSEGV to ### ua2f for invalid read access from 00000000
[ 2932.142089] epc = 77d90681 in libmnl.so.0.2.0[77d8f000+12000]
[ 2932.147908] ra  = 0040185b in ### ua2f[400000+3000]

系统日志(全部).txt

存在User-Agent没有修改

GET /1113200827040098/super/security HTTP/1.1
User-agent: Easemob-SDK(Android) 3.7.1
Connection: Keep-Alive
Authorization: Bearer YWMtyTCqCJ_pEeuwtKsbzgi5wJ18klvgRkGgrWaRAzRwjhqgQ_WgJ5kR65Jvp6jL71eeAwMAAAF44rTHdQBPGgA3RlChzLdw7foQYuYZDjKFR1sXO7jOC1ezDPo_lYt55A
Host: a4.easemob.com
Accept-Encoding: gzip


POST /mmtls/7ae571b3 HTTP/1.1
Accept: /
Cache-Control: no-cache
Connection: close
Content-Length: 611
Content-Type: application/octet-stream
Host: dns.weixin.qq.com
Upgrade: mmtls
User-Agent: MicroMessenger Client


在使用wireshark对路由wan口抓包,发现这两个UA在使用UA2F后没有修改掉

掉线求助

路由器是rm2100,采用lede源码编译并替换为最新的NFQUEUE。但平稳运行三天后 频繁出现掉线情况,之前日志出现过UA overflow但并未出现掉线情况,插件仅添加ua2f和rpk-ipid(移出后也出现掉线情况)。

大佬你好,微信电脑版发不了图片

经过排除,只要把这条给注释掉,微信电脑版就能发图片了,同时ua2f也会失效
iptables -t mangle -A ua2f -j NFQUEUE --queue-num 10010
这是为什么呢,有没有好的办法,如果设置防火墙不处理微信的地址,可能会被检测到ua

编译失败

make[3]: Entering directory '/home/k/lede/package/UA2F'
rm -f /home/k/lede/build_dir/target-mipsel_24kc_musl/UA2F-2.2/.built
touch /home/k/lede/build_dir/target-mipsel_24kc_musl/UA2F-2.2/.built_check
mipsel-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -mips16 -minterlink-mips16 -ffile-prefix-map=/home/k/lede/build_dir/target-mipsel_24kc_musl/UA2F-2.2=UA2F-2.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -o /home/k/lede/build_dir/target-mipsel_24kc_musl/UA2F-2.2/ua2f.o -c /home/k/lede/build_dir/target-mipsel_24kc_musl/UA2F-2.2/ua2f.c
In file included from /home/k/lede/build_dir/target-mipsel_24kc_musl/UA2F-2.2/ua2f.c:16:
/home/k/lede/staging_dir/toolchain-mipsel_24kc_gcc-8.4.0_musl/include/wait.h:1:2: warning: #warning redirecting incorrect #include <wait.h> to <sys/wait.h> [-Wcpp]
 #warning redirecting incorrect #include <wait.h> to <sys/wait.h>
  ^~~~~~~
/home/k/lede/build_dir/target-mipsel_24kc_musl/UA2F-2.2/ua2f.c: In function 'nfq_send_verdict':
/home/k/lede/build_dir/target-mipsel_24kc_musl/UA2F-2.2/ua2f.c:170:11: warning: implicit declaration of function 'nfq_nlmsg_put'; did you mean 'nfq_nlmsg_parse'? [-Wimplicit-function-declaration]
     nlh = nfq_nlmsg_put(buf, NFQNL_MSG_VERDICT, queue_num);
           ^~~~~~~~~~~~~
           nfq_nlmsg_parse
/home/k/lede/build_dir/target-mipsel_24kc_musl/UA2F-2.2/ua2f.c:170:9: warning: assignment to 'struct nlmsghdr *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
     nlh = nfq_nlmsg_put(buf, NFQNL_MSG_VERDICT, queue_num);
         ^
/home/k/lede/build_dir/target-mipsel_24kc_musl/UA2F-2.2/ua2f.c: In function 'main':
/home/k/lede/build_dir/target-mipsel_24kc_musl/UA2F-2.2/ua2f.c:501:9: warning: assignment to 'struct nlmsghdr *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
     nlh = nfq_nlmsg_put(buf, NFQNL_MSG_CONFIG, queue_number);
         ^
/home/k/lede/build_dir/target-mipsel_24kc_musl/UA2F-2.2/ua2f.c:510:9: warning: assignment to 'struct nlmsghdr *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
     nlh = nfq_nlmsg_put(buf, NFQNL_MSG_CONFIG, queue_number);
         ^
mipsel-openwrt-linux-musl-gcc -L/home/k/lede/staging_dir/target-mipsel_24kc_musl/usr/lib -L/home/k/lede/staging_dir/target-mipsel_24kc_musl/lib -L/home/k/lede/staging_dir/toolchain-mipsel_24kc_gcc-8.4.0_musl/usr/lib -L/home/k/lede/staging_dir/toolchain-mipsel_24kc_gcc-8.4.0_musl/lib -lmnl -lnetfilter_queue -lipset -znow -zrelro -o /home/k/lede/build_dir/target-mipsel_24kc_musl/UA2F-2.2/ua2f /home/k/lede/build_dir/target-mipsel_24kc_musl/UA2F-2.2/ua2f.o
/home/k/lede/staging_dir/toolchain-mipsel_24kc_gcc-8.4.0_musl/lib/gcc/mipsel-openwrt-linux-musl/8.4.0/../../../../mipsel-openwrt-linux-musl/bin/ld: /home/k/lede/build_dir/target-mipsel_24kc_musl/UA2F-2.2/ua2f.o: in function `queue_cb':
ua2f.c:(.text+0x2a2): undefined reference to `nfq_nlmsg_put'
/home/k/lede/staging_dir/toolchain-mipsel_24kc_gcc-8.4.0_musl/lib/gcc/mipsel-openwrt-linux-musl/8.4.0/../../../../mipsel-openwrt-linux-musl/bin/ld: /home/k/lede/build_dir/target-mipsel_24kc_musl/UA2F-2.2/ua2f.o: in function `main':
ua2f.c:(.text.startup+0x148): undefined reference to `nfq_nlmsg_put'
/home/k/lede/staging_dir/toolchain-mipsel_24kc_gcc-8.4.0_musl/lib/gcc/mipsel-openwrt-linux-musl/8.4.0/../../../../mipsel-openwrt-linux-musl/bin/ld: ua2f.c:(.text.startup+0x17a): undefined reference to `nfq_nlmsg_put'
collect2: error: ld returned 1 exit status
Makefile:46: recipe for target '/home/k/lede/build_dir/target-mipsel_24kc_musl/UA2F-2.2/.built' failed
make[3]: *** [/home/k/lede/build_dir/target-mipsel_24kc_musl/UA2F-2.2/.built] Error 1
make[3]: Leaving directory '/home/k/lede/package/UA2F'
time: package/UA2F/compile#0.22#0.07#0.27
package/Makefile:111: recipe for target 'package/UA2F/compile' failed
make[2]: *** [package/UA2F/compile] Error 2
make[2]: Leaving directory '/home/k/lede'
package/Makefile:107: recipe for target '/home/k/lede/staging_dir/target-mipsel_24kc_musl/stamp/.package_compile' failed
make[1]: *** [/home/k/lede/staging_dir/target-mipsel_24kc_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/k/lede'
/home/k/lede/include/toplevel.mk:222: recipe for target 'world' failed
make: *** [world] Error 2

用的是lean的源码

编译过程中遇到错误

在加入UA2F软件包后编译OpenWrt固件出错,下面是错误信息,大佬能不能帮忙看看:

make[3]: Entering directory '/home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/package/UA2F'
rm -f /home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/build_dir/target-mipsel_mips-interAptiv_musl/UA2F-3.8/.built
touch /home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/build_dir/target-mipsel_mips-interAptiv_musl/UA2F-3.8/.built_check
mipsel-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -iremap/home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/build_dir/target-mipsel_mips-interAptiv_musl/UA2F-3.8:UA2F-3.8 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -L/home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/staging_dir/target-mipsel_mips-interAptiv_musl/usr/lib -L/home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/staging_dir/target-mipsel_mips-interAptiv_musl/lib -L/home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/staging_dir/toolchain-mipsel_mips-interAptiv_gcc-7.4.0_musl/usr/lib -L/home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/staging_dir/toolchain-mipsel_mips-interAptiv_gcc-7.4.0_musl/lib -znow -zrelro -lmnl -lnetfilter_queue -lipset /home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/build_dir/target-mipsel_mips-interAptiv_musl/UA2F-3.8/ua2f.c -o /home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/build_dir/target-mipsel_mips-interAptiv_musl/UA2F-3.8/ua2f
/home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/build_dir/target-mipsel_mips-interAptiv_musl/UA2F-3.8/ua2f.c: In function 'nfq_send_verdict':
/home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/build_dir/target-mipsel_mips-interAptiv_musl/UA2F-3.8/ua2f.c:113:11: warning: implicit declaration of function 'nfq_nlmsg_put'; did you mean 'nfq_nlmsg_parse'? [-Wimplicit-function-declaration]
     nlh = nfq_nlmsg_put(buf, NFQNL_MSG_VERDICT, queue_num);
           ^~~~~~~~~~~~~
           nfq_nlmsg_parse
/home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/build_dir/target-mipsel_mips-interAptiv_musl/UA2F-3.8/ua2f.c:113:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
     nlh = nfq_nlmsg_put(buf, NFQNL_MSG_VERDICT, queue_num);
         ^
/home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/build_dir/target-mipsel_mips-interAptiv_musl/UA2F-3.8/ua2f.c: In function 'main':
/home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/build_dir/target-mipsel_mips-interAptiv_musl/UA2F-3.8/ua2f.c:400:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
     nlh = nfq_nlmsg_put(buf, NFQNL_MSG_CONFIG, queue_number);
         ^
/home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/build_dir/target-mipsel_mips-interAptiv_musl/UA2F-3.8/ua2f.c:409:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
     nlh = nfq_nlmsg_put(buf, NFQNL_MSG_CONFIG, queue_number);
         ^
/home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/staging_dir/toolchain-mipsel_mips-interAptiv_gcc-7.4.0_musl/lib/gcc/mipsel-openwrt-linux-musl/7.4.0/../../../../mipsel-openwrt-linux-musl/bin/ld: /home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/tmp/cci8wBFE.o: in function `nfq_send_verdict':
ua2f.c:(.text+0xf8): undefined reference to `nfq_nlmsg_put'
/home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/staging_dir/toolchain-mipsel_mips-interAptiv_gcc-7.4.0_musl/lib/gcc/mipsel-openwrt-linux-musl/7.4.0/../../../../mipsel-openwrt-linux-musl/bin/ld: /home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/tmp/cci8wBFE.o: in function `main':
ua2f.c:(.text.startup+0x280): undefined reference to `nfq_nlmsg_put'
/home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/staging_dir/toolchain-mipsel_mips-interAptiv_gcc-7.4.0_musl/lib/gcc/mipsel-openwrt-linux-musl/7.4.0/../../../../mipsel-openwrt-linux-musl/bin/ld: ua2f.c:(.text.startup+0x2d0): undefined reference to `nfq_nlmsg_put'
collect2: error: ld returned 1 exit status
Makefile:53: recipe for target '/home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/build_dir/target-mipsel_mips-interAptiv_musl/UA2F-3.8/.built' failed
make[3]: *** [/home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/build_dir/target-mipsel_mips-interAptiv_musl/UA2F-3.8/.built] Error 1
make[3]: Leaving directory '/home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/package/UA2F'
time: package/UA2F/compile#0.22#0.06#0.26
package/Makefile:120: recipe for target 'package/UA2F/compile' failed
make[2]: *** [package/UA2F/compile] Error 2
make[2]: Leaving directory '/home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06'
package/Makefile:116: recipe for target '/home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/staging_dir/target-mipsel_mips-interAptiv_musl/stamp/.package_compile' failed
make[1]: *** [/home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/staging_dir/target-mipsel_mips-interAptiv_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06'
/home/hupengtao/gl-infra-builder/openwrt-18.06/siflower/openwrt-18.06/include/toplevel.mk:216: recipe for target 'world' failed
make: *** [world] Error 2

在不加入UA2F时编译不会出错

UA2F中系统日志显示异常

Fri May 28 08:12:01 2021 syslog.info UA2F[1984]: UA2F has handled 385024 ua http, 103544050 tcp. Set 385024 mark and 7 noUA mark in 5 days, 20 hours, 3 minutes and 53 seconds
Fri May 28 08:13:33 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:33 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:33 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:33 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:34 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:36 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:36 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:36 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:37 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:37 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:37 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:37 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:37 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:38 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:38 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:40 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:41 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:41 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:41 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:41 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:42 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:42 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:42 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:43 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:43 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:44 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:44 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:44 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:45 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:45 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:46 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:47 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:49 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:49 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:53 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:53 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:13:57 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:14:01 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:14:09 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:14:14 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:14:17 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:14:41 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:14:47 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:14:49 2021 syslog.warn UA2F[1984]: UA overflow
Fri May 28 08:58:13 2021 daemon.notice netifd: wan (7097): udhcpc: sending renew to 10.217.31.254
Fri May 28 08:58:13 2021 daemon.notice netifd: wan (7097): udhcpc: lease of 10.217.20.137 obtained, lease time 7200
Fri May 28 09:00:17 2021 daemon.notice netifd: wan2 (12127): udhcpc: sending renew to 10.217.31.254
Fri May 28 09:00:17 2021 daemon.notice netifd: wan2 (12127): udhcpc: lease of 10.217.20.138 obtained, lease time 7200
Fri May 28 09:58:14 2021 daemon.notice netifd: wan (7097): udhcpc: sending renew to 10.217.31.254
Fri May 28 09:58:14 2021 daemon.notice netifd: wan (7097): udhcpc: lease of 10.217.20.137 obtained, lease time 7200
Fri May 28 10:00:17 2021 daemon.notice netifd: wan2 (12127): udhcpc: sending renew to 10.217.31.254
Fri May 28 10:00:17 2021 daemon.notice netifd: wan2 (12127): udhcpc: lease of 10.217.20.138 obtained, lease time 7200
Fri May 28 10:58:14 2021 daemon.notice netifd: wan (7097): udhcpc: sending renew to 10.217.31.254
Fri May 28 10:58:14 2021 daemon.notice netifd: wan (7097): udhcpc: lease of 10.217.20.137 obtained, lease time 7200
Fri May 28 11:00:17 2021 daemon.notice netifd: wan2 (12127): udhcpc: sending renew to 10.217.31.254
Fri May 28 11:00:17 2021 daemon.notice netifd: wan2 (12127): udhcpc: lease of 10.217.20.138 obtained, lease time 7200
Fri May 28 11:58:14 2021 daemon.notice netifd: wan (7097): udhcpc: sending renew to 10.217.31.254
Fri May 28 11:58:14 2021 daemon.notice netifd: wan (7097): udhcpc: lease of 10.217.20.137 obtained, lease time 7200
Fri May 28 12:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: sending renew to 10.217.31.254
Fri May 28 12:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: lease of 10.217.20.138 obtained, lease time 7200
Fri May 28 12:58:14 2021 daemon.notice netifd: wan (7097): udhcpc: sending renew to 10.217.31.254
Fri May 28 12:58:14 2021 daemon.notice netifd: wan (7097): udhcpc: lease of 10.217.20.137 obtained, lease time 7200
Fri May 28 13:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: sending renew to 10.217.31.254
Fri May 28 13:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: lease of 10.217.20.138 obtained, lease time 7200
Fri May 28 13:58:14 2021 daemon.notice netifd: wan (7097): udhcpc: sending renew to 10.217.31.254
Fri May 28 13:58:14 2021 daemon.notice netifd: wan (7097): udhcpc: lease of 10.217.20.137 obtained, lease time 7200
Fri May 28 14:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: sending renew to 10.217.31.254
Fri May 28 14:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: lease of 10.217.20.138 obtained, lease time 7200
Fri May 28 14:28:35 2021 syslog.info UA2F[1984]: UA2F has handled 393216 ua http, 103860581 tcp. Set 393216 mark and 7 noUA mark in 6 days, 2 hours, 20 minutes and 27 seconds
Fri May 28 14:58:14 2021 daemon.notice netifd: wan (7097): udhcpc: sending renew to 10.217.31.254
Fri May 28 14:58:14 2021 daemon.notice netifd: wan (7097): udhcpc: lease of 10.217.20.137 obtained, lease time 7200
Fri May 28 15:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: sending renew to 10.217.31.254
Fri May 28 15:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: lease of 10.217.20.138 obtained, lease time 7200
Fri May 28 15:58:14 2021 daemon.notice netifd: wan (7097): udhcpc: sending renew to 10.217.31.254
Fri May 28 15:58:14 2021 daemon.notice netifd: wan (7097): udhcpc: lease of 10.217.20.137 obtained, lease time 7200
Fri May 28 16:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: sending renew to 10.217.31.254
Fri May 28 16:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: lease of 10.217.20.138 obtained, lease time 7200
Fri May 28 16:33:39 2021 syslog.err UA2F[1984]: Catch SIGSEGV at breakpoint 4 and breakpoint2 5
Fri May 28 16:33:39 2021 syslog.alert UA2F[1984]: Meet fatal error, try to restart.
Fri May 28 16:33:39 2021 user.err : Child sucide.
Fri May 28 16:33:39 2021 user.notice : Try to start UA2F processor at [15310].
Fri May 28 16:33:39 2021 user.notice : UA2F processor start at [15310].
Fri May 28 16:33:39 2021 syslog.notice UA2F[15310]: Pipset inited.
Fri May 28 16:33:39 2021 syslog.notice UA2F[15310]: UA2F has inited successful.
Fri May 28 16:33:39 2021 syslog.err UA2F[15310]: Catch SIGSEGV at breakpoint 4 and breakpoint2 5
Fri May 28 16:33:39 2021 syslog.alert UA2F[15310]: Meet fatal error, try to restart.
Fri May 28 16:33:39 2021 user.err : Child sucide.
Fri May 28 16:33:39 2021 user.notice : Try to start UA2F processor at [15311].
Fri May 28 16:33:39 2021 user.notice : UA2F processor start at [15311].
Fri May 28 16:33:39 2021 syslog.notice UA2F[15311]: Pipset inited.
Fri May 28 16:33:39 2021 syslog.notice UA2F[15311]: UA2F has inited successful.
Fri May 28 16:33:39 2021 syslog.err UA2F[15311]: Catch SIGSEGV at breakpoint 4 and breakpoint2 5
Fri May 28 16:33:39 2021 syslog.alert UA2F[15311]: Meet fatal error, try to restart.
Fri May 28 16:33:39 2021 user.err : Child sucide.
Fri May 28 16:33:39 2021 user.notice : Try to start UA2F processor at [15312].
Fri May 28 16:33:39 2021 user.notice : UA2F processor start at [15312].
Fri May 28 16:33:39 2021 syslog.notice UA2F[15312]: Pipset inited.
Fri May 28 16:33:39 2021 syslog.notice UA2F[15312]: UA2F has inited successful.
Fri May 28 16:33:40 2021 syslog.err UA2F[15312]: Catch SIGSEGV at breakpoint 4 and breakpoint2 0
Fri May 28 16:33:40 2021 syslog.alert UA2F[15312]: Meet fatal error, try to restart.
Fri May 28 16:33:40 2021 user.err : Child sucide.
Fri May 28 16:33:40 2021 user.notice : Try to start UA2F processor at [15316].
Fri May 28 16:33:40 2021 user.notice : UA2F processor start at [15316].
Fri May 28 16:33:40 2021 syslog.notice UA2F[15316]: Pipset inited.
Fri May 28 16:33:40 2021 syslog.notice UA2F[15316]: UA2F has inited successful.
Fri May 28 16:33:41 2021 syslog.err UA2F[15316]: Catch SIGSEGV at breakpoint 4 and breakpoint2 5
Fri May 28 16:33:41 2021 syslog.alert UA2F[15316]: Meet fatal error, try to restart.
Fri May 28 16:33:41 2021 user.err : Child sucide.
Fri May 28 16:33:41 2021 user.notice : Try to start UA2F processor at [15324].
Fri May 28 16:33:41 2021 user.notice : UA2F processor start at [15324].
Fri May 28 16:33:41 2021 syslog.notice UA2F[15324]: Pipset inited.
Fri May 28 16:33:41 2021 syslog.notice UA2F[15324]: UA2F has inited successful.
Fri May 28 16:33:43 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 16:33:43 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 16:33:43 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 16:33:43 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 16:33:43 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 16:33:43 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 16:33:43 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 16:33:44 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 16:33:44 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 16:33:45 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 16:33:46 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 16:33:47 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 16:33:49 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 16:33:49 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 16:33:49 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 16:33:50 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 16:33:55 2021 syslog.info UA2F[15324]: UA2F has handled 8 ua http, 135 tcp. Set 8 mark and 0 noUA mark in 14 seconds
Fri May 28 16:34:11 2021 syslog.info UA2F[15324]: UA2F has handled 16 ua http, 2705 tcp. Set 16 mark and 0 noUA mark in 30 seconds
Fri May 28 16:34:25 2021 syslog.info UA2F[15324]: UA2F has handled 32 ua http, 3522 tcp. Set 32 mark and 0 noUA mark in 44 seconds
Fri May 28 16:34:39 2021 syslog.info UA2F[15324]: UA2F has handled 64 ua http, 3953 tcp. Set 64 mark and 0 noUA mark in 58 seconds
Fri May 28 16:35:18 2021 syslog.info UA2F[15324]: UA2F has handled 128 ua http, 4706 tcp. Set 128 mark and 0 noUA mark in 1 minutes and 37 seconds
Fri May 28 16:36:55 2021 syslog.info UA2F[15324]: UA2F has handled 256 ua http, 9199 tcp. Set 256 mark and 0 noUA mark in 3 minutes and 14 seconds
Fri May 28 16:41:01 2021 syslog.info UA2F[15324]: UA2F has handled 512 ua http, 28505 tcp. Set 512 mark and 0 noUA mark in 7 minutes and 20 seconds
Fri May 28 16:44:57 2021 syslog.info UA2F[15324]: UA2F has handled 1024 ua http, 53095 tcp. Set 1024 mark and 0 noUA mark in 11 minutes and 16 seconds
Fri May 28 16:58:15 2021 daemon.notice netifd: wan (7097): udhcpc: sending renew to 10.217.31.254
Fri May 28 16:58:15 2021 daemon.notice netifd: wan (7097): udhcpc: lease of 10.217.20.137 obtained, lease time 7200
Fri May 28 17:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: sending renew to 10.217.31.254
Fri May 28 17:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: lease of 10.217.20.138 obtained, lease time 7200
Fri May 28 17:39:25 2021 syslog.info UA2F[15324]: UA2F has handled 2048 ua http, 378396 tcp. Set 2048 mark and 0 noUA mark in 1 hours, 5 minutes and 44 seconds
Fri May 28 17:58:15 2021 daemon.notice netifd: wan (7097): udhcpc: sending renew to 10.217.31.254
Fri May 28 17:58:15 2021 daemon.notice netifd: wan (7097): udhcpc: lease of 10.217.20.137 obtained, lease time 7200
Fri May 28 18:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: sending renew to 10.217.31.254
Fri May 28 18:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: lease of 10.217.20.138 obtained, lease time 7200
Fri May 28 18:08:10 2021 syslog.info UA2F[15324]: UA2F has handled 4096 ua http, 706607 tcp. Set 4096 mark and 0 noUA mark in 1 hours, 34 minutes and 29 seconds
Fri May 28 18:11:59 2021 syslog.info UA2F[15324]: UA2F has handled 8192 ua http, 922614 tcp. Set 8192 mark and 0 noUA mark in 1 hours, 38 minutes and 18 seconds
Fri May 28 18:58:15 2021 daemon.notice netifd: wan (7097): udhcpc: sending renew to 10.217.31.254
Fri May 28 18:58:15 2021 daemon.notice netifd: wan (7097): udhcpc: lease of 10.217.20.137 obtained, lease time 7200
Fri May 28 19:00:19 2021 daemon.notice netifd: wan2 (12127): udhcpc: sending renew to 10.217.31.254
Fri May 28 19:00:19 2021 daemon.notice netifd: wan2 (12127): udhcpc: lease of 10.217.20.138 obtained, lease time 7200
Fri May 28 19:58:15 2021 daemon.notice netifd: wan (7097): udhcpc: sending renew to 10.217.31.254
Fri May 28 19:58:15 2021 daemon.notice netifd: wan (7097): udhcpc: lease of 10.217.20.137 obtained, lease time 7200
Fri May 28 20:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: sending renew to 10.217.31.254
Fri May 28 20:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: lease of 10.217.20.138 obtained, lease time 7200
Fri May 28 20:20:58 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:20:58 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:20:58 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:20:59 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:21:00 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:21:05 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:21:05 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:21:05 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:21:06 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:21:07 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:21:12 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:21:12 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:21:12 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:21:13 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:21:14 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:21:18 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:21:19 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:21:19 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:21:21 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:22:13 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:22:13 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:22:13 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:22:14 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:22:14 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:22:20 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:22:20 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:22:20 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:22:20 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:22:21 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:22:26 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:22:26 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:22:26 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:22:27 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:22:28 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:22:33 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:22:33 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:22:34 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:22:34 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:23:04 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:23:04 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:23:04 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:23:04 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:23:05 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:23:10 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:23:10 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:23:10 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:23:11 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:23:12 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:23:16 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:23:16 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:23:16 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:23:17 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:23:18 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:23:22 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:23:22 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:23:22 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:23:23 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:23:24 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:24:30 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:24:30 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:24:30 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:24:30 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:24:31 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:24:36 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:24:36 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:24:36 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:24:37 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:24:38 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:24:41 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:24:41 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:24:41 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:24:41 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:24:42 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:24:44 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:24:44 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:24:44 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:24:45 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:24:46 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:24:47 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:24:47 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:24:47 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:24:48 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:24:49 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:24:50 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:24:50 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:24:50 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:24:51 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:24:52 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:24:54 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:24:54 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:24:54 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:24:55 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:24:56 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:25:00 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:25:00 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:25:00 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:25:01 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:25:02 2021 syslog.warn UA2F[15324]: Offset overflow
Fri May 28 20:27:37 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:27:37 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:27:37 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:27:38 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:27:38 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:27:43 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:27:43 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:27:43 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:27:44 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:27:45 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:27:49 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:27:49 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:27:49 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:27:50 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:27:51 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:27:55 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:27:55 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:27:56 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:27:56 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:27:57 2021 syslog.warn UA2F[15324]: UA overflow
Fri May 28 20:58:15 2021 daemon.notice netifd: wan (7097): udhcpc: sending renew to 10.217.31.254
Fri May 28 20:58:15 2021 daemon.notice netifd: wan (7097): udhcpc: lease of 10.217.20.137 obtained, lease time 7200
Fri May 28 21:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: sending renew to 10.217.31.254
Fri May 28 21:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: lease of 10.217.20.138 obtained, lease time 7200
Fri May 28 21:01:47 2021 syslog.info UA2F[15324]: UA2F has handled 16384 ua http, 2570311 tcp. Set 16384 mark and 0 noUA mark in 4 hours, 28 minutes and 6 seconds
Fri May 28 21:58:15 2021 daemon.notice netifd: wan (7097): udhcpc: sending renew to 10.217.31.254
Fri May 28 21:58:15 2021 daemon.notice netifd: wan (7097): udhcpc: lease of 10.217.20.137 obtained, lease time 7200
Fri May 28 22:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: sending renew to 10.217.31.254
Fri May 28 22:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: lease of 10.217.20.138 obtained, lease time 7200
Fri May 28 22:58:15 2021 daemon.notice netifd: wan (7097): udhcpc: sending renew to 10.217.31.254
Fri May 28 22:58:16 2021 daemon.notice netifd: wan (7097): udhcpc: lease of 10.217.20.137 obtained, lease time 7200
Fri May 28 23:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: sending renew to 10.217.31.254
Fri May 28 23:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: lease of 10.217.20.138 obtained, lease time 7200
Fri May 28 23:58:15 2021 daemon.notice netifd: wan (7097): udhcpc: sending renew to 10.217.31.254
Fri May 28 23:58:15 2021 daemon.notice netifd: wan (7097): udhcpc: lease of 10.217.20.137 obtained, lease time 7200
Sat May 29 00:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: sending renew to 10.217.31.254
Sat May 29 00:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: lease of 10.217.20.138 obtained, lease time 7200
Sat May 29 00:58:15 2021 daemon.notice netifd: wan (7097): udhcpc: sending renew to 10.217.31.254
Sat May 29 00:58:15 2021 daemon.notice netifd: wan (7097): udhcpc: lease of 10.217.20.137 obtained, lease time 7200
Sat May 29 01:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: sending renew to 10.217.31.254
Sat May 29 01:00:18 2021 daemon.notice netifd: wan2 (12127): udhcpc: lease of 10.217.20.138 obtained, lease time 7200
Sat May 29 01:57:36 2021 syslog.info UA2F[15324]: UA2F has handled 24576 ua http, 3436524 tcp. Set 24576 mark and 0 noUA mark in 9 hours, 23 minutes and 55 seconds

mnl_cb_run 出错

Thu Feb 18 20:06:35 2021 user.notice : Try to start UA2F processor at [2445].
Thu Feb 18 20:06:35 2021 user.notice : UA2F processor start at [2445].
Thu Feb 18 20:06:35 2021 syslog.notice UA2F[2445]: Pipset inited.
Thu Feb 18 20:06:35 2021 syslog.notice UA2F[2445]: UA2F has inited successful.
Thu Feb 18 20:06:35 2021 syslog.err UA2F[2445]: Exit at breakpoint 10.
Thu Feb 18 20:06:35 2021 user.err : Child sucide.
Thu Feb 18 20:06:35 2021 user.notice : Try to start UA2F processor at [2447].
Thu Feb 18 20:06:35 2021 user.notice : UA2F processor start at [2447].
Thu Feb 18 20:06:35 2021 syslog.notice UA2F[2447]: Pipset inited.
Thu Feb 18 20:06:35 2021 syslog.notice UA2F[2447]: UA2F has inited successful.
Thu Feb 18 20:06:35 2021 syslog.err UA2F[2447]: Exit at breakpoint 10.
Thu Feb 18 20:06:35 2021 user.err : Child sucide.
Thu Feb 18 20:06:35 2021 user.notice : Try to start UA2F processor at [2449].
Thu Feb 18 20:06:35 2021 user.notice : UA2F processor start at [2449].
Thu Feb 18 20:06:35 2021 syslog.notice UA2F[2449]: Pipset inited.
Thu Feb 18 20:06:35 2021 syslog.notice UA2F[2449]: UA2F has inited successful.
Thu Feb 18 20:06:35 2021 syslog.err UA2F[2449]: Exit at breakpoint 10.
Thu Feb 18 20:06:35 2021 user.err : Child sucide.
Thu Feb 18 20:06:35 2021 user.notice : Try to start UA2F processor at [2451].
Thu Feb 18 20:06:35 2021 user.notice : UA2F processor start at [2451].
Thu Feb 18 20:06:35 2021 syslog.notice UA2F[2451]: Pipset inited.
Thu Feb 18 20:06:35 2021 syslog.notice UA2F[2451]: UA2F has inited successful.
Thu Feb 18 20:06:35 2021 syslog.err UA2F[2451]: Exit at breakpoint 10.
Thu Feb 18 20:06:35 2021 user.err : Child sucide.
Thu Feb 18 20:06:35 2021 user.notice : Try to start UA2F processor at [2453].
Thu Feb 18 20:06:35 2021 user.notice : UA2F processor start at [2453].
Thu Feb 18 20:06:35 2021 syslog.notice UA2F[2453]: Pipset inited.
Thu Feb 18 20:06:35 2021 syslog.notice UA2F[2453]: UA2F has inited successful.
Thu Feb 18 20:06:35 2021 syslog.err UA2F[2453]: Exit at breakpoint 10.
Thu Feb 18 20:06:35 2021 user.err : Child sucide.
Thu Feb 18 20:06:35 2021 user.notice : Try to start UA2F processor at [2455].
Thu Feb 18 20:06:35 2021 user.notice : UA2F processor start at [2455].
Thu Feb 18 20:06:35 2021 syslog.notice UA2F[2455]: Pipset inited.
Thu Feb 18 20:06:36 2021 syslog.notice UA2F[2455]: UA2F has inited successful.
Thu Feb 18 20:06:36 2021 syslog.err UA2F[2455]: Exit at breakpoint 10.
Thu Feb 18 20:06:36 2021 user.err : Child sucide.
Thu Feb 18 20:06:36 2021 user.notice : Try to start UA2F processor at [2457].
Thu Feb 18 20:06:36 2021 user.notice : UA2F processor start at [2457].
Thu Feb 18 20:06:36 2021 syslog.notice UA2F[2457]: Pipset inited.
Thu Feb 18 20:06:36 2021 syslog.notice UA2F[2457]: UA2F has inited successful.
Thu Feb 18 20:06:36 2021 syslog.err UA2F[2457]: Exit at breakpoint 10.
Thu Feb 18 20:06:36 2021 user.err : Child sucide.
Thu Feb 18 20:06:36 2021 user.notice : Try to start UA2F processor at [2459].
Thu Feb 18 20:06:36 2021 user.notice : UA2F processor start at [2459].
Thu Feb 18 20:06:36 2021 syslog.notice UA2F[2459]: Pipset inited.
Thu Feb 18 20:06:36 2021 syslog.notice UA2F[2459]: UA2F has inited successful.
Thu Feb 18 20:06:36 2021 syslog.err UA2F[2459]: Exit at breakpoint 10.
Thu Feb 18 20:06:36 2021 user.err : Child sucide.
Thu Feb 18 20:06:36 2021 user.notice : Try to start UA2F processor at [2461].
Thu Feb 18 20:06:36 2021 user.notice : UA2F processor start at [2461].
Thu Feb 18 20:06:36 2021 syslog.notice UA2F[2461]: Pipset inited.
Thu Feb 18 20:06:36 2021 syslog.notice UA2F[2461]: UA2F has inited successful.
Thu Feb 18 20:06:36 2021 syslog.err UA2F[2461]: Exit at breakpoint 10.
Thu Feb 18 20:06:36 2021 user.err : Child sucide.
Thu Feb 18 20:06:36 2021 user.notice : Try to start UA2F processor at [2463].
Thu Feb 18 20:06:36 2021 user.notice : UA2F processor start at [2463].
Thu Feb 18 20:06:36 2021 syslog.notice UA2F[2463]: Pipset inited.
Thu Feb 18 20:06:36 2021 syslog.notice UA2F[2463]: UA2F has inited successful.
Thu Feb 18 20:06:36 2021 syslog.err UA2F[2463]: Exit at breakpoint 10.
Thu Feb 18 20:06:36 2021 user.err : Child sucide.
Thu Feb 18 20:06:36 2021 user.notice : Try to start UA2F processor at [2465].
Thu Feb 18 20:06:36 2021 user.notice : UA2F processor start at [2465].
Thu Feb 18 20:06:36 2021 syslog.notice UA2F[2465]: Pipset inited.
Thu Feb 18 20:06:36 2021 syslog.notice UA2F[2465]: UA2F has inited successful.
Thu Feb 18 20:06:36 2021 syslog.err UA2F[2465]: Exit at breakpoint 10.
Thu Feb 18 20:06:36 2021 user.err : Child sucide.
Thu Feb 18 20:06:36 2021 user.notice : Try to start UA2F processor at [2467].
Thu Feb 18 20:06:36 2021 user.notice : UA2F processor start at [2467].
Thu Feb 18 20:06:36 2021 syslog.notice UA2F[2467]: Pipset inited.
Thu Feb 18 20:06:36 2021 syslog.notice UA2F[2467]: UA2F has inited successful.
Thu Feb 18 20:06:36 2021 syslog.err UA2F[2467]: Exit at breakpoint 10.
Thu Feb 18 20:06:36 2021 user.err : Child sucide.
Thu Feb 18 20:06:36 2021 user.notice : Try to start UA2F processor at [2469].
Thu Feb 18 20:06:36 2021 user.notice : UA2F processor start at [2469].
Thu Feb 18 20:06:36 2021 syslog.notice UA2F[2469]: Pipset inited.
Thu Feb 18 20:06:36 2021 syslog.notice UA2F[2469]: UA2F has inited successful.
Thu Feb 18 20:06:36 2021 syslog.err UA2F[2469]: Exit at breakpoint 10.
Thu Feb 18 20:06:36 2021 user.err : Child sucide.
Thu Feb 18 20:06:36 2021 user.notice : Try to start UA2F processor at [2471].
Thu Feb 18 20:06:36 2021 user.notice : UA2F processor start at [2471].
Thu Feb 18 20:06:36 2021 syslog.notice UA2F[2471]: Pipset inited.
Thu Feb 18 20:06:36 2021 syslog.notice UA2F[2471]: UA2F has inited successful.
Thu Feb 18 20:06:36 2021 syslog.err UA2F[2471]: Exit at breakpoint 10.
Thu Feb 18 20:06:36 2021 user.err : Child sucide.
Thu Feb 18 20:06:36 2021 user.err : Meet too many fatal error, no longer try to recover.
Thu Feb 18 20:06:36 2021 user.err : Exit at breakpoint 3.

可以支持自定义UA吗

因为我们学校偶尔信息中心的老师就想抓一下人,而GS每次都没被,我发现GSWiFi的UA是个正常值的,所以我想定义为一个正常值,不然他那边一看,全都是正常值,我这个明显不正常了,就很容易被逮住。
如果支持自定义,要如何自定义?要是还没有支持,大大可以考虑这个进去嘛

ua2f在某些网页失效

大佬您好
比如ua.chn.moe则显示ffffffff
https://www.atool99.com/useragent.php
则显示真实的ua,这将导致反检测失效,版本3.7-10
架构 | MediaTek MT7621 ver:1 eco:3 x 4
固件版本 | OpenWrt R21.4.18 / LuCI Master (git-21.114.56541-974fb04)
内核版本 | 5.4.117

Incompatible with the architectures configured

Building from source code and SDK. I am using Redmi AC2100.
commit 4dcdc8249c04da01adfc57e5698ccb41dbe3b0fa

# opkg install ua2f_2.2-4_mipsel_24kc.ipk
Unknown package 'ua2f'.
Collected errors:
 * pkg_hash_fetch_best_installation_candidate: Packages for ua2f found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package ua2f.
# opkg print-architecture
arch all 1
arch noarch 1
arch mipsel_24kc 10

RM2100 运行异常

按照README设置的,默认配置,op官方固件(downloads.openwrt.org 下载的)

日志只有这几行:
Sun Feb 20 14:47:46 2022 user.notice : Try to start UA2F processor at [5429].
Sun Feb 20 14:47:46 2022 user.notice : UA2F processor start at [5429].
Sun Feb 20 14:47:46 2022 syslog.notice UA2F[5429]: Pipset inited.
Sun Feb 20 14:47:46 2022 syslog.notice UA2F[5429]: UA2F has inited successful.
没了

但是没有任何效果

root@:~# curl http:///cdn-cgi/trace
fl=32***
h=***
ip=***
ts=***
visit_scheme=http
uag=curl/7.80.0
colo=***
http=http/1.1
loc=CN
tls=off
sni=off
warp=off
gateway=off

https网页无法修改ua

近期学校的校园网又不能用了,搞了好久突然发小他ios弹窗证书失效 显示是drcom。
突然想到可能是tls用https://ua2.233996.xyz/ 测试了一下 果然 http和ip:port都没问题 https 出问题了

编译的是最新的ua2f,启动了handle_tls

# Enable the daemon
uci set ua2f.enabled.enabled=1
# At your option set fw rules
uci set ua2f.firewall.handle_fw=1
uci set ua2f.firewall.handle_tls=1
uci set ua2f.firewall.handle_mmtls=1
uci set ua2f.firewall.handle_intranet=1

# Apply your modifications
uci commit ua2f

service ua2f enable
# Start the daemon
service ua2f start
你的真实UA是(服务器获取的UA)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.62
你的浏览器UA是
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.62

不太会玩,但是看上去感觉工作不正常(ua.zhezhiyu.xyz显示的ua都没有更改)


Wed May 12 23:41:45 2021 kern.warn kernel: [   37.901180] rkp-ipid: Successfully modified 2048 packages, in which 2048 IDs are in increasing order, 0 IDs are random. There are 0 packages not writable.
Wed May 12 23:42:51 2021 syslog.info UA2F[1298]: UA2F has handled 8 ua http, 605 tcp. Set 0 mark and 0 noUA mark in 1 minutes and 19 seconds
Wed May 12 23:43:31 2021 kern.warn kernel: [  144.202643] rkp-ipid: Successfully modified 4096 packages, in which 4096 IDs are in increasing order, 0 IDs are random. There are 0 packages not writable.
Wed May 12 23:46:30 2021 syslog.info UA2F[1298]: UA2F has handled 16 ua http, 1483 tcp. Set 1 mark and 0 noUA mark in 4 minutes and 58 seconds
Wed May 12 23:47:03 2021 daemon.err uhttpd[1322]: luci: accepted login on / for root from 192.168.1.124
Wed May 12 23:50:11 2021 syslog.info UA2F[1298]: UA2F has handled 32 ua http, 2140 tcp. Set 3 mark and 0 noUA mark in 8 minutes and 39 seconds
Thu May 13 00:03:18 2021 kern.warn kernel: [ 1328.820638] rkp-ipid: Successfully modified 8192 packages, in which 8192 IDs are in increasing order, 0 IDs are random. There are 0 packages not writable.
Thu May 13 00:53:07 2021 syslog.info UA2F[1298]: UA2F has handled 64 ua http, 5541 tcp. Set 4 mark and 0 noUA mark in 1 hours, 11 minutes and 35 seconds
Thu May 13 00:54:35 2021 kern.warn kernel: [ 4405.852755] rkp-ipid: Successfully modified 16384 packages, in which 16384 IDs are in increasing order, 0 IDs are random. There are 0 packages not writable.
Thu May 13 02:23:35 2021 syslog.info UA2F[1298]: UA2F has handled 128 ua http, 10940 tcp. Set 4 mark and 1 noUA mark in 2 hours, 42 minutes and 3 seconds
Thu May 13 03:00:42 2021 kern.warn kernel: [11973.588624] rkp-ipid: Successfully modified 32768 packages, in which 32768 IDs are in increasing order, 0 IDs are random. There are 0 packages not writable.
Thu May 13 06:18:43 2021 syslog.info UA2F[1298]: UA2F has handled 256 ua http, 18320 tcp. Set 4 mark and 1 noUA mark in 6 hours, 37 minutes and 11 seconds
Thu May 13 07:57:39 2021 syslog.info UA2F[1298]: UA2F has handled 512 ua http, 23112 tcp. Set 4 mark and 1 noUA mark in 8 hours, 16 minutes and 7 seconds
Thu May 13 09:01:47 2021 daemon.notice netifd: Network device 'eth1' link is down
Thu May 13 09:01:47 2021 kern.info kernel: [33639.755689] br-lan: port 1(eth1) entered disabled state
Thu May 13 09:01:47 2021 kern.info kernel: [33639.758744] r8152 4-1:1.0 eth1: carrier off
Thu May 13 09:01:48 2021 daemon.notice netifd: bridge 'br-lan' link is down
Thu May 13 09:01:48 2021 daemon.notice netifd: Interface 'lan' has link connectivity loss
Thu May 13 09:01:54 2021 daemon.notice netifd: Network device 'eth1' link is up
Thu May 13 09:01:54 2021 daemon.notice netifd: bridge 'br-lan' link is up
Thu May 13 09:01:54 2021 daemon.notice netifd: Interface 'lan' has link connectivity
Thu May 13 09:01:54 2021 kern.notice kernel: [33647.116453] r8152 4-1:1.0 eth1: Promiscuous mode enabled
Thu May 13 09:01:54 2021 kern.info kernel: [33647.117119] r8152 4-1:1.0 eth1: carrier on
Thu May 13 09:01:54 2021 kern.info kernel: [33647.117924] br-lan: port 1(eth1) entered blocking state
Thu May 13 09:01:54 2021 kern.info kernel: [33647.118386] br-lan: port 1(eth1) entered forwarding state

看日志工作正常,但是浏览器看ua显示发现没有修改
image.png
手机端同样
Screenshot_20210513_091553_com.android.chrome.jpg

(虽然截图上面clash是开启状态,但是我在昨晚已经开启和关闭clash(电脑和手机都)都测试了好几次,还是没有ua修改)
(但是昨晚测试的时候开着clash是能改成ffffff的……但是就不知道为什么今天突然不能)

路由器使用rockchip3328芯片的Orange pi R1Plus
固件采用Fork别人的GitHub自动编译然后自己改配置
本次测试所使用的固件链接
昨晚刚编译好的固件((((

终端连接方式:
由于软路由只有一个wan口和一个lan口,故wan口接校园网lan口接路由器的lan口组交换机模式,路由器选择咸鱼二手12包邮的水星穿墙王(老版本),电脑有线手机无线连接到路由器。
不知道是不是和我这样的连接方式有关

exit at breakpoint 10

Fri Mar 19 22:04:27 2021 user.notice : Try to start UA2F processor at [9486].
Fri Mar 19 22:04:27 2021 user.notice : UA2F processor start at [9486].
Fri Mar 19 22:04:27 2021 syslog.notice UA2F[9486]: Pipset inited.
Fri Mar 19 22:04:27 2021 syslog.notice UA2F[9486]: UA2F has inited successful.
Fri Mar 19 22:04:34 2021 syslog.err UA2F[9486]: Catch SIGSEGV at breakpoint 9 and breakpoint2 4
Fri Mar 19 22:04:34 2021 syslog.alert UA2F[9486]: Meet fatal error, try to restart.
Fri Mar 19 22:04:34 2021 user.err : Child sucide.
Fri Mar 19 22:04:34 2021 user.notice : Try to start UA2F processor at [9487].
Fri Mar 19 22:04:34 2021 user.notice : UA2F processor start at [9487].
Fri Mar 19 22:04:34 2021 syslog.notice UA2F[9487]: Pipset inited.
Fri Mar 19 22:04:34 2021 syslog.notice UA2F[9487]: UA2F has inited successful.
Fri Mar 19 22:04:48 2021 syslog.info UA2F[9487]: UA2F has handled 8 http, 0 http 1.0, 0 noua http, 133 tcp. Set 0 mark and 1 nohttp mark in 14 seconds
Fri Mar 19 22:05:21 2021 syslog.info UA2F[9487]: UA2F has handled 16 http, 0 http 1.0, 0 noua http, 730 tcp. Set 1 mark and 1 nohttp mark in 47 seconds
Fri Mar 19 22:05:26 2021 syslog.info UA2F[9487]: UA2F has handled 32 http, 0 http 1.0, 0 noua http, 1292 tcp. Set 1 mark and 3 nohttp mark in 52 seconds
Fri Mar 19 22:06:04 2021 syslog.info UA2F[9487]: UA2F has handled 64 http, 3 http 1.0, 4 noua http, 2316 tcp. Set 1 mark and 4 nohttp mark in 1 minutes and 30 seconds
Fri Mar 19 22:07:01 2021 syslog.info UA2F[9487]: UA2F has handled 128 http, 5 http 1.0, 15 noua http, 7405 tcp. Set 2 mark and 5 nohttp mark in 2 minutes and 27 seconds
Fri Mar 19 22:10:03 2021 syslog.info UA2F[9487]: UA2F has handled 256 http, 7 http 1.0, 295 noua http, 30744 tcp. Set 65 mark and 16 nohttp mark in 5 minutes and 29 seconds
Fri Mar 19 22:15:06 2021 daemon.notice netifd: wan (6133): udhcpc: sending renew to 10.0.0.3
Fri Mar 19 22:15:06 2021 daemon.notice netifd: wan (6133): udhcpc: lease of 10.108.6.146 obtained, lease time 28800
Fri Mar 19 22:16:41 2021 syslog.info UA2F[9487]: UA2F has handled 512 http, 10 http 1.0, 407 noua http, 85062 tcp. Set 74 mark and 37 nohttp mark in 12 minutes and 7 seconds
Fri Mar 19 22:19:43 2021 syslog.info UA2F[9487]: UA2F has handled 1024 http, 11 http 1.0, 413 noua http, 95202 tcp. Set 76 mark and 49 nohttp mark in 15 minutes and 9 seconds
Fri Mar 19 22:21:38 2021 daemon.err uhttpd[2120]: luci: accepted login on / for root from 192.168.1.239
Fri Mar 19 22:21:43 2021 syslog.info UA2F[9487]: UA2F has handled 2048 http, 11 http 1.0, 582 noua http, 99681 tcp. Set 90 mark and 93 nohttp mark in 17 minutes and 9 seconds
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10161].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10161].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10161]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10161]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10161]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10162].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10162].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10162]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10162]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10162]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10163].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10163].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10163]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10163]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10163]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10164].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10164].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10164]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10164]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10164]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10165].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10165].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10165]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10165]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10165]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10166].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10166].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10166]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10166]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10166]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10167].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10167].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10167]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10167]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10167]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10168].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10168].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10168]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10168]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10168]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10169].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10169].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10169]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10169]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10169]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10170].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10170].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10170]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10170]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10170]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10171].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10171].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10171]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10171]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10171]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10172].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10172].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10172]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10172]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10172]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10173].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10173].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10173]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10173]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10173]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10174].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10174].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10174]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10174]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10174]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10175].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10175].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10175]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10175]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10175]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10176].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10176].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10176]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10176]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10176]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10177].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10177].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10177]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10177]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10177]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10178].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10178].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10178]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10178]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10178]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10179].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10179].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10179]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10179]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10179]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10180].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10180].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10180]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10180]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10180]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10181].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10181].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10181]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10181]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10181]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10182].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10182].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10182]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10182]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10182]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10183].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10183].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10183]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10183]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10183]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10184].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10184].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10184]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10184]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10184]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10185].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10185].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10185]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10185]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10185]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10186].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10186].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10186]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10186]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10186]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10187].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10187].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10187]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10187]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10187]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10188].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10188].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10188]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10188]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10188]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10189].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10189].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10189]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10189]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10189]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10190].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10190].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10190]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10190]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10190]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10191].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10191].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10191]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10191]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10191]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10192].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10192].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10192]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10192]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10192]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10193].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10193].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10193]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10193]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10193]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10194].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10194].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10194]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10194]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10194]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10195].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10195].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10195]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10195]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10195]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10196].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10196].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10196]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10196]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10196]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10197].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10197].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10197]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10197]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10197]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10198].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10198].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10198]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10198]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10198]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10199].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10199].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10199]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10199]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10199]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10200].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10200].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10200]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10200]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10200]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10201].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10201].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10201]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10201]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10201]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10202].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10202].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10202]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10202]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10202]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10203].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10203].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10203]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10203]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10203]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10204].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10204].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10204]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10204]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10204]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10205].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10205].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10205]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10205]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10205]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10206].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10206].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10206]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10206]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10206]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10207].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10207].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10207]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10207]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10207]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10208].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10208].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10208]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10208]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10208]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10209].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10209].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10209]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10209]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10209]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10210].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10210].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10210]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10210]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10210]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.notice : Try to start UA2F processor at [10211].
Fri Mar 19 22:23:03 2021 user.notice : UA2F processor start at [10211].
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10211]: Pipset inited.
Fri Mar 19 22:23:03 2021 syslog.notice UA2F[10211]: UA2F has inited successful.
Fri Mar 19 22:23:03 2021 syslog.err UA2F[10211]: Exit at breakpoint 10.
Fri Mar 19 22:23:03 2021 user.err : Child sucide.
Fri Mar 19 22:23:03 2021 user.err : Meet too many fatal error, no longer try to recover.
Fri Mar 19 22:23:03 2021 user.err : Exit at breakpoint 3.

电脑连接WIFI之后,UA2F崩溃

单纯手机连接WIFI并不会崩溃,电脑一连接有网络活动的话校园网会被秒踢下线。看了日志才判断到是UA2F崩溃了,麻烦大佬看看是什么情况。

系统日志如下:

Wed Apr 20 18:14:03 2022 user.info : Received SIGTERM, kill child 12662
Wed Apr 20 18:14:03 2022 kern.info kernel: [15642.452772] do_page_fault(): sending SIGSEGV to ua2f for invalid read access from 00000000
Wed Apr 20 18:14:03 2022 kern.info kernel: [15642.469341] epc = 77db0681 in libmnl.so.0.2.0[77daf000+12000]
Wed Apr 20 18:14:03 2022 kern.info kernel: [15642.480916] ra  = 0040185b in ua2f[400000+3000]
Wed Apr 20 18:14:03 2022 user.notice : Try to start UA2F processor at [12875].
Wed Apr 20 18:14:03 2022 user.notice : UA2F processor start at [12875].
Wed Apr 20 18:14:03 2022 syslog.notice UA2F[12875]: Pipset inited.
Wed Apr 20 18:14:03 2022 syslog.notice UA2F[12875]: UA2F has inited successful.
Wed Apr 20 18:14:03 2022 user.notice firewall: Reloading firewall due to ifup of wan (wan)
Wed Apr 20 18:14:04 2022 user.info : Received SIGTERM, kill child 12875
Wed Apr 20 18:14:04 2022 kern.info kernel: [15643.265057] do_page_fault(): sending SIGSEGV to ua2f for invalid read access from 00000000
Wed Apr 20 18:14:04 2022 kern.info kernel: [15643.281676] epc = 77d45681 in libmnl.so.0.2.0[77d44000+12000]
Wed Apr 20 18:14:04 2022 kern.info kernel: [15643.293240] ra  = 0040185b in ua2f[400000+3000]
Wed Apr 20 18:14:04 2022 user.notice : Try to start UA2F processor at [13036].
Wed Apr 20 18:14:04 2022 user.notice : UA2F processor start at [13036].
Wed Apr 20 18:14:04 2022 syslog.notice UA2F[13036]: Pipset inited.
Wed Apr 20 18:14:04 2022 syslog.notice UA2F[13036]: UA2F has inited successful.

内核日志如下:

[12430.315482] do_page_fault(): sending SIGSEGV to ua2f for invalid read access from 00000000
[12430.332029] epc = 77dce681 in libmnl.so.0.2.0[77dcd000+12000]
[12430.343721] ra  = 0040185b in ua2f[400000+3000]
[12433.915654] mt7530 mdio-bus:1f wan: Link is Up - 1Gbps/Full - flow control off
[12433.930260] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready
[12434.380179] do_page_fault(): sending SIGSEGV to ua2f for invalid read access from 00000000
[12434.396721] epc = 77dc8681 in libmnl.so.0.2.0[77dc7000+12000]
[12434.408344] ra  = 0040185b in ua2f[400000+3000]
[12435.185687] do_page_fault(): sending SIGSEGV to ua2f for invalid read access from 00000000
[12435.202279] epc = 77dee681 in libmnl.so.0.2.0[77ded000+12000]
[12435.213961] ra  = 0040185b in ua2f[400000+3000]

系统日志(全部).txt
内核日志(全部).txt

不想用FFF...修改ua,怎么改源码。

抱歉,我大部分代码看不懂,能帮帮我怎么把FFFF
换成其它的,我觉得学校看到我ua为FFFF...觉得不正常,可能会把我号给封了。我想换成正常的ua,这样感觉更安全,我上学期校园网掉了可以秒登,所以用脚本写了一个重登代码,这个学期就不行了。
上个学期一天重登40多次,应该是被学校看出异常。
我怕学校这次又看出异常,把不正常ua也加入扫描范围
这样就不行了。

如果你想换个字母的话,改这里

如果你想换个字母的话,改这里

UA2F/src/ua2f.c

Line 445 in 661334b

memset(str, 'F', sizeof_buf);

Originally posted by @Zxilly in #20 (comment)

这样改行不行,

static char str1[74]={"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko)"};
.
.
.
int i;
.
.
.
str = malloc(sizeof_buf);

 for(i=0; i<sizeof_buf; i++)
{
	memset(str+i, str1[i] ,1);
}
if (sizeof_buf > 74)
    {
      for(i=75; i<sizeof_buf; i++)
{
	memset(str+i, ' ' ,1);
}
    }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.