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

4 lines
133 B
Fish
Raw Normal View History

2025-03-02 14:26:08 +01:00
function sqlmap
command sqlmap --user-agent="Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" $argv
end