Giter Club home page Giter Club logo

yalcinyolalan / wssat Goto Github PK

View Code? Open in Web Editor NEW
385.0 385.0 122.0 22.59 MB

WEB SERVICE SECURITY ASSESSMENT TOOL

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

License: GNU Lesser General Public License v3.0

C# 54.90% HTML 3.25% ASP.NET 0.52% TSQL 0.16% JavaScript 41.18%
dynamic-testing information-disclosure rest-api-scanner rest-api-test scanner security-tools soap-web-services sqlinjection static-analysis vulnerabilities web-service web-service-scanner web-service-test xml-bomb xss xxe-injection

wssat's People

Contributors

yalcinyolalan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wssat's Issues

fixing unhandled execpion ssl/tls problem fixing

For ssl/tls could not establish trust relationship for SSL/TLS secure channel fix;

You can find solution;

public void BypassCertificateError()
{
ServicePointManager.ServerCertificateValidationCallback +=

            delegate(
                Object sender1,
                X509Certificate certificate,
                X509Chain chain,
                SslPolicyErrors sslPolicyErrors)
            {
                return true;
            };
    }

CAnnot run wit default settings

When I select a wsdl file and hit Scan SOAP Service I get Please Select WSDL List File!!! error.

Steps to reproduce:

  1. Open \WSSAT-master\WSSAT\bin\Debug\WSSAT.exe
  2. hit select wsdl list file and select a wsdl file on local disk
  3. click on Scan SOAP Service(s) button

Error window pops up.

behind proxy work

i take exception when i used behind proxy; for solving problem parser.cs you can add this 3 lines;

        wr.Proxy = WebRequest.DefaultWebProxy;
        wr.Credentials = System.Net.CredentialCache.DefaultCredentials;
        wr.Proxy.Credentials = System.Net.CredentialCache.DefaultCredentials;

Sending Custom HTTP Request Header

Click the “Scan->Add Custom Request Header” menu item to customize User-Agent and enter optional custom request header item such as Cookie value.

Logging

Exception and Scan log files are separated.

XML Report Support

If “Create XML Report” check box is selected, an XML report is generated

How to install?

Hi, this might be a dumb question but how do you install this from Linux? I didn't see any documentation anywhere.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.