Very unethical marketing by @BYJUS . In mussoorie held a day long camp,targetting poor kids . My house help ,who cannot afford a 400 RS fee at Shishu mandir for her daughter thought it was a free prog. She told me the โschoolโ will give daughter a โlaptopโ
iOS 14.0 "remote jailbreak" demo.๐ (RCE + LPE exploit)
Don't stay on versions on or below iOS 14.3. If you click a malicious link, bad guys would steal everything on your iPhone.
๐5 Startup Lessons I Learned The Hard Way๐
6m ago I left as CTO/co-founder of my first startup. We'd been nose-to-the-grindstone for the last 2+ years but results weren't close to expectations.
Here are my biggest mistakes & takeaways so that hopefully you avoid them.
๐
@ViCustomerCare This is not an issue with my number. This is how the app is designed. The app shouldn't save the credit card details without my consent and also later give me option to delete the saved card, both of which the current version doesn't do right.
@tickelton@fridadotre Thanks for the great write-up @tickelton. Few days back, I too uploaded a video tutorial on a similar idea. It's really fun! :) https://t.co/d3fFNX1f9P
To bust the myth that @fridadotre is a mobile security tool only, I created a tutorial video to "build your own PC game cheat engine with #frida" https://t.co/vSGgh2WOkI
Note: Read video description for details.
@GHSecurityLab The type of variable i is not mentioned which means the scope of the variable i not limited to the for loop only. It may get declared as "var" or a local variable i, might get referenced. This can be issue if this loop runs in an async function. #js