Remove WipeOS-Specific bins

This commit is contained in:
c0de 2022-08-17 16:00:54 -05:00
parent cf7707dedf
commit 657e38fb34
3 changed files with 0 additions and 20 deletions

View File

@ -1,15 +0,0 @@
#!/bin/bash
# Provides access over our VPN to a shell-in-a-box instance that
# is running on some WipeOS appliances. This backdoor exists for
# instances that the appliance is on the VPN, but for whatever reason
# we can't ssh in. This was brought about due to our Padnos customer.
CLIENTIP="$1"
if [[ $# -le 0 ]]; then
echo "please pass me the appliance's VPN address"
exit 1
fi
xdg-open http://localhost/shell/
sudo ssh -L "localhost:80:${CLIENTIP}:80" production-portal

View File

@ -1 +0,0 @@
/home/dtodd/dev/WipeOS/Infrastructure/remote_debugging/fast-debug

View File

@ -1,4 +0,0 @@
#!/bin/bash
ssh -t login.wipeos.com "grep $1 /var/log/openvpn/openvpn-status.log" 2>/dev/null | cut -d$'\n' -f2 | cut -d',' -f1