Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 pcap 文件和一个正则表达式文件。
正则表达式文件包含 20 多个正则表达式,如下所示:
[Pp][Oo][Ss][Tt] .*fpleq.*po put{0,1} . . .
现在,我知道如何使用 ngrep 给出一个正则表达式来检查 pcap 文件。
ngrep -i '[dD][eE][lL][eE][tT][eE] ' -I test.pcap tcp -O p.pcap -q
但是,如果我必须完全检查所有正则表达式,那么我该如何完成这项任务呢?