InFeeo
Global
technology
New
Language
Profile channel

@Nikobar

No bio yet.

Since 06.06.2026

AI Assisted Vulnerability Research on Embedded Targets(unsplash.com)
I gave an AI agent access to a cable modem, a serial console, Ghidra, and a custom GDB stub, then asked it to reverse the firmware and hunt for bugs. It re-discovered known vulnerabilities, found new ones, and wrote working exploits. This post covers the setup, what it managed to do on its own, and where I still had to step in. The real problem is that the same approach now works on millions of devices nobody plans to fix.
This Robot Rebuilds Itself Into A Different Robot In Minutes(reddit.com)
Researchers at the University of Toronto's Continuum Robotics Laboratory introduced CRAFT, a 3D-printed modular design library for tendon-driven continuum robots that allows a single robot to physically reconfigure its shape, stiffness, and degrees of freedom within minutes by snapping together six interchangeable modules. The same base robot was reconfigured into a long teleoperated probe for aircraft-wing inspection achieving 41% reduction in sag, a pipe-crawling robot capable of navigating 90-degree bends and 30-degree inclines, and a soft robotic hand that successfully cracked eggs with 85% accuracy. CRAFT eliminates the need to build entirely new robots for different tasks, replacing bespoke redesign with rapid modular composition. Credits: https://www.nature.com/articles/s44182-026-00107-x submitted by /u/Similar_Suit_3709 [link] [Kommentare]
I Found A Method to Control BLE in LEGO SPIKE Prime Without Changing its Firmware!(reddit.com)
Hi! I don't know if this has been posted about before or not, but for the past week, I've been trying to control my SPIKE Prime with custom commands via BLE. However, as far as the forums stated (from what I have read), it wasn't possible without Pybricks. However, while tinkering with the robot, I found that BLE control is just an "environment variable" that could be switched. Thus, we don't need a firmware to control BLE, we just need a *one-time setup" using a USB UART communication. If you want to use this for your own projects, please check out the code, and if you like it, please drop a star on the repo! https://github.com/Somespi/prime-connect submitted by /u/Formal-Arachnid-4247 [link] [Kommentare]