Lucene search
+L

67 matches found

Kitploit
Kitploit
added 2026/09/16 11:16 a.m.62 views

salus

Salus: Guardian of Code Safety and Security 🔍 Overview Salus Security Automation as a Lightweight Universal Scanner, named after the Roman goddess of protection, is a tool for coordinating the execution of security scanners. You can run Salus on a repository via the Docker daemon and it will...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/16 11:08 a.m.17 views

mobsfscan

mobsfscan mobsfscan is a static analysis tool that can find insecure code patterns in your Android and iOS source code. Supports Java, Kotlin, Android XML, iOS Info.plist, Swift and Objective C Code. mobsfscan uses MobSF static analysis rules and is powered by semgrep and libsast pattern matcher...

6.1AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/16 9:18 a.m.8 views

sast-rules

Semgrep rules This is the central Semgrep rule repository that hosts the Semgrep rules for the GitLab semgrep analyzer. The repository is structured as follows: root@kitploit: . ├── mappings │ ├── findsecbugs.yml │ ├── eslint.yml │ └── ... ├── rules │ ├── lpgl │ │ ├── java │ │ │ ├── webview │ │...

6.1AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/16 8:01 a.m.9 views

vibegate

A security checkpoint for AI coding tools. It looks at every file an AI assistant writes, and stops the dangerous ones before they hit disk. What problem does this solve? AI coding assistants Claude Code, Codex, … write code fast — including code that handles things like passwords, emails, API...

5.7AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/16 6:56 a.m.10 views

njsscan

njsscan njsscan is a static application testing SAST tool that can find insecure code patterns in your node.js applications using simple pattern matcher from libsast and syntax-aware semantic code pattern search tool semgrep. Made with in India Support njsscan Donate via Paypal: Sponsor the...

6.2AI score
SaveExploits0References11
Kitploit
Kitploit
added 2026/09/16 4:31 a.m.6 views

semgrep

Code scanning at ludicrous speed...

5.7AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/16 2:51 a.m.9 views

nodejsscan

nodejsscan Escáner de seguridad de código estático SAST para aplicaciones Node.js impulsado por libsast y semgrep. Hecho con en India...

5.8AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/16 2:51 a.m.63 views

nodejsscan

nodejsscan Static security code scanner SAST for Node.js applications powered by libsast and semgrep. Made with in India...

5.4AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/16 12:04 a.m.10 views

vulnhawk

AI-powered code security scanner that finds vulnerabilities Semgrep and CodeQL miss. Quick Start • GitHub Action • Comparison • Languages • FAQ The Problem Traditional SAST tools rely on pattern matching and AST rules. They excel at catching known vulnerability patterns, but they fundamentally...

5.8AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/15 10:20 p.m.13 views

semgrep-rules

elttam's semgrep-rules Welcome to elttam's public semgrep rules repository...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 8:28 p.m.9 views

semgrep-rules

semgrep-rules Welcome! This repository contains Semgrep's Community Edition rules. In addition to the rules in this repository, the Semgrep Registry offers proprietary Pro rules that offer additional language coverage, and unlock crossfile and deep dataflow analysis. Find rules: search for...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 12:28 p.m.18 views

Callisto

Callisto An Intelligent Automated Binary Vulnerability Analysis Tool Demo: Callisto is an intelligent automated binary vulnerability analysis tool. Its purpose is to autonomously decompile a provided binary and iterate through the psuedo code output looking for potential security vulnerabilities ...

6.1AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/15 11:41 a.m.9 views

semgrep-rules

semgrep-rules “攻击面就是漏洞。在那里找到漏洞只是一个细节。” —— Mark Dowd “有些细节比其他细节更重要。” —— Fedor G. Pikus 我的 Semgrep 规则集,用于促进漏洞研究。 博客文章 https://hnsecurity.it/blog/semgrep-ruleset-for-c-c-vulnerability-research https://hnsecurity.it/blog/automating-binary-vulnerability-discovery-with-ghidra-and-semgrep...

6AI score
SaveExploits0References44
Kitploit
Kitploit
added 2026/09/15 2:46 a.m.13 views

semgrep-rules

Trail of Bits public Semgrep rules This repository contains Semgrep rules developed by Trail of Bits and made available to the public. They are part of our ongoing development efforts and are used in our security audits, vulnerability reseach, and internal projects. They will evolve over time as ...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 8:22 a.m.22 views

duo-agentflow-auditor

Duo AgentFlow Auditor AI Code Security — catching what SAST misses in AI-generated code Built on the GitLab Duo Agent Platform...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/11 7:42 p.m.8 views

SAFE

SAFE SAFE performs controlled, repository-aware security assessment of Semgrep and Trivy findings in research artifacts. It supports two independent classification tasks: direct binary prediction SECURITYRELEVANT or NONSECURITY and the detailed multiclass contextual taxonomy three labels — see...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/10 7:52 a.m.12 views

auth-header-trust-rules

auth-header-trust-rules A small Semgrep rule pack that flags code making authentication, authorization, or trust decisions based on HTTP request headers an attacker controls. The canonical example of the vulnerability class is CVE-2025-29927: Next.js trusted the x-middleware-subrequest header to...

9.1CVSS7.6AI score0.99225EPSS
SaveExploits59References3
Kitploit
Kitploit
added 2026/09/09 6:20 a.m.11 views

springshell-rce-poc

CVE-2022-22965 - vulnerable app and PoC Trial & error root@kitploit: $ docker rm -f rce; docker build -t rce:latest . && docker run -d -p 8080:8080 --name rce rce:latest && sleep 5 && python poc.py Output example root@kitploit: rce...

9.8CVSS7.8AI score0.99638EPSS
SaveExploits105
Wolfi
Wolfi
added 2026/07/31 2:16 a.m.22 views

CVE-2026-52870 vulnerabilities

Vulnerabilities for packages: semgrep...

7.6CVSS5.8AI score0.00388EPSS
SaveExploits0
Wolfi
Wolfi
added 2026/07/31 2:16 a.m.25 views

GHSA-VJ7Q-GJH5-988W vulnerabilities

Vulnerabilities for packages: semgrep...

5.8AI score
SaveExploits0
Rows per page
Query Builder