Tag: command
-
Cisco Talos Blog: Writing a BugSleep C2 server and detecting its traffic with Snort
Source URL: https://blog.talosintelligence.com/writing-a-bugsleep-c2-server/ Source: Cisco Talos Blog Title: Writing a BugSleep C2 server and detecting its traffic with Snort Feedly Summary: This blog will demonstrate the practice and methodology of reversing BugSleep’s protocol, writing a functional C2 server, and detecting this traffic with Snort. AI Summary and Description: Yes Summary: The text provides an in-depth…
-
Simon Willison’s Weblog: W̶e̶e̶k̶n̶o̶t̶e̶s̶ Monthnotes for October
Source URL: https://simonwillison.net/2024/Oct/30/monthnotes/#atom-everything Source: Simon Willison’s Weblog Title: W̶e̶e̶k̶n̶o̶t̶e̶s̶ Monthnotes for October Feedly Summary: I try to publish weeknotes at least once every two weeks. It’s been four since the last entry, so I guess this one counts as monthnotes instead. In my defense, the reason I’ve fallen behind on weeknotes is that I’ve been…
-
The Register: How to jailbreak ChatGPT and trick the AI into writing exploit code using hex encoding
Source URL: https://www.theregister.com/2024/10/29/chatgpt_hex_encoded_jailbreak/ Source: The Register Title: How to jailbreak ChatGPT and trick the AI into writing exploit code using hex encoding Feedly Summary: ‘It was like watching a robot going rogue’ says researcher OpenAI’s language model GPT-4o can be tricked into writing exploit code by encoding the malicious instructions in hexadecimal, which allows an…
-
The Register: Google reportedly developing an AI agent that can control your browser
Source URL: https://www.theregister.com/2024/10/28/google_ai_web_agent/ Source: The Register Title: Google reportedly developing an AI agent that can control your browser Feedly Summary: Project Jarvis will apparently conduct research, purchase products, and even book a flight on your behalf Google is reportedly looking to sidestep the complexity of AI-driven automation by letting its multimodal large language models (LLMs)…
-
Cloud Blog: Unity Ads uses Memorystore to power up to 10 million operations per second
Source URL: https://cloud.google.com/blog/products/databases/unity-ads-powers-up-to-10m-operations-per-second-with-memorystore/ Source: Cloud Blog Title: Unity Ads uses Memorystore to power up to 10 million operations per second Feedly Summary: Editor’s note: Unity Ads, a mobile advertising platform, previously relying on its own self-managed Redis infrastructure, was searching for a solution that scales better for various use cases and reduces maintenance overhead. Unity…
-
Simon Willison’s Weblog: llm-whisper-api
Source URL: https://simonwillison.net/2024/Oct/27/llm-whisper-api/#atom-everything Source: Simon Willison’s Weblog Title: llm-whisper-api Feedly Summary: llm-whisper-api I wanted to run an experiment through the OpenAI Whisper API this morning so I knocked up a very quick plugin for LLM that provides the following interface: llm install llm-whisper-api llm whisper-api myfile.mp3 It uses the API key that you previously configured…