shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

289
active users

#hack

8 posts6 participants0 posts today
Continued thread

🧵 …oh look, once again (see toot above) Twitter / X was leaked again. Well, this is not surprising.

»Twitter (X) Hit by Data Leak of 2.8 Billion Users; Allegedly an Insider Job
Massive Twitter (X) data breach exposes details of 2.8 billion users; alleged insider leak surfaces with no official response from the company.«

🍿 hackread.com/twitter-x-of-2-8-

X (Twitter) Largest Data Breach Ever? 2.8 Billion User Info Exposed
Hackread - Latest Cybersecurity, Tech, AI, Crypto & Hacking News · Twitter (X) Hit by Data Leak of 2.8 Billion Users; Allegedly an Insider JobFollow us on Bluesky, Twitter (X), Mastodon and Facebook at @Hackread

Ninth Circuit Reverses Probation Sentence for Paige Thompson: reason.com/volokh/2025/03/18/n

As with the recent case involving Conor Brian Fitzpatrick (aka "Pompompurin"), the appellate court found that the district court's time-served plus probation sentence for Paige Thompson was too significant a departure from federal sentencing guidelines. Although the court could properly consider factors such as being transgender and autistic, they shouldn't have ignored other sentencing factors so much.

#hack #CapitalOne #AWS #transgender #ASD

h/t, @campuscodi

Reason.com · Ninth Circuit Reverses Probation Sentence for Transgender HackerBy Eugene Volokh

Ransomware gang creates tool to automate VPN brute-force attacks

The Black Basta ransomware operation created an automated brute-forcing framework dubbed 'BRUTED' to breach edge networking devices like firewalls and VPNs.

🌐 bleepingcomputer.com/news/secu

BleepingComputer · Ransomware gang creates tool to automate VPN brute-force attacksBy Bill Toulas

I was shocked when I saw that the #PlayFab #UnrealEngine plugin uses a TSharedPtr<UPlayFabAuthenticationContext>, where the UPlayFabAuthenticationContext is a UObject.

I always thought this to be impossible.

They use this #Hack to make it work:
- First create a TSharedRef<TStrongObjectPtr<UObject>>.
- Then use the aliasing constructor
TSharedPtr(TSharedPtr<OtherType>, ObjectType*) to create a new shared pointer using the Shared Reference as first, and the UObject as second parameter.
#GameDev