From 300d26cc385e85098448732e687629904eb78a8d Mon Sep 17 00:00:00 2001 From: pry0cc Date: Fri, 12 Feb 2021 12:23:04 +0000 Subject: [PATCH] exchaanged -o for tee --- modules/gau.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gau.json b/modules/gau.json index d691ab80..6aa4ff33 100644 --- a/modules/gau.json +++ b/modules/gau.json @@ -1,4 +1,4 @@ [{ - "command":"cat input | /home/op/go/bin/gau -o output", + "command":"cat input | /home/op/go/bin/gau | tee output", "ext":"txt" }]