4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / main.sh SH
#!/bin/bash

while [ true ]
do
    /usr/sbin/sshd 
    sleep 2
done