I hereby claim:
- I am jokey2k on github.
- I am jokey (https://keybase.io/jokey) on keybase.
- I have a public key whose fingerprint is B3C6 0762 C1F3 49CB 3C1C 9DE0 6BE5 5192 D225 9E8C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import socket | |
| import random | |
| import time | |
| from PIL import Image | |
| UDP_IP = "151.217.40.31" | |
| UDP_PORT = 12345 | |
| sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) |
| #!/bin/bash | |
| # based on script from http://www.axllent.org/docs/view/ssh-geoip | |
| # License: WTFPL | |
| # UPPERCASE space-separated country codes to ACCEPT | |
| ALLOW_COUNTRIES="DE EU GB" | |
| LOGDENY_FACILITY="authpriv.notice" | |
| if [ $# -ne 1 ]; then | |
| echo "Usage: `basename $0` <ip>" 1>&2 |
| <html> | |
| <head> | |
| <title>shockG Webpräsenz</title> | |
| <link rel="shortcut icon" href="starlogo32.ico" type="image/x-icon" /> | |
| </head> | |
| <body bgcolor="#666666"> | |
| <table border="0" align="center" style="margin-top:100px;"> | |
| <tr> | |
| <td style="vertical-align:middle;"><img src="starlogo_big.png" alt="logo" height="666" width="666"></td> | |
| <td width="75"></td><!-- Leerspalte --> |
| import requests | |
| import html5lib | |
| import unicodecsv | |
| import tqdm | |
| # Fetched from http://www.linux-user.de/LUG on 18.04.2015 | |
| LUG_URLS = ["http://area51.fh-swf.de", "http://berklix.org/bim/", "http://bse.42.org", "http://ccw.iscool.net", "http://cologne.linuxaudio.org", "http://fibalug.de", "http://friedrichshain.homelinux.org", "http://gulag.de", "http://linux-werkstatt.huettenbusch.de/", "http://linux.baltic.net", "http://linux.eichsfeld.net", "http://linux.griebel-web.eu", "http://linux.php4u.org", "http://linux.studentensiedlung.de", "http://linuxahlen.li.funpic.de", "http://linuxheaven.cjb.net", "http://linuxnode.eichsfeld.net", "http://linuxusergrouplenningen.de.vu", "http://linuxwiki.de/LugMosbach", "http://linuxwiki.de/LugRoemerbergSpeyer", "http://liolug.liebigschule-giessen.de", "http://llugb.amsee.de", "http://luene-lug.org", "http://lug-bremen.info", "http://lug-dd.schlittermann.de", "http://lug-eisenach.de", "http://lug-hannover.de", "http://lug-owl.de/Lokales/Bielefeld/", "http://lug-owl.de/Lokales/D |
| import imaplib | |
| # Source idea based on https://bugs.python.org/file48790/0001-Add-IDLE-support-to-imaplib.patch | |
| # modified cases and provided demo | |
| # 01.2021 by Markus Ullmann <[email protected]> | |
| # License: WTFPL | |
| # Version: 1.0 Initial version |