fix cycletls imports

This commit is contained in:
Kevin Pham
2023-11-27 22:40:34 -06:00
parent 0fe02c397d
commit 9a8d4ac261
8 changed files with 12 additions and 21 deletions

View File

@@ -90,8 +90,7 @@ func masqueradeAsTrustedBot(botUA string, botIP string, ja3 string) proxychain.R
if ja3 != "" {
chain.AddOnceRequestModifications(
//SpoofJA3fingerprint(ja3, botUA),
SpoofJA3fingerprint(ja3, ""),
SpoofJA3fingerprint(ja3, botUA),
)
}