6 个版本
0.1.5 | 2023年11月16日 |
---|---|
0.1.4 | 2023年1月30日 |
在 命令行工具 中排名第 571
每月下载量 38
7KB
79 行
简介
当您需要快速将 IOCs(电子邮件、URL、IP 地址)转换为不可点击且安全发送的格式时,只需通过 dfang
传输它们即可。如果您收到已被去除 IOCs 的内容并需要恢复其功能,只需再次通过 rfang
传输即可。
安装
cargo install dfang
cargo install rfang
用法
dfang something@somewhere.com
rfang something[@]somewhere[.]com
...或从其他应用程序中管道输入
// Extract defanged URLs from a file
grep hxxp iocs.txt | rfang
// Take your clipboard, defang it, and copy it again
pbpaste | dfang | pbcopy
依赖项
~2.2–3MB
~54K SLoC