adding sqlmap helpers

This commit is contained in:
Rodolphe Breard 2015-02-21 16:23:04 +01:00
parent 60b413bf83
commit f0b241366a

2
.zshrc
View file

@ -66,6 +66,8 @@ 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 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'
if hash chromium 2>/dev/null; then
chromium-tor() {