Results 1 to 2 of 2

Thread: Raptor WAF - Open Source web application firewall to train bypass attacks

  1. #1
    Join Date
    2015-Oct
    Location
    sao paulo, brazil
    Posts
    9

    Raptor WAF - Open Source web application firewall to train bypass attacks

    Hello sirs this is my WAF to test attacks...
    is made in pure C, don't use regex or other common ways to block attacks, i follow principe KISS (Keep It Simple ), i use this to simulate attacks and bypasses at wafs... i think improve at the future add epoll() and SSL/TLS and improve DFA...

    You can use it at your CTFs or vĂ*deos to explain attacks, academic purposes etc...

    $ git clone https://github.com/convisoappsec/raptor
    $ cd raptor; make

    Up this code at your http server https://github.com/convisoappsec/rap...a/test.php#L14
    This version don't suport SSL/TLS, this code have XSS to make a test...

    Test waf with this
    bin/Raptor -h localhost -p 80 -r 8885 -w 4 -o log_attacks.txt
    param "w" is waf protection level have four modes....

    Open server at http://localhost:8885/test.php

    509 of atacks, detect and block 349, 68% of attacks blocked at my tests


    Try attack....

    https://github.com/CoolerVoid/raptor_waf more information

    any suggestion, call me...
    read the docs...


    cheers !

  2. #2
    @raiden Thank you

Similar Threads

  1. Nethunter Android 13 Application not able to open
    By RolandStoner in forum NetHunter General Questions
    Replies: 1
    Last Post: 2022-10-18, 01:37
  2. win-kex: how to open GUI application from terminal?
    By msigerva in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-10-06, 06:13
  3. I cannot open any application in Kali Linux
    By Cyberlan in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2016-11-13, 14:34
  4. Replies: 2
    Last Post: 2015-11-21, 02:18

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •