AprilBrother / cactus-whid

WiFi HID Injector for Fun & Profit
17 stars 1 forks source link

*2 Questions* #2

Open cyb3rr0nn13 opened 4 years ago

cyb3rr0nn13 commented 4 years ago

Hello.... 2 issues, 2 devices (both Cactus-WHiDs)

Device #1 As you can see in the dump below, a usbhid-driver is running on my first device. How to remove that shit? I tried at least 5000 times to overwrite, even with other firmwares like wifiduck or widucky, but still there, still running :(

T:  Bus=01 Lev=03 Prnt=41 Port=02 Cnt=02 Dev#= 44 Spd=12  MxCh= 0
D:  Ver= 2.00 Cls=ef(misc ) Sub=02 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=1b4f ProdID=9208 Rev=01.00
S:  Manufacturer=SparkFun
S:  Product=LilyPad USB
S:  SerialNumber=HIDFG
C:  #Ifs= 3 Cfg#= 1 Atr=a0 MxPwr=500mA
I:  If#=0x0 Alt= 0 #EPs= 1 Cls=02(commc) Sub=02 Prot=00 Driver=cdc_acm
I:  If#=0x1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=cdc_acm
I:  If#=0x2 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=00 Prot=00 Driver=usbhid

Device #2 Is running esploitV2 (with secured WiFi-AP, but forgotten PW --> no webaccess) Autopwn is enabled with a custom Payload. THE POINT IS if i try to reflash with programmer.ino or anything else, the Payload will interrupt the IDE anytime i try to reflash, but i cant disable the Payload because of forgotten WPA-PSK....idk what to do :(

T:  Bus=01 Lev=03 Prnt=41 Port=02 Cnt=02 Dev#= 46 Spd=12  MxCh= 0
D:  Ver= 2.00 Cls=ef(misc ) Sub=02 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=1b4f ProdID=9208 Rev=01.00
S:  Manufacturer=SparkFun
S:  Product=LilyPad USB
C:  #Ifs= 2 Cfg#= 1 Atr=a0 MxPwr=500mA
I:  If#=0x0 Alt= 0 #EPs= 1 Cls=02(commc) Sub=02 Prot=00 Driver=cdc_acm
I:  If#=0x1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=cdc_acm

THX & stay ABAP!

volca commented 4 years ago

For re-flash the dongle, I suggest you try my modified version esploitV2 instead. It need platformio installed.

See the repo

Let me know if this works

cyb3rr0nn13 commented 4 years ago

Thank you....i will try and let you know!