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

Block or report hackjammer

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. sslserver.sh sslserver.sh
    1
    # Start SSL server with hostname = $1, port = $2
    2
    # Usage ./sslserver.sh www.mitm.com 12345
    3
    #
    4
    openssl req -new -newkey rsa:2048 -days 365 -nodes -x509 -keyout server.key -out server.cert -subj "/CN=$1"
    5
    openssl s_server -accept $2 -cert server.cert -key server.key > mitm.out
  2. PowerSploit PowerSploit Public

    Forked from PowerShellMafia/PowerSploit

    PowerSploit - A PowerShell Post-Exploitation Framework

    PowerShell

  3. retire.js retire.js Public

    Forked from RetireJS/retire.js

    scanner detecting the use of JavaScript libraries with known vulnerabilities

    JavaScript

  4. SecurityPolicyDsc SecurityPolicyDsc Public

    Forked from dsccommunity/SecurityPolicyDsc

    A wrapper around secedit.exe to configure local security policies

    PowerShell