Skip to content

Instantly share code, notes, and snippets.

View denzuko's full-sized avatar
💬
twitter.com/denzuko

Dwight Spencer (denzuko@mastodon.social) denzuko

💬
twitter.com/denzuko
View GitHub Profile
@denzuko
denzuko / edgegw.pac
Last active November 19, 2022 10:23
Common deep net gateways
function FindProxyForURL(url, host) {
// Move to dns blocker
var sites = [
'eztv.au',
'eztv.it',
'eztv.ag',
'rutracker.org',
'flibusta.is',
'flibusta.net',
@denzuko
denzuko / index.md
Last active July 2, 2019 18:41
Darknets that exist before the web
Error in user YAML: (<unknown>): could not find expected ':' while scanning a simple key at line 3 column 1
---
title: Darknets that exist before the web
subtitle: >
Dwight Spencer July 2. 2019
Copyright ©2019-2034 Dwight Spencer. All Rights Reserved
Released and distributed under New BSD Licence. https://opensource.org/licenses/BSD-3-Clause
---

Summary

@denzuko
denzuko / Makefile
Last active January 31, 2023 21:22
CTF Flags, Styleguide, and Toolset
MD_FILES=$(shell find . -name \*.md)
# HTML
HTML_FILES=$(MD_FILES:.md=.html)
BUILD_HTML_FILES=$(HTML_FILES:%=build/%)
# PDF
PDF_FILES=$(MD_FILES:.md=.pdf)
BUILD_PDF_FILES=$(PDF_FILES:%=build/%)
EXTRA_PDFS=sample-midterm-solutions.pdf
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABoQAAAIYCAYAAABEyo71AAAMSWlDQ1BJQ0MgUHJvZmlsZQAASImVVwdYU8kWnltSSWiBCEgJvQlSpEsJoUUQkCrYCEkgocSQEETsLssquHYRAXVFV0VcdC2ArBV7WQR7fyiLysq6WLCh8iYF1nW/9973zvfNvX/OnPOfkrn3zgCgU8uTSvNQXQDyJYWyhMhQ1uS0dBapGxCBNqAAB6DF48ul7Pj4GABl+P53eXMDIMr7VRcl1z/n/6voCYRyPgBIPMSZAjk/H+IDAOClfKmsEACiL9RbzyqUKvFUiA1kMEGIpUqcrcalSpypxlUqm6QEDsS7ASDTeDxZNgDaLVDPKuJnQx7tWxC7SQRiCQA6ZIiD+CKeAOIoiMfk589UYmgHHDK/4Mn+G2fmCCePlz2C1bWohBwmlkvzeLP/z3b8b8nPUwzHsIODJpJFJShrhn27lTszWolpEPdJMmPjINaH+J1YoLKHGKWKFFHJanvUlC/nwJ4BJsRuAl5YNMSmEEdI8mJjNPrMLHEEF2K4QtBicSE3SeO7RCgPT9Rw1spmJsQN4ywZh63xbeTJVHGV9qcUuclsDf8tkZA7zP+6RJSUqs4ZoxaJU2Ih1oaYKc9NjFbbYDYlIk7ssI1MkaDM3wZif6EkMlTNj03PkkUkaOxl+fLherElIjE3VoOrC0VJURqe3XyeKn8jiFuEEnbyMI9QPjlmuBaBMCxcXTvWIZQka+rFuqSFoQka35fSvHiNPU4V5kUq9VYQm8qLEjW+eFAhXJBqfjxWWhifpM4Tz8zhTYhX54MXgxjAAWGABRRwZIKZIAeI2/ua++Av9UwE4AEZyAZC4KLRDHukqmYk8JoISsAfEAmBfMQvVDUrBEVQ/2lEq766gCzVbJHKIxc8hjgfRIM8+Fuh8pKMREsBv0GN+B/R+TDXPDiUc//UsaEmRqNRDPOydIYtieHEMGIUMYLoiJvgQXgAHgOvIXB44L
[
{ "id": 1, "name": "bill", "sex": "M", "income": 50000 },
{ "id": 2, "name": "Jim", "sex": "M", "income": 30000 },
{ "id": 3, "name": "sara", "sex": "F", "income": 100000 },
{ "id": 4, "name": "alice", "sex": "F", "income": 25000 }
]

Payment Guarantee, Release and Indemnity and Acceptable Use Policy

(by signing below I agree to the following):

I authorize Dallas Makerspace / VCC (hereafter DMS/VCC) technician(s) to perform work on my computer. I understand that DMS/VCC technicians have been trained to perform computer hardware and software work, but DMS/VCC is not an authorized service dealer. Further, I agree to release, indemnify, and hold harmless DMS/VCC from liability for any claims or damages of any kind or description that may arise from any computer work performed on my computer, even if caused by negligence of DMS/VCC or its

@denzuko
denzuko / fbctf-bases.txt
Created November 20, 2018 00:25 — forked from Bryan1998/fbctf-bases.txt
FBCTF Bases
### DEBIAN STRETCH ###
PART I: python script
Become root.
1. $ sudo -i
Make fbctf directory in /opt
2. # cd /opt
3. # mkdir fbctf
Get my modified score_base.py script
4. # wget https://gist.githubusercontent.com/Bryan1998/772cf58e6aff7cf360387886f5af56ff/raw/0eae6687df97af7c8246ff468f142730c8375c3c/score_base.py
@denzuko
denzuko / Orbit.vue
Created November 1, 2018 16:42 — forked from patientplatypus/Orbit.vue
Simple Vue.js OrbitDb chat example
Taken from docs here:
https://github.com/orbitdb/orbit-db/blob/master/GUIDE.md
and here:
https://github.com/orbitdb/orbit-db/blob/master/API.md#orbitdbfeednameaddress
@denzuko
denzuko / network_scanner.ipynb
Created October 22, 2018 21:23
Network Scanner Jupyter and Ansible Demo
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
## Should read in base64 encoded saml metadata.xml file
## Should Decode base64 encoded saml metadata.xml file
## Should load decoded metadata.xml as an object
## should output attributes of object