kgretzky / evilginx2

Standalone man-in-the-middle attack framework used for phishing login credentials along with session cookies, allowing for the bypass of 2-factor authentication
BSD 3-Clause "New" or "Revised" License
10.93k stars 1.97k forks source link

index out of range crash #1096

Open b3dk7 opened 3 months ago

b3dk7 commented 3 months ago

server crashed. happened while there was an active lure. here trace

panic: runtime error: index out of range [1] with length 1

goroutine 35318 [running]:
github.com/inconshreveable/go-vhost.readClientHello({0xd3c700?, 0xc0006177a0?})
        /home/snoop/github/evilgophish/evilginx3/vendor/github.com/inconshreveable/go-vhost/tls.go:259 +0x2b3
github.com/inconshreveable/go-vhost.TLS({0xd440b8, 0xc000498108})
        /home/snoop/github/evilgophish/evilginx3/vendor/github.com/inconshreveable/go-vhost/tls.go:91 +0x19b
github.com/kgretzky/evilginx2/core.(*HttpProxy).httpsWorker.func1({0xd440b8, 0xc000498108})
        /home/snoop/github/evilgophish/evilginx3/core/http_proxy.go:1745 +0xd0
created by github.com/kgretzky/evilginx2/core.(*HttpProxy).httpsWorker in goroutine 24
        /home/snoop/github/evilgophish/evilginx3/core/http_proxy.go:1740 +0x192
jackbaron commented 2 weeks ago

@b3dk7, have you found a solution for this?