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

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

A lab illustrating how you can create a cheap and easy laser microphone for audio surveillance.
https://github.com/jonzeolla/lab-lasermicrophones

audio-surveillance electronics information-security infosec lab security

Last synced: 4 months ago
JSON representation

A lab illustrating how you can create a cheap and easy laser microphone for audio surveillance.

Awesome Lists containing this project

README

          

# Laser Microphones Lab

## How to clone this branch
* `git clone https://github.com/JonZeolla/lab-lasermicrophones`
* Clone the latest revision of the lab-LaserMicrophones repo.
* `git clone -b 2015-01-22_SCIS_AudioSurveillance https://github.com/JonZeolla/lab-lasermicrophones`
* Clone the revision of the lab-LaserMicrophones repo used during the 2015-01-22 Steel City InfoSec lab. 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-lasermicrophones/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-01-22 Steel City Information Security Lab
[Event Details](http://www.meetup.com/Steel-City-InfoSec/messages/boards/thread/48676379)
[Event Posting](http://www.meetup.com/Steel-City-InfoSec/events/219474655/)

## Next Steps
![Laser Mic Improvement](https://raw.githubusercontent.com/JonZeolla/lab-LaserMicrophones/master/2015-01-22_LaserMicImprovement.JPG)

## Migration
On 2016-12-03, this repo was migrated from the AudioSurveillence 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.