Absolutely easy to understand installation instructions once you watch it a few times.
@zandanshah2 жыл бұрын
Super complex setup if you try it alone, without watching this clip. Watch it, learn and listen. Super!!!!
@mrtwomore2 жыл бұрын
Amazing and concise tutorial! Thank you so much from New Zealand
@lzak726017 ай бұрын
Thank you! I was getting the errors explained in this video. Thank you helping me! Keep it like this!
@muzguz72769 ай бұрын
Clear, concise & to the point. Very well done & thanks.
@Bruh-rn4ez4 ай бұрын
please help I have an esp8266 which one do I click?? generic ? or nodemcu and it doesn’t let me see which port it’s plugged into. help needed!!
@axelowgeneta226 Жыл бұрын
Sir im using node mcu, when im using just node mcu its fine but when i add the spi display its always restarting
@SSS_S_S.S_S_SSS4 ай бұрын
bro how can i customizable the web interface? the converter in utils folder is probably not working bc when i upload my own web pages and try to connect to esp in browser, i seeing an empty white page. i dont understand that.
@danyalahmad2097 Жыл бұрын
does this deauth desktop laptop too?
@herrsa38996 ай бұрын
Hey Stefan, wo kann ich bei der V3 Version des deauthers eigentlich den Wifi Namen umändern.
@faricdsouza53133 ай бұрын
Im having an issue with the device, as the lily go display isnt functioning
@danilooliveira_cyber8 ай бұрын
Hello, I tried to reflash my dauther (v7) but the screen is no longer displaying information, can you please tell me which firmware is correct in the Arduino IDE? Thanks.
@charisselenizo9 ай бұрын
is it possible to put deauther and evil twin on one board..or i will need separate boards
@sanaanas201011 ай бұрын
The deauther board is not available What is the solution
@Zzznmop3 жыл бұрын
Are there any concerns following this guide with ESP8266 vs ESP8266d?
@DaPanda193 жыл бұрын
Ty, simple and easy to follow 😀
@GTvideoHD Жыл бұрын
It is possible to add some new graphics, bitmaps, to user UI? I've tried to personalize just a bit UI in menus, and I watched the library used for ssd1306. But I can't afford to add more than just ascii emojis. Even, I can't afford to add just a new strig character, just literally just one :(
@radcat53482 жыл бұрын
Helped a lot, best in youtube, thanks!
@matteocassino31722 жыл бұрын
Thx so much for this very comprehensive and understandable tutorial. All runs fine on D1 mini. 🙂
@odaycrew57632 жыл бұрын
can nrf24l01 module be added for more range? please answer me 🙏
@meloman1551 Жыл бұрын
can you make a vdo explain how the codes work and why it have many files why is it difference from other
@MajesticNaan2 жыл бұрын
Hey Spacehuhn, where in the github repo can i find the script for the deauthentication code as i want to use it for a similar project?
@spacehuhn2 жыл бұрын
In case you’re still looking for it. We made a blog post about the whole topic: blog.spacehuhn.com/wifi-deauthentication-frame/
@MajesticNaan2 жыл бұрын
@@spacehuhn thank you
@123123mike11 ай бұрын
this work with egeloo uno r3 board?
@harshpathak4967 Жыл бұрын
i am facing an error with the code can you help me. And i am attaching the error also esp8266_deauther:10:12: fatal error: user_interface.h: No such file or directory #include "user_interface.h"
@Anonignpc Жыл бұрын
Same did u find any solution
@emilka9537 Жыл бұрын
@@AnonignpcI think you need to download the library
@sashanksharma68817 ай бұрын
@@emilka9537 same bro did u find the solution
@glil4773 жыл бұрын
Hey i really like this project my friend showed it to me and i wanted to try i have already had a ESP32-wroom but it was not working on it i have tried to sellect ESP8266 and nodeMCU on the board manager but it failed uploading could you give me help or add the ESP32 and ESP32-wroom in to the board managger. Thanks and keep it going.
@deekshantkumar-s3l Жыл бұрын
there is no 'deauther esp8266 boards by spacehuhn technologies' in Arduino board manager
@kockokrecektv8978 Жыл бұрын
I have same problem.
@zuzzu.18842 жыл бұрын
there isn't any deauther board :(
@ttomi4953 жыл бұрын
Is this some kind of reupload? :o Cuz i like did ur tut from github one or two years ago😂✌🏽
@yhwach92275 ай бұрын
i had a dsplay error after instaling this software can you help me?
@yhwach92275 ай бұрын
dont care i fix it
@Ghettogamer6665 ай бұрын
dos this work for esp32
@tonkofonko4 ай бұрын
Hello. Pleade can u make video about Roll Jam key fob using 433 MHz cc1101 with esp32 with saving captured key fob signal to SD Card and then pick it cor emulating with using some buttons and Oled 0.96" display ? It is super cool arduino project but hardcore to program it. Please make tutorial & have a nice day.
@theXploitNation2 жыл бұрын
Esp8266mod?
@Guitardemonsj2 жыл бұрын
Hi, what is the password for the wifi network??
@spacehuhn2 жыл бұрын
deauther
@Guitardemonsj2 жыл бұрын
@@spacehuhn Thanks
@Hellnation13 Жыл бұрын
My dude you’re the best
@expl0dingcat3 жыл бұрын
Will V3 get web and display support?
@nellyskills Жыл бұрын
I wanted to ask why it could be that everything works except the 3 buttons. I checked super often whether everything is wired correctly and I can't find any errors. What could be the problem.
@emilka9537 Жыл бұрын
Many people have this problem, and so do I.😢
@mikpolytrading735011 ай бұрын
c est surement a cause du firmware que vous utilisez essayer de flashé une autre version ou la broche de la masse qui controle les bouton a un problème j espere vous avoir aidez@@emilka9537
@Swandy_822 ай бұрын
@@emilka9537 Did you find a solution?
@emilka95372 ай бұрын
@@Swandy_82 yes, define a buttons in stroke #elif defined(DEFAULT_ESP8266) .... This is how you should write: #define BUTTON_UP (example pin 13) 13 #define BUTTON_DOWN 12 #define BUTTON_A 14 I won't tell you in which section this is, please look for it, it's one of the main sections as far as I remember
@thereptilian97313 жыл бұрын
The original the one and only.
@forgiven_lightofficial37323 жыл бұрын
Can I make a deauther with a normal lcd screen as a hub with Alexa capability just by combining 3 8266 chips. Also having the third chip be a wifi extender. All managed by the hub screen
@forgiven_lightofficial37323 жыл бұрын
I've seen projects just curious if they would conflict eachother if I added 2 to the same board.
@ygjt76v0-----2 жыл бұрын
Young and smart
@Edwardify Жыл бұрын
How would I go about changing the pins used for the display
@alex59292 Жыл бұрын
change the code lol
@glen4cindy Жыл бұрын
This is a great tutorial but I was hoping you would go into more detail about the button setup. I can't get the buttons working on my build. I've searched and found several others having the same issue.
@emilka9537 Жыл бұрын
I also have the same problem, I checked everything, tried to change the code somehow, but it did not give any results, maybe you have already solved this problem?
@ashoksaha4 Жыл бұрын
sir waiting for new version of deauther❤😊
@3dprintingitsupport47 Жыл бұрын
Hi, I was wondering if you have a guide on how to make this a bad usb and stuff. 🙂
@julsrosalia2 жыл бұрын
Hello Sir, how to expand d coverage range?Ty
@Semtex1993 жыл бұрын
thats neat :) Thanks !
@elomnusk1872 жыл бұрын
it says fatal error: EEPROMHelper.h: No such file or directory
@Bariyys Жыл бұрын
is it possible to use e Pater HAT instead of OLED? I understand that e paper has much slower refresh rate, but is it possible? (my is Waveshare, 2.7inch ePaper HAT, 264x176, SPI), sorry if its stupid idea, I am just a beginner
@nestlereypahayahay94927 ай бұрын
Hello Spacehuhn! I just want to ask if there's a project for "5G WIFI DEAUTHER" using the BW16 RTL8720DN, the same as the ESP 8266 Node MCU. I saw a video on KZbin of the BW16 RTL 8720DN equipped with 2.4 + 5G dual band WiFi. Same size of the ESP 8266 Node MCU. I think you can make a 5G WiFi Deauther on it. I hope you will review that chip. I can't attach the pictures and PDF regarding that chip to your contact support page. Thanks. I think it is POSSIBLE! Here's the KZbin link for BW16 RTL8720DN 5G Chip: kzbin.info/www/bejne/imKTqXafgsRnmdksi=1tWRQJYThDvyTcmj
@26TM205 Жыл бұрын
Do you have a similar project but for bluetooth? i.e. a bluetooth speaker de-auther?
@Synzet2 жыл бұрын
Will this work on the maker focus esp 8266 wifi deauther module with case? Not the watch, the green one with the white case
@coyoteftp3 жыл бұрын
When I try to compile the code the following error is shown: " esptool.FatalError: Invalid head of packet (0x46) ". I'm using a esp8266 module. Someone can help me with it?
@ChannelRequest Жыл бұрын
I really need help with programming my deauther watch I tried to update it but i did something wrong now the screen is off if I turn on the watch help meeeeee😭
@САЗОНОВИЧ Жыл бұрын
Hi 👋 It’s possible to use rtlduino rtl8720dn like 2.4-5ghz deauther/jammer?
@arnaudbouly26502 жыл бұрын
excellent !
@samsuljetpump6239 Жыл бұрын
What version wmos d1 mini boards you use in that video?
@bawaljudgemental71732 жыл бұрын
Does RTL8720 BW16 can use the firmware of ESP2866 from 2.4 ghz to 5 ghz??
@zynthypops2 жыл бұрын
spacehuhn You think RTL8720 Arduino will work with 5ghz?
@samsoncolaco3424 Жыл бұрын
the deauth stops after 15 min , anyway to remove that setting?
@dingomarauder Жыл бұрын
Hey, is there a way I can put this on a LoRa v3 esp32?
@agunkcrakzer27513 жыл бұрын
cara menghidupkan nodemcu dengan menggunakan powerbank bangaimana ya bang, nodemcu v3 kalau dicolok powerbank hanya sebentar saja nyala lalu mati lagi, mohon bang arahannya agar nodemcu bisa pakai powerbank
@BlackBearFTW_3 жыл бұрын
does this work with the ESP32?
@chargedlabs35062 жыл бұрын
no the esp 32 can't carry out deauthentication attacks
@uthayakumarutheethan691 Жыл бұрын
where did you learn to code nodemcu bro i want to study it too
@ryanmijares83312 жыл бұрын
can i attack some specific SSID? and how do i do that? thanks!
@RggD9 Жыл бұрын
Why after flashing i have boot mode rst 4 boot mode 3 6 in serial monitor
@myerwerl2 жыл бұрын
Then how do you open the list of exploits?
@uxoss5303 жыл бұрын
can u insert the fitur with mode station wifi to?
@m-luthfi2 жыл бұрын
so, this can make nodemcu to "fun mode" 🤣
@KyleJCane2 жыл бұрын
Sir i need help what about for android how do we do that on android
@Braydenbste Жыл бұрын
please help. it says Compilation error: fork/exec
@abhicode Жыл бұрын
How to change the Hotspot Name and Password?
@emilka9537 Жыл бұрын
In the settings on the website, or in the code (through the website it is much easier)
@taylor73343 ай бұрын
duuuude the jokes in this video are killing me
@Iblamekota Жыл бұрын
does it work for hiletgo?
@Doiphie Жыл бұрын
my screen is black i can't use the watch i think i'll send it back
@donkernash7729 Жыл бұрын
Hi sir this is a very nice project, sir I want to use ssd1309 spi OLED with node mcu sir, so please if you can tell me how to change settings for the display please sir
@ebkblack206511 ай бұрын
I did what u said now all my stuff wont turn back on
@rolandkirsch60453 жыл бұрын
Wie ändere ich Beacon Texte
@emc2626 Жыл бұрын
Button not working
@kjrholmf4722 жыл бұрын
link to cable?
@GianlucaPersico12 күн бұрын
ip
@sangnopro09Ай бұрын
Arduinodroid plss
@bruhmoment231232 жыл бұрын
an idea I have is you can make an android phone a deauther. you would do this by having the phones wifi chip be the hardware and you could make an apk for the software and control it
@Joao_Vitor97779 күн бұрын
2:15
@quassildigg87553 жыл бұрын
also i made a long range Deauther using Wemos
@AnonymousSeafarer253 жыл бұрын
How to long range using d1 mini?
@elriz194 ай бұрын
Bullshit, its packet injection is way too weak. Packet injection involves sending packets at a rate that can be processed by the target network. The effectiveness and tolerance of packet injection in modern WiFi networks can vary depending on several factors, including the network's hardware, software, and the specific conditions of the attack. Here are some important points to consider: 1. **WiFi Standards and Throughput**: Modern WiFi standards like 802.11n, 802.11ac, and 802.11ax offer high throughput, measured in megabits per second (Mbps). These standards can handle a significant amount of data transfer, often in the range of hundreds to thousands of megabits per second. 2. **Management Frames**: Deauthentication packets are management frames, which are relatively small in size (typically around 26 bytes). The rate at which these can be injected depends more on the capabilities of the attacking device and the network's capacity to handle incoming packets. 3. **Network Load**: A heavily loaded network with many active devices and high traffic might be more resilient to packet injection attacks, as the injected packets might get lost or ignored amidst the legitimate traffic. Conversely, a less busy network might be more susceptible. 4. **Attack Rate**: The rate at which packets are injected can affect the attack's success. If packets are injected too slowly, the target devices might not be effectively disrupted. If packets are injected too quickly, it might raise alarms or get filtered out by network defenses. Typical deauthentication attacks might inject packets at a rate of several packets per second to a few hundred packets per second, depending on the specific circumstances and the attacker's strategy. 5. **Network Defenses**: Modern networks often have defenses against deauthentication attacks, such as intrusion detection systems (IDS) and intrusion prevention systems (IPS), which can detect and block excessive deauthentication frames. The tolerance of these systems can vary, but they generally aim to prevent malicious activities while allowing legitimate network operations. In practical terms, an ESP8266 device like the Wemos D1 Mini can inject deauthentication packets effectively if used within the limitations of the network's tolerance and the device's capabilities. The exact tolerance in bytes per second will depend on the specific network environment and the countermeasures in place. Aka it wont work. Try it using your 2 phone and 1 real wifi router. It wont work even if your antenna is as big as a moon
@sotecluxan42213 жыл бұрын
Incroyable.
@GlobalConflictChannel Жыл бұрын
Hope that the next esp8266 deauther can be controlled using telegram.
@Scavenger_4_Tech2 жыл бұрын
where the fuck is a guide on how to acutally use it
@quassildigg87553 жыл бұрын
i already have custom software to upload the Deauther to Wemos :) easy pC