mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 15:14:38 +00:00
added technicalanalysisapi detector
This commit is contained in:
parent
95ba15367b
commit
1105b94109
1 changed files with 2 additions and 5 deletions
|
@ -3,13 +3,10 @@ package technicalanalysisapi
|
|||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
// "log"
|
||||
"net/http"
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
"net/http"
|
||||
"time"
|
||||
|
||||
"github.com/trufflesecurity/trufflehog/v3/pkg/common"
|
||||
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors"
|
||||
|
|
Loading…
Reference in a new issue