Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 895 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 895 Bytes

Defang! Refang!

Defang and fang your dangerous URLs, IPs and emails! No dependencies, you only get the dentist.

npm version

Install

$ npm install defang-refang

Usage

import dr from "./defangrefang";

dr.defang("http://dr.evils.lair/");

=> "hXXp://dr[.]evils[.]lair/"

dr.refang("'192[.]168[.]1[.]0'");

=> "192.168.1.0"

Features

Handles the following:

  • Emails
  • IPv4
  • URLs
  • Prefixes
    • ftp
    • http
    • https
    • ssh
Argument Defanged
[email protected] faust[at]evil[.]com
192.168.1.1 192[.]168[.]1[.]1
https://totally.legit.com hXXps://totally[.]legit[.]com