Skip to content

Instantly share code, notes, and snippets.

View ch4r13's full-sized avatar
💭
Let's penetrate it

Charlie ch4r13

💭
Let's penetrate it
View GitHub Profile
@ch4r13
ch4r13 / openwrt-on-proxmox.md
Created November 25, 2024 09:29 — forked from subrezon/openwrt-on-proxmox.md
How to set up an OpenWRT VM in Proxmox
  1. Go to OpenWRT release page, select the latest release stable release, then targets -> x86 -> 64. Right-click generic-ext4-combined.img.gz (not the "efi"!) and copy the link.

  2. On the Proxmox host, download the archive and unpack it:

wget *paste link here*
gunzip openwrt-*.img.gz
  1. Resize the image to be the size you want your VM's disk to be (example with 8 GiB):
@ch4r13
ch4r13 / NRF51822 Kismet.md
Last active May 30, 2024 13:25
This is tutorial how to sniff BLE devices using Kismet and NRF51822 Adafruit LE Friend
@ch4r13
ch4r13 / cz_lastnames.txt
Last active October 24, 2023 13:15
Czech lastnames from ČSÚ
adamirova
antonyova
babinska
bakosova
balanova
bartel
bekrova
biedermann
bludsky
brablikova
@ch4r13
ch4r13 / gnupg_scdaemon.md
Created July 4, 2021 11:54 — forked from artizirk/gnupg_scdaemon.md
OpenPGP SSH access with Yubikey and GnuPG

OpenPGP SSH access with Yubikey and GnuPG

Yubikey, Smart Cards, OpenSC and GnuPG are pain in the ass to get working. Those snippets here sould help alleviate pain.

Yubikey Config under Ubuntu

To reset and disable not used modes on Yubikey you need the ykman program

You can install it using those commands