Skip to content

readloud/defang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check

defang

Yet another defanging tool! Defanging is a reliable way to share suspicious or malicious URLs without endangering the recipient by modifying the URL to be inaccessible.

Usage

A utility to defang or refang URL strings

USAGE:
    defang [OPTIONS]

OPTIONS:
    -d, --defang <URL>    Convert a URL into a harmless and shareable format
    -h, --help            Print help information
    -r, --refang <URL>    Restore a defanged URL to its original format
    -V, --version         Print version information

Demonstration

$ defang -d http://malware.example.com
hxxp://malware[.]example[.]com

About

Yet Another Defang Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 92.9%
  • Makefile 7.1%