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

https://github.com/divinemonk/ctfdb

{ CTF Database }= (A collection of of websites and resources you will ever need for offline/online CTF competitions)
https://github.com/divinemonk/ctfdb

binary-exploitation capture-the-flag cryptography ctf ctfs cyber cyber-security cybersecurity database guide hacker hacking information information-security pathway reverse-engineering roadmap steganography training-materials web-security

Last synced: 3 months ago
JSON representation

{ CTF Database }= (A collection of of websites and resources you will ever need for offline/online CTF competitions)

Awesome Lists containing this project

README

        

# CTF Database
- [CTF Training Roadmap & 30 day plan](ROADMAP.md)
- [Top recommendations](TOP.md)



## List of practice sites


Live Online Games


Recommended


Others


Meta


Webapp Specific


Forensics Specific


Recruiting


Commercial/Freemium/Paid Training



Downloadable Offline Games



Virtual Machines







## Capture The Signal (CTS)

### CTS client

* [CTS tools](https://github.com/capturethesignal/cts-tools), original, Python2+GNU 3.7
* [CTS tools VM](https://cts.ninja/downloads/)
* [CTS tools](https://github.com/BlackVS/cts-tools), fork, Python3, Tested with Python 3.9
* [CTS Utils](https://github.com/BlackVS/cts-utils), soome additional tools.

### How to run tools
* [Installing tools](cts-tools.md)
* [Receiving signal](cts-get-signal.md)
* [How to run local server](cts-utils.md)
* [How signals are sent from server?](cts-signals.md)

### CTS server
You may run you own server
* [CTS backend](https://github.com/capturethesignal/cts-backend)


## Software
### CTS used
* [GNU Radio](https://github.com/gnuradio/gnuradio) is a free & open-source software development toolkit that provides signal processing blocks to implement software radios.
* [SigDigger](https://github.com/BatchDrake/SigDigger) is a free digital signal analyzer for GNU/Linux and macOS, designed to extract information of unknown radio signals.
* [Gqrx](https://github.com/gqrx-sdr/gqrx) is an open source software defined radio (SDR) receiver implemented using GNU Radio and the Qt GUI toolkit.
* [URH](https://github.com/jopohl/urh) is a complete suite for wireless protocol investigation with native support for many common Software Defined Radios.
* [inspectrum](https://github.com/miek/inspectrum) is a tool for analysing captured signals, primarily from software-defined radio receivers.
* [Audacity](https://www.audacityteam.org/) is an easy-to-use, multi-track audio editor and recorder for Windows, macOS, GNU/Linux and other operating systems.
* [Swiss Army knife of sound processing programs](http://sox.sourceforge.net/) is a cross-platform (Windows, Linux, MacOS X, etc.) command line utility that can convert various formats of computer audio files in to other formats. It can also apply various effects to these sound files, and, as an added bonus, SoX can play and record audio files on most platforms.

### Other
* [rtl_433](https://github.com/merbanan/rtl_433) is a generic data receiver, mainly for the 433.92 MHz, 868 MHz (SRD), 315 MHz, 345 MHz, and 915 MHz ISM bands.
* [Software By W1HKJ & Associates](http://www.w1hkj.com/)
* [Fast Light Digital Modem Application](https://sourceforge.net/p/fldigi/wiki/Home/)
* [SSTV and HamDRM for Linux](http://users.telenet.be/on4qz/index.html)
* [Ham Radio Software on Centos Linux](http://www.trinityos.com/HAM/CentosDigitalModes/hampacketizing-centos.html#28.qsstv)
* [Dire Wolf](https://github.com/wb2osz/direwolf), Decoded Information from Radio Emissions for Windows Or Linux Fans
* [minimodem ](http://www.whence.com/minimodem/), general-purpose software audio FSK modem for GNU/Linux systems
* [Weak Signal Communication Software](https://physics.princeton.edu//pulsar/K1JT/)
* [wctf-sdr-tools](https://github.com/rfhs/rfctf-sdr-tools), GNU Radio ZMQ Receivers
* [Suscan](https://github.com/BatchDrake/suscan), is a realtime DSP processing library. It provides a set of useful abstractions to perform dynamic digital signal analysis and demodulation


## Signals
* [Signal Identification Guide](https://www.sigidwiki.com/wiki/Signal_Identification_Guide)
* [Sights & Sounds](http://www.w1hkj.com/modes/index.htm)
* [Radio Signals Recognition Manual](https://aresvalley.com/artemis/)

### Modulations
* [FSK Demodulation in GNU Radio](https://wirelesspi.com/fsk-demodulation-in-gnu-radio/)
* [Manually Decoding ASK PWM Signals from rtl_433 Signal I/Q Sample Files using Universal Radio Hacker](https://github.com/klohner/klohner.github.io/tree/master/SDR/Decoding/Example_2019-01-18)


## Links
### GSM
* [gr-gsm](https://github.com/ptrkrysik/gr-gsm), is a tool for analysing captured signals, primarily from software-defined radio receivers.
* [Osmocom projects](https://osmocom.org/projects)
* [3GPP Message Decoder](https://www.3glteinfo.com/3gpp-message-decoder/), tool to decode GSM, UMTS, LTE, IP messages

### DTMF
* [Detect DTMF Tones](http://www.dialabc.com/sound/detect/)
* [DTMF decoder](https://github.com/ribt/dtmf-decoder)
* [DTMF Code](https://www.dcode.fr/dtmf-code)


## Other RF/SDR Awesome lists
* [RFSec-ToolKit V 2.0](https://github.com/cn0xroot/RFSec-ToolKit), is a collection of Radio Frequency Communication Protocol Hacktools which are from the github platform, and Hacking Tutorial from youtube、blog post, including SDR、2G GSM、3G 、4G LTE 、5G、NFC&RFID、ZigBee and so on.


### Other
* [GNU Radio-Companion Cook Book](https://cdn.hackaday.io/files/1648847054397056/GRC%20Cook%20Book.pdf), Tips, Tricks and Design Patterns
* [CyberChef - The Cyber Swiss Army Knife](https://gchq.github.io/CyberChef/)
* [dCode](https://www.dcode.fr), is the universal site for decoding messages, cheating on letter games, solving puzzles, geocaches and treasure hunts, etc.


Inactive or Gone