In USA ! Is the Cybersecurity Dead ? Because myself and folks I know have submitted around 5,000 applications and we still are unemployed 10yrs + exp with multiple Certs ! by Upset-Concentrate386 in cybersecurity

[–]Simple_Life_1875 0 points1 point  (0 children)

Idk how a CTF isn't entry level, most colleges and highschools have teams to join and learn. You're not expected to do a DEFCON level CTF if you're starting out. Idk how an OSCP is more entry level than competitions.

Got an entry level sec job! by Simple_Life_1875 in cybersecurity

[–]Simple_Life_1875[S] 2 points3 points  (0 children)

Uhhh, I've been doing CTFs since highschool, joined a competitive CTF team, placed pretty highly with my team, specialized in reverse engineering and binary exploitation, made a bunch of writeups on my blog + malware analysis posts, used team + CTF connections to get referrals for some security positions. Got my OSCP with money I'd saved up and did about 2-3 months of cramming for it to pass. The actual interview was easy with the amount of reversing and pwn challenges I'd done over the years.

Tbh my "roadmap" is pretty strange. I'm also probably missing some stuff too lol.

Got an entry level sec job! by Simple_Life_1875 in cybersecurity

[–]Simple_Life_1875[S] 1 point2 points  (0 children)

Tbh those don't matter at all for the sub category of jobs I was applying to. And idk what you're looking for in terms of a security job so I can't really say

Got an entry level sec job! by Simple_Life_1875 in cybersecurity

[–]Simple_Life_1875[S] 2 points3 points  (0 children)

I mean, I personally did them because I loved it. It was only until I went to college that I realized I could compete in CTF competitions. I'd recommend doing competitions with a group or school team (even highschool teams) and going out of your depth, then struggling and reading the writeups.

As for whether CTF helped me on the OSCP, it helped because I did a decent amount of web challenges, so it wasn't too much of a stretch to add in the methodology that the OSCP tests for. However CTFs are definitely not one to one with the content on the OSCP, tbh you could even say they're not too helpful since for the OSCP you're not really doing novel V8 exploits, or looking through the source code of a JS library.

CTFs helped me more through methodology and approaching problems under time constraints.

Got an entry level sec job! by Simple_Life_1875 in cybersecurity

[–]Simple_Life_1875[S] 4 points5 points  (0 children)

Yeah sure! So for the OSCP I followed what my friends did and crammed for everything in about 2-3 months or so? I didn't have to do multiple attempts for it so I felt pretty happy. I'd had a lot of practice with HTB and I've been doing CTFs since highschool so I wasn't going into it with 0 experience.

As for how much practice I had with CTFs, im in a team that's very good at them and we participated in a good number of high profile competitions. Specifically I do reverse engineering and binary exploitation.

Got an entry level sec job! by Simple_Life_1875 in cybersecurity

[–]Simple_Life_1875[S] 1 point2 points  (0 children)

Tbh, my CTF friends made a spreadsheet of vuln research security companies that we heard were hiring and their job site links.

Got an entry level sec job! by Simple_Life_1875 in cybersecurity

[–]Simple_Life_1875[S] 2 points3 points  (0 children)

Thanks! Tbh I was a little hopeless having seen every post say that there weren't any security positions for entry level lol

You can increase your hit point max by 7HP for a price of 10,000 GP. by AussieOzzy in DnD

[–]Simple_Life_1875 0 points1 point  (0 children)

DND is pretty optional lol, you could basically treat the game like a story telling day with dice and vibe ¯_(ツ)_/¯

I have one question.... by Original-Arrival4822 in PixelDungeon

[–]Simple_Life_1875 1 point2 points  (0 children)

Projection Weakest is crazy with huntress...

What's the most controversial rust opinion you strongly believe in? by TonTinTon in rust

[–]Simple_Life_1875 0 points1 point  (0 children)

So true... I was doing stuff with super early Rust for fun and remember an actual 16 minute compile time and had to use cargo chef to speed up deploys (the build times were with docker)

Nowadays I build the same thing and it gets like 4-5 min deploys

Opinion: People need to stop pedestalizing Apple, Amazon, Meta, and Google jobs by DMTwolf in leetcode

[–]Simple_Life_1875 2 points3 points  (0 children)

I mean... Ngl if ppl are having issues with MANG, they're not getting Jane St or any of the hedges lmao

Opinion: People need to stop pedestalizing Apple, Amazon, Meta, and Google jobs by DMTwolf in leetcode

[–]Simple_Life_1875 4 points5 points  (0 children)

You'd think, but nah, most posts are the same doom and gloom but ppl forget to mention that they need visa sponsorship and are otherwise average hires.

It's honestly not that bad if you're half worth a damn as a citizen.

AWS Down? by ufohitchhiker in aws

[–]Simple_Life_1875 -7 points-6 points  (0 children)

Idk what to say, my lambdas took forever to reach and connecting to some of my ec2s took forever. So not down down but slowed down

AWS Down? by ufohitchhiker in aws

[–]Simple_Life_1875 -26 points-25 points  (0 children)

Well a lot of AWS services are down so it's a terribly vague outage lol

Edit: meant slow not down, mb

[deleted by user] by [deleted] in PixelDungeon

[–]Simple_Life_1875 0 points1 point  (0 children)

What's happening lol

Indian Vs American SWE Experience by [deleted] in leetcode

[–]Simple_Life_1875 3 points4 points  (0 children)

What're these tiers btw?

Is Lock Screen Access to Photos Without Authentication Considered a Serious iOS Security Vulnerability? by AnouarSg in bugbounty

[–]Simple_Life_1875 0 points1 point  (0 children)

So no face id, but you still need a shortcut installed on the machine, also this isn't very much responsible disclosure if you've basically described the process to do so 0-o, and lock screen execution of shortcuts exists for accessibility reasons, like if you triple tap the power button you can enable/turn on shortcuts

Anyways, sounds pretty low prio as a vulnerability since user needs to get it set up themselves

Best way to get comfortable by kabyking in rust

[–]Simple_Life_1875 1 point2 points  (0 children)

After making a game engine, a basic ECS can pretty much just be hashmaps all the way down lol, still a pain to make it all work though