From f0b241366a3ccbdd054035b2ba91ca7f5e1b6495 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sat, 21 Feb 2015 16:23:04 +0100 Subject: [PATCH] adding sqlmap helpers --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 8aceea7..9bf2fd0 100644 --- a/.zshrc +++ b/.zshrc @@ -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() {