Lucene search
+L

83 matches found

Kitploit
Kitploit
added 2024/09/19 11:30 a.m.82 views

Mass-Assigner - Simple Tool Made To Probe For Mass Assignment Vulnerability Through JSON Field Modification In HTTP Requests

Mass Assigner is a powerful tool designed to identify and exploit mass assignment vulnerabilities in web applications. It achieves this by first retrieving data from a specified request, such as fetching user profile data. Then, it systematically attempts to apply each parameter extracted from th...

7.4AI score
SaveExploits0References1
The Hacker News
The Hacker News
added 2024/08/22 10:3 a.m.36 views

The Facts About Continuous Penetration Testing and Why It's Important

What is Continuous Attack Surface Penetration Testing or CASPT? Continuous Penetration Testing or Continuous Attack Surface Penetration Testing CASPT is an advanced security practice that involves the continuous, automated, and ongoing penetration testing services of an organization's digital...

8AI score
SaveExploits0
HackRead
HackRead
added 2024/02/06 10:17 p.m.32 views

How Does Automated API Testing Differ from Manual API Testing: Unveiling the Advantages

By Uzair Amir Delve into automated versus manual API testing for efficient software delivery. See how automation speeds validation while manual… This is a post from HackRead.com Read the original post: How Does Automated API Testing Differ from Manual API Testing: Unveiling the Advantages...

7.3AI score
SaveExploits0
Kitploit
Kitploit
added 2024/01/30 11:30 a.m.34 views

PurpleKeep - Providing Azure Pipelines To Create An Infrastructure And Run Atomic Tests

With the rapidly increasing variety of attack techniques and a simultaneous rise in the number of detection rules offered by EDRs Endpoint Detection and Response and custom-created ones, the need for constant functional testing of detection rules has become evident. However, manually re-running...

7.2AI score
SaveExploits0References7
Rapid7 Blog
Rapid7 Blog
added 2023/08/18 5:22 p.m.66 views

Metasploit Weekly Wrap-Up

Meterpreter Testing This week’s release adds new payload tests to our automated test suite. This is intended to help the team and community members identify issues and behavior discrepancies before changes are made. Payloads run on a variety of different platforms including Windows, Linux, and OS...

7.5CVSS9.7AI score0.98725EPSS
SaveExploits10
OSV
OSV
added 2023/06/09 7:33 p.m.30 views

GHSA-R6WW-5963-7R95 Denial of Service via reachable assertion

A grpc-swift server is vulnerable to a denial of service attack via a reachable assertion. This was due to incorrect logic when handling GOAWAY frames. The attack is low-effort: it takes very little resources to construct and send the required sequence of frames. The impact on availability is hig...

7.5CVSS7.2AI score0.01159EPSS
SaveExploits0References4
Prion
Prion
added 2023/06/06 7:15 p.m.17 views

Cross site scripting

Kiwi TCMS is an open source test management system for both manual and automated testing. Kiwi TCMS allows users to upload attachments to test plans, test cases, etc. Earlier versions of Kiwi TCMS had introduced upload validators in order to prevent potentially dangerous files from being uploaded...

4.9CVSS5.6AI score0.0087EPSS
SaveExploits1References5Affected Software1
Node JS Blog
Node JS Blog
added 2023/03/23 12:0 a.m.24 views

Node.js March 17th Infrastructure Incident Post-mortem

Node.js March 17th Infrastructure Incident Post-mortem By Matt Cowley, Claudio Wunder, Mar 23, 2023 The Incident Starting on March 15th and going through to March 17th with much of the issue being mitigated on the 16th, users were receiving intermittent 404 responses when trying to download Node....

6.6AI score
SaveExploits0
Kitploit
Kitploit
added 2023/01/07 11:30 a.m.50 views

REST-Attacker - Designed As A Proof-Of-Concept For The Feasibility Of Testing Generic Real-World REST Implementations

REST-Attacker is an automated penetration testing framework for APIs following the REST architecture style. The tool's focus is on streamlining the analysis of generic REST API implementations by completely automating the testing process - including test generation, access control handling, and...

7.5AI score
SaveExploits0References8
vulnersOsv
vulnersOsv
added 2022/11/19 9:30 p.m.11 views

app.getxray:xray-testng-extensions (>=0.1.0 <=0.2.0-beta), com.actiontestscript:ats-automated-testing (>=2.3.6 <=2.5.8) +143 more potentially affected by CVE-2022-4065 via org.testng:testng (>=7.6.0 <=7.6.1)

org.testng:testng MAVEN version =7.6.0, =0.1.0, =2.3.6, =2.4.13, =0.33.0, =1.3, =0.0.2, =0.0.2, =0.0.2, =3.0.0, =2.7.0, =2.8.1 and more Source cves: CVE-2022-4065 Source advisory: OSV:GHSA-RC2Q-X9MF-W3VF...

7.8CVSS6.3AI score0.00876EPSS
SaveExploits1
Malwarebytes
Malwarebytes
added 2022/09/15 12:0 p.m.64 views

Explained: Fuzzing for security

Fuzzing, or fuzz testing, is defined as an automated software testing method that uses a wide range of invalid and unexpected data as input to find flaws in the software undergoing the test. The flaws do not necessarily have to be security vulnerabilities. Fuzzing can also bring other undesirable...

7.7AI score
SaveExploits0
Kitploit
Kitploit
added 2022/09/10 12:30 p.m.62 views

GraphCrawler - GraphQL Automated Security Testing Toolkit

Graph Crawler is the most powerful automated testing toolkit for any GraphQL endpoint. NEW: Can search for endpoints for you using Escape Technology's powerful Graphinder tool. Just point it towards a domain and add the '-e' option and Graphinder will do subdomain enumeration + search popular...

7.4AI score
SaveExploits0References5
Schneier on Security
Schneier on Security
added 2022/02/02 3:58 p.m.11 views

Finding Vulnerabilities in Open Source Projects

The Open Source Security Foundation announced $10 million in funding from a pool of tech and financial companies, including $5 million from Microsoft and Google, to find vulnerabilities in open source projects: The "Alpha" side will emphasize vulnerability testing by hand in the most popular...

7.2AI score
SaveExploits0
CNVD
CNVD
added 2022/01/10 12:0 a.m.16 views

Command Execution Vulnerability in Metersphere

MeterSphere is a one-stop open source continuous testing platform, covering test tracking, interface testing, performance testing, team collaboration and other functions, compatible with JMeter and other open source standards, effectively helping development and testing teams to make full use of...

7.5AI score
SaveExploits0
HackRead
HackRead
added 2021/10/18 5:29 p.m.16 views

How using the purple team approach helps in addressing cybercrime

By Waqas Automated purple teaming is one of the best ways to address cybercrime as it does not only test for the deficiencies in existing security controls. This is a post from HackRead.com Read the original post: How using the purple team approach helps in addressing cybercrime...

0.9AI score
SaveExploits0
Fedora
Fedora
added 2021/04/24 8:25 p.m.52 views

[SECURITY] Fedora 34 Update: os-autoinst-4.6-35.20210326git24ec8f9.fc34

The OS-autoinst project aims at providing a means to run fully automated tests. Especially to run tests of basic and low-level operating system components such as bootloader, kernel, installer and upgrade, which can not easily and safely be tested with other automated testing frameworks. However,...

1.8AI score
SaveExploits0
Gitee
Gitee
added 2021/04/22 4:28 p.m.10 views

vulhub

This repository is an open-source collection of pre-built vulnerable docker environments, referred to as 'Vulhub'. It is an offensive tool for web application security testing and education. The primary vulnerability class/vector targeted by this collection is not explicitly stated, but it likely...

8.1AI score
SaveExploits0
CNVD
CNVD
added 2020/10/22 12:0 a.m.8 views

SQL Injection Vulnerability in EasyTest Platform

EasyTest is an automated testing platform developed by an individual. The EasyTest platform suffers from a SQL injection vulnerability, which can be exploited by attackers to obtain sensitive database information...

7.8AI score
SaveExploits0
OSV
OSV
added 2020/08/31 9:15 p.m.3 views

CVE-2020-25064

An issue was discovered on LG mobile devices with Android OS 4.4, 5.0, 5.1, 6.0, 7.0, 7.1, 8.0, 8.1, 9.0, and 10 software. Certain automated testing is mishandled. The LG ID is LVE-SMP-200019 August 2020...

7.5CVSS7.1AI score0.00346EPSS
SaveExploits0References1
NVD
NVD
added 2020/08/31 9:15 p.m.21 views

CVE-2020-25064

An issue was discovered on LG mobile devices with Android OS 4.4, 5.0, 5.1, 6.0, 7.0, 7.1, 8.0, 8.1, 9.0, and 10 software. Certain automated testing is mishandled. The LG ID is LVE-SMP-200019 August 2020...

7.5CVSS7.6AI score0.00346EPSS
SaveExploits0References1
Rows per page
Query Builder