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

Starship : Revolutionizing Terminal Experiences Across Shells

Starship is a powerful, minimal, and highly customizable cross-shell prompt designed to enhance the terminal…

21 hours ago

Lemmy : A Decentralized Link Aggregator And Forum For The Fediverse

Lemmy is an innovative, open-source platform designed for link aggregation and discussion, providing a decentralized…

21 hours ago

Massive UX Improvements, Custom Disassemblers, And MSVC Support In ImHex v1.37.0

The latest release of ImHex v1.37.0 introduces a host of exciting features and improvements, enhancing…

23 hours ago

Ghauri : A Powerful SQL Injection Detection And Exploitation Tool

Ghauri is a cutting-edge, cross-platform tool designed to automate the detection and exploitation of SQL…

1 day ago

Writing Tools : Revolutionizing The Art Of Writing

Writing tools have become indispensable for individuals looking to enhance their writing efficiency, accuracy, and…

1 day ago

PatchWerk : A Tool For Cleaning NTDLL Syscall Stubs

PatchWerk is a proof-of-concept (PoC) tool designed to clean NTDLL syscall stubs by patching syscall…

2 days ago