Tag: command
-
Simon Willison’s Weblog: Quoting Rob Cheung
Source URL: https://simonwillison.net/2024/Dec/11/rob-cheung/ Source: Simon Willison’s Weblog Title: Quoting Rob Cheung Feedly Summary: (echo “PID COMMAND PORT USER"; lsof -i -P -n | grep LISTEN | awk ‘{print $2, $1, $9, $3}’ | sort -u | head -n 50; echo;) | column -t | llm "what servers are running on my machine and do some…
-
The Register: Fully patched Cleo products under renewed ‘zero-day-ish’ mass attack
Source URL: https://www.theregister.com/2024/12/10/cleo_vulnerability/ Source: The Register Title: Fully patched Cleo products under renewed ‘zero-day-ish’ mass attack Feedly Summary: Thousands of servers targeted while customers wait for patches Researchers at security shop Huntress are seeing mass exploitation of a vulnerability affecting three Cleo file management products, even on patched systems.… AI Summary and Description: Yes Summary:…
-
Hacker News: Abusing Git branch names to compromise a PyPI package
Source URL: https://lwn.net/Articles/1001215/ Source: Hacker News Title: Abusing Git branch names to compromise a PyPI package Feedly Summary: Comments AI Summary and Description: Yes Summary: The incident highlights a security vulnerability related to automated processes in GitHub that can lead to the compromise of Python packages on PyPI. Particularly, the use of a flawed script…