Giter VIP home page Giter VIP logo

5l1v3r1 / ws-vulns Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 7.25 MB

WS-VulnS (Web Services Vulnerability Scanner) is a blackbox tool that detects injections (SQLi & XMLi) and DoS (XML Bomb, Oversized XML & Oversized Payload) vulnerabilities in SOAP and REST Web Services. It was developped during graduation project at Ecole Nationale Supérieure d'Informatique (ESI, Algiers) by AIT HABOUCHE Manele and BALI Amina.

Python 33.75% CSS 10.66% JavaScript 47.21% HTML 8.38%

ws-vulns's Introduction

1. Python version : 3.6

2. Install :
Redis Server 3.2.1 
Celery 4.2.1 
Django

3. To fix issues with the name "async" which is a keyword in Python 3 :
Rename "C:\Users\myusername\AppData\Local\Programs\Python\Python36-32\Lib\site-packages\celery\backends\async.py" to "C:\Users\myusername\AppData\Local\Programs\Python\Python36-32\Lib\site-packages\celery\backends\asynchronous.py"
Open redis.py and change every line that has the keyword "async" to "asynchronous".

4. To start the app first migrate models to database (if you didn't) (APP_NAME = WS_VulnS) : 
python APP_NAME makemigrations
python APP_NAME migrate

5. Start Django Server :
python manage.py runserver

6. Start Redis Server.

7. Run these commands in Redis-cli :
CONFIG SET stop-writes-on-bgsave-error no
CONFIG SET dir "C:/Path/To/A/RANDOM/DIRECTORY"
CONFIG SET dbfilename temp.rdb
BGSAVE

8. Run Celery (APP_NAME = WS_VulnS)
celery -A APP_NAME worker -c 1000

(If Windows : Run this command with -P eventlet)

ws-vulns's People

Contributors

d34dl0ckk avatar

Stargazers

 avatar

Watchers

 avatar

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.