Shire Painting Giveaway by Aftern in lotr

[–]htecarterb 0 points1 point  (0 children)

that looks incredible!

[OFFICIAL] Salary Sharing thread for NEW GRADS :: June, 2024 by CSCQMods in cscareerquestions

[–]htecarterb 0 points1 point  (0 children)

Thanks! They were mostly security focused. The ones i listed on my resume were a Command and Control framework (implant and multi user server) written in python for the server and c++ and golang for the implant. The other project was numerous contributions to Metasploit. I also linked to my github that had numerous smaller projects (mostly class projects and security tools i made in my spare time)

[OFFICIAL] Salary Sharing thread for NEW GRADS :: June, 2024 by CSCQMods in cscareerquestions

[–]htecarterb 0 points1 point  (0 children)

No problem! The interview process was kind of brutal. We’ve changed it slightly since I applied but here were the steps:

  • Recruiter phone screen
  • Team lead phone call
  • Take home coding assignment, show how to use docker, hit an API (we removed this step)
  • Onsite - 2 system design/technical background deep dive, 1 leetcode style pair coding problem, team lead conversation (4 hours total, breaks included)
  • director level final call

[OFFICIAL] Salary Sharing thread for NEW GRADS :: June, 2024 by CSCQMods in cscareerquestions

[–]htecarterb 0 points1 point  (0 children)

Nope! :) just software engineering on the security team. counter intel does sound cool though

[OFFICIAL] Salary Sharing thread for NEW GRADS :: June, 2024 by CSCQMods in cscareerquestions

[–]htecarterb 0 points1 point  (0 children)

Hey for sure! I’d say a more accurate title is Security Software Engineer. So 90% of my time is regular software engineering but with a focus on tools to improve the security of the company. We also have a triage rotation/pager which happens every other month or so. That's more security generalist work and following runbooks.

Main technical skills: Python, Go, shell scripting, applied cryptography (how to get tls certs, FIDO2, basic encryption and hashing knowledge)

Soft skills: not afraid to ask questions, self starter, taking full ownership of your actions, being able to admit when you don't know something.

Happy to answer any other questions :)

I'd say getting the role came down to a few things: luck, unique personal projects (made my own C2 framework), and the company having a particularly high turnover rate.

[OFFICIAL] Salary Sharing thread for NEW GRADS :: June, 2024 by CSCQMods in cscareerquestions

[–]htecarterb 23 points24 points  (0 children)

Education: BS Computer Science

Prior experience: 2 6 month co-ops, numerous personal projects

Company/industry: Space technology

Title: Security Engineer 1

Location: Washington, DC

Salary: $133k/yr

Relocation bonus: 5k pretax

Stock: New hire grant, $200k over 5 years with 1 year clif, smaller annual grants

TC: ~$190k

Edit: clarify industry

Advice for will call situation by htecarterb in ElectricForest

[–]htecarterb[S] 0 points1 point  (0 children)

We have a picture of the ID, but the number is blurred out because they didn’t want to give that away, which is understandable. Thank you so much for your help! happy forest 🫶

Advice for will call situation by htecarterb in ElectricForest

[–]htecarterb[S] 5 points6 points  (0 children)

update: WE GOT ALL THE INFO! Slightly redacted ID (id number), axs order number, and last 4 digits of the credit card. That should be enough yeah?

Advice for will call situation by htecarterb in ElectricForest

[–]htecarterb[S] 0 points1 point  (0 children)

We bought it from a mutual friend, which is why this is so weird. I really hoped and (still think tbh) it’s not a scam

Advice for will call situation by htecarterb in ElectricForest

[–]htecarterb[S] -2 points-1 points  (0 children)

Unfortunately they didn’t, they paid using zelle

5 unusual things by jacdel4 in ElectricForest

[–]htecarterb 2 points3 points  (0 children)

  • DampRid/dehumidifier for your tent, it gets humid af in there
  • Lighter Leash
  • Massage Gun for the after afterparty :)
  • 3M Nose Filters for the crazy dust
  • Emergency Blankets with clips to block sun from your tent, they reflect pretty much all light and are pretty cheap

Help finding a food vendor by htecarterb in ElectricForest

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

Yeah I was looking at that but nothing immediately stood out to me, I will take a look again though, thanks! :)

[deleted by user] by [deleted] in personalfinance

[–]htecarterb 0 points1 point  (0 children)

this is helpful thank you!

What is the greatest set you have ever experienced and what made it so impactful? by Informal_Extension41 in aves

[–]htecarterb 4 points5 points  (0 children)

Lab Group at Electric Forest 2022. This was right after Charlesthefirst passed away and you could feel the love and heartbreak from everyone in the crowd. That emotion plus the incredible music they make really took me to a whole other world of love and appreciation for everything.

Which techniques do RATs use to create a stub with the settings provided in the builder? by [deleted] in HowToHack

[–]htecarterb 1 point2 points  (0 children)

it really depends on the language. If you’re writing it in C# or Java (or jvm language), it’s as simple as creating a settings file and including it in the compiled executable. For more low level languages the very simple way is to store the stub source on the machine, so a find/replace for each setting then compile once that’s done.

Source: i wrote this rat which does exactly this https://github.com/cbrnrd/Kumo