From 3b71b785a4bccae62b58419f1bebbbd099747102 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Wed, 18 Mar 2015 00:34:15 +0100 Subject: [PATCH] istheinternetonfire --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index fd7d3a7..44f5c6a 100644 --- a/.zshrc +++ b/.zshrc @@ -66,6 +66,7 @@ alias df='df -h' alias weechat='TERM=screen-256color weechat' alias lock='xscreensaver-command --lock' hash htop 2>/dev/null && alias top='TERM=screen-256color htop' +hash dig 2>/dev/null && alias istheinternetonfire='dig +short txt istheinternetonfire.com' hash sqlmap 2>/dev/null && alias sqlmap='sqlmap --user-agent="Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"' hash sqlmap 2>/dev/null && alias sqlmap-tor='sqlmap --tor --tor-type=SOCKS5'