istheinternetonfire

This commit is contained in:
Rodolphe Breard 2015-03-18 00:34:15 +01:00
parent c9b71b4276
commit 3b71b785a4

1
.zshrc
View file

@ -66,6 +66,7 @@ alias df='df -h'
alias weechat='TERM=screen-256color weechat' alias weechat='TERM=screen-256color weechat'
alias lock='xscreensaver-command --lock' alias lock='xscreensaver-command --lock'
hash htop 2>/dev/null && alias top='TERM=screen-256color htop' 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='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' hash sqlmap 2>/dev/null && alias sqlmap-tor='sqlmap --tor --tor-type=SOCKS5'