#modules

1 messages Β· Page 30 of 1

candid zephyr
#

It's a domain user who has administrative rights on the local machine.

halcyon pulsar
#

Hello @everyone

#

I want hacking service...

#

Any professional hacker online?

#

I will okay

#

Don't worry I will pay you for that

pliant sage
#

failed to understand the question

candid zephyr
#

Yeah it's slightly confusing to be enumerating the local box when you're doing all these domain queries

#

Just FYI if you're not save all the creds you uncover throughout the course of this module. It has you re-using things without expressly telling you.

placid quest
#

@halcyon pulsar u are on the wrong place

pliant sage
#

@candid zephyr can u help me w/ smth else?

#

I'm trying to solve the last question with ldap filters

fathom mortar
#

Hello. Can anyone help me to decrypt a file please

pliant sage
#

question is 'Utilizing techniques learned in this section, find the flag hidden in the description field of a disabled account with administrative privileges. Submit the flag as the an'

#

I've tried this: dsquery * -filter "(&(objectClass=user)(memberOf=cn=administrators)(userAccountControl:1.2.840.113556.1.4.803:=2))" -limit 5 -attr sAMAccountName

#

but the (memberOf...) part seems to be incorrect

pliant sage
fathom mortar
#

Im not able to upload the zip file here, can I dm you?

pliant sage
#

nah no offense but I'm not gonna open random files you send me mate

fathom mortar
#

Its actually a prerequisite for internship

#

Like those who do it, will qualify for the next round

pliant sage
#

i suggest you try using john the ripper

fathom mortar
#

"Hello Everyone,
Need to decrypt this files. Interns who will successfully decrypts it, gets chance to work on investigation of ransomware attack case."

pliant sage
fathom mortar
#

Its not a password file. It has DumpStack.log in it

#

And the other file name is "BOOTNXT.vision"

pliant sage
#

yeah no when I said I could help you I thought you were working on a htb academy module, helping you cheat your internship isn't really part of my job and/or skillset

candid zephyr
fathom mortar
#

Well, I just want to qualify the round 0

vital adder
fathom mortar
#

Ahh okay, so what do you suggest?

candid zephyr
pliant sage
fathom mortar
#

No like, they gave 2 days to complete this task, so just would like to know where to start

vital adder
#

so you do know anything about cryptography or encryption?

candid zephyr
#

If you don't know where to start you failed the challenge. Sorry amigo.

pliant sage
#

i just skipped the filtering of administrative privileges lol

candid zephyr
#

Haha dw. If you want to remember an actually useful way to do this you'd really do it with the get-aduser command imo

#

Get-ADuser -filter {(Enabled -eq $false)} -Properties Description

#

It's a much more normal powershell syntax.

pliant sage
#

noted, thanks

hollow thunder
#

im having a logic failure here. Im on the AD assessment but im having a hard time getting mimikatz to work on on my reverse shell

candid zephyr
hollow thunder
#

For example I transfered mimikatz over to the target machine along with all of its other files. I have a reverse shell, as NT authority using (Powershell). I'm trying to execute mimikatz, but everytime i try my shell just stalls out

candid zephyr
#

You mean the shell hangs?

hollow thunder
#

yep

candid zephyr
#

And you're system?

hollow thunder
#

yes

candid zephyr
#

Why are you using a reverse shell and not creating a user for yourself... big_think

hollow thunder
#

valid

#

L me

candid zephyr
#

It's funny these modules get you out of the habit of basic thinking haha

marsh pumice
#

Yeah, thank you!

#

Thanks! I'll def check out this vid

rustic sage
#

Looking for experienced programmers and maybe engineers to possibly be a mentor along the way of my learning journey. Please feel free to DM me

thorn pecan
#

Can someone possibly have a quick message with me regarding AD test 2?

torn blade
#

im on the ffuf module and ffuf wont work. Im running the exact command and have checked my IP address multiple times but every time I get 0 results. I dont even get the one provided the 'blog' one

#

Dirb was able to find what I need but i feel like i should be using ffuf since its a ffuf module

candid zephyr
#

What's your command?

torn blade
#

like literally the first one ;_;

candid zephyr
#

is in*

torn blade
#

i moved the wordlist to my curretn direcoty so i wouldnt have to do the whole /xx/xxx/xxx/xxx bit

candid zephyr
#

ah okay.

torn blade
#

it runs but all the results are just " Progress: [2215/87664] :: Job [1/1] :: 0 req/sec :: Duration: [0:00:00] :"

candid zephyr
#

oh wait your command is weird

#

you don't need that :FUZZ after the wordlist.

#

ffuf -w /usr/share/wordlists/dirbuster/directory-list-2.3-small.txt -u http://157.245.35.145:31627/FUZZ

torn blade
#

owo ill try

#

nothign

#

*nothing

storm jackal
#

are you on the ffuf module?

torn blade
#

yeah im on the frist fuff module

#

like ik the anser but got it with dirb, i just want fuff to work

#

fuff still isnt giving me anything :(

storm jackal
#

yeah your command looks right, let me try to replicate and see how it works for me

candid zephyr
#

it literally works for me

storm jackal
candid zephyr
#

so idk

storm jackal
#

yeah it should be one of the first hits you get

candid zephyr
#

are you suing ffuf on the attack box?

torn blade
#

i beleive so

#

i dont have it in usr but have the list in opt

iron basin
#

I am blonde things tend to fly over my head lol

candid zephyr
#

what I mean is it could be filtering out the status code

#

when you run ffuf what do you get here: :: Matcher : Response status: 200,204,301,302,307,401,403,405,500

thorn pecan
#

I guess the crux of what I'm asking for mine without giving anything away is I got a fairly obvious password in sekurlsa::logonpasswords but it has the heading DefaultPassword, is there somewhere i can see what that password is for or do I just have to try users

torn blade
#

i just retired the command using what gateberg posted, its running, ill see if i get anything

#

this one is running differently

storm jackal
#

are you getting output? your answer should come early in the scan

torn blade
#

i got the anser

#

ok but fr, the command i put in should have for all purposes worekd right?

thorn pecan
#

Did you buy chance copy the wrong word list with the right name? Lol

torn blade
#

naw i double checked it and nanod to make sure it wasnt like empty or something

#

like all i did was move it to my home direcotry ;_;

storm jackal
#

that's weird...host could've been down? not sure

torn blade
#

welp glad it worked

storm jackal
#

i have ran into weird things with some of their assessments being ran on public ips and ports

candid zephyr
#

They generally host their random web things on a public docker IP

#

Same for challenges etc.

torn blade
#

like is my computer just being dumb

#

nvm imma just move to hashcat and come back later

tidal compass
#

Hello everyone. I'm in the SQLmap essentials. Case 4. I've tried darn near everything. Can someone please point me in the right direction? I'd really appreciate it. PM would be best. Thank you ahead of time.

swift forge
#

When I am looking up services using PowerShell do I only need to type in Get-Service?

#

Powershell is not recognizing Get-Service on the Pwnbox, anyone have any ideas?

#

It helps if I put in the command in the right location...

vital adder
swift forge
#

Can anyone give me a hint to the non-standard update service for the Windows Fundamentals module?

swift forge
#

Found what I was doing wrong using the forums. Had the right service just did not add .exe onto the end of it... Very infuriating when I learned that.

rustic sage
#

Anyone know where i can contact MrR3boot?

vivid aurora
#

How can I bypass the internet censorship in iran?

weak kindle
#

@rustic sage @vivid aurora I think you should post your question in #general πŸ˜„

vivid aurora
#

aight

#

There ain't no general channel for me tbh

rustic sage
#

Same

weak kindle
#

You need to first link your HTB account with your discord profile

vivid aurora
#

umm how

weak kindle
vivid aurora
weak kindle
vivid aurora
#

When I can't access the website lol

weak kindle
#

Well I see your issue now

#

PM me can discuss further

warm kernel
hollow radish
#

Hello guys i have a question, how much time does a machine stay active without stop it?

warm kernel
#

90 mins

hollow radish
rustic sage
#

Good evening! Anyone working around the credentials hunting in Linux!

#

been stuck for a while with this one 😦 😦

storm jackal
warm kernel
#

any clues you can give without giving away too much?

rustic sage
warm kernel
#

tried a bunch of wordlists on each of the domains listed and the main one with no hits

storm jackal
#

yeah utilize some of your publicly available sources, using a tool or wordlist won't help much

warm kernel
#

hint says to use sublister, but I haven't found a solution to the virustotal error

#

ah over DNS, im assuming

storm jackal
#

yeah

warm kernel
#

that hint is misleading then, ahah

#

maybe ill need it after, but thats why thats all I was focused on. Thanks for the redirect

storm jackal
#

i agree, at least that's how I was able to find the answer, not sure if there is a right way with sublist3r, but using sublist3r just lead to me hours of scanning with not the result that i wanted

warm kernel
#

alrighty thanks! DNS discovery it is then when I get back to my pc

rustic sage
#

Any hints in the linux hunting credentials module!

warm kernel
#

no idea if I did it

#

link?

rustic sage
#

general question... I`m trying to copy files from a ssh session to my pawnbox...

twin lotus
#

I have a problem in JS Deobfuscation, with who can I contact

rustic sage
#

I started the smbserver in my pawnbox but in the ssh session it doesnt find the pawnbox...

warm kernel
rustic sage
#

"Obtain a shell on the system and submit the contents of the flag in the /home/erika directory"

#

Can't have a remote shell with php

#

Can't login to ssh via erika

#

Where have I to look for?

#

Wordpress module

vital adder
#

which section?

vital adder
rustic sage
#

Last section

#

Also last question

vital adder
#

so according to my note the ||erika|| user is one of the admin account and you should be able to just change one of the theme to get a shell (also spoiler tags)

rustic sage
#

Yes i have already tried that way

#

I receive an error from wordpress

twin lotus
vital adder
vital adder
twin lotus
#

and I have verification account issue, it does not send the email verification, I don't know with who can I contact

vital adder
vital adder
#

you'll need to verify your account first use ++verify at #bot-commands

red obsidianBOT
#

There is no flag here. Get back to hacking!

rustic sage
#

how can i send a scrennshot here?

inland parrot
#

what is up with the target system spawning? Spawned targets are up for a few seconds before they go away. Not long enough to complete any modules

vital adder
#

did you refresh the page?

#

if you did and you have a docker target then that's the issue

warm kernel
#

ive had that happen to me 20 times yesterday.... glad im not alone xD

rustic sage
#

++verify

little whaleBOT
#

Please see your DMs for instructions on how to verify your HTB account.

inland parrot
#

nope, not refreshing. I click Spawn target system. It gives me an IP. Can sometimes curl it once or twice before it goes away and the connections time out. Was using PWNBox just switched to VPN. Same issue

#

can't even use wpscan:
Scan Aborted: The url supplied 'http://10.129.191.110/' seems to be down (Timeout was reached)

warm kernel
#

when I was having that issue, I would keep a terminal open with a ping cmd, just to see when its up or down, it would cycle all the time... pretty annoying

#

would be down 10-15 minutes at a time

inland parrot
#

was REALLY annoying last week when I had to exploit on and then priv esc. Kept getting kicked off after about 30 seconds. Seems to have started last week sometime

warm kernel
#

yeah that sucks!

broken warren
#

On the attacking common services> attacking SMB. Question 2 gives a user name 'jason' and the password list is given as well in the resource tab. But when I run CME it doesn't work.

rustic sage
#

Any hints on the linux hunting credentials module?!?!

candid zephyr
thorn urchin
warm kernel
#

truetrue, I find this area is good to ask for hints, or redirection πŸ™‚

#

its easy to waste hours in the wrong area ahah

candid zephyr
#

Everyone gets stuck that's part of learning. A lot of people think it's a race though and just think by clicking next a lot they'll magic some knowledge.

thorn urchin
#

the skill assessments at the end of modules often require a synthesis of learned information and so I expect people to get a bit more tripped up there. But particularly when the issues arent on the skill assessment, lack of notes is usually the fault.

and doing the necessary synthesis of knowledge is also a lot harder if notes werent taken.

#

the second most common issue Ive seen so far is that people will like toss out knowledge from previous modules or think "well the module didnt teach this part so I cant do anything" and its like well you cant let those things limit you, need to have some amount of your own initiative to do well.

#

There are several modules that have been notoriously difficult but are nearly trivialized if you used the knowledge from the pivoting module or the ffuf module.

rustic sage
#

I require assistance with the OpenVAS skills assessment lab in the vulnerability assessment module. I know where to find the answer but I do not want to download OpenVAS as I prefer Nessus, I'm still accessing Nessus from the previous lab but can not get the specific answer for two questions. Could someone private message me, I basically just want the answers so that I don't need to go through the process of downloading and using OpenVAS. Thank you.

#

I managed to find an interesting solution to me problem lol, resolved.

thorn urchin
thorn urchin
#

one of many lol

dusky sparrow
#

πŸ‘‹

#

damn that fox got torque

#

is there any way to search for just free modules?

#

or do you just have to click around until you find them?

vital adder
#

all tier 0 and 1 module are free

#

it will cost you 10 cube and you will get 10 cube back

pseudo anchor
#

Need help on the "Broken Authentification" modules, for the final assessment. The support page mentions "other accounts" that we can contact by adding a country code, but I don't understand what I should add it to, as appending country codes to "support" doesn't work...

vital adder
#

hint ||username.(country code)||

toxic blade
solid python
#

@rocky marsh

rustic sage
solid python
#

Oh hey invoke haha

rustic sage
#

Hiya how ya doing

solid python
#

Doin good Peepo_Cowboy_Love

rustic sage
#

Nice ;')

pastel ginkgo
#

For the File Inclusion module on Log Poisoning was anyone else having trouble getting it to work?

#

I have tried both curl and burpsuite and once I apply the poison I can no longer see the logs/ execute cmds

thorn urchin
#

basically any error at all will brick your injection and you have to restart the box

#

you can often include the error.log to get what php error youre getting with your injection

#

when I did the assessment it was like ten rounds of inject -> fail -> check error log -> come up with different variation -> reset box -> inject again

pastel ginkgo
#

im doing word for word what they are doing, im just copying and pasting into burpsuite q.q

#

rip I dont know how much id use this real world if 1 failure means its bricked

thorn urchin
#

imo log poisoning is the last ditch effort of LFI exploitation

#

you do it once you exhausted all other methods, and yes I even tested if the kinda new php filter chaining payload works on the assessment and it does not.

quasi wave
#

there should be a digital forensics pathway

#

like as a job-role path

#

IMO

#

it would serve as a great complement to the other pathways

dusky sparrow
#

yeah log poisoning with LFI is kinda risky, if you fuck up you have to wait for the logs to rotate or you're just going to have syntax errors no matter what

thorn urchin
#

eh blue team focused stuff is not nearly as popular on HTB, what blue team content is there is kinda just there lol

quasi wave
#

well, there should be a place to go online to learn all different kinds of digital forensics: network forensics, web app forensics, linux/windows forensics, etc

thorn pecan
#

I don't disagree I just think it's not as perceptibly cool or flashy, though it fascinates me

graceful rampart
#

That

#

HTB usually just keeps it to red team

dusky sparrow
vital adder
#

if you mean stuff on htb then nope i'm not on there

dusky sparrow
#

lolwut

#

I guess I thought you were responding to me, and about HTB

thorn urchin
dusky sparrow
#

Ah, there's where my confusion is then

rustic sage
#

i need some help by someone that know alot about computer and router

thorn urchin
wide path
#

Hello I did the Login Brute Forcing module and I am facing something very weird : for the last question of the last assessment when connected to ssh as ||harry.potter|| when I try to brute force the ||ftp|| account for ||g.potter|| it doesn't show the password. I watched a video showing it in 5 seconds (https://rumble.com/vrjon5-hack-the-box-academy-login-bruteforcing-with-hydra.html). I faced the same problem during all the module and I wanted to know if someone have had the same problem or if I can contact an admin ? PS: I tried to reset my pwnbox and the target and I tried on my personal VM but nothing change ...

Rumble

Video guide for HTB Academy Module: Login Bruteforcing

woeful ermine
#

@wide pathwhat wordlist did you use? maybe its not have the password

wide path
#

the rockyou-30 from the target machine

#

I used the exact same command as in the video

woeful ermine
#

I had some weird problems with hydra. And I started to use ncrack when I had them. If not use meta

wide path
woeful ermine
#

yes actually that happened

rustic sage
#

Hello is it just me but when ever I sign up on academy.hackthebox.com I do not get a verification email? I checked I did spell my email correctly

thorn urchin
rustic sage
#

thx tho ill reach out tmr

#

I saw the CPTS course and wanted to give it a go now but...

rustic sage
#

please teach me to hack crypto

#

i need to hack some crypto like $100,000 would be enough

thorn urchin
sly tapir
#

Why people come in here all the time asking that bs

thorn pecan
#

Reactions

rustic sage
# rustic sage please teach me to hack crypto

Hacking crypto is one of the worst things you could do. Don't steal peoples hard earned money. You really need to think about your life choices and ask yourself how YOU'D feel if someone stole your entire life savings. I hope if you steal someones crypto you lose it all and go to prison

thorn pecan
#

Long press message if on mobile

sly tapir
#

Someone needs to howl to the nightwolf πŸ˜‚

rustic sage
#

there much better haha

thorn pecan
#

Chef kiss

thorn urchin
#

really academy section just needs to add verification to see the channels and itd fix 90% of these spam messages

graceful rampart
#

Lmao

#

Facts

rustic sage
#

If anyone got the time tomorrow, could someone help me out with file transfers? Bit of a tricky module. Says it takes three hours- not so sure on that.

raven cairn
#

Ngl this is definitely one of the easier modules

rustic sage
#

Not for me TwT

raven cairn
#

We all have different skill levels and that is ok. What is most important is having a growth mindset

rustic sage
#

I went in with a bad mindset and now im just more annoyed at it, which is a shame

#

But I bounced back this evening and got over myself and just for on with it and took notes

rustic sage
#

send me a dm @rustic sage

#

I said tomorrow, sorry. Been looking at code too much today

#

ok well what time you gonna be around tmrw its not a bad module and is super useful as you progress

#

0900-1400 GMT

#

still dm me real quick will only take a second

#

if not thats cool i'll be around tmrw

thorn urchin
#

bold to assume itll be real quick without knowing what aspect theyre struggling with.

#

unless youre just handing out answers which is no fun

rustic sage
#

Yeah I just want to be guided

#

I hate having answers handed out to me or spoilt

pastel ginkgo
#

So im stuck on the file inclusion skills assessment || I've found page but I cant figure out where to go from here, I tried getting the source code to the index.php but so far ive gotten nothing ||

#

and when you figure it out

#

it smacks you in the face like duh

#

every. single. time. lol

rustic sage
sly tapir
pastel ginkgo
#

For the File Inclusion skills assessment, I can see the flag with ls but when I try to open it with cat according to the error logs it does not exist..

#

im pulling my hair out

thorn urchin
#

your pathing for it good?

runic rampart
#

Good morning, please tell me what I need to answer, I do not understand?
Introduction to Windows Command Line,
Finding & Filtering Content,
What defines the functions of our objects?

pastel ginkgo
#

I've even tried adding more ../ and its not taking it

#

also tried url encoding

thorn urchin
#

maybe the / is being encoded weird

pastel ginkgo
#

it works with ls fine

rustic sage
#

i really need some help with the attacking email services module? i could use some hints. Spent 2 hours tried every command i could think of and everything in the lab guide. DM if you want to help I'm 60% done so I'm sure I could help you at some point

primal crag
#

Hi everyone, I need a nudge in the right direction for sqlmap essentials case 5, can anyone assist?

void gorge
#

Hi guys! I need help! I tried to sign up for this course called getting started, when I tried to sign up it redirected me to verify my email. But it did not send me the verification.

hollow thunder
#

Can anyone nudge me for AD assessment 1

#

I have a few ideas maybe i can present them to you

void gorge
#

nevermind I got nothing on my spam

kind turret
barren stone
#

I wish the HTB academy would update their Windows Fundamentals course, sailed through it all months, maybe a year ago, but had to stop on the last two questions of the skills assessment because it thought that the SID is wrong, it wasn't. I asked for help on here and I was responded as either "that's weird," or "I don't know what the module is." The Module is dated on Windows 10 and teaches depreciated commands even older. I am bitter because this module has made me stop using HTB for almost a year. I reviewed it just now, and I still stand by this. Unorganized and jumps from 0-100. Sorry for the rant, but not sorry.

latent garden
#

go be fair, in pentesting your not always going to encounter upto date machines, things will very often be very very out of date so the newer stuff wont be available

kind turret
#

And what is exactly wrong with the SID things? I solved the module and no issues, would you like to clarify more if you may?

echo zenith
#

Attacking Common Applications - Skills Assessment II

I have managed to enter Nagios with the admin and password but I do not quite understand how to obtain a shell. I have tried several exploits without success. And on the other hand I can't find out the FDNQ of nagios either. Any help here?

echo zenith
# kind turret Hint: `searchsploit`

Yes, I've tried several exploits found in searchesploit, maybe I'm not configuring them correctly because I don't know the Nagios Vhost, but none of them work for me

kind turret
#

What is the last two digits of the exploit you are using?

echo zenith
#

46*21

kind turret
#

Wrong one

#

When searching for exploits don't forget utilizing version numbers.

echo zenith
#

47*99

kind turret
#

It is not a guessing game right 😁

#

It's also wrong

echo zenith
#

as he said, he tried several

#

even in metasploit

kind turret
#

Look for exploits that give you RCE maybe?

echo zenith
#

40*67 in metasploit, but without success

kind turret
#

Be specific when searching for exploits if you gathered enough intel (which you should have done already).

echo zenith
#

Chained - Remote Code Execution (Metasploit)

kind turret
#

Whatever it may be but when using searchsploit do (for example):

#
searchsploit Apache 5.6
#

Instead of:

searchsploit Apache
echo zenith
#

searchsploit nagios xi

kind turret
#

Is that a version number or a product name?

echo zenith
#

product

kind vessel
#

Hello can someone help me with the first question of Windows Credential Hunting ? I try every password from ||findstr also to search for Unattend.xml (i find 2 file but they don't exist). The password in Powershell Histrory also in web.config|| but nothing work

kind turret
kind vessel
kind turret
#

Why not hunt for files that contain the string "password" utilizing findstr?

kind vessel
#

if you click on my spoiler I do it and I find a lot of password but none of them work

kind turret
#

DM me.

rustic sage
acoustic slate
#

ey anyone alive here

rustic sage
#

yes

acoustic slate
#

what's up?

rustic sage
#

no

acoustic slate
#

no what

rustic sage
#

no sir

acoustic slate
#

wym by no

rustic sage
#

what

acoustic slate
#

are you sick whatever

rustic sage
#

Hey all, after some guidance/ nudge if possible, seems im partially losing the plot. the question is: Submit the FQDN of the nameserver for the "inlanefreight.htb" domain as the answer.

#

Module nformation gathering, section Active subdomain enumeration

placid quest
#

@rustic sage use ns

rustic sage
#

hi,could you please explain better because what is the fierce pwd list. Is it mut_password or rockyou(both sed and custom.role) or is it the fierce tool. Thank you

jovial halo
rustic sage
#

not all wordlists are the same is the moral of the story

#

ah,so is it a simple rockyou with all the processes applied,cause I opened before the SecLists and did find like,exact fierce password, am having a bit of issues with double senses,autistic i am. Fierce,ferociuos

#

absolutely

rustic sage
teal birch
#

Hi! I've been stuck on the live engagement (shells and payloads) for hours. Please help. I tried to use eternal blue on host 3 but it keeps on erroring out. I also am trying tomcat manager upload for host 1 but that doesn't work either. What am i doing wrong?? I'm so frustrated:/

kind turret
#

What is your msfconsole exploit/payload? @teal birch

teal birch
kind turret
#

Wrong exploit/payload for host 3

teal birch
#

okay and what about the other two?

kind turret
#

I did not use metasploit for host 1 as it suffices to upload a msfvenom payload and catch the reverse shell with nc

#

For host 2 it is correct

teal birch
#

i used the default credentials

kind turret
#

who said so? Did you read the section clearly?

#

See the hints

teal birch
#

i just now saw the creds

#

so for the host 3, do i have to select the psexec exploit?? @kind turret

#

exploit/windows/smb/ms17_010_psexec

#

This one??

kind turret
#

Why don't you try and see? This is what you will need to do on a penetration test ...

teal birch
lunar geyser
#

i need help with smth anyone free to answer 2 questions ?

teal birch
#

@kind turret I finished it:) Thanks for your help, bro!

sly nebula
#

I'm doing the "MacOS Fundamentals" module. It seems there's no way of spawning a MacOS instance. How am I supposed to answer questions if I can't run commands? Or am I missing something?

kind turret
sly nebula
#

Thanks! I answered the first question by googling. I was afraid I had to create my own instance.

rustic sage
#

Good afternoon from Spain! Someone recenlty taken the linux hunting credentials module!! I`ve been stuck for a while 😦

kind turret
sly nebula
#

OK πŸ™‚

#

Are there licensing issues that impede spawning MacOS instances? I guess so.

kind turret
#

If it ain't apple running apple then that's catastrophic.

flat patrol
#

I am having a rough time with module 58 flag4 this is Running SQLMap on an HTTP Request. From what I have gathered this is a more complex command, hints at using json based http header format so the ?id=1 can be rewritten as { "id" = 1 } in json and then run in SQLMap referencing the file with the -r option. My issue is figuring out how to get that file. I can copy from Burpsuite or from the website but both are in http format. I've tried quite a few things to get this going but it just keeps brushing me off. Anyone have any clues or advice as to what I need to do here? Thanks πŸ™πŸ‘β™₯️

thorn urchin
#

json is just the format of the post data. its not http vs json, its http including json

coarse fractal
#

yo guys can anyone help about asyncrat

rustic sage
#

@flat patrol check ur dm

flat patrol
thorn urchin
#

json is post data

barren stone
thorn urchin
#

htb is slowly improving things, but its never been a true beginner learning platform

barren stone
flat patrol
#

whooping my butt too

spring sigil
rustic sage
barren stone
rustic sage
#

Htb could def be improved in some ways to make it more cohesive and beginner friendly. I’d like to see it so my grandma could take it and become a master hacker

thorn urchin
#

theyre not wrong, a substantial chunk of hacking is being able to quickly process a shit ton of new information and turn it into actionable things in a quick manner.

Doesnt mean everyones got the foundations to do that yet.

rustic sage
vital adder
thorn urchin
#

theres also the classic Why Cant Programmers Program? that I honestly think has a hacker corollary as well

#

but that's getting a bit off topic

rustic sage
#

@barren stone check ur dms

barren stone
thorn urchin
#

THM definitely has better foundational content for true beginners. My only gripe is it kinda babies you so you can make a shit ton of on paper progress there but in real life your skills have barely budged.

rustic sage
thorn urchin
#

MRTom did lol

rustic sage
#

Actually there is a machine called grandma so maybe lol

barren stone
#

πŸ˜†

vital adder
# barren stone I am reduced to grandma level! πŸ˜©πŸ˜†

if you are new to this give both of these video a check to see where you should start
https://www.youtube.com/watch?v=0vu_Hs4N8B8
https://www.youtube.com/watch?v=lhz0-qAQlBM

Introductory video on getting into hacking and cybersecurity.

β–Ά Play video

Sponsor: https://go.intigriti.com/thecybermentor
Blog Post: https://tcm-sec.com/so-you-want-to-be-a-hacker-2022-edition/
Academy: https://academy.tcm-sec.com

Timestamps:
0:00 - Introduction
0:53 - Intigriti Sponsorship
1:55 - Building a Foundation
2:10 - Important Notes
5:37 - Basic IT Skills
8:28 - Networking Skills
12:38 - Linux Skills
17:04 ...

β–Ά Play video
rustic sage
#

@barren stone hit me up if you ever need help via dm I got a good portion done and take real good notes so I can prob steer you in the right direction

spring sigil
#

@barren stone same goes here

rustic sage
#

I need help with the Linux fundamentals module specifically with the ssh interactive can anyone shed some light on it??

spring sigil
#

Is there a module strictly for burp-suite ?

rustic sage
#

Well it gives me a target with IP address user-name and passsword but I can’t figure out how or where to enter the information to make it work

spring sigil
#

I must have missed it

vital adder
spring sigil
vital adder
#
spring sigil
vital adder
vital adder
rustic sage
#

I put that in the shell? As a command?

vital adder
#

yep

spring sigil
vital adder
rustic sage
#

I tired that. And where’s the place for password that it gives

spring sigil
vital adder
spring sigil
vital adder
#

also everything on there is free

rustic sage
#

Thanks I’ll check it out when I get off work

wet jolt
#

guys it's just me or the public exploits exercise on gettin started didn 't work ?

#

i try to ping the IP,nmap, everything i know but the ip don't work .I tried to refresh too

vital adder
#

if you are in the Getting Started module that ip is from docker container and you can't ping for scan that

#

the target will give you an ip and a port and that's all you can access

#

hint for that it's a website access it and find a "public exploit" for the ||plugin|| version that you can find

rustic sage
vital adder
#

oh yeah i completely forgot about that module

rustic sage
#

I can’t believe I ever paid for a burp license when zap does it all for free zap is a game changer dat UI is ugly as fuuuu tho lol

rustic sage
#

Reason ping won’t work is a lot of devices disable ping responses.

#

Also try restarting vpn

#

Via command line

thorn urchin
#

nobody actually uses zap

rustic sage
#

I will for a lot now mostly bc of unthrottled burp I ntruder type stuff

wet jolt
manic talon
#

switch VPN servers, this happens quite often

rustic sage
#

You always gotta acces the target connected via vpn

#

Vpn file stays the same regardless of lab

wet jolt
#

Thanks but there isnt vpn configuration file in that page

rustic sage
#

What’s the URL to page

wet jolt
rustic sage
#

Yes

#

Vpn is required for all labs just dl once and you’re good

#

It doesn’t change per lab

wet jolt
#

Ah ok so ty. I will try when i go home.

rustic sage
#

I can almost guarantee that’s why u were having trouble

wet jolt
rustic sage
#

That means if u switch vpn from tcp to udp. I recommend using tcp always

#

No need to switch usually

#

I haven’t had to and I’m 60 percent done with cpts

wet jolt
rustic sage
#

No prob happy hacking

#

@wet jolt btw most or all labs have a section to redownload or switch vpn it’s near bottom either above or below the pwnbox start instance button. Also you can only use either vpn or pwnbox at a single time. And remember like I said if you have connection issues just stop vpn via terminal and start again USUALLY no need to switch

final salmon
#

Anybody tell me how to do the Active Directory Enumeration and Attacks questions? I don't understand where I'm supposed to point kerbrute at?

naive aspen
#

Just completed Attacking Common Services - Easy. Would be interested to hear from other people who have completed to see if they did it the same way as I did, which I found a bit interesting. I'm sure there is another way of doing it... I think. DM me if you've completed it.

worthy jasper
#

Does anyone know if there is a huge github list of all the githubs we should download through the modules? I want to just do a huge install on a fresh linux install

candid zephyr
worthy jasper
#

Mannn, I've had to reinstall linux 5 times cause of my own mistakes lol

worthy jasper
rustic sage
#

Blackarch is okay

candid zephyr
#

Can't imagine employers caring. Use what you like. OSCP has support for Kali. They're both pretty similar.

worthy jasper
#

Ah, I was told not to use parrot because of either support or jobs. Something

candid zephyr
#

Try both and see which you prefer. I had a vm for both for a while until I settled.

worthy jasper
#

I 100% perfer parrot

candid zephyr
#

Parrots well used. Its all Debian anyway

worthy jasper
#

Okay

rustic sage
#

I've never heard of an employer myself disliking a certain os

#

Or vm

candid zephyr
#

Even if for whatever reason you were forced to use one after using the other you'd barely notice once you customise some defaults.

worthy jasper
#

I just did a test between parrot and Kali, same folder size, specs, everything. Parrot used 1-25% on average doing the HTB modules. Kali used 12-99% doing the HTB modules

candid zephyr
#

The only reason I prefer Kali is repos for speed of doing things. I dont notice a performance difference at all tbh.

rustic sage
#

I used to use one called MATE I think

candid zephyr
#

You'll break either eventually. Stick with the one that breaks less often.

worthy jasper
#

Parrot 100% hasn't given me any major issues (Besides my stupidity), but thank you both for the help!

rustic sage
#

eh. Always like to geek out a bit.

worthy jasper
#

Yep! My first linux base was some ubuntu based OS, but it did not handle anything well. So that made me think linux sucked, but now I can see it was just that build that sucked lol

pseudo epoch
#

quick question - For footprinting DNS, I keep getting host unreachable/timeout for both dig axfr and dnsenum/ custom script provided for it on each domain found after the original transfer. I have restarted my vpn as well as the target multiple times. Is this normal?

worthy jasper
#

Does it give a 404 error? or a 504, etc?

pseudo epoch
#

only thing it gives me is connection to the domain failed, host unreachable ( as well as timed out for others

worthy jasper
#

So press f12, and under network, does any of the status's say any of the errors?

pseudo epoch
#

I'm in the terminal, not browser unfortunately

worthy jasper
#

Ah, okay

#

Apologies, I can't help there

pseudo epoch
#

Thanks anyways

worthy jasper
#

No problem! But if it says 404, missing file/etc. But if its 504, then its not setup properly

wet jolt
rustic sage
#

Having an issue with an invalid flag on Linux File transfer.

||Question: Upload the attached file named upload_nix.zip to the target using the method of your choice. Once uploaded, SSH to the box, extract the file and run "hasher <extracted file>" from the CLI. Submit the has as the answer.||

I successfully uploaded the file multiple times zipped and unzipped, checked the contents of the txt and even checked the other side. Unsure what's happening here and at a bit of a loss.

rustic sage
#

Starting point right?

vital adder
vital adder
wet jolt
#

2022-12-17 16:02:02 Initialization Sequence Completed

rustic sage
#

There are separate ones I mean

wet jolt
#

I think it work fine the VPN but the problem is with nmap

vital adder
rustic sage
#

I've been caught out using the wrong one for wrong environments

pseudo epoch
rustic sage
#

Also Tom, im gonna ping you a message, it's still being off

wet jolt
vital adder
vital adder
wet jolt
vital adder
#

go to that port on your browser

wet jolt
#

yes it brings me on "Simple Backup Plugin 2.7.10 for WordPress" ..but idk what to do...I'm sorry . i m dumb.

vital adder
wet jolt
#

OMG

#

I'll let you know how it ends

compact apex
#

Hey I have a problem with the module of FFUF, I added the machine ip into the /etc/hosts file with academy.htb as domain but I'm not able to ping it ...

pastel ginkgo
#

For the File Upload Attacks - Blacklist Filters, I've ran burpsuite and identified what I can upload. But none of them will execute my script. I've tried all sorts of variations to get it to push any output like system(whoami) to just see if it will give any output and I cant get squat. What am I missing?

vital adder
compact apex
fathom pendant
#

For one of the getting started sections (Nmap) trying to connect to openVPN on my VM instead of Pwnbox i'm unable to establish a connection. Just wondering if there's something I'm missing. Does Pwnbox need to be shut down for me to establish a connection on my own vm? just getting : sitnl_send: rtnl: generic error (-101): Network is unreachable

compact apex
#

if I can not scan it how can I resolve it ? πŸ™‚

compact apex
#

and no pwnbox does not need to by shutdown as far as I know

fathom pendant
#

yes that is what I'm doing that: sitnl_send: rtnl: generic error (-101): Network is unreachable

compact apex
vital adder
compact apex
#

ffuf -w seclist/discovery/dns/subdomain...:FUZZ -u http://FUZZ.academy.htb/ I used this command

vital adder
vital adder
compact apex
compact apex
compact apex
fathom pendant
#

It's working within pwnbox but perhaps I'm just missing something crucial, finishing the module then doing ts :)

vital adder
#

also which section are you on?

compact apex
#

ATTACKING WEB APPLICATIONS WITH FFUF

#

Skills Assessment - Web Fuzzing

vital adder
#

but even if that's the case you still shouldn't get any error just can't connect to your target

fathom pendant
#

er network is unreachable

#

able to connect to target just fine on pwnbox

vital adder
vital adder
compact apex
#

thx

fathom pendant
#

openvpn is already the newest version (2.5.1-3).

vital adder
#

yep i got the same thing on my kali just without the -3 at the end but this shouldn't be an issue and re-generate your vpn didn't work?

fathom pendant
#

I will regen the vpn in a moment just finishing up the module; because I didn't fully read the commands used to get what we need :^)

pastel ginkgo
latent sage
#

hello @vital adder have you taken and completed the local file inclusion module ?

fathom pendant
compact apex
latent sage
#

ok hope someone will answer my own questions 😭

thorn urchin
latent sage
#

i am stuck on the local file inclusion module precisely the skill assessment exercise

thorn urchin
#

what about it are you stuck on

latent sage
#

can not succeed bypassing file inclusion filter

thorn urchin
#

have you tried the base64 wrapper yet?

#

when in doubt getting a peak at some source code can be useful

latent sage
#

yes the issue is that a .php extension is been appended at the end of the input

thorn urchin
#

so?

latent sage
#

i could retrieve an index.php code having the LFI source code

thorn urchin
#

yes you could

latent sage
#

index.php page*

hollow bramble
#

Does anyone else have issues with the Hints, Resources and Cheat Sheets in Chrome? Somehow I can only get them from Firefox...

latent sage
vital adder
thorn urchin
#

just dont put it there

#

let it fill it out for you

thorn urchin
latent sage
#

yes ?

thorn urchin
#

then read it closer

hollow thunder
#

Anyone nudge me on AD assessment1

latent sage
#

it is php dont really understand php but from what i could tell it loads a error.php page in case it spots a .. and append a .php at the end of each input πŸ˜…

thorn urchin
#

dont need to know php, just read it closely

#

shell isnt always the goal of LFI, sometimes its just information

rustic sage
latent sage
thorn urchin
#

I know exactly what your hangup is on this one but unfortunately I cant state it without it just being a spoiler

thorn urchin
#

sure

hollow thunder
hollow thunder
#

1

thorn urchin
#

ah my notes and memory on assessment 1 are nonexistent

hollow thunder
#

oooof

#

can I ask you a general question then, maybe this can help me

thorn urchin
#

its mostly in my head as just a warmup before the real assessment that is 2

#

shoot away

fathom pendant
#

Still unable to connect via vpn on my own VM ugh

thorn urchin
hollow thunder
# thorn urchin shoot away

So when I get a computer name after some enumeration, as an example lets use
DB2.domainexample.local, how do i go about getting the actual IP for that address??? I can't look it up using nslookup

#

I also have system privs

#

I have credentials for a DB account but haivng a hard time authenticating to the instance it exists on

thorn urchin
#

can just ping it from a domain joined computer

hollow thunder
#

i cannot

#

using the exact name?? Example --> ping DB2.domainexample.local

thorn urchin
#

yeah

hollow thunder
#

let me respin it up and double check. I've attempted to reach out to it

thorn urchin
#

for the ip address resolution you dont necessarily need a ping back either, you just need the system to resolve the address

hollow thunder
#

so thats kind of where im stuck at

#

I also am doing this form one of the domain-joined target machines

thorn urchin
#

sure the host exists then?

rustic sage
#

anyone here done the attacking common services skill assesment?

rustic sage
#

comon marcie tell me you get the help i need lol

fathom pendant
#

I feel like i'm missing something super obvious in the Public exploit/ metasploit thing i'm missing something to actually get the flag but what is it lol i got the meta command to grab the /etc/passwd but idk

fathom pendant
rustic sage
#

whats the url?

#

@fathom pendant ^^

fathom pendant
shadow verge
#

Hmm, in the macOS module I have no command mapped to l1 so I don't really know how can I get the answer also in .zshrc there was no mention about l1 alias

vital adder
#

that section did show you how to install some theme i think you are supposed to find that keymap in there

#

the weird thing is i wasn't able to but google that them with the keymap show me the right thing

shadow verge
#

I installed the theme and I have error message zsh: command not found: l1

shut hollow
#

sup?

rustic sage
shadow verge
#

Your message does not make any sense

rustic sage
#

chsh -s bash

shadow verge
#

why would I do that?

rustic sage
#

actually not right holdf on

shadow verge
#

I guess.. You did not understand my question.

rustic sage
#

you are running a zshell and certain commands are not there like history is one

#

so you need to change it hink it's exec /bin/sh

shadow verge
#

have you done the macOS module?

rustic sage
#

oh no i just know when you get that error for a verified command thats what you need to do

shadow verge
#

no, go through the module, and you will understand.

#

There was task, to read from .zshrc about command l1 and there is no such command in the .zshrc file.

fathom pendant
#

ugh this is driving me crazy lol it's probably so simple

mortal basin
hollow thunder
# thorn urchin sure the host exists then?

your questioning did help, but im still stuck on the same issue of trying to figure out the best way to use the credentials. I've tired a few ways to interact with the host on the shell I have. I'm at the point where I think im trying to setup a pivot proxy

fathom pendant
#

What am I missing I get the etc/passwd/ file for the wordpress one but not sure where to go from there

rustic sage
#

you can use whats in passwd to get list of usernames to bruteforce

#

i havent done wp module tho

fathom pendant
#

yup it was obvious and I thought I tried it... i swear if I cat this file...

#

Yup got the flag

pseudo epoch
pastel ginkgo
#

Looking for a small hint for File Upload attacks Assessment || I was able to use svg to be able to read the upload.php but I have no idea where the upload directory is. HTB says we can use it to find the upload directory but does not go into how.. as ive tried fuzzing but no hits so far||

spring sigil
#

How do you tell metasploit to use an exploit from your home folder? I can't figure it out for the life of me

vital adder
spring sigil
#

What am I supposed to do for the 2nd machine on Shells & Payloads Live Engagement?

vital adder
# spring sigil How do you tell metasploit to use an exploit from your home folder? I can't figu...

Quick video on how to import new modules into Metasploit and thus resolving the 'no results from search' issue

Some helpful commands used within the video

tail -f /root/.msf4/logs/framework.log
curl https://www.exploit-db.com/download/34926 (more than) 34926.rb

β–Ά Play video
spring sigil
#

i've been doing exactly this for 30 minutes

vital adder
#

@spring sigil after they change the lab now you need to put the exploit in root .msf4

fathom pendant
#

Hey question so it doesn't drive me crazy: if I have successfully connected to the vpn I should see IPs on tun0 yeah? and that should be fine? even if I get that message (Network is unreachable)

rustic sage
#

yeah

vital adder
rustic sage
#

look for this in vpn terminal:

#

2022-12-17 19:06:38 Initialization Sequence Completed

#

or if its been a while this: Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, peer certificate: 2048 bit RSA, signature: RSA-SHA1

#

at the bottom

vital adder
#

but that could be the case

rustic sage
#

its in the terminal you're running it as so if you split your terms which i highly recommend youll see it no matter what youre doing

#

where do I submit questions about starting point boxes? Thank you.

#

i got 6 terms in one window πŸ™‚

#

aint i fancy

vital adder
vital adder
rustic sage
#

wdym tab? like 6 open windows?

vital adder
#

nope like google tab

vital adder
rustic sage
#

ahh ok. i like mine being all in front of me so i don't gotta switch tabs but whatever works for you is cool πŸ™‚

#

have u ever tried just splitting ther terms via R-Click and split horizontly/vertically

#

btw anyone know why they chose parrot os over kali for htb?

#

you can arrange the sizes of each one and everything

vital adder
#

yep i did try that and after like 2-3 hours of hacking it will hurt my eye like a lot also i can't focus on one thing

rustic sage
#

ahh ok well whatever works for you is all that matters

#

i got 2 32 inch curved monitors together and i just love it it'd be really challenging for me to do work on only one mon or even worse ... a laptop screen. i'm low key jealous of ppl who can work on just a laptop screen. just a randome comment

#

not related to what we were talking about just being chatty

vital adder
#

i work on a laptop screen 🀣

rustic sage
#

one day i'll need to get good at that

spring sigil
vital adder
vital adder
rustic sage
#

nope but i got a projector i can hook it up to and have like a 200 inch screen so that kinda counts ha. its not just laptop screen its hard for me to type on laptop keyboard so ya i gotta work on dem skillz

#

was gonna send a pic of my setup but it won't let me

vital adder
#

you need to verify your account first

rustic sage
#

alright i gotta get back to htb... btw i'm curious what all of you guys in here how much time you devote to htb per day?

rustic sage
vocal vortex
#

Hello,
Could anyone drop a small hint for the root user for Password Attacks Lab - Medium , Module Password Attacks.
I managed to log in as j, then switch to d.... but I'm kinda stuck for root.

waxen barn
fathom pendant
#

openvpn is still not letting me do anything on vm :/ keep getting told the docker is not there and stuff

#

woooo

spare axle
#

I'm new here just wanted to say hello πŸ˜„

magic valve
#

Welcome Banished!

raven maple
#

Anyone able to point me in the right direction for the knowledge check after nibbles? (In the Getting Started module)

topaz prawn
#

I need some help on the Linux fundamentals ssh won’t accept the password what do I do?

raven maple
#

Im attempting to use metasploit. Ill dm you.

vital adder
vital adder
topaz prawn
#

Permission denied, please try again. An I’ve tried again, many times

vital adder
vital adder
topaz prawn
#

System information

vital adder
#

so for this did you use htb-student@(target ip) and use HTB_@cademy_stdnt! as the password?

topaz prawn
#

Woods lol I thought the exclamation was an l

fathom pendant
orchid ingot
#

When I use proxychains, it always says timeout. I attempted to install "Tor," change the time zone, and restart the service without success. Did someone face this before?

sudo proxychains nmap -p 3389 -Pn -sT -v 172.16.5.19
[sudo] password for kali: 
[proxychains] config file found: /etc/proxychains4.conf
[proxychains] preloading /usr/lib/x86_64-linux-gnu/libproxychains.so.4
[proxychains] DLL init: proxychains-ng 4.16
Starting Nmap 7.93 ( https://nmap.org ) at 2022-12-18 10:43 XXX
Initiating Parallel DNS resolution of 1 host. at 10:43
Completed Parallel DNS resolution of 1 host. at 10:43, 0.02s elapsed
Initiating Connect Scan at 10:43
Scanning 172.16.5.19 [1 port]
[proxychains] Dynamic chain  ...  127.0.0.1:9095  ...  timeout
[proxychains] Dynamic chain  ...  127.0.0.1:1080  ...  timeout
topaz prawn
#

I got it, thanks lol

fathom pendant
#

attempting to see if a different VM has the same issue

quartz surge
#

Hey! I am new! I wanted to ask if OpenVPN is safe, I dont really like trusting downloads I make. (Isnt personal with HackTheBox).

Anyways, do you guys recommend me installing it? Are there any other alternatives?

(is this the place to ask??)

vital adder
#

also make sure you have tor running

vital adder
quartz surge
orchid ingot
vital adder
quartz surge
#

I just want to learn to protect my stuff from xss

#

and attacks

vital adder
#

you can't really get attacks by using a vpn that just connect you to a different network

#

and yep i would 100% recommend that for htb

quartz surge
vital adder
#

OpenVPN is safe just where you are connecting to

quartz surge
#

and for example, if I give up on learning, can I uninstall the VPN?

vital adder
#

just don't download random vpn file and connect to random network

vital adder
quartz surge
#

I mean I am downloading it from Htb page

vital adder
#

yep htb network is safe (pretty much)

quartz surge
quartz surge
agile python
#

if you don't want to install anything in your computer, just use pwnbox

quartz surge
#

as far as i know

agile python
#

yep

vital adder
onyx rapids
#

Can someone DM me the flag or password for the "Password Mutations" section. I understand the commands really well and the bruteforcing is not working, so I'm done wasting time.

quartz surge
#

kali linux vm

vital adder
#

yep

vital adder
quartz surge
#

and now the problem is, how do I do that

agile python
#

i use a vm too

quartz surge
#

Anyways, yt always there to help

onyx rapids
vital adder
vital adder
# quartz surge and now the problem is, how do I do that

first give both of these video a check to see what you should learn first
https://www.youtube.com/watch?v=0vu_Hs4N8B8
https://www.youtube.com/watch?v=lhz0-qAQlBM

Introductory video on getting into hacking and cybersecurity.

β–Ά Play video

Sponsor: https://go.intigriti.com/thecybermentor
Blog Post: https://tcm-sec.com/so-you-want-to-be-a-hacker-2022-edition/
Academy: https://academy.tcm-sec.com

Timestamps:
0:00 - Introduction
0:53 - Intigriti Sponsorship
1:55 - Building a Foundation
2:10 - Important Notes
5:37 - Basic IT Skills
8:28 - Networking Skills
12:38 - Linux Skills
17:04 ...

β–Ά Play video
quartz surge
#

at the end the one being destroyed is the vm

quartz surge
#

I will also find some vids on how to install the vm

#

:)

vital adder
#

i can't remember if those 2 video have anything about virtual machine or not if not search the guy networkchuck on youtube he got a lot of video on how to install / use that

quartz surge
#

yeah

#

ty!

fathom pendant
#

If I open/start the attack system on my main OS it shouldn't matter if I switch to my VM if I'm doing it that way, right?

#

trying not to use pwnbox but ugh pain

vital adder
#

or if not then i think it should be fine

fathom pendant
#

No I just mean running the htb site on my main and run the modules in vm

vital adder
#

yep that's 100% fine

fathom pendant
#

POG I got it working finally

#

I think it's because i was trying to use the us servers?

#

and I was being a dummy and not closing the openvpn connection when trying to delete and add new ones

#

when refreshing the credentials

#

but let's fuckin GOOOOOO

quartz surge
#

also

#

how do I add the open vpn to my vm?

forest tapir
#

My man julio has no valid tickets: PtT from Linux: Question 7. Both of his tickets are expired.

quartz surge
#

e

fathom pendant
#

I am trying to do the priv-esc module and I think the server that's trying to launch is borken

fathom pendant
spare axle
#

I'm feeling a little slow learning these Linux Fundamentals. Trying to find the pathway to the htb students mail but I don't see a command in the cheat sheet and i'm not finding any other directories in the machine I'm ssh to. Can someone point me in the right direction?

fathom pendant
#

figured out what I was doing wrong

forest tapir
fathom pendant
#

The privesc server one starts you off at a standard user that you would have no way of knowing otherwise; thought i was supposed to magically pull it out lol

forest tapir
#

Yes. unprivileged -> privileged is the definition of privesc lol

quartz surge
#

Hey guys.

I just installed my vm with kali and idk how to add open vpn to my vm. Can you guys help me?

forest tapir
quartz surge
#

How do I set it up with htb?

forest tapir
#

sudo openvpn /your/ovpn/file

#

Where ever you downloaded it.

spare axle
quartz surge
#

And the vpn will be on the vm

#

How do I connect both?

forest tapir
#

I don't understand.. you connect one attacking host to HTB through openvpn.

#

attacking machine sorry...

#

doesn't matter if it's baremetal or a vm

forest tapir
spare axle
#

yes lol

#

been exploring for a bit

forest tapir
#

make sure to start in /. I'll give a hint: it's one of the last directories, alphabetically

forest tapir
quartz surge
#

Nooo, what I mean is that I will have the HTB hub on my main OS

#

And openvpn on my vm

forest tapir
#

Which one are you hacking with?

spare axle
#

That was my problem I couldn't find any other directories with pwd command. Tried to open it with ls command but that didn't work

quartz surge
#

Ackkk

#

I want to simply connect my starting point (openvpn) of my kali to htb

forest tapir
#

"vm"

quartz surge
forest tapir
#

yes, but you need the config file

quartz surge
#

How do I do that

forest tapir
#

top right Connect to HTB on HTB.

#

Then click 'starting point'

quartz surge
#

On my Windows OS?

forest tapir
#

From Kali.

#

You have to download the config to wherever you're going to be connecting from.

#

It's like a "key"

#

not really, but you can think of it that way

quartz surge
#

But how do I enter htb from kali if there is no browser

forest tapir
#

oh?

#

there should be.

#

firefox

quartz surge
#

Let me find it

#

Oh yeah

forest tapir
#

πŸ‘

spare axle
#

@forest tapir I got the answer by guessing. I was right but wasn't able to open the directory for /var/mail

#

put originally /htb-student/var/mail

#

then flipped it haha

forest tapir
#

yup

spare axle
#

is there a reason why I couldn't open the directory though?

#

would I need sudo permissions?

quartz surge
#

Wait

#

I need to install kali again

#

._.

#

Give me a few mins to download it again

forest tapir
quartz surge
#

Idk

forest tapir
#

wat

quartz surge
#

Suddenly the amd dissapeared

#

The file

#

It was just folders

#

._.

forest tapir
#

huh?

quartz surge
#

Idk

#

Its a zip folder

forest tapir
#

ok

quartz surge
#

When i extract

#

There is just folders

#

._.

#

Bruh what

#

Uhh

#

Question

#

I might not be installing kali correctly

#

From the website of kali, should I download the "Installer Images" or "Virtual Machines"

forest tapir
#

it should be an ovpn file

quartz surge
#

No, I mean kali os

forest tapir
#

you don't have to reinstall kali

#

I promise

quartz surge
#

No yes I do

#

Cuz kali is empty

#

Just folders

forest tapir
#

how were you able to use firefox?

quartz surge
#

I could open my vm for a sec

#

And then it closed

#

And my kali was just folders

#

Nothing inside it

#

No packages or files

#

Idk if I am installing the correct kali

#

Or well, the platform

forest tapir
#

what image were you using?

quartz surge
#

Virtual Machine

forest tapir
#

the vm installer or bare metal?

quartz surge
forest tapir
#

i've never experienced that before.

#

with the vm installer.

#

what hypervisor are you using??

quartz surge
#

Oracle

#

Oracle VM

forest tapir
#

Virtualbox?

quartz surge
#

Yeee

forest tapir
#

Maybe try the bare metal installer. I'm not sure why that would happen.

quartz surge
#

Bare metal installer?

forest tapir
#

yeah, it'll work the same

quartz surge
#

And I also installed ubuntu 22.04

quartz surge
forest tapir
#

try redownloading the vm installer. that shouldn't be happening.

quartz surge
#

Give me a sec

#

Uhhh

#

I tried downloading again kali

#

I will try unzip it again

forest tapir
#

I don't think you're supposed to unzip it? I don't remember though...

#

it's been a long time since I've used the VM installer

quartz surge
#

I am not on the vm installer

#

I am downloading again kali, not the virtualbox

forest tapir
#

Yes. The Kali Linux VM installer

quartz surge
forest tapir
#

F

quartz surge
#

Oh

forest tapir
#

lol

quartz surge
#

Lol

#

It has to be torrent right?

forest tapir
#

doesn't have to

quartz surge
#

Then its good

forest tapir
#

It depends on how you want to do it

quartz surge
#

Wait

#

Its a winRAR

#

Does my pc still have winrar?

forest tapir
#

all you have to do is unzip it and then import the vbox file from VBox

quartz surge
#

When i try adding it

#

It doesnt appear

forest tapir
#

Import, not New

quartz surge
#

But when I look it on the folderd

#

It does

#

I create a nee virtualb?

#

Ooo

#

Wait

#

I will continue tommorow

fathom pendant
#

ok i love when i miss something so obvious then when i play it back out... it goes so well I might just need to try again... unfortunately was not able to get a reverse shell going in the privesc but i don't think that's what it was going for anyway

forest tapir
#

that's generally what happens

raven cairn
normal wind
#

Hey

#

I want to be an ethical hacker. What courses I can do on hack the box server

#

If someone is currently working towards an ethical side please help me out

raven cairn
# normal wind If someone is currently working towards an ethical side please help me out

Introductory video on getting into hacking and cybersecurity.

β–Ά Play video

Sponsor: https://go.intigriti.com/thecybermentor
Blog Post: https://tcm-sec.com/so-you-want-to-be-a-hacker-2022-edition/
Academy: https://academy.tcm-sec.com

Timestamps:
0:00 - Introduction
0:53 - Intigriti Sponsorship
1:55 - Building a Foundation
2:10 - Important Notes
5:37 - Basic IT Skills
8:28 - Networking Skills
12:38 - Linux Skills
17:04 ...

β–Ά Play video
#

@normal wind If you have any other questions lmk. I think academy is a great resource.

#

Is it academy related?

#

lol no

trim oriole
#

Whyy

#

😭

spare axle
#

....

raven cairn
#

Sorry but in all honesty nobody here cares.

rustic sage
# trim oriole Whyy

They aren't even a moderator by the looks of it just wait til an actual mod is online then ask maybe

trim oriole
candid zephyr
trim oriole
candid zephyr
#

Owner of the discord account.

novel matrix
#

Anymore discussion on this topic will result in a warn.

candid zephyr
#

Say "hey can I have ur discord details cause I'm a creepy weirdo pls sir"

rustic sage
novel matrix
rustic sage
candid zephyr
#

BTW @novel matrix it'd be a good idea to either a) this channel more heavily moderated or b) not dump all the random creepers in here with no verification.

novel matrix
#

Let's stay on topic with the channel. Thank you.

drowsy sedge
#

Hello

candid zephyr
#

Because this place is for academy module discussion but also where the kids get dumped.

novel matrix
spare axle
#

linked my account no longer apart of the riff raff.... or am I still?

#

lol

candid zephyr
#

I know there's no academy discord token so I get there's an issue but essentially you've got people doing CPTS also dealing with randos asking to hack tiktok

spare axle
#

I just want to become bug bounty hunter/ pen tester. Sounds really fun. All that extra stuff are a bunch of trolls trolling

#

so many more channels once you're linked

#

i like it

fathom pendant
#

yeye

#

there's probably a way to script this BUT creating a variable for the IP makes it so you don't have to either retype or remember it :^) unless you reset

forest tapir