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
Weggli_rules_SSTIC2023 — Curated weggli queries for static analysis of C/C++ code to identify dangerous functions, stack issues, and malloc overflow vulnerabilities. | Kitploit
Tools/GitHubGitHub/synacktiv/weggli_rules_sstic2023
Static Code Analysis (SAST)Vulnerability AnalysisCode AnalysisCurated Resources
GitHubsynacktiv/weggli_rules_sstic2023

Weggli_rules_SSTIC2023

Curated weggli queries for static analysis of C/C++ code to identify dangerous functions, stack issues, and malloc overflow vulnerabilities.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
32223 years agoReviewed by Kitploit

Here is a curated list of weggli queries

You can read them and use them one by one, or launch them by batch:

Usage:

root@kitploit:~
$ bash dangerous_functions.qry code.c
$ bash malloc_overflow.qry -e cc sourcedir/

There is threee categories:

  1. dangerous functions: such as strcpy, system, etc..
  2. stack : tries to detect copies on stack, on other things..
  3. malloc : finding overflows in malloc functions

They are autodocumented, you can read them.

Download Tool