aboutsummaryrefslogblamecommitdiff
path: root/man/man1/defang.1df
blob: 1d99cd14a09dee184eefd6f64fbf1aaa3fe84bd6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                             
.TH DEFANG 1df "August 2019" "Manual page for defang"
.SH NAME
.B defang
\- butcher dangerous URLs to stop them being made clickable
.SH USAGE
.B defang [FILE1 [FILE2 ...]]
.br
.B defang
< FILE
.br
printf 'http://pwn3d.badguys.icu/h4ck/0x_ph1sh.html' |
.B defang
.SH DESCRIPTION
Manipulates URLs on each line of input in such a way that they're unlikely to
be made into clickable links by tools that try to make dynamic HTML links.
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>