-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How to spam a specific device, instead of randomly selecting one? #42
Comments
AFAIK this should no longer crash an iPhone (DoS / reboot), that was patched long ago. It will just spam pop-ups. You can modify the randomness to instead just pick a specific product and spam that, though I think the effectiveness won't be as good. |
EvilAppleJuice-ESP32/src/main.cpp Lines 72 to 91 in 6ef1aa1
you might find this part interesting |
Thanks a lot but I am not very good at coding or understanding it sounds very bad from my part to say this but could you if you have time make me a code for it. |
Which device do you have in mind? I can help you patch it for that. (You can view the list here: https://github.com/ckcr4lyf/EvilAppleJuice-ESP32/blob/6ef1aa131f5fa7fd36114a584dc9fee55f96da6e/src/devices.hpp) |
Vicion pro and hopefully when the esp32 is connected to power it only send the pairing once every 10 thanks |
I do not use discord for such purposes since it is a walled off platform. I'll help you patch it for the Vision Pro in a bit and explain it as well, so that hopefully you can do the next one yourself. |
@ckcr4lyf Any luck in patching the code? I saw you were looking to make a video about how to do this I am a video editor and to repay you I could do it |
Whenever it is done you will see an update here. |
any updates have you had luck |
How to spam a single device:
Example for "Airpods Max" It is the 3rd device in So we will change EvilAppleJuice-ESP32/src/main.cpp Line 72 in 6ef1aa1
= 0; at the end , and EvilAppleJuice-ESP32/src/main.cpp Line 74 in 6ef1aa1
= 2; at the end.
|
That's about as much as I'm willing to help, other than that I'd suggest learning some C++ if you're still confused. |
#include <Arduino.h> // Bluetooth maximum transmit power BLEAdvertising *pAdvertising; // global variable // AirPods Max specific advertisement data (example, replace with actual data) // Function to generate a random MAC address void setup() {
} void loop() {
} |
If you'd like help regarding programming, please ask on Stack Overflow or similar. I will only support bugs with the main program in this repo. |
ok sorry for bothering thanks for ur time |
then can you give me the airpods max code |
Hey there what's up i am interested in only spamming one product without crashing the iPhone is it possible.
Thanks for your time
The text was updated successfully, but these errors were encountered: