Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
dcsgonefirm — The firmware engineering home of the Circuit Crafters first electronic badge project. | Kitploit
Tools/GitLabGitLab/cryptoadvocate/dcsgonefirm
Embedded Systems SecurityCryptographyHardware SecurityFirmware Analysis
GitLabcryptoadvocate/dcsgonefirm

dcsgonefirm

The firmware engineering home of the Circuit Crafters first electronic badge project.

View Repository
553 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

dcsgonefirm

Notes

As this repo is still being worked on, some things in this Readme are marked with 'Dev:'. Feel free to change this if needed.

Building this

You need ESP-IDF, any modern version should work. (Dev: Change this if you require a more specific version)

Command-line:

root@kitploit:~
idf.py set-target esp32c6
idf.py build
idf.py flash

Or do the equivalent in your IDE.

Structure

In general, large applications should be included as components in this repo. Smaller things that don't warrant their own component can live in the main/ directory. If you need data in the form of a file, feel free to dump it in the spiffs/ folder.

Developer notes

Dev: Note that the sdkconfig is not included in this repo and should not be checked in (as it gets overwritten when you run 'idf.py set-target'). If you need something changed, run menuconfig and use 'save minimal config', then copy build/defconfig to sdkconfig.defaults.

If you want to change this code, please fork it first, make your changes, then create a merge request in the main repo. If you get the OK from at least one other team member, you can go ahead and merge it into main.

Download Tool