Categories: Kali Linux

WSSAT – Web Service Security Assessment Tool

WSSAT is an open source web service security scanning tool which provides a dynamic environment to add, update or delete vulnerabilities by just editing its configuration files. This tool accepts WSDL address list as input file and for each service, it performs both static and dynamic tests against the security vulnerabilities. It also makes information disclosure controls. With this tool, all web services could be analysed at once and the overall security assessment could be seen by the organization.

Objectives of WSSAT

  1. Perform their web services security analysis at once
  2. See overall security assessment with reports
  3. Harden their web services

Also Read Log-killer : Clear All Your Logs In Linux & Windows Servers

WSSAT Installation

Development Environment

C# 
Microsoft Visual Studio Community Edition 2017 (https://www.visualstudio.com/downloads/)

Requirements

Windows OS (7 or later)
.Net Framework 4.7 (https://www.microsoft.com/en-us/download/details.aspx?id=55170)

Installation

Step 1: Download the WSSAT folder and copy/extract it to your Windows computer
Step 2: Go to WSSAT WSSAT\WSSAT\bin\Debug folder (Read/Write permission is required to generate report, log etc.)
Step 3: Double click WSSAT.exe

WSSAT’s Main Capabilities Include

Dynamic Testing:

  1. Insecure Communication – SSL Not Used
  2. Unauthenticated Service Method
  3. Error Based SQL Injection
  4. Cross Site Scripting
  5. XML Bomb
  6. External Entity Attack – XXE
  7. XPATH Injection
  8. HTTP OPTIONS Method
  9. Cross Site Tracing (XST)
  10. Missing X-XSS-Protection Header
  11. Verbose SOAP Fault Message

Static Analysis:

  1. Weak XML Schema: Unbounded Occurrences
  2. Weak XML Schema: Undefined Namespace
  3. Weak WS-SecurityPolicy: Insecure Transport
  4. Weak WS-SecurityPolicy: Insufficient Supporting Token Protection
  5. Weak WS-SecurityPolicy: Tokens Not Protected

Information Leakage:

  1. Server or technology information disclosure

WSSAT’s Main Modules

  1. Parser
  2. Vulnerabilities Loader
  3. Analyzer/Attacker
  4. Logger
  5. Report Generator

R K

Recent Posts

Bomber : Navigating Security Vulnerabilities In SBOMs

bomber is an application that scans SBOMs for security vulnerabilities. So you've asked a vendor…

23 hours ago

EmbedPayloadInPng : A Guide To Embedding And Extracting Encrypted Payloads In PNG Files

Embed a payload within a PNG file by splitting the payload across multiple IDAT sections.…

23 hours ago

Exploit Street – Navigating The New Terrain Of Windows LPEs

Exploit-Street, where we dive into the ever-evolving world of cybersecurity with a focus on Local…

3 days ago

ShadowDumper – Advanced Techniques For LSASS Memory Extraction

Shadow Dumper is a powerful tool used to dump LSASS (Local Security Authority Subsystem Service)…

4 days ago

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

2 weeks ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

3 weeks ago