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.
- Host: GitHub
- URL: https://github.com/jonzeolla/lab-lasermicrophones
- Owner: JonZeolla
- License: gpl-3.0
- Created: 2016-12-03T12:38:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-09T16:13:52.000Z (over 9 years ago)
- Last Synced: 2025-01-19T13:49:53.317Z (over 1 year ago)
- Topics: audio-surveillance, electronics, information-security, infosec, lab, security
- Homepage:
- Size: 146 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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.