KismetClient

Info about the KismetClient project.

Research paper on the Kismet Mobile Client (Word), and in PDF. And the poster is also available in PDF.

If interested, check out the Wardriving I’ve done.

Getting the source code from GitHub:
Checking out:
git clone [github project url] Example (read only access): git://github.com/rsbauer/KismetClient.git

Pushing changes back to GitHub (after git commit to local repo):
git push origin master

Associating GitHub to existing git repo:
git remote add origin git@github.com:[user name]/[project name].git (after ssh keys have been configed)

Leave a Reply