cjbrigato / d4-bnet-mitm

Man in the middle Live Decoding of the whole Diablo4 <--> Battlenet communications for the curious ones :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working

RageCarry opened this issue · comments

Hello, is it up-to-date ? Windows proxy on 127.0.0.1:1119
Certs installed. It is not recorning any packet/logs, sometimes getting error below.
Getting error, running via GO, actual server IP, checked it ________________________________________________________________________________________________________________________ 1 Logs 2 Packets panic: read tcp 192.168.122.84:49848->37.244.16.136:1119: use of closed network connection

                                                                                      goroutine 68 [running]:
                                                                                                             github.com/cjbrigato/d4-bnet-mitm/network.handleFrame({0x22fa040c598, 0xc003da2000}, {0x22fa040c5b8?, 0xc003662a80?}, {0x10e3b20, 0xb}, 0xc003910000?)
                    C:/Users/gamer/Desktop/d4-bnet-mitm/network/proxy.go:54 +0x8f3
                                                                                  created by github.com/cjbrigato/d4-bnet-mitm/network.logproxy in goroutine 13
                                            C:/Users/gamer/Desktop/d4-bnet-mitm/network/proxy.go:181 +0x1f8
                                                                                                           exit status 2

C:\Users\gamer\Desktop\d4-bnet-mitm\cmd\d4-bnet-mitm>

Yes it is up to date.
If you use windows executable, you should

  • let it run as admin
  • handle certificates installation so the game accept the self signed root
  • update your hosts file with localhost redirection for "prod.actual.battle.net" to 127.0.0.1
  • Allow the executable in firewall
    and so on