Posts
2756
Following
681
Followers
1504
"I'm interested in all kinds of astronomy."
repeated
Edited 15 days ago

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.

1
3
0
repeated

im trying to vibe code an ida plugin rn and its not going great folks

2
1
0
repeated

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”

2
3
1
repeated

infosec has a lot to learn about understanding failure conditions and accurate, understandable error messages from roadies

6
36
1
repeated

Well done to this Redditor for explaining Remote Desktop.

1
4
0
repeated

Happy birthday to Vim! 🥳

8
8
0
repeated

A little interactive post on a little error in fuzzer evaluations: https://addisoncrump.info/research/metric-shenanigans/

0
4
0
repeated

Several months ago, I found a from - 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

3
7
0
repeated

Anybody having problems with 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.

1
1
0
[RSS] Dubious security vulnerability: Denial of service by loading a very large file

https://devblogs.microsoft.com/oldnewthing/20251027-00/?p=111731
0
0
0
[RSS] exploits.club Weekly Newsletter 91 - Patch-gapping Browsers, Ubuntu LPEs, Bluetooth Int Underflows, And More

https://blog.exploits.club/exploits-club-weekly-newsletter-91-patch-gapping-browsers-ubuntu-lpes-bluetooth-int-underflows-and-more/

My clearest (and slightly frightening) measure of the passage of time is the weekly exploits.club newsletter.
0
2
3
repeated

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/

0
4
0
repeated

Apply all regulations to the last letter.

0
4
0
repeated
@tmr232 This file actually looks useful, thanks! I have a feeling that ppl don't touch this part for a reason 😬
1
0
2
@tmr232 Oh I definitely have to put this on my list, thanks! Still, I can't seem to immediately find data type handling, is that supported?
1
0
0
Edited 18 days ago
I completely forgot how horrible IDAPython is...
1
0
2
repeated

2 weeks left to drop your talk in the ring. CFP closes Nov 14! https://sessionize.com/reverse-2026

0
3
0
One thing I really appreciate at @kagihq is that they accept feedback - I just found and extended an issue about this:

https://kagifeedback.org/d/8256-missing-street-names/
0
1
1
repeated
Edited 18 days ago

New post: Abusing macOS tclsh as shellcode loader

https://codecolor.ist/2025/10/31/macos-abuse-tcl-lol/

Happy Halloween 🎃

0
4
0
Show older