pritch (@elpritchos) 's Twitter Profile
pritch

@elpritchos

just wanna htp and control eip!

ID: 775212452619235328

calendar_today12-09-2016 06:00:26

154 Tweet

150 Followers

300 Following

Pi3cH (@pi3ch) 's Twitter Profile Photo

Only 1 hour into our SecDim AI Wargame at Black Hat. The king-of-the-hill title has taken over twice! Players need to both defend (secure prompt engineering) and hack (prompt injection) their OpenAI LLM Apps. We will be also hosting our contest at AppSec Village

Only 1 hour into our <a href="/secdim/">SecDim</a>
 AI Wargame at <a href="/BlackHatEvents/">Black Hat</a>. The
 king-of-the-hill title has taken over twice! Players need to both defend (secure prompt engineering) and hack (prompt injection) their OpenAI LLM Apps. We will be also hosting our contest at <a href="/AppSec_Village/">AppSec Village</a>
Orange Tsai  🍊 (@orange_8361) 's Twitter Profile Photo

Thrilled to release my latest research on Apache HTTP Server, revealing several architectural issues! blog.orange.tw/2024/08/confus… Highlights include: ⚡ Escaping from DocumentRoot to System Root ⚡ Bypassing built-in ACL/Auth with just a '?' ⚡ Turning XSS into RCE with legacy code

Cloud Village (@cloudvillage_dc) 's Twitter Profile Photo

@nffrenchie presenting the talk "Runtime Reachability: Prioritizing Vulnerabilities with eBPF & Continuous Profiling". #dc32 #defcon32

@nffrenchie presenting the talk "Runtime Reachability: Prioritizing Vulnerabilities with eBPF &amp; Continuous Profiling".

#dc32 #defcon32
Luke Jahnke (@lukejahnke) 's Twitter Profile Photo

My blog is live! Decided to share a few thoughts on SQL injection polyglot payloads for my first post. RTs and feedback greatly appreciated nastystereo.com/security/sqli-…

My blog is live!
Decided to share a few thoughts on SQL injection polyglot payloads for my first post.
RTs and feedback greatly appreciated nastystereo.com/security/sqli-…
Louis Nyffenegger (@snyff) 's Twitter Profile Photo

I'm doing a talk at the OWASP Brisbane meetup on the 18th of November on Code Review, JWT, Golang... It's going to be a lot of fun and I will bring swag and stickers! meetup.com/brisbane-owasp…

Luke Jahnke (@lukejahnke) 's Twitter Profile Photo

I just published a new blog post sharing an improved Deserialization Gadget Chain for Ruby! It builds on the work of others, including Leonardo Giovanni, Peter Stöckli GitHub Security Lab and William Bowling @[email protected] nastystereo.com/security/ruby-…

I just published a new blog post sharing an improved Deserialization Gadget Chain for Ruby!

It builds on the work of others, including Leonardo Giovanni, Peter Stöckli <a href="/GHSecurityLab/">GitHub Security Lab</a> and <a href="/wcbowling/">William Bowling @vakzz@infosec.exchange</a>

nastystereo.com/security/ruby-…
Luke Jahnke (@lukejahnke) 's Twitter Profile Photo

🧵I just published a new blog post, this time about vulnerabilities in a web framework written in the R programming language!

🧵I just published a new blog post, this time about vulnerabilities in a web framework written in the R programming language!
Luke Jahnke (@lukejahnke) 's Twitter Profile Photo

nastystereo.com - Where reporting the vulnerabilities is left as an exercise for the reader Want to provide feedback on upcoming posts before they’re published? Drop me a DM!

Luke Jahnke (@lukejahnke) 's Twitter Profile Photo

🧵My latest blog post is live 🔥 Read it to learn what SafeMarshal is and *two* very different ways to escape and get RCE! nastystereo.com/security/ruby-…

🧵My latest blog post is live 🔥 Read it to learn what SafeMarshal is and *two* very different ways to escape and get RCE!

nastystereo.com/security/ruby-…
Critical Thinking - Bug Bounty Podcast (@ctbbpodcast) 's Twitter Profile Photo

The Fetch API supports Blob objects as request bodies, not just strings! Blobs can omit a type, enabling cross-site POST requests without a Content-Type header. Even with non-empty bodies, the Blob's data becomes the request body! (credit: Luke Jahnke)

The Fetch API supports Blob objects as request bodies, not just strings!

Blobs can omit a type, enabling cross-site POST requests without a Content-Type header. 

Even with non-empty bodies, the Blob's data becomes the request body!

(credit: <a href="/lukejahnke/">Luke Jahnke</a>)
Luke Jahnke (@lukejahnke) 's Twitter Profile Photo

If you’re on twitch you can now follow me there, username is nastystereo The channel will be focused on hacking, link in the next tweet

Louis Nyffenegger (@snyff) 's Twitter Profile Photo

As an engineer, I ❤️ clever engineering. Ruby on Rails relies on signed sessions (AES GCM). They are secure, but there is a catch: you cannot invalidate them early. You have to wait for expiry. Workarounds exist, like caching sessions you want to kill, but nothing universal.