jagheterfredrik / wallbox-pwn

Gain root access to Wallbox chargers such as Pulsar Plus, Copper SB
14 stars 7 forks source link

Compatible: Wallbox copper SB #8

Closed sincze closed 6 months ago

sincze commented 6 months ago

Update: 11-04-24: Yes, it Will work with Wallbox Copper SB (FW 5.17.87)

Would this also be compatible with my Wallbox Copper SB? That has a LAN port ;-) (FW 5.17.87)

20230801_114342

jagheterfredrik commented 6 months ago

Try, most probably works

lostOzone commented 6 months ago

It works. I restored it to factory before.

sincze commented 6 months ago

It works. I restored it to factory before.

Tnx. Restored because the PWN did not work according to plan? Just calculating risks here ;-)

Wll I did start the PWN on my Windows 11 machine.

c:\Users\me\wallbox-pwn-main>python wallbox-pwn.py

Please choose Wallbox:
0) WB98xxxx (aa:bb:cc:dd:ee:ff)
> 0
Identified Bluetooth chip: BGX
Setting Wallbox to AP mode
Wallbox AP is ready, connect to WB9xxxxx-Hotspot using password HXXX.QXXXw, then press return

But if i try to connect to it via the windows machine it only allows me 8 chars to be entered and as such resulting into a PIN that is not correct.

image

However , second time it provided me the option to enter the key

image

I tried it like: HXXX.QXXXw,

and without the comma HXXX.QXXXw

lostOzone commented 6 months ago

Sorry I don't remember any issue with WIFI. I did from a MacBook then ssh from Windows 11 PC.

sincze commented 6 months ago

Ok, maybe add to the manual 1 line of code ;-)

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Permissions 0644 for 'id_rsa' are too open. It is required that your private key files are NOT accessible by others. This private key will be ignored. Load key "id_rsa": bad permissions root@192.168..: Permission denied (publickey).

sudo chmod 400 id_rsa

Will fix that issue.

sincze commented 6 months ago

Script is compatible with the Wallbox copper SB (FW 5.17.87)