pmaports/postmarketos-mkinitfs-hook-usb-shell/20-usb-shell.sh

12 lines
282 B
Bash

#!/bin/sh
IP=172.16.42.1
TELNET_PORT=24
telnetd -b "${IP}:${TELNET_PORT}" -l /bin/sh
echo "---"
echo "WARNING: usb shell is active on ${IP}:${TELNET_PORT}."
echo "This is a security hole! Only use it for debugging, and"
echo "uninstall the usb-shell hook afterwards!"
echo "---"