sensepost / snoopy-ng

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

fetchSSIDLocations_live #40

Open stevenhorner opened 9 years ago

stevenhorner commented 9 years ago

I can't get the Live SSID location lookup transform to work. If I try it I get the error: ERROR: Please supply Wigle credentials in the 'Property View' on the right --->

But there is nowhere to enter the credentials that I can find inside Maltego.

I tried altering the code in "fetchSSIDLocations_live.py" from

user = TRX.getVar("wigleUser")
passw = TRX.getVar("wiglePass")
email = TRX.getVar("wigleEmail")
proxy = TRX.getVar("wigleProxy")

to with my details inside the quotes

user = "wigleUser"
passw = "wiglePass"
email = "wigleEmail"
proxy = ""

But it still doesn't work, this time I just get:

"ERROR: Unable to login to Wigle with supplied wigle creds. Please check them" I am providing the correct details within those quotes above though. Am I missing something obvious?

7109node commented 9 years ago

Just a thought until someone smarter can answer this, but have you thought about running a traffic sniff to make sure the credentials are being sent correctly. It may be as simple as the username getting mangled by the script.