structured article json first draft

This commit is contained in:
Kevin Pham
2023-11-29 00:33:46 -06:00
parent b7a012d75b
commit e5bd5df2c0
3 changed files with 153 additions and 10 deletions

View File

@@ -89,11 +89,13 @@ func masqueradeAsTrustedBot(botUA string, botIP string, ja3 string) proxychain.R
DeleteRequestHeader("origin"),
)
if ja3 != "" {
chain.AddOnceRequestModifications(
SpoofJA3fingerprint(ja3, botUA),
)
}
/*
if ja3 != "" {
chain.AddOnceRequestModifications(
SpoofJA3fingerprint(ja3, botUA),
)
}
*/
return nil
}