diff --git a/supportFunc.go b/supportFunc.go index 12976a5..fe4ed54 100644 --- a/supportFunc.go +++ b/supportFunc.go @@ -602,7 +602,6 @@ func yaraLightCmd(argument []string, rawdisk string) { resultsYara := searchYara(rawdisk, argument[0]) if len(resultsYara)>0{ fmt.Println("[+] Results found!") - fmt.Println(resultsYara) for _, elem := range sliceSet { for _, elem1 := range resultsYara { if stringInSlice(elem1.rule, rulesIn) == false { @@ -775,4 +774,4 @@ func putTag(argument string){ } sliceSet = tmpslice } - \ No newline at end of file +