Skip to content

Instantly share code, notes, and snippets.

View joepagan's full-sized avatar
😎

joe joepagan

😎
View GitHub Profile
@joepagan
joepagan / virginmediahub3login.html
Created October 2, 2019 21:01
Virgin Media Super Hub 3 Login form
<html>
<head>...</head>
<body class="login_background" id="fm-0">
<div class="overlay"></div>
<div id="login_box" class="overlaycontainer">
<div id="mainpage">
<div id="Login">
<div class="login_title">Welcome back!</div>
<div class="login_title_info">Sign in to view or modify your Hub 3.0 settings.</div>
<div id="LoginBody">
@joepagan
joepagan / ca.md
Created April 10, 2018 12:43 — forked from soarez/ca.md
How to setup your own CA with OpenSSL

How to setup your own CA with OpenSSL

For educational reasons I've decided to create my own CA. Here is what I learned.

First things first

Lets get some context first.