Skip to content
View AppSecExplained's full-sized avatar

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 Loading

  1. xss-playground Public

    A basic webapp to test XSS payloads.

    PHP 23 5

  2. ctf-cobra-kai Public

    JavaScript 11 2

  3. ctf-burp-macros Public

    Some labs to help you learn about BURP Suite Macros.

    PHP 2 2

  4. ctf-commandinjection Public

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

    JavaScript 5

  5. ctf-websockets-example Public

    A simple websockets app

    HTML

  6. 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!"';