Skip to content

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

License

Notifications You must be signed in to change notification settings

JonZeolla/lab-LaserMicrophones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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
  2. Create a feature branch via git checkout -b feature/description
  3. Make your changes
  4. Commit your changes via git commit -am 'Summarize the changes here'
  5. Create a new pull request (how-to)

Related Events

2015-01-22 Steel City Information Security Lab

Event Details
Event Posting

Next Steps

Laser Mic Improvement

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.