aboutsummaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authormakefu <root@pigstarter.de>2014-02-17 12:46:49 +0100
committermakefu <root@pigstarter.de>2014-02-17 12:46:52 +0100
commite9366655847cead28e6999a7d24083d010a832b4 (patch)
treecdd16528fb33c03706b45fff5b4c7a91e48a427d /commands
parent877afbca8a57113725f25b1364c1de4526b14db4 (diff)
whatweb: add firefox 25 user agent to whatweb
Diffstat (limited to 'commands')
-rwxr-xr-xcommands/whatweb2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/whatweb b/commands/whatweb
index afe2036..68f8aa3 100755
--- a/commands/whatweb
+++ b/commands/whatweb
@@ -4,4 +4,4 @@ here=$(dirname `readlink -f $0`)
whatweb_bin="$here/../repos/whatweb/whatweb"
[ ! -e "$whatweb_bin" ] && echo "!! Whatweb app does not exist" && exit 1
[ -z "${1:-}" ] && echo "!! no host given" && exit 1
-exec $whatweb_bin -a 3 "$1" 2>&1
+exec $whatweb_bin --user-agent="Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/25.0" -a 3 "$1" 2>&1