Skip to content

Instantly share code, notes, and snippets.

View joni2back's full-sized avatar

Jonas Sciangula Street joni2back

View GitHub Profile
@joni2back
joni2back / gist:1136708e1a0dc6f7b018778fb973c8ef
Created September 4, 2018 17:42 — forked from jeje/gist:3027236
Arduino Sketch recording raw IR signal and sending it through an infrared LED again every 2 seconds
#include <IRremote.h>
int RECV_PIN = 11;
IRrecv irrecv(RECV_PIN);
IRsend irsend;
boolean recording = true;
decode_results results;

What is PGP?

A PGP key is a public encryption key. A PGP key can be used to sign and encrypt different kind of documents, files and things.

How it works?

When you create a PGP key, a keypair having a public key and a private key is generated.
You can share the public key with anyone who wishes to send you encrypted documents or files, but the private key must be used only by you.

Why sign Git commits?

@joni2back
joni2back / deauth.py
Created August 15, 2018 15:25 — forked from garyconstable/deauth.py
Python Networking Wifi Deauth Attack
import argparse
from multiprocessing import Process
import logging
logging.getLogger("scapy.runtime").setLevel(logging.ERROR)
from scapy.all import *
import signal
import threading
from sys import platform
1 ramps 290
3 pololu 99
2 poleas 110
8 lm8uu 35
6 608zz 22
4 626zz 30
3 termistores 45
(1*290)+(3*99)+(2*110)+(8*35)+(6*22)+(4*30)+(3*45)