1
0
Fork 0
bypass/README.md

11 lines
336 B
Markdown
Raw Normal View History

2014-01-23 07:49:51 +08:00
2017-09-18 19:16:52 +08:00
# socks-logger
2014-01-24 06:22:07 +08:00
2017-09-18 19:16:52 +08:00
A SOCKS5 proxy that logs the domains you visit. See [this article](https://www.evilsocket.net/2017/06/30/BetterCap-1-6-1-TLS-Server-Name-Indication-and-Why-We-Need-to-Encrypt-It/) for a summary on how.
2014-01-24 06:22:07 +08:00
2017-09-18 19:16:52 +08:00
```
2017-09-19 11:43:44 +08:00
go get github.com/serverwentdown/bypass
go run $GOPATH/src/github.com/serverwentdown/bypass/logger/main.go
2014-06-27 13:39:00 +08:00
```