frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

I got tired of juggling security tools,so I built an AI copilot to do it for me

https://www.sydsec.co.uk
2•paul2495•1h ago

Comments

paul2495•1h ago
Hey HN,

  As a security analyst, a typical workflow for me was a frustrating juggling act: run an Nmap scan, manually parse the output, search for CVEs, find an exploit script, set up a listener in Metasploit, and then finally launch the exploit.
I was drowning in terminal windows and context-switching, and I knew there had to be a better way.

  So, I built Syd: a desktop assistant that acts as an intelligent front-end for the security tools I use every day. My goal was to create an "analyst co-pilot" that automates the tedious parts and provides expert guidance, letting me
focus on the actual analysis. It's built in Python with a simple Tkinter GUI.

Here's a concrete example—the "Pwn a Box" workflow that Syd now streamlines:

   1. Recon: I kick off an Nmap scan directly from Syd's UI.
   2. Automated Analysis: The moment the scan finishes, Syd's own rule-based engine and local CVE database parse thenresults. It automatically identifies a service (e.g., "vsftpd 2.3.4") and finds it's vulnerable, recommending a specific Metasploit module(exploit/unix/ftp/vsftpd_234_backdoor).
   3. Strategic Guidance: This is where the AI comes in. I can take that analysis and ask Syd, "What's the best way to approach this?" and its RAG-powered chat gives me high-level strategic advice on exploitation, post-exploitation, and privilege escalation, all based on its embedded knowledge base.
   4. Execution & C2: I then pivot to the Metasploit page within Syd. It uses a controller to connect to the Metasploit RPC server, pre-configures the recommended exploit, sets the LHOST/RHOST, and launches it. When the exploit succeeds, the new session appears right there in the UI, ready for interaction.

  What used to be 30 minutes of manual work across five different tools is now a guided, 2-minute workflow within a
  single interface.

  For security, the whole system is designed to be air-gapped (it's delivered on a physical SSD) and the AI assistance is powered by local models and a curated knowledge base, so no sensitive data ever leaves the machine. It also integrates Volatility for memory analysis, YARA for malware hunting, and more.

  The videos on my site are a bit rough, but they show some of this in action. The project is still evolving, and I'd love to get the HN community's feedback, ideas, or even contributions.

  There's a mailing list on the website if you're interested in major updates or want to be part of a future beta for a more advanced version.

  Website (with videos & mailing list): https://sydsec.co.uk/

What to Buy That Improves Quality of Life

https://www.developing.dev/p/what-to-buy-that-improves-quality
1•skadamat•1m ago•0 comments

Can Vibe Coding Beat Graduate CS Students? An LLM vs. Human Coding Tournament

https://arxiv.org/abs/2511.20613
1•geox•2m ago•0 comments

Haskell Weekly – Issue 500

https://haskellweekly.news/issue/500.html
1•amalinovic•2m ago•0 comments

Shahed-107 UAV Components

https://war-sanctions.gur.gov.ua/en/page-shahed-107
1•IndrekR•5m ago•0 comments

Ask HN: How to Find Investors?

3•karanveer•10m ago•0 comments

Tiny tweak for Pi OS, big makeover for the Imager

https://www.theregister.com/2025/11/27/new_raspberry_pi_imager/
1•rbanffy•10m ago•0 comments

Can you share how your team handles FinOps and cloud cost optimization?

https://qualtricsxm6y7fnpxlk.qualtrics.com/jfe/form/SV_3t9duUd1bWwJrn0
1•avinashgaurav_•12m ago•1 comments

CIA Menu Collection

http://ciadigitalcollections.culinary.edu/digital/collection/p16940coll1/search
2•pseudolus•13m ago•0 comments

Ask HN: Would you use a fast/cheap "prior art" service instead of a patent?

1•shaheeniquebal•14m ago•0 comments

R.O.B. Robotic Operating Buddy

https://en.wikipedia.org/wiki/R.O.B.
1•debo_•14m ago•0 comments

There's still no free lunch in information retrieval

https://www.getbluemorpho.com/blog/there-s-still-no-free-lunch-in-information-retrieval
1•matthieu_bl•16m ago•0 comments

Super-recognizers sample visual information for facial recognition

https://royalsocietypublishing.org/doi/10.1098/rspb.2025.2005
1•mfld•19m ago•0 comments

Rust

https://en.wikipedia.org/wiki/Rust_(video_game)
1•tosh•21m ago•0 comments

Docker Superpowers You Forget to Use

https://oneuptime.com/blog/post/2025-11-27-ten-docker-superpowers-youre-probably-not-using/view
4•ndhandala•28m ago•0 comments

Show HN: Ioc-Arise

https://ioc-arise.notjustcoders.com/
1•stormsidali2001•28m ago•0 comments

Cross ratio to define a metric on the hyperbolic plane

https://www.johndcook.com/blog/2025/11/26/hyperbolic-metric/
1•ibobev•28m ago•0 comments

OBR calls in cyber expert over botched release of Budget analysis

https://www.bbc.co.uk/news/articles/cgmn991pz9jo
2•adrianhon•28m ago•1 comments

Hey there You are using WhatsApp: Enumerating Three Billion Accounts [pdf]

https://github.com/sbaresearch/whatsapp-census/blob/main/Hey_there_You_are_using_WhatsApp.pdf
1•miniBill•28m ago•0 comments

Brief thoughts on the recent Cloudflare outage

https://surfingcomplexity.blog/2025/11/26/brief-thoughts-on-the-recent-cloudflare-outage/
1•gpi•31m ago•0 comments

Implementing Drift Search with Neo4j and LlamaIndex

https://neo4j.com/blog/developer/drift-search-with-neo4j-and-llamaindex/
1•tsenturk•32m ago•0 comments

China launches an emergency lifeboat to bring three astronauts back to Earth

https://arstechnica.com/space/2025/11/china-launches-an-emergency-lifeboat-to-bring-three-astrona...
1•taubek•38m ago•0 comments

Ask HN: To Bring your project in front of 4000 people, how much should I charge?

1•karanveer•38m ago•0 comments

I Made Playing Cards to Teach English

https://landenlove.xyz/i-made-playing-cards-to-teach-english/
2•LandenLove•39m ago•4 comments

We are all mosaics: genetic diversity found between cells in a single person

https://www.nature.com/articles/d41586-025-03768-0
5•bookofjoe•39m ago•1 comments

Managing Side Effects: A JavaScript Effect System in 30 Lines or Less

https://lackofimagination.org/2025/11/managing-side-effects-a-javascript-effect-system-in-30-line...
1•birdculture•42m ago•0 comments

Books by Bitfield Consulting

https://bitfieldconsulting.com/books
2•chautumn•43m ago•0 comments

iPhone Air Flop Sparks Industry Retreat from Ultra-Thin Phones

https://www.macrumors.com/2025/11/27/iphone-air-flop-industry-drops-thin-phones/
3•mgh2•45m ago•0 comments

Robinhood CEO's math-focused AI startup Harmonic valued at $1.45B

https://www.reuters.com/business/robinhood-ceos-math-focused-ai-startup-harmonic-valued-145-billi...
1•ig1•46m ago•0 comments

The Untold Story of Charlie Munger's Final Years

https://www.wsj.com/finance/investing/charlie-munger-life-final-years-berkshire-7c20c18e
2•owenmakes•47m ago•1 comments

Effective harnesses for long-running agents

https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents
2•pretext•47m ago•0 comments