rfang 0.1.0

A tool to refang IOCs.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.lazy_static]
version = "1"

[dependencies.regex]
version = "1"

[package]
authors = ["Patrick Tulskie <patricktulskie@gmail.com>"]
categories = ["command-line-utilities"]
description = "A tool to refang IOCs."
edition = "2021"
homepage = "https://github.com/patricktulskie/dfang"
keywords = ["defang", "refang", "IOC"]
license = "MIT"
name = "rfang"
readme = "../README.md"
repository = "https://github.com/patricktulskie/dfang"
version = "0.1.0"