How to Install ESP32 Penetration Tool by Risinek (Esptool Flash Method)

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ก.ย. 2024
  • ATTENTION!!!!!
    Check out my new and improved Tutorial on this installation
    • ESP32 Wifi Jammer | De...
    Since I was getting errors with the ESP-IDF method, I went along the esptool.py flashing method and it works like a charm :)
    Hope it helps guys!
    Risinek Penetration Tool Github link:
    github.com/ris...
    Python install guide:
    cyberblogspot....
    All credits goes to the developers of this fantastic tool.
    You can buy me a coffe here:
    paypal.me/code...

ความคิดเห็น • 59

  • @imamwae6704
    @imamwae6704 2 ปีที่แล้ว +4

    Thankyou for this nice tutorial. It's work on my PC.
    Windows 7
    Python 2.7
    ESP Version: ESP32-D0WDQ6 (revision 1) Crystal 40MHz

  • @leducdung123
    @leducdung123 ปีที่แล้ว +3

    video hướng dẫn rất chi tiết. Nó hoạt động tốt không có lỗi gì khác

  • @skibddiAPLHAtoilet
    @skibddiAPLHAtoilet 8 หลายเดือนก่อน

    I couldn't do it for 3 days I love you

  • @almaka17
    @almaka17 หลายเดือนก่อน

    i had a fucking stroke watching your tutorial but its okay 😭

  • @noice3185
    @noice3185 2 ปีที่แล้ว +1

    Nice work, i been looking for a tutorial, thank man

    • @codexrat
      @codexrat  2 ปีที่แล้ว

      Thanks 😊 I know it was difficult

    • @Th3Exodia
      @Th3Exodia 2 ปีที่แล้ว

      @@codexrat hi does this work with esp8266 or wemos d1 mini ?

  • @0xQuito
    @0xQuito ปีที่แล้ว +1

    thank you my friend helped so much :)

  • @rodpowerlive2
    @rodpowerlive2 2 ปีที่แล้ว +2

    Perfect man! Very good!

  • @gshockhodinky
    @gshockhodinky ปีที่แล้ว +1

    Dá se zde změnit název wifi desky a hesla a jak? Znám jednodušší způsob instalace, zbytečně dlouhé ale budiš.

  • @rafimr5751
    @rafimr5751 2 ปีที่แล้ว +2

    Is it work on "ESP32-WROOM-32U" version ?

  • @oogabooga5678
    @oogabooga5678 2 ปีที่แล้ว +3

    when i put the final code in CMD the message: esptool write_flash: error: argument : [Errno 2] No such file or directory: 'build/partition_table/partition-table.bin' pops up

    • @m845d8
      @m845d8 2 ปีที่แล้ว

      me 2

    • @oogabooga5678
      @oogabooga5678 2 ปีที่แล้ว

      @@m845d8 bruh he only comments under the comments that say that it works

    • @risinek2586
      @risinek2586 2 ปีที่แล้ว +1

      @@oogabooga5678 you are probably in a wrong directory when you run the command... You have to run it from root directory of the repository you downloaded in a first step

    • @oogabooga5678
      @oogabooga5678 2 ปีที่แล้ว

      @@risinek2586 okay thanks im gonna try that

    • @1.8millionvolts87
      @1.8millionvolts87 2 ปีที่แล้ว

      @@oogabooga5678 work?

  • @andreameparishvili5468
    @andreameparishvili5468 2 ปีที่แล้ว +1

    friend to paste command in cmd you need double click in it after you copied command hope helps

  • @d1st3f
    @d1st3f 2 ปีที่แล้ว +2

    Hi, what difference between ch340g and cp2102. Which you use ?

    • @d1st3f
      @d1st3f 2 ปีที่แล้ว +1

      oh i see you use cp2102, but can i use 340g ?

    • @codexrat
      @codexrat  ปีที่แล้ว

      @@d1st3f cp2102 or ch340g serves a similar purpose. They act as a bridge between your pc and the esp32 chip for data transfer protocol. Using either wont change the process. yes, if you have trouble detecting your com port in your pc then you need to install the drivers for ch340g and not cp2102.

  • @elasticovid
    @elasticovid 2 ปีที่แล้ว +1

    I flashed, I can connect but after performing the attack it doesn't deauthenticate anyone. Any tips?

    • @FulcanelliRosetta
      @FulcanelliRosetta ปีที่แล้ว

      So I learned that most modern devices ignore a deauth broadcast so you have to address it to each individually to deauth them.

    • @codexrat
      @codexrat  ปีที่แล้ว

      Check out my new Tutorial, I have demonstrated it there.
      th-cam.com/video/YjekZXoy91Y/w-d-xo.htmlsi=cDMeDc12yKEX5WGZ

  • @sublimacolor5041
    @sublimacolor5041 2 ปีที่แล้ว

    ModuleNotFoundError: No module named 'serial' WIN 10 HELP

  • @firaskhemir1048
    @firaskhemir1048 ปีที่แล้ว +1

    thank you this was helpful but when I run the attack the pcap file comes out empty although I'm sure there are devices connected to that AP. can anyone help with this ?

    • @zvonkomandalinic2132
      @zvonkomandalinic2132 ปีที่แล้ว

      SAME HERE!!!!

    • @firaskhemir1048
      @firaskhemir1048 ปีที่แล้ว +1

      @@zvonkomandalinic2132 I kept trying different types of attack no just the active or passive , just try different combinations of attacks and eventually it will work , it worked for me.

    • @Malwarekid
      @Malwarekid ปีที่แล้ว

      @@firaskhemir1048 what attack type works for you

    • @codexrat
      @codexrat  ปีที่แล้ว +2

      Yes, its a known issue for blank pcap files. From what I have observed, its useful to set the attack time higher. When the device desconnects sometimes it takes a little time to reconnect. Increasing the duration will ensure the capture. Set attack type - handshake and attack method to - DEAUTH_ROGUE_AP(passive). set the timeout to 60secs.
      I have demonstated that in my new video
      th-cam.com/video/YjekZXoy91Y/w-d-xo.htmlsi=cDMeDc12yKEX5WGZ

  • @sargismartirosyan9946
    @sargismartirosyan9946 5 หลายเดือนก่อน

    Hello can this work in cli ?
    Or do you know any thing like this that can work cli or in they serial monitor?
    But with commands only?
    Show links. Or info names anything

    • @codexrat
      @codexrat  3 หลายเดือนก่อน

      Well if you need a CLI environment then I would suggest you to ramp up from Esp32 eco system to Raspberry Pi. If you have any experience in penetration then this would be a cake for you. Just install Kali Linux on Raspberry and you ll hv a working CLI for your testing.
      Esp32 is a 8bit mc, don't expect much out of it. 👍🏻

    • @sargismartirosyan9946
      @sargismartirosyan9946 3 หลายเดือนก่อน

      @@codexrat no. It can do a lot ! I mean its not even your mf tool !
      You aint pro. In penetration testing.
      Kali is for script kiddis !
      Are you script kiddi ?
      Yes damn you are coa it aint your tool LOL!
      And i have experience on it but.
      I am not a pro.
      Respectively saying this all.
      😁👍

  • @wangwang-e6o
    @wangwang-e6o ปีที่แล้ว

    cant find ssid managementap,where is it

  • @6wul
    @6wul 2 ปีที่แล้ว +2

    Tried flashing it 30 times now never works

    • @Guitardemonsj
      @Guitardemonsj 2 ปีที่แล้ว +1

      Same here, even the flashing process ends well, but can't see the AP network.

    • @codexrat
      @codexrat  ปีที่แล้ว

      Check out my new Tutorial, I have explained every process there.
      th-cam.com/video/YjekZXoy91Y/w-d-xo.htmlsi=cDMeDc12yKEX5WGZ

  • @michalremis
    @michalremis ปีที่แล้ว

    I get disconnected from the esp32 right after I click attack. Any idea what am I doing wrong?

    • @codexrat
      @codexrat  ปีที่แล้ว

      Check out my new Tutorial, I have explained this issue there.
      th-cam.com/video/YjekZXoy91Y/w-d-xo.htmlsi=cDMeDc12yKEX5WGZ

  • @javanesence
    @javanesence 2 ปีที่แล้ว +1

    Please add OLED support 🙏

    • @codexrat
      @codexrat  ปีที่แล้ว

      You need to ask the developer of this script for that :D But yes, oled would help alot!

  • @aldredmalanog
    @aldredmalanog 11 หลายเดือนก่อน

    will it work on windows11?

    • @codexrat
      @codexrat  11 หลายเดือนก่อน +1

      Yes, I have done it on Windows 11 itself

    • @aldredmalanog
      @aldredmalanog 11 หลายเดือนก่อน

      @@codexrat great, thanks man ❤️

    • @codexrat
      @codexrat  11 หลายเดือนก่อน +1

      @@aldredmalanog you can check my updated method in the description link. Cheers

  • @blackblack6526
    @blackblack6526 2 ปีที่แล้ว

    What if i use the esp8266 unstid esp32 , is it work!!?

    • @risinek2586
      @risinek2586 2 ปีที่แล้ว +1

      no, it uses completely different SDK

  • @victordemelo5990
    @victordemelo5990 10 หลายเดือนก่อน

    Brother, explain to me the error you're getting on mine: It says it's giving an error because it couldn't find the wifi_controller.h library, I hunted like hell for this library and couldn't find it anywhere. What type does this library belong to or how do I solve it?

  • @ekramkhan3404
    @ekramkhan3404 2 ปีที่แล้ว

    is it work on esp8266??

  • @noice3185
    @noice3185 2 ปีที่แล้ว

    What does the dos attack option do?? Is it just a de authentication attack??

    • @risinek2586
      @risinek2586 2 ปีที่แล้ว

      yes, it will just deauthenticate any device trying to communicate over the target Wi-Fi

  • @namepure
    @namepure 6 หลายเดือนก่อน

    bro SSID don't show in wifi ,help me

  • @codexrat
    @codexrat  ปีที่แล้ว

    Check out my new video on the improved installation tutorial guide
    th-cam.com/video/YjekZXoy91Y/w-d-xo.htmlsi=cDMeDc12yKEX5WGZ
    You can buy me a cup of coffee☕ or beer 🍺❤😊 :
    paypal.me/codexrat88

  • @zolgz
    @zolgz 2 ปีที่แล้ว

    will it work with the CH340C Type-C or CP2102 Type-C? thanks