YalcinYolalan / WSSAT

WEB SERVICE SECURITY ASSESSMENT TOOL

Home Page:http://yalcinyolalan.github.io/WSSAT/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 are to allow organizations:

  • Perform their web services security analysis at once
  • See overall security assessment with reports
  • Harden their web services

WSSAT 2.0

REST API scanning support was added with same dynamic vulnerability management environment philosophy as SOAP services. ChangeLog

WSSAT’s main capabilities include:

Dynamic Testing:

  • Insecure Communication - SSL Not Used
  • Unauthenticated Service Method
  • Error Based SQL Injection
  • Cross Site Scripting
  • XML Bomb
  • External Entity Attack - XXE
  • XPATH Injection
  • HTTP OPTIONS Method
  • Cross Site Tracing (XST)
  • Missing X-XSS-Protection Header
  • Verbose SOAP Fault Message

Static Analysis:

  • Weak XML Schema: Unbounded Occurrences
  • Weak XML Schema: Undefined Namespace
  • Weak WS-SecurityPolicy: Insecure Transport
  • Weak WS-SecurityPolicy: Insufficient Supporting Token Protection
  • Weak WS-SecurityPolicy: Tokens Not Protected

Information Leakage:

  • Server or technology information disclosure

WSSAT’s main modules are:

  • Parser
  • Vulnerabilities Loader
  • Analyzer/Attacker
  • Logger
  • Report Generator

Installation & Usage:

For more Help

The main difference of WSSAT is to create a dynamic vulnerability management environment instead of embedding the vulnerabilities into the code.

Black Hat Arsenal USA Black Hat Arsenal Europe

This project has been started as Term Project at Middle East Technical University (METU), Software Management master program.

Donation:

WSSAT is an open source project and your donation will make it better:

Bitcoin (BTC): 19qsms2YnaN6CY7tFsWpqwAtQyV7QFhGs4
Ether (ETH): 0x08b543C5B2398999e8d03BC77b76329d832B2f82
Bitcoin Cash (BCH): qps07ker5c2t3h9355taueu0u83yxfw4jye6s4na2e

About

WEB SERVICE SECURITY ASSESSMENT TOOL

http://yalcinyolalan.github.io/WSSAT/

License:GNU Lesser General Public License v3.0


Languages

Language:C# 54.9%Language:JavaScript 41.2%Language:HTML 3.2%Language:ASP.NET 0.5%Language:TSQL 0.2%