whatotter / pwnhyve

a pi-zero powered hacking tool, with badusb capabilities and hoaxshell payload generation and injection; the little sibling of the unfortunately dead p4wnp1-aloa
MIT License
247 stars 17 forks source link

ADD U2F KEY HID support #4

Closed dedsecproyt closed 1 year ago

dedsecproyt commented 1 year ago

I need U2F a function (like in the frimware flipperzero) for logging into accounts and windows

whatotter commented 1 year ago

didnt mean to close my bad

do you mean U2F key as in a yubikey? unless you want to replicate accounts n stuff, i dont see why this would be a good addition to the project - i can try to add it though, but until then i feel like making your own plugin to do what you want is a better idea

dedsecproyt commented 1 year ago

You can use U2F-KEY HID Repo from FlipperZero code

GodlySchnoz commented 5 months ago

only saw this now, might be worthwile to look at This repo for U2F or this one for FIDO2 and adapting them based on needs if i have time after the middle of february i will take a look and might take a shot at it, shouldn't be too difficult but need to make sure of compatibility with the zero 2 as that's what i have' Honestly i am wondering on the usefulness in an attack device, cloning keys should be almost impossible and absolutely impractical, i know of a 2021 side channel attack so for sure won't evem bother to implement such scripts. Ig using it as a U2F key is useful but personally i prefer dedicated ones like yubikey expecially since accessing to your own accounts on victim pc for example might be extremely stupid, only option left would be gaining access to victim accounts and ig that's useful but can be done with normal keys, this might be cheaper ig but the repos i linked should fare well enough also the installation imo should be optional, that said if i get to it i might write a good old script to install it.