sensepost / snoopy-ng

Snoopy v2.0 - modular digital terrestrial tracking framework
Other
429 stars 128 forks source link

fixed a simple big that occured when running snoopy_auth -u #51

Closed clampz closed 9 years ago

clampz commented 9 years ago

when running 'snoopy_auth -u myusername', snoopy would return:

[+] User/drone associations: Traceback (most recent call last): File "/usr/bin/snoopy_auth", line 180, in print "\t%s:%s" %(pair[0],pair[1]) KeyError: 0

because 'pair' is a dictionary