curl -H "Range: bytes=0-10" https://of-tj-download-ipv6.ftn.qq.com/ftn_handler/ee96964ec02c027f0e225d38bf24b9d32b3750869d4cf5ac06bcc770dcad2db6c54b99e7b194a956adb3b1fe0ea2d0083b80a83901d784bc003439cbf597a103 -v
top -H -p <pid> # 查看<pid>进程中的线程列表
cat /proc/<pid>/task/<tid>/comm
需要先安装htop
htop
F2
↓
Display Options
→
回车键启用Tree View,Show Custom Thread Names,启用后会有一个X符号
F10保存
tcpdump tcp -i eth1 -t -s 0 -c 10000 and dst port ! 22 and src net 192.168.1.0/24 -w ./target.cap
filter | desc |
---|---|
!tcp.port==3389 | 排除3389端口流量 |
tcp.flags.syn==1 | 具有SYN标志位的TCP数据包 |
tcp.flags.rst==1 | 具有RST标志位的TCP数据包 |
!arp | 排除ARP包 |