Posts
2547
Following
644
Followers
1449
"I'm interested in all kinds of astronomy."
repeated

The last release of testssl.sh in the 3.0.10 branch was made which includes several bugfixes.

Get it from here: https://github.com/testssl/testssl.sh/releases/tag/v3.0.10

0
2
0
repeated
repeated

Looks like the Google Cloud incident report is out: https://status.cloud.google.com/incidents/ow5i3PPK96RduMcb1SsW

Summary:

- On May 29, 2025, a new Service Control feature was added for quota policy checks.
- This feature did not have appropriate error handling, nor was it feature flag protected.
- On June 12, 2025, a policy with unintended blank fields was inserted and replicated globally within seconds.
- The blank fields caused a null pointer which caused the binaries to go into a crash loop.

"If this had been flag protected, the issue would have been caught in staging."

^ Kinda reminds me of the CrowdStrike incident. 🫠

0
2
0
@frycos Nice! Also, seriously go and touch some grass ;)
1
0
0
@trou Looks pretty useful! In fact I've always wondered what made Cyber Chef so popular when the shell is *right there*. I also look for strengths/weaknesses of different tools (another similar one is rax2) as inspiration, so the more I see, the better!
0
0
0
@stf Turns out it's surprisingly easy to create "liberal" parsers with the nom crate!
0
0
1
repeated
repeated

Another "It's not our fault since it's EoL but it totally won't happen with the new one pay us now" vuln from one of the big vendors people keep giving money too.

Insecure device pairing in end-of-life Amazon Cloud Cam

https://aws.amazon.com/security/security-bulletins/AWS-2025-013/

1
2
0
repeated
repeated

By 1986, the U.S. began attempting computer network exploitation. That same year, the U.S. discovered the Soviets were paying hackers to target U.S. networks using similar methods. https://www.army.mil/article/286292/army_cyber_corps_a_prehistory

0
3
0
repeated

🚨Binarly is documenting the discovery of CVE-2025-3052, a memory-corruption flaw in a Microsoft-signed UEFI module that lets attackers bypass Secure Boot and run unsigned code before the OS starts.

🔗 Full details: https://www.binarly.io/blog/another-crack-in-the-chain-of-trust
🛡️ Advisory: https://www.binarly.io/advisories/brly-dva-2025-001

0
4
0
repeated
repeated

Submitted my first bug via GitHub's advisory reporting mechanism for hosted projects (I know, right!?!?). Much less painful than the traditional hunt the email address/chase the vendor so far.

1
4
1
REcover is a tool for approximately recovering the compile-unit layout from stripped binary executables.

https://github.com/huku-/recover
0
1
4
repeated

Back up your 2fa keys, or add a second method.

Do it now, before your phone dies/breaks/is stolen.

That's it that's the post.

6
10
0
With this, "Releasing from GitHub Actions" officially goes to my Cursed list: this time I spent 16 commits to get it right :P
0
0
1
repeated

This is the 100 year anniversary of humans having an idea of what the heck the sun and all the stars actually are. If you had asked a leading astronomer in 1925 what the sun was, they would say that it's basically the same as Earth, but very hot.

In Cecilia Payne's doctoral thesis she was the first to say, from spectral data, that the sun was overwhelmingly made of hydrogen and helium.

It was later described as "the most brilliant PhD thesis ever written in astronomy".

https://en.wikipedia.org/wiki/Cecilia_Payne-Gaposchkin

1
20
0
Have you ever spent precious time converting something like "0xde, 0xad,\r\n0xbe, 0xef" to "\xde\xad\xbe\xef"?

If so, then xer is for you:

https://github.com/v-p-b/xer

This is also my first somewhat useful #Rust project, so be gentle <3
5
8
9
repeated

Outlook must die, again
Gemini might have the best solution for Outlook (new) to prevent it regularly appearing back on my system. I do not want this code!!

Remove Provisioned App Packages (More Aggressive - Use with Caution):
This is a more permanent solution that attempts to remove the app not just for your user profile, but for all future user profiles on the system, and prevents it from being provisioned again automatically by the OS.

Open PowerShell as Administrator.

Get-AppxPackage -AllUsers | Where-Object {$_.Name -like "Microsoft.OutlookForWindows*"}

Look for the PackageFullName (e.g., Microsoft.OutlookForWindows_1.2024.515.0_x64__8wekyb3d8bbwe).

Remove for Current User:

Get-AppxPackage *Microsoft.OutlookForWindows* | Remove-AppxPackage

Remove Provisioned Package (Crucial for preventing reinstallation):
PowerShell

Get-AppxProvisionedPackage -Online | Where-Object {$_.PackageName -like "Microsoft.OutlookForWindows*"} | Remove-AppxProvisionedPackage -Online

Note: If you run the Remove-AppxProvisionedPackage command and it doesn't find the package, it means it's not provisioned for new users, but might still be re-added through other mechanisms like Windows Feature Experience Pack updates.

1
3
0
repeated

Me: (Selects option to create a new empty folder on my Win11 i5 laptop)

Laptop: OH DEAR GOD NO WHAT IS WRONG WITH YOU? I MUST CRANK ON THE FANS AND DISPLAY THE EXPLORER NOT RESPONDING BANNER TO DEAL WITH THIS UNPRECEDENTED DEMAND ON MY PROCESSORS! YOU VICIOUS, HEARTLESS BASTARD! *sob*

Me: (Smiles and quietly fantasizes again about shooting this laptop.)

1
3
0
Show older