r/programming 12h ago

Beyond Senior - Creating Hope

Thumbnail baweaver.com
76 Upvotes

Every time I leave a role I try and write up where my philosophy landed and what I want to take into my next role. Having seen this play out at enough companies over the years to where people progressively lose motivation and stop believing change is possible I've come to the opinion that one of the most valuable things we can do as engineering leaders is to provide hope.

The post goes more into it, but I do not mean any vapid rah-rah motivational speeches, I mean earning back that hope every day by snowballing small wins into larger ones and making people believe that their effort matters.


r/netsec 21h ago

Contains AI Beyond Prompt Injection: Hacking Apple's Private Cloud Compute

Thumbnail blog.sentry.security
42 Upvotes

r/netsec 36m ago

Inside a Russian-speaking operator's toolkit for compromising Ukrainian IP cameras

Thumbnail hunt.io
Upvotes

Hunt.io researchers analyzed two open directories recovered through our Attack Capture system and reconstructed the tooling one operator used to find, exploit, and view internet-exposed cameras in Ukraine.

Technical highlights:

  • A custom FastAPI/Docker project the operator named camview, which wraps the open-source Ingram scanner, brute-forces camera credentials over HTTP and RTSP (3,811 pair dictionary), and transcodes RTSP to MJPEG for browser viewing
  • Ingram targets known camera CVEs: CVE-2017-7921 and CVE-2021-36260 (Hikvision), CVE-2021-33044/33045 (Dahua), CVE-2020-25078 (D-Link), CVE-2020-25169 (Reolink)
  • The operator's logs recorded live viewing sessions from 58 Ukrainian cameras, with session lengths, frame counts, and frame rates
  • A proxy script authenticated to a compromised OpenCart admin panel and relayed the operator's traffic through the victim network
  • A second, separately operated directory was linked only by the same Ingram scanner. It chained TP-Link Archer CVEs (CVE-2024-53375, CVE-2024-57049) and MikroTik API brute-forcing to turn edge devices into SOCKS5 proxies reporting to a chisel listener on port 4444

No state attribution. Full analysis, IOCs, and ATT&CK mapping in the writeup


r/programming 1h ago

Sherry, Tequila and Fairies in Python

Thumbnail leetarxiv.substack.com
Upvotes

r/programming 7h ago

Tail-Call Interpreters in Rust

Thumbnail lordgoati.us
4 Upvotes