Pinned Loading
-
sslserver.sh
sslserver.sh 1# Start SSL server with hostname = $1, port = $2
2# Usage ./sslserver.sh www.mitm.com 12345
3#
4openssl req -new -newkey rsa:2048 -days 365 -nodes -x509 -keyout server.key -out server.cert -subj "/CN=$1"
5openssl s_server -accept $2 -cert server.cert -key server.key > mitm.out
-
PowerSploit
PowerSploit PublicForked from PowerShellMafia/PowerSploit
PowerSploit - A PowerShell Post-Exploitation Framework
PowerShell
-
retire.js
retire.js PublicForked from RetireJS/retire.js
scanner detecting the use of JavaScript libraries with known vulnerabilities
JavaScript
-
SecurityPolicyDsc
SecurityPolicyDsc PublicForked from dsccommunity/SecurityPolicyDsc
A wrapper around secedit.exe to configure local security policies
PowerShell
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.