Skip to content

Commit

Permalink
Removing debugging strings
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfvan committed Oct 30, 2018
1 parent 86fbdfb commit 05d1caf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions supportFunc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -775,4 +774,4 @@ func putTag(argument string){
}
sliceSet = tmpslice
}


0 comments on commit 05d1caf

Please sign in to comment.