adding sqlmap helpers
This commit is contained in:
parent
60b413bf83
commit
f0b241366a
1 changed files with 2 additions and 0 deletions
2
.zshrc
2
.zshrc
|
@ -66,6 +66,8 @@ 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 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
|
if hash chromium 2>/dev/null; then
|
||||||
chromium-tor() {
|
chromium-tor() {
|
||||||
|
|
Loading…
Reference in a new issue