superhedgy / AttackSurfaceMapper

AttackSurfaceMapper is a tool that aims to automate the reconnaissance process.
https://AttackSurfaceMapper.com
GNU General Public License v3.0
1.3k stars 192 forks source link

Index Error After Adding API Keys #11

Closed wery67564 closed 5 years ago

wery67564 commented 5 years ago

Had it running, then added all api keys besides linkedin and weleakinf_priv and it is now throwing this error:

Screenshot from 2019-08-10 16-34-45

ojensen5115 commented 5 years ago

Based on the code, I would assume you have messed up your keylist.asm somehow. That error is telling you that you have a line in your keylist.asm that does not contain three whitespace-separated tokens. If I were you I'd double-check that all equals signs have spaces around them (virustotal = "xxxx", not virustotal="xxxx") and that you don't have a spurious newline anywhere.

wery67564 commented 5 years ago

There was a spurious newline, works a charm now.