dotfiles/.config/fish/functions/sqlmap.fish

3 lines
133 B
Fish

function sqlmap
command sqlmap --user-agent="Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" $argv
end