Skip to content

Instantly share code, notes, and snippets.

View bmccoy11's full-sized avatar

Brendan McCoy bmccoy11

View GitHub Profile

Keybase proof

I hereby claim:

  • I am bmccoy11 on github.
  • I am bmccoy (https://keybase.io/bmccoy) on keybase.
  • I have a public key whose fingerprint is C290 D48F CE44 FC2D 86E4 077F AF8B 832E 4BD5 0630

To claim this, I am signing this object:

@bmccoy11
bmccoy11 / CSS Pancake Loader.markdown
Created February 10, 2016 04:50
CSS Pancake Loader
#!/usr/bin/php -q
<?
print("open 192.168.100.1\n");
sleep(2);
print("username\r");
sleep(2);
print("password\r");
sleep(2);
print("REBOOT 2\r");
sleep(2);
#!/bin/sh
# Original version developed by Reverend Booyah! (SteveCook.net)
# First, ping Wave's web server
ping -q -c 2 wavebroadband.com &> /dev/null
if [ $? -ne 0 ] ; then
echo "wavebroadband.com isn't responding"
# If Wave fails, that's Strike 1. Next, ping Wave's primary DNS server
ping -q -c 2 24.113.32.29 &> /dev/null