mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 23:24:33 +00:00
added bitcoinaverage detector
This commit is contained in:
parent
b68c090220
commit
683d316a08
1 changed files with 1 additions and 4 deletions
|
@ -2,13 +2,10 @@ package bitcoinaverage
|
|||
|
||||
import (
|
||||
"context"
|
||||
|
||||
// "log"
|
||||
"net/http"
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
"net/http"
|
||||
|
||||
"github.com/trufflesecurity/trufflehog/v3/pkg/common"
|
||||
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors"
|
||||
"github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb"
|
||||
|
|
Loading…
Reference in a new issue