added poloniex detector

This commit is contained in:
valeriegaleguimmayen 2022-03-09 22:22:29 -08:00 committed by Dustin Decker
parent b498ff0765
commit 594bac8ed2

View file

@ -5,15 +5,12 @@ import (
"crypto/hmac"
"crypto/sha512"
"encoding/hex"
"strconv"
"time"
// "log"
"regexp"
"strings"
"net/http"
"net/url"
"regexp"
"strconv"
"strings"
"time"
"github.com/trufflesecurity/trufflehog/v3/pkg/common"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors"