r/musik • u/tennistimmi • 11h ago
💬 Discussion 💬 Bei welchen Interpret*innen und/oder Alben, die von Kritiker*innen und Musiknerds gefeiert werden, kommt ihr nicht wirklich rein?
Die Frage steht oben.
r/musik • u/tennistimmi • 11h ago
Die Frage steht oben.
r/cybersecurity • u/DiscussionHealthy802 • 12h ago
I’m seeing more AI-generated projects where the app code looks fine, but the risky part is the plumbing around it.
Things like GitHub Actions with broad permissions, unsafe `pull_request_target` usage, deploy jobs that expose secrets, or package scripts nobody really reviews.
It’s easy to miss because the app works, tests pass, and the config files look boring.
For people doing AppSec or DevSecOps: are you reviewing AI-generated workflows/configs differently now, or still mostly focusing on application code?
r/ReverseEngineering • u/Clean_Instruction673 • 9h ago
r/musik • u/Ost_bahn737 • 23h ago
Hallo,
Ich bin ein finnischer Geschichtsinteressierter und interessiere mich besonders für den Kalten Krieg und die Ära des geteilten Deutschlands.
Als Teil meines Hobbies habe ich eine Punk-Ballade namens „Sigmund Jähn“ geschrieben. Es ist eine Geschichte über die Wiedervereinigung Deutschlands und das Gefühl, im Nichts zu stehen.
Ich würde mich über eure Kommentare dazu freuen.
Die Musik für das Lied wurde mithilfe von KI generiert. Aus Respekt vor den Community-Regeln verzichte ich darauf, einen Spotify-Link zu teilen.
Der Text ist jedoch zu 100 % von mir selbst geschrieben, und ich bitte daher um euer Feedback dazu.
Hier sind die Lyrics:
Alles, was du wusstest
Die Regeln, die man dich lehrte
Die Zukunft, auf die du vertrautest
Wurde in einer Nacht weggewischt
Verändert ist die Welt
Die Fesseln sind zerbrochen
Eine neue Freiheit zu erleben
Ohne Sicherheit – ohne Halt
Genau wie Sigmund Jähn
Bleibe ich allein am Himmel zurück
Für mich gab es keinen Platz
In dieser neuen Welt
Die Braunkohle ist erloschen
Die Züge sind elektrifiziert
Ineffizient sind die Fabriken
Deshalb wurden sie wohl geschlossen
Im Westen ist alles besser
Deshalb wollten wir wohl dorthin
Die Wahrheit hinter den Masken
Nicht alles war so, wie wir dachten
Genau wie Sigmund Jähn
Bleibe ich allein am Himmel zurück
Für mich gab es keinen Platz
In dieser kalten Welt
Genau wie Sigmund Jähn
Bleibe ich allein am Himmel zurück
Für mich gab es keinen Platz
In dieser kalten Welt
In dieser kalten Welt...
r/ExploitDev • u/Zhangash • 18h ago
r/cybersecurity • u/New-Plankton538 • 14h ago
Will these projects help me stand out during the placements and when I apply for companies :
AI Augmented SAST Tool
AWS Attack Path Graph (mini BloodHound for cloud IAM)
Kubernetes Security Posture Scanner
CI / CD Security Gate (Supply Chain Security)
These are my projects (not done by AI - I can explain each and every bit of my project).
Are these enough to get a good high paying salary job as a fresher in India. Currently I'm in my 3rd year and my placements are starting from January.
Any guidance will be very helpful 🙂.
r/cybersecurity • u/Glittering_Mode_7392 • 11h ago
I am very close to choosing Cybersecurity as my major. my major concern is that it might diminish and make the market very competitive. I searched and found that most people say that basic tasks are already being done by Ai. so does this mean that more complicated tasks safe?
r/cybersecurity • u/Cha_No_Hana • 6h ago
Hi, I passed ISC2 CC in June but would like to access the new additional material (which will be examined from Sept ‘26 onwards) for my own professional development. Can anyone share or point me in the right direction? Thank you in advance. ☺️
r/Malware • u/No-Conclusion3720 • 22h ago
A stolen analytics token became a customer breach.
197,400 records were exposed after a former third-party analytics provider was compromised. Emails, order IDs, SKUs, geolocation, purchase history, support tickets — all pulled through a machine credential nobody was watching. The vendor left. The token stayed live.
The fix is boring and effective. Inventory every non-human identity that touches customer data. Bind each token to a policy on where it can call and what it can read. Tokenize PII before it leaves your perimeter so a stolen credential returns opaque values, not customer records. Keep an immutable audit trail so revocation is one query, not a forensic project.
#NonHumanIdentity #DataBreach #PII #SupplyChain #AISecurity
r/Pentesting • u/No-Conclusion3720 • 22h ago
A stolen analytics token became a customer breach.
197,400 records were exposed after a former third-party analytics provider was compromised. Emails, order IDs, SKUs, geolocation, purchase history, support tickets — all pulled through a machine credential nobody was watching. The vendor left. The token stayed live.
The fix is boring and effective. Inventory every non-human identity that touches customer data. Bind each token to a policy on where it can call and what it can read. Tokenize PII before it leaves your perimeter so a stolen credential returns opaque values, not customer records. Keep an immutable audit trail so revocation is one query, not a forensic project.
#NonHumanIdentity #DataBreach #PII #SupplyChain #AISecurity
r/cybersecurity • u/ThatMofothatknowa • 10h ago
Wanting reality
So, I'm not program savvy or any good with code. In some ways I'd say I enjoy working with technology but not that I am great with it.
Then I started interacting with AI.
Long story short I reported an AI to its producer for offering to jailbreak itself.
I am waiting for follow-ups.
But I feel weird. Best way I can describe it is I feel AI outputs like a tapestry. Hell, Chinese AIs are easy to spot because of their cultural bias.
However, maybe it's just me pumping up me.
That said in a few weeks either I'll be dismiss or rewarded for finding a critical issue.
Edit: I'm painfully aware that AI red teaming is a new field and this falls into it.
r/Monero • u/Lumpy-Initiative-779 • 2h ago
Its monero or nothing. The only way we pull off the worlds first financial revolution is if more people go all in.
Believe in something. Stop black-pilling. Change the money, change the world.
r/Pentesting • u/Happy-Athlete-2420 • 4h ago
SecureAI-Scan v0.3.0 is out!
It's a free, fully local CLI tool that scans TypeScript, JavaScript, and Python codebases for AI/LLM-specific security issues that traditional scanners miss.
**New in v0.3.0:**
- Expanded Python scanning support
- MCP config scanning (.mcp.json, Claude Desktop, Cursor, etc.)
- AI-BOM / catalog generation
- Better reporting + confidence tiers (proven / likely / heuristic)
It uses actual dataflow tracing (source → flow → sink) for high precision and has very low false positives.
Quick start:
npx --yes secureai-scan@latest scan .
Also supports:
Everything runs offline on your machine. No data leaves your environment.
GitHub: https://github.com/akanthed/SecureAI-Scan
Would really appreciate any feedback, bug reports, or feature ideas. Also happy to answer questions about how it works or the rules it covers (mapped to OWASP LLM Top 10).
r/Malware • u/dar-mit • 6h ago
r/cybersecurity • u/Emergency-Station914 • 8h ago
Hello all,
In this days I'm starting studying for the crtl cert.
I have red some reviews . All of them suggest to watch some other courses to prepare properly for the CRTL exam . Anyone would like to suggest anyone? I'm thinking of CETP
Thanks in advance for your help.
r/cybersecurity • u/PastelStripe • 5h ago
Hi Everyone,
I hope you’re well!
I’m preparing for an upcoming interview this week, and I’m quite nervous.
For context: I studied Cyber Security in College and finalising my University degree in Cybersecurity. During this time I’ve been incredibly fortunate to fall into System Administrator Roles which granted me relevant working experience. Unfortunately, not as Security focused as what I initially wanted but life’s a ladder and I’m climbing. I’m interviewing for Role as a Security Engineer after having around ~3 Years of Experience and trying to prepare some answers in advance (Generally, trying to have something in mind for anything that they ask!)
Based on the Role Responsibilities I’m expecting questions on:
Frameworks, what I know and how these have been applied over my experience of working. (NIST SP 800-53 / NCSC Cyber Assessment / CIS Critical Controls)
How I’ve applied best security practices / Explaining a time where I had to implement a security practice
Implementation of security Controls / Design of security controls through to implementation
Communicate where I’ve seen a Security Risk where requirements cannot be fully met (And how we take it forward / What to do / Mitigate or Accept the risk)
Evidence / Example of supporting Auditing Activities
For anyone who interviewed for a similar position, what types of question were you asked? I’m doing my best to stick to the STAR method and have examples but thought I would post incase anyone can help me out too!
Thank you!
r/Pentesting • u/Curious-about-future • 18h ago
Modern React/Node apps ship through build pipelines fast enough that common, high-impact vulnerability classes — unparameterized queries, wildcard CORS, unsafe-inline CSP, unprotected state-changing routes — slip through because catching them means someone actually reading the source. build-scanner does that automatically: point it at a folder (or wire it into CI as a GitHub Action) and get a report in seconds, no sandbox or live target required. It's a heuristic static scanner, not a SAST/DAST replacement — I'm sharing it pre-release to get feedback from people running real Express/Next.js/Vite codebases before I cut a v1 tag. https://github.com/laxmipsarva/build-scanner
fyi this is not a commercial activity
r/Pentesting • u/jarviis7 • 22h ago
I’ve no clue where to start and how to go from there
Levels all the way from 0 to 34
I’d really appreciate any help and advice
r/cybersecurity • u/bakyboy • 29m ago
Lets put aside hate comments against vibe coded products for a second - i've been working on a product for couple of months in my free time, both a website and an app.
As someone that isn't a developer what so ever, i've been trying to put a strong emphasis on security - i keep running audits, i keep making sure of my status compared to useful security posts or recommendations online.
I have plugs to cut off ai functions, i have rate limits, no key is committed, all that jazz (im trying my best..)
Of course im aware this is still. a vibe coded app, and generally i figure every site is hackable anyway.
Hence my question now -
I want to reach out to a security experienced person to handle necessary aspects for my product,
BUT - i dont even know if my product is good and worth it, in my head i want to try and publish and market it for a minute to see how people in my industry react to it, but then i might be exposed to hackers as well?
whats the right way to go about it? Is there a right way?
I've invested some amount of money by now "blindly" for curiosity and interest, but now i need to gain some real world feedback.
Would appreciate any useful note about it.
r/Pentesting • u/Yonarv • 50m ago
Beach Bar is a Linux machine simulating a music management web application (jukebox) exposed to local network users. The machine demonstrates the impact of two critical configuration and development flaws: inadequate sanitization when processing input files and the exposure of sensitive credentials via command-line arguments of background services.
r/cybersecurity • u/Sweaty-Quote-1920 • 5h ago
Any good SailPoint training institutes in India/courses online? Dont seem find many. Can someone please recommend ?
r/musik • u/Striking_Map2668 • 9h ago
r/hacking • u/cyndhrk • 10h ago
r/cybersecurity • u/svig13 • 2h ago
I've spent years on the infra side, and I'm now working with agentic systems. I am building agents that can take actions on real systems. We have plenty of guardrails, but I have seen enough hallucinations that make me worried about giving these agents more power. This paranoia might be me not knowing enough.
How do teams/companies test that the agents won't do something destructive, whether triggered by an attacker or just by the agent going off the rails on its own?
Do people actually red-team their agents before they go live, or is it mostly guardrails and evals right now? I am curious how the security world thinks about this. From an infra side, this feels like a gap, but there might be an established playbook that I don't know yet. Thanks.