h4x0r-dz / CVE-2021-26855

99 stars 61 forks source link

panic: runtime error: invalid memory address or nil pointer dereference #1

Closed PR0PH3CY33 closed 3 years ago

PR0PH3CY33 commented 3 years ago

The tool failed to work on my machine. i have parrot OS installed with kernel version of 5.7.0-2parrot2-amd64 with go version go version go1.15.8 linux/amd64. when i run this command: sudo go run CVE-2021-26855-PoC.go -h 15.2.792.10 i get this error.

panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x66f83e]

goroutine 1 [running]: main.Verify(0xc000018060, 0x21, 0xc00004be00) /home/someone/Desktop/CVE-2021-26855/CVE-2021-26855-PoC.go:30 +0x1fe main.main() /home/someone/Desktop/CVE-2021-26855/CVE-2021-26855-PoC.go:210 +0x54f exit status 2

hoping you can fix it.

lazyDreamerBoy commented 3 years ago

same

TheEyeOfCyber commented 3 years ago

"An error is returned if caused by client policy (such as CheckRedirect), or if there was an HTTP protocol error. A non-2xx response doesn't cause an error."

PR0PH3CY33 commented 3 years ago

it worked fine. problem resolved successfully.