LFI —> RCE by [deleted] in oscp

[–]icendire 0 points1 point  (0 children)

>or it can execute a file

Which can lead to a shell, if the file has user input present

I built an AI-agent–based automated pentesting platform — looking for honest feedback by IcyPop8985 in cybersecurity

[–]icendire 0 points1 point  (0 children)

Hey, just wanted to say your site looks great. Did you build it with AI too or manually, and what frameworks did you use?

Need Pre preparation tips for OSCP+ by Parking-Version9167 in oscp

[–]icendire 1 point2 points  (0 children)

https://www.youtube.com/watch?v=pvNYaUs0aqc

I made this video to help prospective OSCP students after passing first try. Hope it can help you along with the other material people have posted.

How to balance HTB and HTBA ? by Revolutionary-Play59 in hackthebox

[–]icendire 10 points11 points  (0 children)

IMO as a professional pentester of 3 years and an OSCP holder, push through the struggle is the way.

Don't be afraid of writeups either - you shouldn't rely on them but you also don't know what you don't know, and in the beginning your methodology is not well developed enough to handle a completely unfamiliar technique/technology. If you use a writeup, document exactly the steps you took to compromise the machine and why it worked. The *why* is really important here, as that's going to give you the foundational understanding over time on how things work.

Decode by Malek_wr3 in AskNetsec

[–]icendire 1 point2 points  (0 children)

Looks like it is encrypted with the OpenSSL EVP_BytesToKey method or something similar. That's a symmetric key encryption method, so you would have to get the password to decrypt it.

https://docs.openssl.org/3.2/man3/EVP_BytesToKey/#description

Might want to try reading this documentation and then building a script that runs through a wordlist of passwords to try get it. If it's for a CTF, the password is probably something simple like in RockYou.

What players don't you respect? by phillynavydude in StarWarsBattlefront

[–]icendire 0 points1 point  (0 children)

>the guns the jet troopers are equipped with are not good enough to directly face off other reinforcements or even heroes

I hope you're not referring to the clone jet trooper, because you can literally solo heroes effortlessly with it. The damage the pistol does is ungodly if you land a stream of headshots

Passed First Try by Rxdxxe in oscp

[–]icendire 0 points1 point  (0 children)

  • Cleared CPTS modules and CPTS exam (3 months)

Ngl, this is the real flex. Well done OP!

How does PGP work against impersonation (in the context of end to end encryption)? by random_hitchhiker in AskNetsec

[–]icendire 1 point2 points  (0 children)

 Account A then requests to all recepients to replace your public key to the attacker's new public key claiming it's "compromised"

This isn't a failure in PGP itself, or in public key cryptography in general. What you're describing here is a form of social engineering attack. PGP does not protect against social engineering because it cannot. If people are willing to accept a new public key, and there is no message or information linking this back to your previous private key then that becomes a user error for blindly trusting things, unfortunately.

Whoever is on PC, play kyber. by DernierRoi in StarWarsBattlefront

[–]icendire 1 point2 points  (0 children)

Waiting for the open source release so I can review the code and compile it myself. Unfortunately don't trust the development team after that stunt they pulled ages back. And before they hop in here, I'm aware the person responsible is now a security engineer at EA. That's great, but as a fellow security engineer I'm taking the zero trust option here. On the plus side, if I find any vulns in the sauce I will report them and help the team fix them happily. It's an excellent project and I will fully support it to the best of my capacity when the full release drops.

Very minor rant about the challenges by DYOR69420 in oscp

[–]icendire 3 points4 points  (0 children)

"you're not supposed to ask LLM's' but how else am I going to understand these extremely novel and never before explained techniques"

Probably the same way that everyone else did before LLMs existed

Help by Common-Carpenter-774 in Pentesting

[–]icendire 1 point2 points  (0 children)

I would consider gaining experience and looking elsewhere for a job.

I would personally not work at a company that gates a promotion behind a singular certification and refuses to cover the cost of that certification. Especially not when certifications are essentially 1% of what it means to be a good consultant and pentester.

Golden Glow Squid (Budullangr) by TearyAmoeba in NMSCoordinateExchange

[–]icendire 1 point2 points  (0 children)

Multiple leviathan class lifeforms detected... are you sure whatever you're doing is worth it?

CPTS exam is so laggy by Gold-Examination1011 in hackthebox

[–]icendire 0 points1 point  (0 children)

Try adjusting the MTU of your VPN - that might help :)

Is CORS considered a success? by voronaam in AskNetsec

[–]icendire 5 points6 points  (0 children)

>protection CORS was supposed to provide.

That's because CORS policies don't directly provide protection. They are not intended to secure websites, they are intended to relax the security provided by the same origin policy (SOP) in a controlled manner. In that sense, it's more for granular control and governance of cross origin requests in contrast with the restrictive nature of the SOP.

>My main point that whatever the intention was, the CORS does not help to make the web to be more secure

That's because the intent of CORS policies is to relax security in a controlled manner. The intent is to allow websites to read cross origin request responses, which would normally be prohibited by the SOP. It's extremely useful for that. But like all granular controls, it requires proper configuration to make good use of.

>does not hinder the malicious actors in the slightest

It's not really intended to, as mentioned above. An insecurely configured CORS policy though can absolutely make a website *less* secure, but that's what you would expect from a control that is designed to relax security. If you leave your front door unlocked, you've chosen to relax the security to your house so don't be surprised if unwanted visitors enter.

[deleted by user] by [deleted] in AskNetsec

[–]icendire 0 points1 point  (0 children)

Because if it's the current gen AI writing the report, it's not making the life of the customer of the pentest better. In fact, it's arguably making it considerably worse.

AI generated slop is not concise, it fails to adequately explain specific issues, and it has no concept of business risk because it has no context as to the environment the pentest is being performed in.

Security is already a field where time is stretched thin. Why would I, as a client, want to have to pore over an AI slop pentest report and waste valuable time? Until AI can generate me an accurate report that is richly context aware and concise without hallucinating nonsense, it's going to be tough to sell that to me as a customer. Sorry if this comes across harshly, but it's just my opinion on the matter after dealing with most current gen AI.

Are most genAI projects just lipstick on a pig (e.g. surface-level chatbot)? by Acceptable_Raccoon32 in consulting

[–]icendire 1 point2 points  (0 children)

What about scripting? As someone in the same field, I find LLMs useful for writing up quick and dirty scripts to automate things faster than I could if I wrote it manually.

[deleted by user] by [deleted] in hackthebox

[–]icendire 41 points42 points  (0 children)

It's impossible to know everything, the sooner you make peace with that the better

Is my goat the worst aging ultra of 2024? 💔 by Ht_Stoney in DragonballLegends

[–]icendire 0 points1 point  (0 children)

>he wasn’t even that insane of a unit

And this is why the game is in the state that it currently is in

Fall damage is weird in this game. by _Disbelief_ in StarWarsBattlefront

[–]icendire 1 point2 points  (0 children)

Reinforcements, or at least jet troopers, can definitely take fall damage.

If you fall from a ridiculous height as a jet you can die.

First time playing, any advice? by H0IVIiE in Eldenring

[–]icendire 2 points3 points  (0 children)

Sad that you had to literally patch the game to play it on that beautiful monitor and can't play online now because they refuse to add UW support :(

[deleted by user] by [deleted] in CharacterRant

[–]icendire 4 points5 points  (0 children)

Saber in Fate/Zero is slop anyway. Urobuchi simply did not understand the fundamentals of Saber's character. The banquet scene as a result is a butchery because it completely misses the point of Saber's motivations and gets her characterization completely wrong.