An open API service indexing awesome lists of open source software.

https://github.com/jonzeolla/lab-wifisecurity

A lab illustrating how some basic wifi hacking tools work.
https://github.com/jonzeolla/lab-wifisecurity

information-security infosec lab security wifi-security

Last synced: about 1 year ago
JSON representation

A lab illustrating how some basic wifi hacking tools work.

Awesome Lists containing this project

README

          

# Wifi Security Lab

## How to clone this branch
* `git clone https://github.com/JonZeolla/lab-wifisecurity`
* Clone the latest revision of the lab-wifisecurity repo.
* `git clone -b 2015-07-07_PCS_WLANSecurity https://github.com/jonzeolla/lab-wifisecurity`
* Clone the revision of the wifi security repo used during the 2015-07-07 lab at Pittsburgh Code & Supply. Cloning any of the pointers (tags) will put you in a detached HEAD state, which is expected.

## Contributing
1. [Fork the repository](https://github.com/jonzeolla/lab-wifisecurity/fork)
1. Create a feature branch via `git checkout -b feature/description`
1. Make your changes
1. Commit your changes via `git commit -am 'Summarize the changes here'`
1. Create a new pull request ([how-to](https://help.github.com/articles/creating-a-pull-request/))

## Related Events
### 2015-07-07 Pittsburgh Code & Supply
#### Breaking Wireless: The Dos and Donts of Wi-Fi
[Event Posting](http://www.meetup.com/Pittsburgh-Code-Supply/events/222346335/)

## Migration
On 2016-12-26, this repo was migrated from the WLANSecurity branch of https://github.com/JonZeolla/Lab to its own standalone repository. This was in order to make contributions and third party use easier, as I received feedback that the branching strategy used before was confusing to some.