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
#!/usr/bin/env bash | |
##!/usr/bin/env zsh | |
##!/usr/bin/env bash | |
##!/bin/bash -e | |
# ${HOME}/.local/bin/<mm> | |
set -o errexit | |
set -o nounset | |
set -o pipefail | |
set -o xtrace |
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
#!/usr/bin/env python2 | |
#!/usr/bin/python2 | |
#-*-coding:utf8-*- | |
#qpy:console | |
""" SimpleServer.py -h | |
Original Version By InunxLABS 1.00.10 - 22/07/13 | |
Mail : [email protected] | |
Paypal : [email protected] | |
Payza : [email protected] |
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
#!/usr/bin/env python2 | |
#!/usr/bin/python2 | |
#-*-coding:utf8-*- | |
# coding=utf-8 | |
#qpy:console | |
""" | |
HTTP Injector Python | |
https://stackoverflow.com/questions/43341946/injector-python-http-proxy-basic-proxy-authentication | |
+++ Inject Payload |
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
#!/usr/bin/env python3 | |
# -*- coding:utf-8 -*- | |
""" | |
bt-tether.py - Connet the Pi to Android AP (over Bluethooth) | |
Source: | |
Code adapted by dadav for Pwnagotchi plugins, | |
https://github.com/evilsocket/pwnagotchi/blob/master/pwnagotchi/plugins/default/bt-tether.py |
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
#!/usr/bin/env python3 | |
# -*- coding:utf-8 -*- | |
""" ? -> ALarm Py2 -> Raspbian Py3 | |
Original code: https://github.com/acegallagher/rpi_rp1/blob/master/new_display.py | |
https://github.com/tink3rtanner/opc/blob/master/listui.py | |
""" | |
from __future__ import print_function # the future is now, and it is good | |
from __future__ import unicode_literals |
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
#!/usr/bin/env python3 | |
# -*- coding:utf-8 -*- | |
# -*- coding:utf-8 -*- | |
""" RPi0W 20FEB2020_0400_nonTesting | |
Linux alarmpi 4.19.102-1-ARCH #1 SMP PREEMPT Sun Feb 9 19:27:01 UTC 2020 armv6l GNU/Linux | |
Original by pangduckwai (github.com/pangduckwai/) | |
raw.githubusercontent.com/pangduckwai/PiDisplay/master/monitor.py |
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
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# vim: set fileencoding=utf-8 : | |
from __future__ import print_function, unicode_literals | |
""" | |
Simple HTTP Server With Upload ...and SSL ... and Authentication. | |
This module builds on BaseHTTPServer by implementing the standard GET | |
and HEAD requests in a fairly straightforward manner. |
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
#!/usr/bin/env python3 | |
# -*- coding:utf-8 -*- | |
# vim: set fileencoding=utf-8 : | |
""" | |
piMenu | |
1.3" OLED Display HAT for Raspberry Pi by Waveshare | |
128x64 | |
Driver: SH1106 |
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
# https://github.com/nopmop/picore-headless-setup/raw/master/picore-headless-setup.sh | |
# Raspberry Pi Zero W | |
# TinyCoreLinux | |
# Headless SetUp | |
# D0N'T RUN THI5 !!! | |
exit 2 |
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
# copyright Threadsec Inc | |
# This script auto-configure and ssh auto-connect to RPi ZERO Ethernet gadget VID:0x1d6b PID:0x0137 | |
# This script require admin right to access to adapter conf. | |
# https://threadsec.wordpress.com/raspberry-pi-zero-usb-composite-gadget/ | |
# | |
# Edit $user="" | |
# Windows 10 : As Admin, run: | |
# powershell -ep bypass -file Configure-Ethernet-RNDIS-PiZero-connection.ps1 | |
# | |
Clear-Host |
OlderNewer