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

ble sour apple script #25

Open dj1ch opened 5 months ago

dj1ch commented 5 months ago

this script allows for ble spamming, onto an iphone. it doesn't work for any other devices but i have seen implementation regarding google devices, androids, etc,

whatotter commented 5 months ago

okay well i'll check the script tomorrow as soon as possible, but it's not a plugin meant to work for pwnhyve, it just seems to be a script - either you'd have to do the work and implement it as a plugin, or i do

if you want to work on it yourself to make it into a plugin, go here for documentation. then i'll push when it's a functioning plugin and it works :)

dj1ch commented 5 months ago

okay well i'll check the script tomorrow as soon as possible, but it's not a plugin meant to work for pwnhyve, it just seems to be a script - either you'd have to do the work and implement it as a plugin, or i do

if you want to work on it yourself to make it into a plugin, go here for documentation. then i'll push when it's a functioning plugin and it works :)

ah i see so we make it a plugin, ill work on that

whatotter commented 5 months ago

okay sick, half of it's done - you just need ui/screen support now. shouldn't be too hard

if you can't do it now i'll do it in a few days, i have school to worry about

dj1ch commented 5 months ago

okay sick, half of it's done - you just need ui/screen support now. shouldn't be too hard

if you can't do it now i'll do it in a few days, i have school to worry about

same lmao, do you know the screen dimensions in pixels so i can determine the best way to put down text?

whatotter commented 5 months ago

screen dimensions are 128x64 (LxH)

you shouldn't have to worry about screen dimensions and stuff though, it's best to use the screenConsole() and checkIfKey() to run infinitely until the user presses a button

dj1ch commented 5 months ago

should be fixed, just added the screen support

whatotter commented 5 months ago

what's the name of the bluetooth package this uses? like the pip package name

dj1ch commented 5 months ago

what's the name of the bluetooth package this uses? like the pip package name

should just have bluetooth and stuff installed, and it should work. i'll double check later

whatotter commented 5 months ago

bluetooth is unfortunately not a package

dj1ch commented 5 months ago

yeah, its the pybluez package from pip, just imported as bluetooth

whatotter commented 4 months ago

okay well unfortunatrly i sprained my index finger and can barely type, if you can work on it on a pi you own that'd be nice - you don't need a display, you can use the VNC program i made (i too use it)

dj1ch commented 4 months ago

okay well unfortunatrly i sprained my index finger and can barely type, if you can work on it on a pi you own that'd be nice - you don't need a display, you can use the VNC program i made (i too use it)

get better soon! i will continue messing with my own, hopefully seeing if this will work