Live data from Hacker News

Hack the Box – Pentesting Labs for Free

hackthebox.eu

31–40 of 47 posts

Re: Hack the Box – Pentesting Labs for Free

#31

Asking the Hive Mind who might play with HTB, vulnhub and other labs (OSCP paid one): 1. Aside from: linux cmds, nmap, metasploit, sqlmap, mimikatz, kali's well known tools - what other tools are often used by pen testers ? 2. How is MFA beaten in today's enterprises ? 3. Do most engagements assume one is already in the network ? If not, how does one scan (basic OSINT towards their externally facing website, but let'…

1. Dozens (if not hundreds) of tools are used. It's all about personal preference, and what you're used to. Personally, I don't often use most of the tools you mentioned except Mimikatz; I use a commercial framework paired with many open source or private PowerShell scripts and .NET tools. 2. Something like evilginx2 can provide man in the middle functionality for stealing MFA tokens, or I try to find endpoints that…

Thanks for the detailed response!

Re: Hack the Box – Pentesting Labs for Free

#32
post #29

Asking the Hive Mind who might play with HTB, vulnhub and other labs (OSCP paid one): 1. Aside from: linux cmds, nmap, metasploit, sqlmap, mimikatz, kali's well known tools - what other tools are often used by pen testers ? 2. How is MFA beaten in today's enterprises ? 3. Do most engagements assume one is already in the network ? If not, how does one scan (basic OSINT towards their externally facing website, but let'…

1. Google/bing dorks still work well, burp suite.. 2. Phishing still works, a few platforms steal MFA input - u2f/Fido is pretty robust tho. The trick is to find apps and federation that don’t enforce 3.you would see all kinds, no one size fits all 4. Really good shops and teams know the defense and countermeasures but the vast majority I would say don’t care 5. Infosec communities and such really are key - moves so…

Thanks spydum!

Re: Hack the Box – Pentesting Labs for Free

#34

Asking the Hive Mind who might play with HTB, vulnhub and other labs (OSCP paid one): 1. Aside from: linux cmds, nmap, metasploit, sqlmap, mimikatz, kali's well known tools - what other tools are often used by pen testers ? 2. How is MFA beaten in today's enterprises ? 3. Do most engagements assume one is already in the network ? If not, how does one scan (basic OSINT towards their externally facing website, but let'…

>>1. Aside from: linux cmds, nmap, metasploit, sqlmap, mimikatz, kali's well known tools - what other tools are often used by pen testers ?

I think those + your typical scanners (Nessus, Nexpose, etc). One gap I know of, is proper organizational tooling. I.e how do store your results / reports / findings in an effective manner to be consumed downstream via other tooling. For us, it was a big uplift to standardize how our pen testers store and score results. We ultimately end of settling on a numeric score rather than "High" "Medium", "Low", etc and mapping back to CWE.

>>2. How is MFA beaten in today's enterprises ?

I think there are a variety of ways -- the biggest gap I've seen is improper configuration. I.e, not properly enforcing MFA on all aspects of your application. What if I steal your session and call the API to disable MFA on your account? Are all of your forms / pages / etc accounted for? Or just your home page?

>>3. Do most engagements assume one is already in the network ? If not, how does one scan (basic OSINT towards their externally facing website, but let's assume that is very secure)

There are definitely multiple levels of how tests happen in larger enterprises, we have some pivot externally to internally (both virtually externally, and physically externally, e.g getting past physical security). So it really depends on how much your budget is and your paranoia level :)

>>4. How well do pen testers know the defense side and amalgamation of so many defensive tools - how do they learn what to beat ? Is it really as simple as try to fingerprint and then look for known vulnerabilities on msf ? Or do pen testers not care if xyz enterprise is using this version of Palo Alto or a carbon black EDR etc.

Some testers come from engineering backgrounds and have deployed the tooling in the past and know a bit about it. We've even found vulnerabilities in some of the defensive tooling and products themselves. But, I've enforced the policy of not caring for my organization. Controls fail, new techniques come out, tooling becomes out dated.

We do factor defensive controls into the localized "prioritization" score for how we make developers and engineers prioritize what to fix, but ultimately, our pen testers do not care. Not to say that's the same for everyone else.

>>5. How do you keep up ? aside from Reddit

The "massive" banks have a lot of great user groups and information sharing -- personally, I keep up by constantly developing in my free time. If I'm not a great developer, then I'm not going to be great at what I do now.

>>6. any advice to future job seekers working their way into learning more infosec ?

Don't focus too much on being the most skilled hacker. Focus on the field you want to work in, and target the types of attacks and vectors that would be relevant to that area. Too many testers I interview are only focused on "look at how quickly I can place a shall on this box!" vs. talking to me about how "as a bank, you are more likely susceptible to physical attacks on ATMs and tunneling through some approved firewall rules to the core infrastructure, here's how I'd scope out some of the issues and pivot from there".

Granted my view is from more of an executive level than an actual tester these days, but I still have my share of fun finding things broken across the environment and discovering vulnerabilities and flaws :)

Re: Hack the Box – Pentesting Labs for Free

#36

Earlier quoted context omitted.

Yea I was hoping to sign up to, to try it out!

The clue is on the page... "Feel free to hack your way in :)" Should take you a moment or two if that's your mind set, a little longer if you need to brush up on your JavaScript, or a little quicker if you Google a walkthrough :-)

I tried to do a SQL injection on the invite code form and they blocked my IP for 15 min. I guess some technique's aren't allowed.

EDIT: Switched my target to the front-end and was able to get in pretty easily.

Re: Hack the Box – Pentesting Labs for Free

#38
I dont get it. Why not put a pc on your lan and try to hack that? What is the benefit to me here? How do i know that the 'labs' i am participating in are safe? Are they honeypots? or perhaps i am just being used in a covert plan to crowdsource an attack on a vic?

Re: Hack the Box – Pentesting Labs for Free

#39

Earlier quoted context omitted.

YMMV, but, in my experience the biggest difference between these platforms and "real world" is the amount of data available (generally). At big companies, if you were to run a red team exercise or pen test, most of the probing and data gathering you do is on confluence, open git repos, and other places of documentation. Not running nmap or sitting in the middle of two services and inspecting packets. That's not to sa…

I've been trying to learn infosec for a few years now with the eventual goal of either an offense/defense role. Plan to work on my OSCP next. I have a few basic questions please: 1. Aside from: linux cmds, nmap, metasploit, sqlmap, mimikatz, kali's well known tools - what other tools are often used by pen testers ? 2. How is MFA beaten in today's enterprises ? 3. Do most engagements assume one is already in the netwo…

I've replied to your thread level comment, but please do feel free to reach out to me if you want any advice or discussion: i@willcode.it

Re: Hack the Box – Pentesting Labs for Free

#40
post #36

Earlier quoted context omitted.

The clue is on the page... "Feel free to hack your way in :)" Should take you a moment or two if that's your mind set, a little longer if you need to brush up on your JavaScript, or a little quicker if you Google a walkthrough :-)

I tried to do a SQL injection on the invite code form and they blocked my IP for 15 min. I guess some technique's aren't allowed. EDIT: Switched my target to the front-end and was able to get in pretty easily.

They should really clarify "feel free to hack your way in using some techniques but not others"
Post reply on HN