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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
# Start SSL server with hostname = $1, port = $2
# Usage ./sslserver.sh www.mitm.com 12345
#
openssl req -new -newkey rsa:2048 -days 365 -nodes -x509 -keyout server.key -out server.cert -subj "/CN=$1"
openssl s_server -accept $2 -cert server.cert -key server.key > mitm.out
Forked from PowerShellMafia/PowerSploit
PowerSploit - A PowerShell Post-Exploitation Framework
PowerShell
Forked from RetireJS/retire.js
scanner detecting the use of JavaScript libraries with known vulnerabilities
JavaScript
Forked from dsccommunity/SecurityPolicyDsc
A wrapper around secedit.exe to configure local security policies
There was an error while loading. Please reload this page.