aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-08-02 10:53:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-08-02 10:53:32 +1200
commitc73f92c337558e8579f9905f6e90b661baa67699 (patch)
tree35eb1c0f84c3fde867d9f2ba36aa9cfbc5dcca5f /man
parentMerge branch 'release/v7.4.0' into develop (diff)
downloaddotfiles-c73f92c337558e8579f9905f6e90b661baa67699.tar.gz
dotfiles-c73f92c337558e8579f9905f6e90b661baa67699.zip
Add defang(1df)
><tejr> I learned the word "defang" today as applied to URLs ><tejr> I knew about the practice but not what it was called ><tejr> Now I am writing a little script to do it for me ><russm> tejr: pip install defang ? ><tejr> Why you gotta be like that, russm ><tejr> Let me have my three-line sed script
Diffstat (limited to 'man')
-rw-r--r--man/man1/defang.1df17
1 files changed, 17 insertions, 0 deletions
diff --git a/man/man1/defang.1df b/man/man1/defang.1df
new file mode 100644
index 00000000..1d99cd14
--- /dev/null
+++ b/man/man1/defang.1df
@@ -0,0 +1,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>