Crates.io | rfang |
lib.rs | rfang |
version | 0.1.5 |
source | src |
created_at | 2023-01-25 02:56:15.408774 |
updated_at | 2023-11-16 12:30:14.070427 |
description | A tool to refang IOCs. |
homepage | https://github.com/patricktulskie/dfang |
repository | https://github.com/patricktulskie/dfang |
max_upload_size | |
id | 767092 |
size | 5,440 |
For when you need to quickly make IOCs (email, urls, ip addresses) unclickable and safe to send, just send them through dfang
. If you receive something that's been defanged and you need to give it some teeth again, just run it back through rfang
.
cargo install dfang
cargo install rfang
dfang something@somewhere.com
rfang something[@]somewhere[.]com
...or pipe in from another application
// Extract defanged URLs from a file
grep hxxp iocs.txt | rfang
// Take your clipboard, defang it, and copy it again
pbpaste | dfang | pbcopy