У нас вы можете посмотреть бесплатно 5GHz WiFi Deauther Full Tutorial For Beginners или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
How to make a 5GHz WiFi deauther device for ethical hacking. Project (PCB soon): https://github.com/dkyazzentwatwa/cyp... Make my project’s PCBs @ PCBWay for a discount: https://pcbway.com/g/87Pi52 Find my devices ready to go here: https://littlehakr.bigcartel.com — I updated a a project from Warwick320, cleaned it up, and added a fix to use the Adafruit SSD1306 / GFX library. Out the box, the displays are not compatible with the BW16, so there needs to be some considerate edits to quite a few files. But this is all done for you. The other project also included .bin files and a “suspect” image upload tool (only for windows)which I removed — you can now just edit the .ino file and upload normally! 1. Buy a BW16 (RTL8720DN) Board. It cannot be BW16E, as these have been reported bad wifi scanning and do not work for this project! It must be the black board, no purple or mini BW16E. https://amzn.to/4jj7xH5 1. Also get the SSD1306 128x64 .96inch display, and 3 tactile buttons, and jumper wires (male to male). https://amzn.to/41z5AzT 2. However, there is a version without a screen that has just the web ui: https://github.com/tesa-klebeband/RTL... 2. Download Arduino IDE if you haven’t yet. 1. Add the board manager files for the BW16: 1. Click board manager on left and search for Realtek Ameba Boards. 3. Download my firmware here for the Deauther code. It contains the script to upload to the board and a folder called Adafruit_SSD1306_Fix. https://github.com/dkyazzentwatwa/cyp... 4. Add the Adafruit folder to your Documents/Arduino/libraries which will replace important files that allow you to use a screen with the BW16 board. 5. Wire the connections to your breadboard as follows: Buttons Up Button: PA27 Down Button: PA12 Select Button: PA13 SSD1306 128x64 .96inch Display SDA: PA26 SCL: PA25 6. Upload code to the board with Arduino IDE, make sure you have the correct board selected (Ai-Thinker BW16 (RTL8720DN) ) 1. If you have issues, hold the boot button, then the reset button for 1 second, let go of the reset button, and then let go of the boot button. 2. This puts the board back in download mode. (I find I have to do this every time I reupload code) 7. If you did everything correctly you should see the screen turn on and be good to go! Let me know If you need help, if you find its not disconnecting 5GHz networks you may have done something wrong in code (you can tinker with the variables), you may not have BW16 chip (check the metal plate on the board — BW16E will not work!), or you aren’t using a proper power source (wifi scans and running a wifi network use a lot of power).