tomnomnom / assetfinder

Find domains and subdomains related to a given domain
MIT License
3.03k stars 484 forks source link

Assetfinder Error #20

Closed 0xspade closed 4 years ago

0xspade commented 4 years ago

Hi @tomnomnom

Command1: assetfinder -subs-only domain.com Command2: assetfinder --subs-only domain.com Command3: assetfinder domain.com

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

goroutine 14 [running]:
main.fetchBufferOverrun(0xc000014390, 0xa, 0x18, 0x1, 0x1, 0xc0000189c0, 0x18)
    /root/go/src/github.com/tomnomnom/assetfinder/bufferoverrun.go:23 +0x346
main.main.func1(0xc000014380, 0xc00000e2a0, 0x717520, 0xc000014390, 0xa, 0xc00001e180)
    /root/go/src/github.com/tomnomnom/assetfinder/main.go:61 +0x123
created by main.main
    /root/go/src/github.com/tomnomnom/assetfinder/main.go:57 +0x385
ghost commented 4 years ago

did you find any resolution for this this just started happening to also? @phspade

estebancano-dev commented 4 years ago

i have the same issue. Happens with domains with huge scope (example paypal.com)

0xspade commented 4 years ago

did you find any resolution for this just started happening to also? @phspade

Still having an error.

I have the same issue. Happens with domains with a huge scope (example paypal.com)

Actually, Its paypal.com hahahaha

tomnomnom commented 4 years ago

Hey all! Sorry this took me a while to fix, but it should be fine now :)

ghost commented 4 years ago

all fixed thanks @tomnomnom