Want to up your game in AI development? Get familiar with Model Context Protocol (MCP) Start with MCP for Beginners and level up your skills: [https://t.co/AHZJExqsoe](https://t.co/AHZJExqsoe) #AI#Developers#MCP
I spoke at @MSFTBlueHat last week.
➡️https://t.co/o2sBiMLxHi
I will follow up with a link to the recording when it is posted.
Some highlights from my talk below👇👇👇
With a good understanding of all the tech available under the hood in AFL++/libAFL, fuzzing can discover vulnerabilities that are difficult for expert exploit writers to trigger even with knowledge of the patch. No custom harness needed for this one! (cf: https://t.co/rkBv47kisX)
New Year's resolution: Start using strict outbound firewalls
This is tough on Windows without sketchy 3rd-party code since no built-in tools show where svchost is hitting and why. So use this script. It beats scrolling event logs wondering what raw IPs are
https://t.co/X0upR2ViKi
The following non-malicious request can be used to test susceptibility to the @springframework 0day RCE. An HTTP 400 return code indicates vulnerability.
$ curl host:port/path?class.module.classLoader.URLs%5B0%5D=0
#SpringShell#Spring4Shell#infosec
I was getting tired of requesting access tokens all the time during my Azure research. So I wrote a small tool that takes the creds for the identity I want from a KeePass file, and uses Selenium for an interactive sign-in including MFA handling. Lazy life ftw.
Big news, CrackMapExec now supports RDP protocol 🎉
This is no crappy freeRDP python wrapper behind this but the integration of @SkelSec 's aardwolf lib (available on @porchetta_ind only) 🔥
Pushed on @porchetta_ind for sponsors 🪂
Love using Binary Ninja but also looking for a way to use your reversing work in GDB? Decomp2GEF V1.2.0: Binary Ninja Support is out! Sync reversed symbols from Binja to GDB natively on-the-fly! 1.5 Min Demo: https://t.co/M2IZd0fmi3. Code link in the thread.