4 links tagged with all of: automation + security + penetration-testing
Click any tag below to further narrow down your results
Links
XBOW is a platform that automates penetration testing, offering faster and deeper vulnerability assessments than traditional methods. It validates findings through real exploitation, allowing security teams to focus on actual risks rather than theoretical ones. This helps address the growing challenge of security in the face of increasing cyber threats.
XSSRecon automates the detection of reflected XSS vulnerabilities by testing URL parameters. It checks both raw HTTP responses and rendered DOM content, allowing security researchers to identify how special characters are handled in web applications. The tool supports concurrent processing and customizable output formats.
Automating the WSUS attack involves exploiting the Windows Server Update Service by spoofing its IP address to serve malicious updates, allowing attackers to gain local administrative access on targeted Windows machines. The tool, wsuks, facilitates this attack by using ARP spoofing and serving a predefined PowerShell script alongside PsExec64.exe, enabling the creation of a new user with admin privileges or adding an existing domain user to the local admin group. Users must run the tool with root privileges on a local network with an HTTP-configured WSUS server.
secureCodeBox is a modular toolchain designed for continuous security scans of software projects within a Kubernetes environment. It aims to automate the detection of low-hanging fruit security issues early in the development process, allowing penetration testers to focus on more complex vulnerabilities. While it enhances ongoing application security, it requires a deep understanding of security practices and proper configuration.