Lucene search
+L

121 matches found

Kitploit
Kitploit
added 2026/09/13 5:30 p.m.5 views

awesome-appsec-interview

Awesome AppSec Interview A curated list of resources, practice questions, and study materials to help you prepare for Application Security Engineer interviews, organized by interview type. Contents Interview Overview Secure Code Review Threat Modeling Coding & Scripting Scenario-Based Interviews...

6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/13 4:51 p.m.7 views

rep-chrome

rep+ rep+ is a lightweight Chrome DevTools extension inspired by Burp Suite's Repeater, now supercharged with AI. I often need to poke at a few requests without spinning up the full Burp stack, so I built this extension to keep my workflow fast, focused, and intelligent with integrated LLM suppor...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/13 9:44 a.m.8 views

AppSecEzine

AppSec Ezine Raising awareness towards the prevention of security risks is challenging. Most people are unaware of or just don’t have access to the right information. Keeping up the pace in the tech world is a golden rule. If you are not ready to deal with security issues, you are heading in the...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 9:42 a.m.4 views

witcher

witcher Implementa y monitorea controles de Appsec a escala. Requisitos NodeJS 20.13 Probado en Mac Ubuntu Cómo instalar root@kitploit: $ git clone [email protected]:mf-labs/witcher.git $ cd witcher $ npm i Construir una imagen Docker root@kitploit: $ git clone...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 9:42 a.m.86 views

witcher

witcher Implement and monitor Appsec control at scale. Requirements NodeJS 20.13 Tested on Mac Ubuntu How to install root@kitploit: $ git clone [email protected]:mf-labs/witcher.git $ cd witcher $ npm i Build a Docker image root@kitploit: $ git clone [email protected]:mf-labs/witcher.gi...

5.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 7:07 a.m.8 views

usbpcap

USBPcap - USB Packet capture for Windows End-user installer is available at: http://desowin.org/usbpcap Following informations are intended for developers and power users only. Directory overview: USBPcapCMD - sample user space application USBPcapDriver - filter driver used to capture data Build...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 6:22 a.m.6 views

appsec-agent

AppSec Agent AI-powered security agents for code review, PR scanning, threat modeling, fix generation, and more. You can use AppSec Agent in three ways:...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 4:04 a.m.12 views

STEWS

STEWS: Security Testing and Enumeration of WebSockets STEWS is a tool suite for security testing of WebSockets This research was first presented at OWASP Global AppSec US 2021 Features STEWS provides the ability to: Discover : find WebSockets endpoints on the web by testing a list of domains...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/13 1:15 a.m.4 views

Application-Security-Curriculum

Application-Security-Curriculum Grant Ongers - Escalando AppSec a través de la Educación - DEF CON 29 AppSec Village...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 9:01 p.m.111 views

purify

Purify All-in-one tool for managing vulnerability reports 🎮 Demo 📃 Docs 📹 Quick Vimeo...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/12 4:51 p.m.5 views

awesome-appsec

Awesome AppSec Una lista curada de recursos para aprender sobre seguridad de aplicaciones. Contiene libros, sitios web, publicaciones de blog y cuestionarios de autoevaluación. Mantenida por Paragon Initiative Enterprises con contribuciones de las comunidades de seguridad de aplicaciones y...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/12 2:06 p.m.16 views

appsec-forge

appsec-forge Created for Developers, DevOps, AppSec, DevSecOps, and Security Engineers. A repository-first security knowledge base covering secure development, application security, infrastructure, software supply chain, AI, and DevSecOps. Study security problems the same way experienced...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/10 7:04 a.m.4 views

Teach-AppSec

Teach-AppSec Teach AppSec is a OWASP Application Security project which currently has teaching modules for Risk Management, Software Developement and Operations Security. More modules will be added to this project as and when they are developed. This project is made available on GNU general Publi...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/03 5:11 a.m.8 views

toolbox v0.2.2

-Significant%20AI%2C%20fully%20reviewed-1f77b4 MCP-based application security testing tools for your coding agent. Not a scanner — a collaborative workbench. Agents struggle with UI and stateful APIs; you're good at both. Sectool lets you explore an application through its proxy while an agent...

5.6AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/07/16 7:50 p.m.41 views

CVE-2026-44982 CrowdSec AppSec silently drops request body for chunked / HTTP-2 requests

CrowdSec offers crowdsourced protection against malicious IPs. From 1.5.0 until 1.7.8, pkg/appsec/request.go NewParsedRequestFromRequest allocated a request body buffer from maxr.ContentLength, 0, so HTTP/1.1 requests using Transfer-Encoding: chunked and HTTP/2 requests without a content-length...

7.2CVSS0.00372EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/16 7:50 p.m.77 views

CVE-2026-44982

CVE-2026-44982 affects CrowdSec AppSec. The bug in pkg/appsec/request.go NewParsedRequestFromRequest reads the body using max(r.ContentLength, 0), causing HTTP/1.1 chunked and HTTP/2 without Content-Length to appear with an empty body, bypassing body-inspection rules (REQUEST_BODY, BODY_ARGS, ARG...

7.2CVSS6.1AI score0.00372EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/16 7:50 p.m.12 views

CVE-2026-44982 CrowdSec AppSec silently drops request body for chunked / HTTP-2 requests

CrowdSec offers crowdsourced protection against malicious IPs. From 1.5.0 until 1.7.8, pkg/appsec/request.go NewParsedRequestFromRequest allocated a request body buffer from maxr.ContentLength, 0, so HTTP/1.1 requests using Transfer-Encoding: chunked and HTTP/2 requests without a content-length...

7.2CVSS5.5AI score
SaveExploits0References7
OSV
OSV
added 2026/06/25 10:34 p.m.12 views

GO-2026-5641 CrowdSec AppSec silently drops request body for chunked / HTTP-2 requests in github.com/crowdsecurity/crowdsec

CrowdSec AppSec silently drops request body for chunked / HTTP-2 requests in github.com/crowdsecurity/crowdsec...

7.2CVSS5.8AI score0.00372EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/05/27 7:58 p.m.32 views

CrowdSec AppSec silently drops request body for chunked / HTTP-2 requests

Summary The CrowdSec AppSec component fails to read the HTTP request body for any request whose Content-Length is not positive — most notably HTTP/1.1 requests using Transfer-Encoding: chunked and HTTP/2 requests sent without a content-length header. Coraza is then evaluated against an empty body...

7.2CVSS5.9AI score0.00372EPSS
SaveExploits0References2Affected Software1
The Hacker News
The Hacker News
added 2026/04/23 12:03 p.m.20 views

[Webinar] Mythos Reality Check: Beating Automated Exploitation at AI Speed

Imagine a world where hackers don't sleep, don't take breaks, and find weak spots in your systems instantly. Well, that world is already here. Thanks to AI, attackers are now launching automated, large-scale exploits faster than ever before. The time you have to fix a vulnerability before it gets...

5.8AI score
SaveExploits0
Rows per page
Query Builder