Skip to content

Instantly share code, notes, and snippets.

View rlaneth's full-sized avatar

Rodrigo Laneth rlaneth

View GitHub Profile
@rlaneth
rlaneth / CVE-2018-5258.txt
Created January 15, 2018 15:53
[CVE-2018-5258] Neon 1.6.14 for iOS Missing SSL Certificate Validation
Title
========
Neon 1.6.14 for iOS Missing SSL Certificate Validation
Date
========
2018-01-15
Author
========

Keybase proof

I hereby claim:

  • I am rlaneth on github.
  • I am rlaneth (https://keybase.io/rlaneth) on keybase.
  • I have a public key ASBEy3BPAzJ4MoAUI5u7KIKmCX1sWOq1O07S6R5fF4rWFwo

To claim this, I am signing this object:

@rlaneth
rlaneth / mfcuk_r65.md
Created December 16, 2018 22:09 — forked from ceres-c/mfcuk_r65.md
Using mfcuk r65 with libnfc 1.5.1 in 2018

You first need to download both libnfc 1.5.1 and mfcuk r65. The former is available among github releases wile the latter can be obtained via git rebase.

If you're on Arch you'll need pcsclite, if on Debian derivates libpcsclite-dev

Let's compile libnfc (<user> is your username)

mkdir -p ~/builds/nfc
cd ~/builds/nfc
wget https://github.com/nfc-tools/libnfc/releases/download/libnfc-1.5.1/libnfc-1.5.1.tar.gz

tar zxf libnfc-1.5.1.tar.gz