Salamandra
Salamandra copied to clipboard
Salamandra is a tool to find spy microphones that use radio freq to transmit. It uses SDR.
When running salamandra.py it fails first with Pygame and after commenting out pygame code it fails with curses giving me an error `_curses.errorinit_pair() returned err`. Pygame returns an error saying...
Update salamandra.py for compatibility with python3 whilst keeping compatibility with python2.
Since pygame has limited mp3 support, execution fails when Salamandra tries to run the sounds. Converting the files to OGG fixed it for me.
I do not know why, but, on my computer, line is bytes and not string. This fixes it.
can this tool be used as a TETRA detector for detecting upcoming TETRA radios ?
the script react to this freq: 391mhz 392mhz 393mhz I can see a big difference in my living room. In my country freq. plan (Norway) this are listed as TETRA...
thanks for speaking at 34c3 and creating this tool. it would be nice to have hackrf_sweep integrated.
Hi there. I tried Salamandra with my "Andoer Mini-TV-USB-Tuner/Receiver, 2.0 DVB-T + DAB + FM + SDR RTL2832U + R820T, SDR" under Ubuntu 16.04. Even if I turn on Radio...
Hi, thanks for your awesome work and the talk at the 34c3. When I first tried to use your software on macos I realised there are some dependencies (`pygame`, `smpeg`...