我发现
tcpdump -l -s0 -w - tcp dst port 80 | strings
Run Code Online (Sandbox Code Playgroud)
在这篇文章上。所以我想尝试使用strings
命令。但是命令就像
echo 'abc' | strings
Run Code Online (Sandbox Code Playgroud)
不起作用。为什么?提前致谢。
我阅读了strings
手册。但没有运气。
阅读手册页:
描述
对于给定的每个文件,GNU 字符串打印至少 4 个字符长的可打印字符序列 [...]
注意4...
要使其工作:
echo abc |strings -n 3
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
98 次 |
最近记录: |