added fxmarket detector

This commit is contained in:
DANEE ARQUERO 2022-03-09 22:22:22 -08:00 committed by Dustin Decker
parent 529cf44548
commit 196b5457f3

View file

@ -3,13 +3,10 @@ package fxmarket
import (
"context"
"fmt"
// "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"