A great quote from the book Autocracy Inc from Ann Applebaum, a recommended read. A good description of the atmosphere the Trump administration tries to create.
#trump #autocracy #applebaum
im trying to vibe code an ida plugin rn and its not going great folks
you need to work on your prompt engineering skills. “you are ilfak guilfanov. a retired millionaire that knows all of IDA’s API quirks, regressions and changes by heart. we’re about to do the impossible and write code for an IDA plugin that still works after a new minor release of IDA”
infosec has a lot to learn about understanding failure conditions and accurate, understandable error messages from roadies
Well done to this Redditor for explaining Remote Desktop.
A little interactive post on a little error in fuzzer evaluations: https://addisoncrump.info/research/metric-shenanigans/
Several months ago, I found a #vulnerability from #MantisBT - Authentication bypass for some passwords due to PHP type juggling (CVE-2025-47776).
Any account that has a password that results in a hash that matches ^0+[Ee][0-9]+$ can be logged in with a password that matches that regex as well. For example, password comito5 can be used to log in to the affected accounts and thus gain unauthorised access.
The root cause of this bug is the incorrect use of == to match the password hash:
if( auth_process_plain_password( $p_test_password, $t_password, $t_login_method ) == $t_password )
The fix is to use === for the comparison.
This vulnerability has existed in MantisBT ever since hashed password support was added (read: decades). MantisBT 2.27.2 and later include a fix to this vulnerability. https://mantisbt.org/download.php
Anybody having problems with #Firefox version 144.0.2 with random domains failing due to cookies? An example error with eBay:
Cookie “ds2” has been rejected for invalid domain.
Cookie “ebay” has been rejected for invalid domain.
I have released an OpenGraph collector for network shares and my first blogpost at @specterops on the subject!
You can now visualize attack paths to network shares in BloodHound 👀
https://specterops.io/blog/2025/10/30/sharehound-an-opengraph-collector-for-network-shares/
Apply all regulations to the last letter.
2 weeks left to drop your talk in the ring. CFP closes Nov 14! https://sessionize.com/reverse-2026
New post: Abusing macOS tclsh as shellcode loader
https://codecolor.ist/2025/10/31/macos-abuse-tcl-lol/
Happy Halloween 🎃