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

Error on intial run #30

Closed Pilly170 closed 4 years ago

Pilly170 commented 4 years ago

Traceback (most recent call last): File "asm.py", line 939, in keyloader(keychain, sw1) # Key Loader File "asm.py", line 428, in keyloader keychain[tmp[0]] = tmp[2].replace("\"", "") IndexError: list index out of range

Tried with and without wordlist, different domains. keys look ok, although couldnt add weleakinfo keys as they are no longer around.

superhedgy commented 4 years ago

Hi @Pilly170 I don't seem to be able to replicate this error. What is your host OS?

superhedgy commented 4 years ago

Okey, I have found the problem, pretty simple actually, remove any new lines, spaces or empty keys from your keyfile. I am pushing an update to catch this error.