Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Wigle #28

Closed
Akumuryu opened this issue Nov 19, 2014 · 5 comments
Closed

Error Wigle #28

Akumuryu opened this issue Nov 19, 2014 · 5 comments

Comments

@Akumuryu
Copy link

Anyone see this error regarding fetchSSIDLocationsLive transform. When selecting the SSID and selecting the fetchSSIDLocationsLive im getting " Error: Please supply the wigle credentials in the property view on the right"

can't see anything that would allow placing the creds, even when i was looking a the script.

@Wald01991
Copy link

Your Wigle credentials should be entered when starting Snoopy, as part of the Wigle plugin. The Wigle plugin accepts four parameters: username, password, email, proxy.

@Akumuryu
Copy link
Author

yeah all of those work just fine when asked. it's just when working with the transforms

@maximcherny
Copy link
Contributor

You can modify the relevant local entity via GUI in Maltego to add 2 additional parameters for Wigle username and password. I had success with hardcoding those into the properties.

@Akumuryu
Copy link
Author

when hard coding were you doing this under the fetchSSIDLocation_live.py. i
see reference at that location. when working with those settings i still
get the error.

On Thu, Nov 20, 2014 at 5:51 PM, maximcherny notifications@github.com
wrote:

You can modify the relevant local entity via GUI in Maltego to add 2
additional parameters for Wigle username and password. I had success with
hardcoding those into the properties.


Reply to this email directly or view it on GitHub
#28 (comment).

@glennzw
Copy link
Contributor

glennzw commented Mar 2, 2015

I need to update the fetchSSIDLocation_live transform to allow creds in the transform. For now, create a file in the transform directory called wigle_creds.txt and populate it with:

<wigle_user>:<wigle_pass>:<email>:[optional_proxy]

e.g.:

glenn:amazingPassword:glenn@sensepost.com:

Note the final colon even if not using a proxy.

Alternatively, use the wigle plugin on the command line. This will do lookups as new SSIDs are observed, and can be browsed via the fetchSSIDLocations transform:

wigle:username=glenn,password=amazingPassword,email=glenn@sensepost.com

@glennzw glennzw closed this as completed Mar 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants