lavalamp- / ipv666

Golang IPv6 address enumeration
BSD 2-Clause "Simplified" License
355 stars 50 forks source link

"panic: runtime error: invalid memory address or nil pointer dereference" when running for the first time #89

Closed saputkin closed 5 years ago

saputkin commented 5 years ago

Hello, i'm trying to use your cool tool for the first time, i followed the installation instruction and everything was fine, then when running 666scan for the first time i get the following error image

lavalamp- commented 5 years ago

Thanks for the report @saputkin - we'll look into this this week!

toobus commented 5 years ago

Hello lavalamp-, I'd just like to second saputkin's report above.. this is using go 1.11.4 to build.. build looked ok

image

lavalamp- commented 5 years ago

Thanks @toobus! We're looking into this today and should have a fix out within the next week.

lavalamp- commented 5 years ago

The culprit was attempting to delete files in the bloom directory before making a call to initFilesystem. This should be fixed in https://github.com/lavalamp-/ipv666/commit/e3456e9820adf6bd3a6bf91d447f50edcb454542.