Tag: web
-
Unit 42: Now You See Me, Now You Don’t: Using LLMs to Obfuscate Malicious JavaScript
Source URL: https://unit42.paloaltonetworks.com/?p=137970 Source: Unit 42 Title: Now You See Me, Now You Don’t: Using LLMs to Obfuscate Malicious JavaScript Feedly Summary: This article demonstrates how AI can be used to modify and help detect JavaScript malware. We boosted our detection rates 10% with retraining. The post Now You See Me, Now You Don’t: Using…
-
Simon Willison’s Weblog: Gemini 2.0 Flash "Thinking mode"
Source URL: https://simonwillison.net/2024/Dec/19/gemini-thinking-mode/#atom-everything Source: Simon Willison’s Weblog Title: Gemini 2.0 Flash "Thinking mode" Feedly Summary: Those new model releases just keep on flowing. Today it’s Google’s snappily named gemini-2.0-flash-thinking-exp, their first entrant into the o1-style inference scaling class of models. I posted about a great essay about the significance of these just this morning. From…
-
Hacker News: Show HN: TideCloak – Decentralized IAM for security and user sovereignty
Source URL: https://github.com/tide-foundation/tidecloak-gettingstarted Source: Hacker News Title: Show HN: TideCloak – Decentralized IAM for security and user sovereignty Feedly Summary: Comments AI Summary and Description: Yes Summary: The text serves as a developer guide for setting up TideCloak, an identity and access management (IAM) system built on KeyCloak, aimed at allowing developers to create secure…
-
Krebs on Security: Web Hacking Service ‘Araneida’ Tied to Turkish IT Firm
Source URL: https://krebsonsecurity.com/2024/12/web-hacking-service-araneida-tied-to-turkish-it-firm/ Source: Krebs on Security Title: Web Hacking Service ‘Araneida’ Tied to Turkish IT Firm Feedly Summary: Cybercriminals are selling hundreds of thousands of credential sets stolen with the help of a cracked version of Acunetix, a powerful commercial web app vulnerability scanner, new research finds. The cracked software is being resold as…
-
Simon Willison’s Weblog: q and qv zsh functions for asking questions of websites and YouTube videos with LLM
Source URL: https://simonwillison.net/2024/Dec/19/q-and-qv-zsh-functions/#atom-everything Source: Simon Willison’s Weblog Title: q and qv zsh functions for asking questions of websites and YouTube videos with LLM Feedly Summary: q and qv zsh functions for asking questions of websites and YouTube videos with LLM Spotted these in David Gasquez’s zshrc dotfiles: two shell functions that use my LLM tool…
-
Simon Willison’s Weblog: Building Python tools with a one-shot prompt using uv run and Claude Projects
Source URL: https://simonwillison.net/2024/Dec/19/one-shot-python-tools/#atom-everything Source: Simon Willison’s Weblog Title: Building Python tools with a one-shot prompt using uv run and Claude Projects Feedly Summary: I’ve written a lot about how I’ve been using Claude to build one-shot HTML+JavaScript applications via Claude Artifacts. I recently started using a similar pattern to create one-shot Python utilities, using a…