Skip to content

Instantly share code, notes, and snippets.

View Zotter's full-sized avatar
😶

Wapiti Eater Zotter

😶
  • Central Wyoming, US
View GitHub Profile

AffineSecurity's IntroSecCon Resource List

Resources for my IntroSecCon 2021 Talk "Opening the Toolbox - A Guide to Pentesting Tools for CTFs".
Link to the slides can be found here.

My Socials
Twitter - @AffineSecurity
Linkedin - AffineSecurity
Discord - Affine#6730
My Blog - affinesecurity.gitlab.io

@mubix
mubix / nosuchuser.html
Created July 12, 2019 23:47
No Such User - Spam Deterrent
<html>
<head>
<style>
* {
font-family:Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
</style>
</head>
<body>
<table cellpadding="0" cellspacing="0" class="email-wrapper" style="padding-top:32px;background-color:#ffffff;"><tbody>
@todbot
todbot / fake_vectorscope2_lissajous.py
Last active November 1, 2023 09:08
a little fakey vectorscope lissajous display in CircuitPython for 2023HackadaySupercon
# fake_vectorscope2_lissajous.py -- a little fakey vectorscope in CircuitPython for 2023HackadaySupercon
# 21 Oct 2023 - @todbot / Tod Kurt#
# video demo: https://mastodon.social/@todbot/111279891762130663
import time, math, random
import board, busio
import displayio, vectorio
import gc9a01
displayio.release_displays()