diff options
author | makefu <root@pigstarter.de> | 2014-02-17 12:46:49 +0100 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2014-02-17 12:46:52 +0100 |
commit | 2ece835fcffbd14f63ae0654d58713d4047c8a25 (patch) | |
tree | e0fe8e20551cb04e36fa2f072b7f75a2bc3105ff /Reaktor/commands | |
parent | 3d8232b6effc27bea833f0f99ab80f7c740d5433 (diff) |
whatweb: add firefox 25 user agent to whatweb
Diffstat (limited to 'Reaktor/commands')
-rwxr-xr-x | Reaktor/commands/whatweb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Reaktor/commands/whatweb b/Reaktor/commands/whatweb index afe20360..68f8aa38 100755 --- a/Reaktor/commands/whatweb +++ b/Reaktor/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 |