Skip to content
View AppSecExplained's full-sized avatar
Block or Report

Block or report AppSecExplained

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. xss-playground xss-playground Public

    A basic webapp to test XSS payloads.

    PHP 18 2

  2. ctf-cobra-kai ctf-cobra-kai Public

    JavaScript 10 2

  3. ctf-burp-macros ctf-burp-macros Public

    Some labs to help you learn about BURP Suite Macros.

    PHP 2 1

  4. ctf-commandinjection ctf-commandinjection Public

    A small demo showing a command injection vulnerability and weak defenses.

    JavaScript 3

  5. ctf-websockets-example ctf-websockets-example Public

    A simple websockets app

    HTML

  6. rce-check.php rce-check.php
    1
    <?php
    2
    
                  
    3
    // A script to check what you can use for RCE on a target
    4
    
                  
    5
    $test_command = 'echo "time for some fun!"';