https://github.com/saucesteals/mimic
Mimic chromium's HTTP/HTTP2 and TLS implementations.
https://github.com/saucesteals/mimic
fingerprint http2 ja3 tls
Last synced: 6 months ago
JSON representation
Mimic chromium's HTTP/HTTP2 and TLS implementations.
- Host: GitHub
- URL: https://github.com/saucesteals/mimic
- Owner: saucesteals
- License: gpl-3.0
- Created: 2022-05-21T05:35:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T03:45:39.000Z (over 1 year ago)
- Last Synced: 2024-11-06T11:44:57.951Z (11 months ago)
- Topics: fingerprint, http2, ja3, tls
- Language: Go
- Homepage:
- Size: 53.7 KB
- Stars: 81
- Watchers: 7
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mimic
[](https://godoc.org/github.com/saucesteals/mimic)
Mimic chromium's HTTP/HTTP2 and TLS implementations.
### Documentation
- [API Reference](https://godoc.org/github.com/saucesteals/mimic)
- [Example](https://github.com/saucesteals/mimic/blob/main/examples/chrome/main.go)### Installation
```sh
go get github.com/saucesteals/mimic
```