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

Block or report LucasVanHaaren

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. CVE-2023-47400 CVE-2023-47400 Public

    Proof of Concept for the CVE-2023-47400

    Python 1

  2. SSH forwarded agent hijacking bash e... SSH forwarded agent hijacking bash exploit
    1
    #!/bin/bash
    2
    #
    3
    # Simple portable bash script to exploit insecure forwarded SSH agent
    4
    # When agent_forwarding is enabled, this allows every local user which 
    5
    # has access to the ssh agent's dir (commonly /tmp) to hijack other ssh sessions