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 | f6efc875de47c0a8142fc3672b1c6d129acc672c (patch) | |
tree | fd5753dfe9e1f1d83bf787c1224a15b25662f917 | |
parent | 090872619bd0811921a0c6c88b2b0a0620de3459 (diff) |
Reaktor: whatweb add aggressive parameter to call
-rwxr-xr-x | commands/whatweb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/whatweb b/commands/whatweb index c9aab29..84130d5 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 ) [ "balls$1" = "balls" ] && ( echo "!! no host given" && exit 1) -$whatweb_bin "$1" +exec $whatweb_bin -a 3 "$1" |