Lucene search
K

24 matches found

GithubExploit
GithubExploit
added 2026/05/14 8:24 p.m.55 views

Vulnerability-Exploit-Correlation-Engine

Vulnerability-Exploit-Correlation-Engine Passive-analysis CLI...

5.8AI score
Exploits0
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2024-2728

Malicious code in bioql PyPI...

6.4CVSS6.4AI score0.00256EPSS
Exploits0References12
GithubExploit
GithubExploit
added 2025/09/15 3:56 p.m.188 views

nettoolbox

NetToolbox - Network Security Toolkit A comprehensive, modern...

7.2AI score
Exploits0
GithubExploit
GithubExploit
added 2025/06/12 7:7 a.m.245 views

Exploit for CVE-2025-29927

Next.js Vulnerability Scanner CVE-2025-29927 !Go Report C...

9.1CVSS7.4AI score0.92118EPSS
Exploits56
Rockylinux
Rockylinux
added 2025/05/07 7:11 p.m.4 views

source-highlight bug fix update

An update is available for source-highlight. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list This program, given a source file, produces a document with syntax...

7.3AI score
Exploits0
Fedora
Fedora
added 2024/03/28 1:44 a.m.35 views

[SECURITY] Fedora 38 Update: python-pygments-2.14.0-2.fc38

Pygments is a generic syntax highlighter suitable for use in code hosting, forums, wikis or other applications that need to prettify source code. Highlights are: a wide range of over 500 languages and other text formats is supported special attention is paid to details that increase highlighting...

5.5CVSS7.1AI score0.00069EPSS
Exploits1
OSV
OSV
added 2023/10/06 12:40 p.m.2 views

SUSE-SU-2023:4000-1 Security update for yq

This update for yq fixes the following issues: yq was updated to 4.35.2 bsc1215808: Fixed number parsing as float bug in JSON 1756 Fixed string, null concatenation consistency 1712 Fixed expression parsing issue 1711 Update to 4.35.1: Added Lua output support Added BSD checksum format Update to...

7.2AI score
Exploits0References2
Kitploit
Kitploit
added 2023/10/03 11:30 a.m.23 views

Nodesub - Command-Line Tool For Finding Subdomains In Bug Bounty Programs

Nodesub is a command-line tool for finding subdomains in bug bounty programs. It supports various subdomain enumeration techniques and provides flexible options for customization. Features Perform subdomain enumeration using CIDR notation Support input list. Perform subdomain enumeration using AS...

7.3AI score
Exploits0References1
Kitploit
Kitploit
added 2022/09/05 11:30 a.m.37 views

Aura - Python Source Code Auditing And Static Analysis On A Large Scale

Source code auditing and static code analysis Aura is a static analysis framework developed as a response to the ever-increasing threat of malicious packages and vulnerable code published on PyPI. Project goals: provide an automated monitoring system over uploaded packages to PyPI, alert on...

7.2AI score
Exploits0References5
Kitploit
Kitploit
added 2022/08/08 12:30 p.m.51 views

Smap - A Drop-In Replacement For Nmap Powered By Shodan.Io

Smap is a replica of Nmap which uses shodan.io's free API for port scanning. It takes same command line arguments as Nmap and produces the same output which makes it a drop-in replacament for Nmap. Features Scans 200 hosts per second Doesn't require any account/api key Vulnerability detection...

7.6AI score
Exploits0References4
Kitploit
Kitploit
added 2022/03/28 8:30 p.m.33 views

Fennec - Artifact Collection Tool For *Nix Systems

fennec is an artifact collection tool written in Rust to be used during incident response on nix based systems. fennec allows you to write a configuration file that contains how to collect artifacts. Features A single statically compiled binary Execute any osquery SQL query Execute system command...

7.7AI score
Exploits0References2
Kitploit
Kitploit
added 2022/02/12 11:30 a.m.28 views

Cloudsploit - Cloud Security Posture Management (CSPM)

Quick Start Generic $ git clone https://github.com/aquasecurity/cloudsploit.git $ cd cloudsploit $ npm install $ ./index.js -h Docker $ git clone https://github.com/aquasecurity/cloudsploit.git $ cd cloudsploit $ docker build . -t cloudsploit:0.0.1 $ docker run cloudsploit:0.0.1 -h $ docker run -...

7AI score
Exploits0References42
Fedora
Fedora
added 2021/02/07 1:34 a.m.65 views

[SECURITY] Fedora 33 Update: python-pygments-2.6.1-5.fc33

Pygments is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. Highlights are: a wide range of common languages and markup formats is supported special attention is paid to details that increa...

7.3AI score
Exploits0
OpenVAS
OpenVAS
added 2020/09/29 12:0 a.m.19 views

Fedora: Security Advisory for pandoc (FEDORA-2020-c39d7a562c)

The remote host is missing an update for the Copyright C 2020 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...

6.5CVSS6.5AI score0.00509EPSS
Exploits0References2
Kitploit
Kitploit
added 2020/03/01 12:30 p.m.229 views

Subfinder - A Subdomain Discovery Tool That Discovers Valid Subdomains For Websites

subfinder is a subdomain discovery tool that discovers valid subdomains for websites by using passive online sources. It has a simple modular architecture and is optimized for speed. subfinder is built for doing one thing only - passive subdomain enumeration, and it does that very well. We have...

7.4AI score
Exploits0References3
Kitploit
Kitploit
added 2019/05/21 9:17 p.m.223 views

Versionscan - A PHP Version Scanner For Reporting Possible Vulnerabilities

Versionscan is a tool for evaluating your currently installed PHP version and checking it against known CVEs and the versions they were fixed in to report back potential issues. PLEASE NOTE: Work is still in progress to adapt the tool to linux distributions that backport security fixes. As of rig...

6.8CVSS9.3AI score0.30214EPSS
Exploits1References1
Kitploit
Kitploit
added 2019/05/18 10:49 p.m.191 views

Bandit - Tool Designed To Find Common Security Issues In Python Code

Bandit is a tool designed to find common security issues in Python code. To do this Bandit processes each file, builds an AST from it, and runs appropriate plugins against the AST nodes. Once Bandit has finished scanning all the files it generates a report. Bandit was originally developed within...

7.7AI score
Exploits0References2
Kitploit
Kitploit
added 2018/08/04 9:49 p.m.15 views

Raccoon - A High Performance Offensive Security Tool For Reconnaissance And Vulnerability Scanning

Offensive Security Tool for Reconnaissance and Information Gathering. Features DNS details DNS visual mapping using DNS dumpster WHOIS information TLS Data - supported ciphers, TLS versions, certificate details and SANs Port Scan Services and scripts scan URL fuzzing and dir/file detection...

7.4AI score
Exploits0References4
Kitploit
Kitploit
added 2018/05/20 10:45 p.m.41 views

Dnsmorph - Domain Name Permutation Engine Written In Go

DNSMORPH is a domain name permutation engine, inspired by dnstwist. It is written in Go making for a compact and very fast tool. It robustly handles any domain or subdomain supplied and provides a number of configuration options to tune permutation runs. DNSMORPH includes the following domain...

7.4AI score
Exploits0References4
Kitploit
Kitploit
added 2018/04/24 3:25 p.m.13 views

Cookiescanner - Tool For Check The Cookie Flag In Multiple Sites

Tool for check the cookie flag in multiple sites. Intro Tool created to do more easy the process of check the cookie flag when we are analyzing multiple web servers. If you want to know for why could be useful this tools? https://www.owasp.org/index.php/SecureFlag...

7.2AI score
Exploits0References1
Rows per page
Query Builder