termain@programming.devcake to Technology@lemmy.worldEnglish · 9 个月前Mystery malware destroys 600,000 routers from a single ISP during 72-hour spanarstechnica.comexternal-linkmessage-square26fedilinkarrow-up1208arrow-down13cross-posted to: [email protected]
arrow-up1205arrow-down1external-linkMystery malware destroys 600,000 routers from a single ISP during 72-hour spanarstechnica.comtermain@programming.devcake to Technology@lemmy.worldEnglish · 9 个月前message-square26fedilinkcross-posted to: [email protected]
minus-squareStarDreamer@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up13arrow-down1·9 个月前As someone who works with 100Gbps networking: why the heck do these routers run Lua of all things???
minus-squareMax-P@lemmy.max-p.melinkfedilinkEnglisharrow-up9·9 个月前OpenWRT uses Lua for its web UI. The interpreter can be really small which works well for tiny embedded devices with mere megabytes of storage, and it’s much safer than writing a web GUI entirely in C.
minus-squareStarDreamer@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up2·9 个月前Yeah I completely forgot about the consumer side of things. I was expecting there being Cisco iOS/FRR router configs, not a full web dashboard.
minus-squareredcalcium@lemmy.institutelinkfedilinkEnglisharrow-up2·9 个月前I imagine the malware binary includes a lua interpreter for executing scripts fetched from its command and control server.
As someone who works with 100Gbps networking:
OpenWRT uses Lua for its web UI. The interpreter can be really small which works well for tiny embedded devices with mere megabytes of storage, and it’s much safer than writing a web GUI entirely in C.
Yeah I completely forgot about the consumer side of things. I was expecting there being Cisco iOS/FRR router configs, not a full web dashboard.
I imagine the malware binary includes a lua interpreter for executing scripts fetched from its command and control server.