jehna โ€‹

276 Followers
538 Following
237 Posts
Follow for content about #infosec ๐Ÿ‘จโ€๐Ÿ’ป | Digital Tool Craftsman ๐Ÿงช | Dad ๐Ÿผ | No politics ๐Ÿšซ | Day job @ Reaktor

Canary tokens to reveal your data leaks ๐Ÿ’ฆ

https://docs.canarytokens.org/

Canarytokens

Official docs for Canarytokens

World's Shortest Threat Modeling Course

YouTube
Using LLMs to reverse JavaScript variable name minification

A novel way to reverse Javascript minification using LLMs.

Yes, it seems that you can use #LLM's to reverse #Javascript variable name minification. Working on a tool that uses llama2 locally to make it practical to use on large files (can cost 1000s of dollars on big js bundles if using #ChatGPT ). Dropping a release blog post in a few days for #OSS tool
#bugbounty #infosec
"Smashing the state machine: the true potential of web race conditions" by @albinowax
https://portswigger.net/research/smashing-the-state-machine
#infosec #bugbounty
Smashing the state machine: the true potential of web race conditions

For too long, web race condition attacks have focused on a tiny handful of scenarios. Their true potential has been masked thanks to tricky workflows, missing tooling, and simple network jitter hiding

PortSwigger Research

Hi, I'm Juho, a business-oriented #softwareengineer from Finland.

I have been a software developer for over a decade, tech enthusiast since I was ten years old and I'm a big fan of indiehacker mentality.

I'm a developer behind #ADHDReader a Chrome extension to help you read faster.

Other than tech I'm into self-development and mentalhealth awareness. I also like to work on all sorts of DIY projects.

#mentalhealth
#indiehacker
#selfdev
#adhd
#gardening
#entrepreneur

Ping @Rhynorater this should be interesting โ˜๏ธ

Ok, this is ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ

Original code (from Bootstrap) vs. minified #javascript code ran through Humanify

I created a tool that un-uglifies #Javascript using chatgpt-3.5. It takes a minified input file and outputs a human-readable version

https://github.com/jehna/humanify

#opensource #bugbounty