WIGLE_LOGIN - log into a Wigle account and obtain an API key

WIGLE_LOGOUT - delete any saved API keys

WIGLE_UPLOAD - upload Wigle csv logs to the Wigle service

WIGLE_START - Start a new log file

WIGLE_STOP - Stop logging

When to use them

Wigle is a service for collecting wardriving logs. Coupled with a GPS, the Pager can generate Wigle-compatible logs, and with a network connection with Internet access, upload them directly to the Wigle service.

Syntax

  WIGLE_LOGIN {username} {password}
  

username (optional)

An existing Wigle username

password (optional)

Password for the Wigle user

If a username and password are not provided as command line arguments, then WIGLE_LOGIN will offer an interactive login where the user is prompted to enter the username and password.

Interactive mode is typically not appropriate for use in payloads.

The API key of the login is saved to the payload config.

  WIGLE_LOGOUT
  

Delete any saved API keys, logging out of the Wigle service.

  WIGLE_UPLOAD {--archive} {--remove} [path to file] ... [path to fileN]
  

–archive

If --archive is used, WIGLE_UPLOAD will automatically move the file to the loot archive (/root/loot/archive/wigle/) directory after uploading.

–remove

If --remove is used, WIGLE_UPLOAD will automatically remove the file after uploading.

path-to-file

One or more files to upload; use the complete path (such as /root/loot/wigle/* to upload all files in the Wigle loot directory).

  WIGLE_START
  

Start a Wigle log, or start a new Wigle log if logging is already enabled.

  WIGLE_STOP
  

Stop and close a Wigle log

Results

The LOGIN and UPLOAD commands require an active Internet connection to interact with the online service, and will return an error if one is not available.

The WIGLE_LOGIN command will return an error if there is an issue logging in using the supplied username or password.

WIGLE_START returns the name of the Wigle log file created.

A Wigle log may be created without a physical GPS receiver, or without a valid GPS position lock, however it will remain empty until a GPS position is found.