C Security

Open-source C projects categorized as Security

Top 23 C Security Projects

  • radare2

    UNIX-like reverse engineering framework and command-line toolset

  • systeminformer

    A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. Brought to you by Winsider Seminars & Solutions, Inc. @ http://www.windows-internals.com

  • Project mention: System Informer | /r/ITProTuesday | 2023-09-03

    System Informer is a versatile system management tool designed to seamlessly monitor and analyze system resources, troubleshoot software issues, and identify potential malware threats. Offers system activity overviews, intuitive graphs, real-time statistics, active network connection monitoring, detailed disk access information, intricate stack trace analysis, and much more. evily2k describes it "like process explorer on steroids. Allows me to kill process that task manager would say access denied."

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • OpenVPN

    OpenVPN is an open source VPN daemon

  • Project mention: Critical OpenVPN Zero-Day Flaws | news.ycombinator.com | 2024-05-03
  • nmap

    Nmap - the Network Mapper. Github mirror of official SVN repository.

  • Project mention: NMAP-formatter: convert NMAP results to HTML, CSV, JSON, graphviz (dot), SQLite | news.ycombinator.com | 2024-01-26

    https://github.com/nmap/nmap/issues/635

    This looks like a reasonable mitigation for the lack of native JSON output.

  • Wazuh

    Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads.

  • Project mention: Exclude certain CIS (sca) rules from agents | /r/Wazuh | 2023-12-11

    There is currently no feature for excluding specific SCA rules however this feature has been requested here and would be added to the roadmap for future releases.

  • Unicorn Engine

    Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86)

  • Project mention: Unicorn – lightweight multi-platform, multi-architecture CPU emulator framework | news.ycombinator.com | 2024-05-03
  • capstone

    Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), BPF, Ethereum VM, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86.

  • Project mention: Rise: Accelerate the Development of Open Source Software for RISC-V | news.ycombinator.com | 2023-05-31

    Maybe then they can help us with the Capstone[1][2] disassembly engine auto-sync (automatic synchronization from the LLVM TableGen files) effort[3]. ARMv7, ARMv8/9, PowerPC are nearly finished, and MIPS in in near-term plans. Nobody stepped in for RISC-V yet.

    [1] http://www.capstone-engine.org/

    [2] https://github.com/capstone-engine/capstone

    [3] https://github.com/capstone-engine/capstone/issues/2015

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • system-bus-radio

    Transmits AM radio on computers without radio transmitting hardware.

  • Project mention: Web FM synthesizer made with HTML5 | news.ycombinator.com | 2023-10-29

    As opposed to AM: https://fulldecent.github.io/system-bus-radio/

  • tpotce

    🍯 T-Pot - The All In One Honeypot Platform 🐝

  • Project mention: Honeypot in a home lab | /r/homelab | 2023-09-06

    Have a look at tpot created by Deutsche Telekom. https://github.com/telekom-security/tpotce

  • aircrack-ng

    WiFi security auditing tools suite

  • Project mention: Official /r/rust "Who's Hiring" thread for job-seekers and job-offerers [Rust 1.70] | /r/rust | 2023-06-03

    I contribute to open-source WiFi cybersecurity related projects such as aircrack-ng and hcxdumptool. Besides that, embedded systems are close to my heart so I always work on some STM32 or ESP32 based side project. Some of them are available on GitHub:

  • AFLplusplus

    The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more!

  • Project mention: Decoding C/C++ Compilation Process: From Source Code to Binary | /r/cpp | 2023-06-08

    It could be cool to see some explanation of CFG representations or GIMPLE/LLVM here. GCC/Clang can print those out as text, or just compile to that code and not go lower if you ask them to. There are some interesting things you can do with bytecode, like Rellic, AFL++, or optview2. It seems a bit reductive imo to go straight from high-level code to disassembly without at all examining any layers in between. Especially if we use something like Polygeist or CIR.

  • OSSEC

    OSSEC is an Open Source Host-based Intrusion Detection System that performs log analysis, file integrity checking, policy monitoring, rootkit detection, real-time alerting and active response.

  • Suricata

    Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine developed by the OISF and the Suricata community.

  • Project mention: Aho-Corasick Algorithm | news.ycombinator.com | 2024-03-04
  • honggfuzz

    Security oriented software fuzzer. Supports evolutionary, feedback-driven fuzzing based on code coverage (SW and HW based)

  • openssh-portable

    Portable OpenSSH

  • Project mention: OpenBSD – sshd(8) split into multiple binaries | news.ycombinator.com | 2024-05-17
  • pycryptodome

    A self-contained cryptographic library for Python

  • tcpdump

    the TCPdump network dissector

  • Project mention: How do I debug a LAN connection issue on Linux | /r/techsupport | 2023-06-09
  • nanos

    A kernel designed to run one and only one application in a virtualized environment

  • Project mention: Show HN: Convert your Containerfile to a bootable OS | news.ycombinator.com | 2024-05-07

    Erlang on Xen was most definitely an inspiration behind what we're working on with https://nanos.org .

  • rizin

    UNIX-like reverse engineering framework and command-line toolset.

  • Project mention: Refix: Fast, Debuggable, Reproducible Builds | news.ycombinator.com | 2024-04-02

    Just for the record, for nicer inspection of files with such debug information, including compressed sections, and debuginfod support, Rizin[1] can be used, since starting from the 0.7.0 release[2] all of those were added.

    [1] https://rizin.re

    [2] https://github.com/rizinorg/rizin/releases/tag/v0.7.0

  • OpenSC

    Open source smart card tools and middleware. PKCS#11/MiniDriver/Tokend

  • Project mention: How do you put your private key files (.ppk) on a security key (HYPERFIDO U2F/FIDO2/HOTP) ? | /r/sysadmin | 2023-10-25
  • u2f-zero

    U2F USB token optimized for physical security, affordability, and style

  • unikraft

    A next-generation cloud native kernel designed to unlock best-in-class performance, security primitives and efficiency savings.

  • Project mention: KraftCloud | news.ycombinator.com | 2024-04-01
  • solo1

    Solo 1 firmware in C

  • Project mention: Passkey Implementation: Misconceptions, pitfalls and unknown unknowns | news.ycombinator.com | 2024-05-02

    All phones ask for PIN or pattern in addition to face/fingerprint. Use that.

    For the average user this is safe enough. (i.e) keep google/apple password safe. Then all is fine.

    > exporting and FAANG lock-in

    You don't ever have to even sign into FAANG if you can put up with inconvenience.

    - Buy a U2F FIDO key like OPEN SOURCE https://solokeys.com/ or Yubikey etc

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C Security related posts

Index

What are some of the best open-source Security projects in C? This list will help you:

Project Stars
1 radare2 19,679
2 systeminformer 10,344
3 OpenVPN 9,996
4 nmap 9,331
5 Wazuh 9,318
6 Unicorn Engine 7,199
7 capstone 7,066
8 system-bus-radio 6,141
9 tpotce 5,943
10 aircrack-ng 4,843
11 AFLplusplus 4,657
12 OSSEC 4,282
13 Suricata 4,112
14 honggfuzz 2,985
15 openssh-portable 2,830
16 pycryptodome 2,683
17 tcpdump 2,561
18 nanos 2,483
19 rizin 2,455
20 OpenSC 2,439
21 u2f-zero 2,390
22 unikraft 2,350
23 solo1 2,278

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com