ADAPT : Tool That Performs Automated Penetration Testing for WebApps

ADAPT is a tool that performs Automated Dynamic Application Penetration Testing for web applications. It is designed to increase accuracy, speed, and confidence in penetration testing efforts.

ADAPT automatically tests for multiple industry standard OWASP Top 10 vulnerabilities, and outputs categorized findings based on these potential vulnerabilities.

ADAPT also uses the functionality from OWASP ZAP to perform automated active and passive scans, and auto-spidering. Due to the flexible nature of the ADAPT tool, all of theses features and tests can be enabled or disabled from the configuration file. 

ADAPT uses Python to create an automated framework to use industry standard tools, such as OWASP ZAP and Nmap, to perform repeatable, well-designed procedures with anticipated results to create an easly understandable report listing vulnerabilities detected within the web application.

Also Read : Windows 95 : Windows 95 in Electron That Runs on macOS, Linux, and Windows

Automated Tests

OTG-IDENT-004 – Account Enumeration
OTG-AUTHN-001 – Testing for Credentials Transported over an Encrypted Channel
OTG-AUTHN-002 – Default Credentials
OTG-AUTHN-003 – Testing for Weak lock out mechanism
OTG-AUTHZ-001 – Directory Traversal
OTG-CONFIG-002 – Test Application Platform Configuration
OTG-CONFIG-006 – Test HTTP Methods
OTG-CRYPST-001 – Testing for Weak SSL/TLS Ciphers, Insufficient Transport Layer Protection
OTG-CRYPST-002 – Testing for Padding Oracle
OTG-ERR-001 – Testing for Error Code
OTG-ERR-002 – Testing for Stack Traces
OTG-INFO-002 – Fingerprinting the Webserver
OTG-INPVAL-001 – Testing for Reflected Cross site scripting
OTG-INPVAL-002 – Testing for Stored Cross site scripting
OTG-INPVAL-003 – HTTP Verb Tampering
OTG-SESS-001 – Testing for Session Management Schema
OTG-SESS-002 – Cookie Attributes

Installation

  • Download latest version of ADAPT from https://github.com/secdec/ADAPT/releases
  • Extract ADAPT via terminal
    a. tar -xvfz adapt.tar.gz
  • Open a new terminal (ctrl+alt+t)
  • Navigate to the newly decompressed ADAPT folder
    a. Ensure your environment has network access
  • Execute the install script(install.sh)
    a. sudo chmod +x install.sh -ensures install.sh is executable
    b. Type ./install.sh
    c. When prompted, enter your administrator’s password
  • ADAPT should now be ready for configuration
R K

Recent Posts

Kali Linux 2024.4 Released, What’s New?

Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…

12 hours ago

Lifetime-Amsi-EtwPatch : Disabling PowerShell’s AMSI And ETW Protections

This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…

12 hours ago

GPOHunter – Active Directory Group Policy Security Analyzer

GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…

2 days ago

2024 MITRE ATT&CK Evaluation Results – Cynet Became a Leader With 100% Detection & Protection

Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…

5 days ago

SecHub : Streamlining Security Across Software Development Lifecycles

The free and open-source security platform SecHub, provides a central API to test software with…

1 week ago

Hawker : The Comprehensive OSINT Toolkit For Cybersecurity Professionals

Don't worry if there are any bugs in the tool, we will try to fix…

1 week ago