Skip to content

Instantly share code, notes, and snippets.

View eyecatchup's full-sized avatar

Stephan Schmitz eyecatchup

View GitHub Profile
@eyecatchup
eyecatchup / windows-eventid.php
Created December 28, 2016 07:53
[Windows Registry Hack] Remapping Windows Event-Viewer Help Links to actually work.
<?php
/**
* Remapping the Windows Event-Viewer Online Help Link to actually work.
*
* Change the value of registry key HKLM\Software\Microsoft\Windows NT\CurrentVersion\EventViewer\MicrosoftRedirectionURL
* from http://go.microsoft.com/fwlink/events.asp to whereever this script sits.
*
* Idea by: http://www.howtogeek.com/school/using-windows-admin-tools-like-a-pro/lesson3/
*/
function clean($str) {
<!doctype html>
<html>
<head>
<meta charset='utf-8'>
<script src='//www.google.com/jsapi'></script>
<style>p{padding:1px;margin:1px;}section{margin-bottom:15px;}</style>
<script>
google.load('feeds', '1');
google.setOnLoadCallback(initialize);
@eyecatchup
eyecatchup / watchRobot.cron.php
Last active October 14, 2017 21:29
Mr. Robot Season 2 easter egg website email alert cronjob
<?php
ini_set('max_execution_time', 300);
/**
* Mr. Robot Season 2 easter egg website email alert cronjob (Note: Requires PHP /w curl and being able to send mails!)
*
* 1. Download this script. Via browser (https://gist.github.com/eyecatchup/f5f5929f57b22fc1b37ef516d675ac92/download/) or:
* wget --no-check-certificate https://gist.github.com/eyecatchup/f5f5929f57b22fc1b37ef516d675ac92/raw/watchRobot.cron.php
* 2. Set the value for the constant NOTIFY_MAIL_ADDRESS (line #17) to your email address.
* 3. Create a new cronjob (for a Win/Xampp alternative see: http://stackoverflow.com/a/4231634/624466). On your console, type:
* crontab -e
@eyecatchup
eyecatchup / iptv-de.html
Last active August 1, 2016 21:06
See: http://bit.ly/iptv-de - German TV stations - 24h online live streams - Adfree, fullscreen, HD
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>IP-TV DE [24h live] - Adfree full screen player for embedding</title>
</head>
<body>
<h1>IP-TV DE [24h live] - Adfree full screen player for embedding</h1>
<ul>
<li>
@eyecatchup
eyecatchup / mr.robot_season-2_easter-egg-sites.md
Last active April 4, 2024 10:39
A collection of "Mr. Robot" Season 2 Easter Egg Sites. #mrrobot #hackingrobot #robotegg
@eyecatchup
eyecatchup / mr.robot_season-2_extra-clips.json
Last active July 28, 2016 17:35
Mr. Robot 5/9 hack related extra video clips - released pre season 2. As found on https://www.whoismrrobot.com/fivenine/assets/main.cf6ea124fbeff9f381f2.js. NOTE: (Except for "clip0.1_cyb3rs3curity.mp4") videos are geo-targeted (I guess, US-only)! #mrrobot #hackingrobot #robotegg
{
id: 0,
name: "Wanted Poster",
filename: "clip0.5_w4n73d.mp4",
thumbnail: "images/thumb06.jpg",
type: "platform",
platformUrl: "https://player.theplatform.com/p/HNK2IC/dd_usa_vod_noauth_duplicate_ssl/select/media/guid/2140458126/3047282?autoPlay=true&pdk=5.6.6"
},
{
id: 1,

Keybase proof

I hereby claim:

  • I am eyecatchup on github.
  • I am eyecatchup (https://keybase.io/eyecatchup) on keybase.
  • I have a public key whose fingerprint is 9114 38F6 27D4 50FF BC89 2157 8BC1 3B73 7412 FCA1

To claim this, I am signing this object:

[
{
ttl: "Ab 20:15 Uhr: Frankreich - Island im ZDF",
txt: "Das EM-Viertelfinale in Saint-Denis am Sonntag, 3. Juli, ab 20:15 Uhr live im ZDF und em.zdf.de (Anpfiff 21 Uhr).",
img: "http://www.zdf.de/ZDFmediathek/contentblob/2777458/timg946x532blob",
mp4: "http://nrodl.zdf.de/none/zdf/16/07/160703_trailer_em_spo_3328k_p36v12.mp4",
len: "00:00:19",
pub: "2016-07-03T11:55:00+02:00",
exp: "2016-07-03T18:59:00+02:00"
},
var iptv = {
'ARD': {
baseUrl: 'live-lh.daserste.de/i/daserste_de@91204/',
streams: [
{res: 'auto', bandwidth: 'auto', playlist: 'master.m3u8?sd=10&rebase=on', codecs: 'auto'},
{res: '320x180', bandwidth: 184000, playlist: 'index_184_av-p.m3u8?b=184&sd=10&dw=10&rebase=on', codecs: 'mp4a.40.2, avc1.66.30'},
{res: '480x270', bandwidth: 320000, playlist: 'index_320_av-p.m3u8?b=320&sd=10&dw=10&rebase=on', codecs: 'mp4a.40.2, avc1.66.30'},
{res: '640x360', bandwidth: 1216000, playlist: 'index_1216_av-p.m3u8?b=1216&sd=10&dw=10&rebase=on', codecs: 'mp4a.40.2, avc1.77.30'},
{res: '960x540', bandwidth: 1992000, playlist: 'index_1992_av-p.m3u8?b=1992&sd=10&dw=10&rebase=on', codecs: 'mp4a.40.2, avc1.77.30'},
{res: '960x540', bandwidth: 2691000, playlist: 'index_2692_av-p.m3u8?b=2692&sd=10&dw=10&rebase=on', codecs: 'mp4a.40.2, avc1.77.30'}