home.social

#securityresearch — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #securityresearch, aggregated by home.social.

fetched live
  1. i just published codex tripwire.

    it runs alongside codex cli and gives you a live audit view of executed commands, mcp calls, web searches and sandbox network activity, including allow/block decisions and session correlation. everything stays local.

    github.com/moltenbit/codex-tri

    #codex #opensource #cybersecurity #infosec #securityresearch

  2. i just published codex tripwire.

    it runs alongside codex cli and gives you a live audit view of executed commands, mcp calls, web searches and sandbox network activity, including allow/block decisions and session correlation. everything stays local.

    github.com/moltenbit/codex-tri

    #codex #opensource #cybersecurity #infosec #securityresearch

  3. This is the part of 2FA/TOTP that many people don’t realize:

    Your phone isn’t receiving the 6-digit code from the server.

    Instead, your authenticator app acts like a specialized cryptographic calculator. 🧮🔐

    It takes a shared secret key, combines it with the current time, and applies the TOTP algorithm to generate a temporary 6-digit code.

    At the same time, the server independently performs the same calculation using its copy of the secret key and the same time counter.

    Same secret + same time counter + same algorithm = same result.

    That’s why your authenticator app can generate the correct code without receiving it from the server.

    It’s a simple idea, but a brilliant application of cryptography.

    You can even test this yourself: add the same TOTP secret to both Google Authenticator and Microsoft Authenticator. Even if you set them up at different times, both apps can independently generate the same 6-digit code at the same time.

    And here’s another important point:

    The algorithm doesn’t need to be secret.

    TOTP is based on publicly known, standardized cryptographic algorithms such as HMAC. What needs to remain secret is the shared secret key.

    So:

    🧮 Algorithm/math: Can be publicly known.
    🔑 Secret key: Must remain private. Never share it.
    ⏱️ Time: Isn’t secret.
    🔐 Security: Comes from protecting the secret key, not from hiding the algorithm.

    That’s a core principle of modern cryptography: A cryptographic system should remain secure even when the algorithm is publicly known. The secret is the key.

    #2FA #TwoFactor #Security #Cybersecurity #SecretKey #Authentication #Cryptography #Math #TOTP #OTP #AuthenticatorApp #Internet #SecurityResearch

  4. This is the part of 2FA/TOTP that many people don’t realize:

    Your phone isn’t receiving the 6-digit code from the server.

    Instead, your authenticator app acts like a specialized cryptographic calculator. 🧮🔐

    It takes a shared secret key, combines it with the current time, and applies the TOTP algorithm to generate a temporary 6-digit code.

    At the same time, the server independently performs the same calculation using its copy of the secret key and the same time counter.

    Same secret + same time counter + same algorithm = same result.

    That’s why your authenticator app can generate the correct code without receiving it from the server.

    It’s a simple idea, but a brilliant application of cryptography.

    You can even test this yourself: add the same TOTP secret to both Google Authenticator and Microsoft Authenticator. Even if you set them up at different times, both apps can independently generate the same 6-digit code at the same time.

    And here’s another important point:

    The algorithm doesn’t need to be secret.

    TOTP is based on publicly known, standardized cryptographic algorithms such as HMAC. What needs to remain secret is the shared secret key.

    So:

    🧮 Algorithm/math: Can be publicly known.
    🔑 Secret key: Must remain private. Never share it.
    ⏱️ Time: Isn’t secret.
    🔐 Security: Comes from protecting the secret key, not from hiding the algorithm.

    That’s a core principle of modern cryptography: A cryptographic system should remain secure even when the algorithm is publicly known. The secret is the key.

    #2FA #TwoFactor #Security #Cybersecurity #SecretKey #Authentication #Cryptography #Math #TOTP #OTP #AuthenticatorApp #Internet #SecurityResearch

  5. 🛡️ Exploit Database — Top Exploits by Category

    Explore some of the most important vulnerabilities across major Exploit-DB categories, with CVE references, vulnerability types, and impact explained in one visual guide.

    💬 Comment “EXPLOIT” if you want more cybersecurity cheat sheets like this.

    #CyberSecurity #ExploitDB #InfoSec #SecurityResearch #Pentesting

  6. 🛡️ Exploit Database — Top Exploits by Category

    Explore some of the most important vulnerabilities across major Exploit-DB categories, with CVE references, vulnerability types, and impact explained in one visual guide.

    💬 Comment “EXPLOIT” if you want more cybersecurity cheat sheets like this.

    #CyberSecurity #ExploitDB #InfoSec #SecurityResearch #Pentesting

  7. New blog post!

    The title should be self-explanatory, it's an appreciation post for Nightmare Eclipse.

    You might notice that the tone is a bit more emotional/angry than my usual style of writing.
    This one's personal.

    ti-kallisti.com/infosec/ms/nig

    #NightmareEclipse #Microsoft #Hackers #InfoSec #SecurityResearch #ChainsawMan #Reze

  8. New blog post!

    The title should be self-explanatory, it's an appreciation post for Nightmare Eclipse.

    You might notice that the tone is a bit more emotional/angry than my usual style of writing.
    This one's personal.

    ti-kallisti.com/infosec/ms/nig

    #NightmareEclipse #Microsoft #Hackers #InfoSec #SecurityResearch #ChainsawMan #Reze

  9. Looking forward to #OWASP Global AppSec EU and the inaugural #MAScon next week. Excited for the opportunity to learn from researchers and practitioners who are pushing mobile security forward.

    Check out some of the sessions: loom.ly/qC3L65o

    @owasp #OWASPGlobalAppSec #MobileApps #MobileSecurity #SecurityResearch

  10. Looking forward to #OWASP Global AppSec EU and the inaugural #MAScon next week. Excited for the opportunity to learn from researchers and practitioners who are pushing mobile security forward.

    Check out some of the sessions: loom.ly/qC3L65o

    @owasp #OWASPGlobalAppSec #MobileApps #MobileSecurity #SecurityResearch

  11. You demonstrate a fileless RCE chain. Complex delivery, in-memory execution, zero detections, confirmed working on multiple devices.

    The vendor reviews it twice, involves engineering, then tells you:

    "Your research demonstrates a complex chain for delivering and executing code."

    ...and closes it as 'intended behavior. Not a platform vulnerability.'

    Question: is it a vulnerability?

    Follow-up: does your answer change if the attack surface exists *between* components — where no single owner's scope definition covers the full chain?

    Asking because I have a paper dropping soon about that.

    #VRP #responsibleDisclosure #semanticGap #infosec #securityResearch

  12. I was tired of digging through endless random cybersecurity lists, so naturally I built another random cybersecurity list - just cleaner, prettier and actually organized.

    Hack Hub is a curated directory of useful security resources.

    hackhub.fyi

    #CyberSecurity #InfoSec #Hacking #EthicalHacking #Pentesting #RedTeam #BlueTeam #DFIR #OSINT #ThreatIntel #MalwareAnalysis #BugBounty #CloudSecurity #MobileSecurity #OpenSource #SecurityTools #SecurityResearch #Linux #Hackers #Tech

  13. I was tired of digging through endless random cybersecurity lists, so naturally I built another random cybersecurity list - just cleaner, prettier and actually organized.

    Hack Hub is a curated directory of useful security resources.

    hackhub.fyi

    #CyberSecurity #InfoSec #Hacking #EthicalHacking #Pentesting #RedTeam #BlueTeam #DFIR #OSINT #ThreatIntel #MalwareAnalysis #BugBounty #CloudSecurity #MobileSecurity #OpenSource #SecurityTools #SecurityResearch #Linux #Hackers #Tech

  14. Bug Bounty situation = Netflix & Piracy situation?

    *Boosts welcome

    I want to hear your opinion on an idea I had recently:

    So, movies/TV piracy is rising recently. And much of it is due to the overwhelming amount of providers, and the fact that each one has a small portion of the pie.
    Unlike Music, where providers have mostly the same, allowing for a good customer experience, lowering the need to pirate music, in the movies/TV industry the situation is just getting worse each day, making the rise of piracy (discussed in DarknetDiaries' episode about the magic box) bigger each day.

    I was wondering if the same thing would/is happening in the bug bounty world.
    As more and more companies close their bug bounty programs, or lower the rewards, could researchers turn to selling their findings on the dark net/other forums alike?

    After all, many researchers do this to make a living, and not be a knight on a white horse.
    And if someone invested months researching and testing to find a critical vulnerability, they won't be able to go shopping with a Thank You letter.

    what do you think?

    I'm not a bug bounter so I don't really live this world, but some of you are. what do you think?
    is it already happening?

    #BugBounty #SecurityResearch #Piracy #Darknet

  15. Bug Bounty situation = Netflix & Piracy situation?

    *Boosts welcome

    I want to hear your opinion on an idea I had recently:

    So, movies/TV piracy is rising recently. And much of it is due to the overwhelming amount of providers, and the fact that each one has a small portion of the pie.
    Unlike Music, where providers have mostly the same, allowing for a good customer experience, lowering the need to pirate music, in the movies/TV industry the situation is just getting worse each day, making the rise of piracy (discussed in DarknetDiaries' episode about the magic box) bigger each day.

    I was wondering if the same thing would/is happening in the bug bounty world.
    As more and more companies close their bug bounty programs, or lower the rewards, could researchers turn to selling their findings on the dark net/other forums alike?

    After all, many researchers do this to make a living, and not be a knight on a white horse.
    And if someone invested months researching and testing to find a critical vulnerability, they won't be able to go shopping with a Thank You letter.

    what do you think?

    I'm not a bug bounter so I don't really live this world, but some of you are. what do you think?
    is it already happening?

    #BugBounty #SecurityResearch #Piracy #Darknet

  16. Fuzzing finds bugs in Rust code - reliably so. But async Rust has largely stayed out of reach with its complexity making it hard for fuzzers to explore meaningfully.

    At Oxidize 2026, Morgan Hill (@pcwizz) walks through what it takes to actually fuzz async Rust: the naive approaches that don't work, and an involved technique that does - involving LibAFL, user mode QEMU, and a fair amount of head scratching.

    🔗 oxidizeconf.com/sessions/await

    #Oxidize2026 #RustLang #Fuzzing #SecurityResearch #AsyncRust

  17. Fuzzing finds bugs in Rust code - reliably so. But async Rust has largely stayed out of reach with its complexity making it hard for fuzzers to explore meaningfully.

    At Oxidize 2026, Morgan Hill (@pcwizz) walks through what it takes to actually fuzz async Rust: the naive approaches that don't work, and an involved technique that does - involving LibAFL, user mode QEMU, and a fair amount of head scratching.

    🔗 oxidizeconf.com/sessions/await

    #Oxidize2026 #RustLang #Fuzzing #SecurityResearch #AsyncRust

  18. Sometimes I’ve found myself banging my head against the keyboard trying to contact companies to help them fix their misconfigurations and exposed servers.

    After several frustrating experiences, I decided to create my own clear and structured Responsible Disclosure methodology.

    Today I’m sharing it with you 👇

    This flow represents how I handle vulnerabilities — always prioritizing ethical contact, escalation when necessary, and only publishing write-ups once the issue is fixed.

    Opinions and constructive feedback are more than welcome. Have you faced similar situations? What’s your approach?

    write-ups.security-chu.com/p/m

    #ResponsibleDisclosure #Cybersecurity #SecurityResearch

  19. Sometimes I’ve found myself banging my head against the keyboard trying to contact companies to help them fix their misconfigurations and exposed servers.

    After several frustrating experiences, I decided to create my own clear and structured Responsible Disclosure methodology.

    Today I’m sharing it with you 👇

    This flow represents how I handle vulnerabilities — always prioritizing ethical contact, escalation when necessary, and only publishing write-ups once the issue is fixed.

    Opinions and constructive feedback are more than welcome. Have you faced similar situations? What’s your approach?

    write-ups.security-chu.com/p/m

    #ResponsibleDisclosure #Cybersecurity #SecurityResearch