All Projects → benjojo → Yubitls

benjojo / Yubitls

A Go TLS/HTTPS server demo that uses a Yubikey as the backend for it's private key

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Yubitls

Radio Hackbox
PoC tool to demonstrate vulnerabilities in wireless input devices
Stars: ✭ 74 (-55.95%)
Mutual labels:  proof-of-concept
Yubikey Agent
yubikey-agent is a seamless ssh-agent for YubiKeys.
Stars: ✭ 1,744 (+938.1%)
Mutual labels:  yubikey
Spectre Meltdown Poc
A semi-demi-working proof of concept for a mix of spectre and meltdown vulnerabilities
Stars: ✭ 127 (-24.4%)
Mutual labels:  proof-of-concept
Yubikeylockd
Simple daemon for locking and unlocking macOS with Yubikey
Stars: ✭ 78 (-53.57%)
Mutual labels:  yubikey
Nothing Private
Do you think you are safe using private browsing or incognito mode?. 😄 👿 This will prove that you're wrong.
Stars: ✭ 1,375 (+718.45%)
Mutual labels:  proof-of-concept
Keepassxc
KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
Stars: ✭ 11,623 (+6818.45%)
Mutual labels:  yubikey
Mkinitcpio Ykfde
Full disk encryption with Yubikey (Yubico key)
Stars: ✭ 72 (-57.14%)
Mutual labels:  yubikey
Okta Awscli
Provides Okta authentication for awscli
Stars: ✭ 161 (-4.17%)
Mutual labels:  yubikey
Yubikey Ssh
How to use a Yubikey with OpenSSH without GPG
Stars: ✭ 108 (-35.71%)
Mutual labels:  yubikey
Gopoc
用cel-go重现了长亭xray的poc检测功能的轮子
Stars: ✭ 124 (-26.19%)
Mutual labels:  proof-of-concept
Kunpeng
kunpeng是一个Golang编写的开源POC框架/库,以动态链接库的形式提供各种语言调用,通过此项目可快速开发漏洞检测类的系统。
Stars: ✭ 1,242 (+639.29%)
Mutual labels:  proof-of-concept
Periods
PERIODs and SYSTEM VERSIONING for PostgreSQL
Stars: ✭ 101 (-39.88%)
Mutual labels:  proof-of-concept
Awsu
Enhanced account switching for AWS, supports Yubikey as MFA source
Stars: ✭ 118 (-29.76%)
Mutual labels:  yubikey
Brandis
Brandis: End-to-end encryption for everyone
Stars: ✭ 77 (-54.17%)
Mutual labels:  proof-of-concept
Yubikey Manager Qt
Cross-platform application for configuring any YubiKey over all USB interfaces.
Stars: ✭ 137 (-18.45%)
Mutual labels:  yubikey
Nrf24 Playset
Software tools for Nordic Semiconductor nRF24-based devices like wireless keyboards, mice, and presenters
Stars: ✭ 73 (-56.55%)
Mutual labels:  proof-of-concept
Nailgun
Nailgun attack on ARM devices.
Stars: ✭ 114 (-32.14%)
Mutual labels:  proof-of-concept
Gltf To Usdz Research
Research and proof of concept of converting glTF to USDZ for AR Quick Look (iOS 12+).
Stars: ✭ 164 (-2.38%)
Mutual labels:  proof-of-concept
Proof Of Concepts
A little collection of fun and creative proof of concepts to demonstrate the potential impact of a security vulnerability.
Stars: ✭ 148 (-11.9%)
Mutual labels:  proof-of-concept
Yubikey Server
Go implementation of yubikey server to be able to run your own server on network with no access to the official servers.
Stars: ✭ 121 (-27.98%)
Mutual labels:  yubikey

YubiTLS

logo

This is a Golang HTTPS server demo that can be driven from a YubiKey as the key backend source.

This was made for a post on my blog:

https://blog.benjojo.co.uk/post/tls-https-server-from-a-yubikey

You will need a functioning setup for Yubikey + GPG.

Program options:

Usage of ./yubiTLS:
  -cacrtpath string
    	the ssl CA certificate path
  -crtpath string
    	the ssl certificate path
  -csr.cn string
    	the Common Name of the CSR you want to generate (default "yubitls.benjojo.co.uk")
  -keyid string
    	the Key ID in the agent to use
  -signcsr
    	set to try to output a CSR
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].