diff options
author | EUcancER <root@euer.krebsco.de> | 2012-05-02 14:44:38 +0200 |
---|---|---|
committer | EUcancER <root@euer.krebsco.de> | 2012-05-02 14:44:38 +0200 |
commit | 314224da2ce24cf74151726c2d038fc490bb97d9 (patch) | |
tree | 4ea47dac81400ebf1d4816f9d56036ad8e1153b3 /Reaktor | |
parent | 4ea18af3e838f31afb2e5bb794652dde0a4ef127 (diff) |
Reaktor: whatweb add aggressive parameter to call
Diffstat (limited to 'Reaktor')
-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 c9aab295..84130d5c 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 ) [ "balls$1" = "balls" ] && ( echo "!! no host given" && exit 1) -$whatweb_bin "$1" +exec $whatweb_bin -a 3 "$1" |