#modules

1 messages · Page 251 of 1

sacred laurel
#

I’m planing to upgrade my subscription from monthly to annually if that’s a decent feature. So if anyone with annual subscription enlightens us I’d greatly appreciate it.

fathom pendant
#

the writeup doesn't necessarily explain the reasons for some tools (some of them are more obvious than others)

#

and if you ever want to give feedback or suggest a fix for a writeup that you're looking through #1234357888114364508 now exists and has the "writeup" tag for you to use to suggest

sacred laurel
fathom pendant
#

there's multiple tools that do the same or similar functions

#

and sometimes one works and the other doesn't

sacred laurel
#

You’re right tho. Looks like I’m gonna stick with my monthly subscription hahah. Thanks partner

fathom pendant
#

no problem

#

it's a better feature than what they were attempting previously, "1 on 1 discord help" Which relied on staff to message you... and you to see the message

#

kek so you can see how that works out

sacred laurel
#

I thought so too

fathom pendant
#

a fair bit of my criticism is mostly nit-picky regarding it; overall if you wann be sure you're doing the right thing - it's the way to go

obsidian adder
#

Hi everyone

#

I have make a deposit on a trading account

#

Now I can't withdraw without the admin authorisation

cloud urchin
#

what module?

obsidian adder
#

It's a website

cloud urchin
obsidian adder
#

Please help me withdraw it

cloud urchin
#

this discord is related to the hackthebox platform not trading software

obsidian adder
#

I want to hack it

cloud urchin
pine flare
#

smbclient -L //10.129.160.13
Password for [WORKGROUP\root]:

    Sharename       Type      Comment
    ---------       ----      -------
    ADMIN$          Disk      Remote Admin
    C$              Disk      Default share
    IPC$            IPC       Remote IPC
    WorkShares      Disk      

Reconnecting with SMB1 for workgroup listing.
do_connect: Connection to 10.129.160.13 failed (Error NT_STATUS_RESOURCE_NAME_NOT_FOUND)
Unable to connect with SMB1 -- no workgroup available

fathom pendant
#

@obsidian adder (this isn't me offering to help you hack) but I sent you a DM, I am desperately trying to save you from yourself here

obsidian adder
#

I will not do it again

#

I have already regretted

fathom pendant
#

I'm sorry this has happened to you, and I hope that everything will move forward as smoothly as they can. I also have a sense of morbid curiosity about this as well

fathom pendant
#

it's why i requested it in DM

#

since sharing it here would be unwise

astral beacon
#

I found WordPress setup page but Idk where to go next

#

I already fuzz every and it only had css

thorn hawk
#

Hello guys. Hope all Ok here. I need some help regarding the last assignment of command injection. I have been trying for days now but can't seem to find a proper entry point. I have ideas and some behaviours but can get that malicious command error message to pop up. Any help will be welcome. thank you

cloud urchin
#

Have you clicked on every link watching it through Burp Suite?

pine flare
#

smbclient -L //10.129.160.13
Password for [WORKGROUP\root]:

    Sharename       Type      Comment
    ---------       ----      -------
    ADMIN$          Disk      Remote Admin
    C$              Disk      Default share
    IPC$            IPC       Remote IPC
    WorkShares      Disk

Reconnecting with SMB1 for workgroup listing.
do_connect: Connection to 10.129.160.13 failed (Error NT_STATUS_RESOURCE_NAME_NOT_FOUND)
Unable to connect with SMB1 -- no workgroup available
NEW

#

anyony help i can't fix thet

thorn hawk
#

yes i have. I have the different fuctionalities that are being received for move copy or cancel e.t.c. I am trying to implement a &ls or ;ls at the end but can 't seem to find any place that I see some change. I implement the injection at the end of the GET request link before sending for response.

cloud urchin
#

Send me a DM

pine flare
cloud urchin
#

mr echo

#

looks like you're trying to access a SMB share

#

to access the SMB service you need to have the right permissions. sometimes guest or anonymous users can have permission to read or even more dangerously write files to the share

#

i see you're trying to access it as root, that might work sometimes, but other times you may need to use 'guest' or something

#

also keep in mind the -L flag you're using lists the shares, and it looks like you successfully listed the share folders. the ADMIN$, the C$, and the IPC$ are all default shares that generally can be ignored, I would focus your attention on the "WorkShares" share, and see if you can list the contents of that folder and maybe get some information

#

if you say what module and what section you're on you'd probably get better help

solar zodiac
#

HI everyone! Is anyone willing to nudge on the csrf and xss advanced skills assessment? I'm not understanding why what I'm doing isn't working

cloud urchin
#

Where are you stuck?

solar zodiac
#

the initial xss

#

err csrf

solar zodiac
cloud urchin
#

yeah

solar zodiac
#

🙂

fathom pendant
#

generally if you're trying to test a Null/Guest login you'd use smbclient -U "" -N //ip/share and if it succeeds then good :D

#

to just list you would add -L which lists then exists

fathom pendant
#

android app?

#

what academy module is this in reference to?

odd steeple
fathom pendant
#

HTB doesn't have an android app

odd steeple
#

Oh sorry, wrong subc

fathom pendant
#

read and follow #welcome to access more of the server lol

silver iris
#

Hey guys,

i´m currently stuck with "RDP and SOCKS Tunneling with SocksOverRDP" in the "Pivoting, Tunneling, and Port Forwarding" module. I just can´t connect to the windows hosts. Anyone else with this problem lately? I tried tcp and udp vpn and pwnbox. Nothing works

cloud urchin
#

you can connect to the pivot host though? make sure to give a good 3-5 mins for the windows environment to fully spawn

fathom pendant
#

can't connect, or blackscreen?

silver iris
fathom pendant
#

ah

#

yeah tcp is better for rdp

silver iris
# fathom pendant can't connect, or blackscreen?

Can´t connect :/
Neither with tcp or udp

xfreerdp /v:10.129.42.198 /u:htb-student /p:HTB_@cademy_stdnt! /cert-ignore /bpp:8 /network:modem /compression -themes -wallpaper /clipboard /audio-mode:1 /auto-reconnect -glyph-cache /dynamic-resolution
[04:58:11:339] [6399:6400] [ERROR][com.freerdp.core] - freerdp_tcp_connect:freerdp_set_last_error_ex ERRCONNECT_CONNECT_FAILED [0x00020006]
[04:58:11:339] [6399:6400] [ERROR][com.freerdp.core] - failed to connect to 10.129.42.198

#

And even if i can connect, the connection dies within 15 seconds or so

cloud urchin
#

lol you got a lot going on there

silver iris
#

Support advised me to try this 😄

cloud urchin
#

i'd add /timeout:100000

silver iris
#

i can try that

cloud urchin
#

error doesn't seem related to that though

#

are you trying to rdp into the victim host you spawn, or are you trying to proxychain into an internal network?

silver iris
#

I would love to proxychain into the internal network, but i can´t even connect to the pivot host

cloud urchin
#

well that's step 1

silver iris
#

yeah i know :/

cloud urchin
#

i'm not looking at it, but isn't the first pivot host a linux box?

silver iris
#

No the first one is a windows host. And then you get to another windows host. I understood the concept of the module and it seems pretty straight forward (at least i think i do understand it), but i´m stuck here for a week now

cloud urchin
#

so you can't even connect to the first box? even the pwnbox doesn't connect to it? if you have the pwnbox on make sure you're not on the vpn, and if you're using your own vpn don't have the pwnbox turned on

fathom pendant
#

i also suggest wrapping the pw in single quotes

cloud urchin
#

good catch

fathom pendant
#

just as a habit

silver iris
cloud urchin
#

i did nothing but i'll take the credit for fixing it

#

super twin powers activate

silver iris
#

Finally got it

timber hatch
#

windows privileges escaltion, section dnsadmins, why does it first not work and than work in the explanation?

fathom pendant
# timber hatch

it's explained that you need to be a member of DnsAdmins to run it, in this instance

#

it looks like it's not entirely explained well

#

but it seems to me that in the first instance you are some other user that's not in the DnsAdmins group

timber hatch
#

Yes, but nothing has been changed in the description of the membership?

fathom pendant
#

¯_(ツ)_/¯

#

it's poorly explained

timber hatch
#

and i also have the same output as int he powershell output

#

but the command does not work

#

so i can't follow the description...

fathom pendant
#

it's likely that they are running cmd as netadm

#

and not as a regular user

#

i'd definitely post this to #1234357888114364508 for a correction/better explanation, unless ofc there's more context surrounding this i.e. previous sections

cloud urchin
#

wait what, it explains it all in the screen shot

#

it literally says you can't do it as a regular user, only members of the dnsadmins group are permitted, then goes on to show an example of a user (netadm) who is a member of the group

#

what's wrong with it?

fathom pendant
#

is the problem ig

#

i understood it to be the case that you're switching to a user with those privs ¯_(ツ)_/¯

cloud urchin
#

it shows 'netadm' as the name

fathom pendant
cloud urchin
#

yeah there

fathom pendant
#

i understand the logical move to netadm

cloud urchin
#

it shows the user name and the group

fathom pendant
#

it shows A username and the group

#

not that they're the user in question

rustic sage
#

^

fathom pendant
#

is the mixup

#

while many people can make the logical conclusion that we switch the the netadm user, that we have previously attained creds for, it's not immediately obvious

timber hatch
#

i have creds for the netadm user?😂

fathom pendant
#

Get-ADGroupMember just shows the members of a group

timber hatch
#

yes

fathom pendant
#

ok

#

literally found your skill issue

#

read further in the section

#

wait

#

hold up i read even further

#

kek it literally gives you the netadm user/pass in the question

timber hatch
#

haha oh shit

fathom pendant
#

reading helps

timber hatch
#

sorry i was logged in as logger from the previous section

#

major skill issue here

fathom pendant
#

always check the question for the section to see if there's creds you're missing

timber hatch
#

sorry my bad

fathom pendant
#

¯_(ツ)_/¯

#

if they're expecting you to have creds for a specific user; and you haven't either previously pillaged that info, or what have you, then assume it's given somewhere

#

that it's either A: in plaintext as user:password or B: in the screenshot as username "user" and password "password"

timber hatch
#

yeah witht the right user it works

#

😆

civic dawn
#

Examine the second target and submit the contents of flag.txt in /root/ as the answer.

I found j***** creds and login it but can’t log to mysql

#

Any hints ?

ruby whale
#

Not sure how I manually triggered this

bright coral
#

Don't install from the requirements and just run pip install keystone-engine. There is an open issue on GH.

acoustic owl
ruby whale
acoustic owl
ruby whale
#

Even though I am blocked for 15 mins , I sure would like to know reason behind this.

ruby whale
#

No

gray merlin
lucid mountain
#

What answer format is the dns exf part of detecting windows attacks with splunk looking for? I get hunderds of the *.letsgohunt.online results but it is taking none of those as an answer

pseudo kiln
#

At the of " Introduction to Windows Command Line" , the author recommends attempting the boxes in the Beginner track ? Is this good a idea ? Like could you pwn them with what was taught in the Infosec path up to that point and some google researching ?

wary tendon
#

does anyone have a moment to assist me in finding the right way to to go on the linux privlige escalation module. i can share my screen

valid viper
#

Good morning chun chine!

mellow holly
#

NTLM Relay Attacks Skill Assessment - question 4.
Is there a way through sqladm? I been unsuccessful in elevating my computer account. any help for this question would be appreciated

solid moth
#

why are my scan results different? is this my problem or HTB's ?

lucid mountain
short hare
slow wind
flint ore
#

hello guys, can anyone help me with ADCS module skill assessment. i compromised DEV1 serv, and stuck on compromising DC1. i detect that i must attack via esc7, but i don't have a permissions to request and retrieve issue cert request

next bronze
slow wind
#

I need a mod or something the bot wont let me send messages...

#

Module XSS. Section XSS Discovery How do I use the payload identified by xsstrike? Any suggested resources that I can visit to understand what a payload is in terms of XSS? Or is the payload identified by xsstrike only showing a PoC?

#

'><htmL/+/ONMoUSEOver%09=%09a=prompt,a()//

lucid mountain
slow wind
steel snow
#

guys

#

i am confused

#

where are the machines that we are supposed to deploy or so?

#

like to nmap scan it and so on so i can answer the questions

upper ruin
steel snow
#

for example basic toolset

#

i see teh pwnbox

upper ruin
#

At the end of a section within the module ( if there's a task ) there should be a spawn target.

steel snow
#

but those targets, i can see the machine

upper ruin
#

It spawns an IP which is your target.

steel snow
#

like i can control it

upper ruin
#

Send me a screenshot.

steel snow
#

sure

upper ruin
#

Here.

steel snow
#

i will send it on private

upper ruin
#

sure

compact halo
#

Hello, can I get an assist on the Intro to Assembly - Data Movement Question.
It says add “mov rax, rap and get the hex value. My steps:

  1. Edit the m.s file to add mov rax , [rsp] to the bottom of the file. ——2. Compiled the file is nasm and made the .o file. Used assembly.sh to open gdb and run the file. Found the instruction at the end but the hex isn’t working. And ideas?
upper ruin
#

There's an intro to assembly module....🥹 POGGERS

slow wind
#

It is so satisfying completing a module section without using any of the examples because you've done boxes related to the subject already! Module: XSS, Section Session Hijacking

steel gorge
#

Anyone else finding it difficult to do timing attacks during a solar storm? The response times are all over the place lol

slow wind
viral jacinth
#

I ptobably used some add on of my browser to add the cookie if it helps

slow wind
#

sent a dm @viral jacinth

rustic sage
#

I keep getting 'invalid json' as a response to this. I even tried copying and pasting the code from the academy module and putting in my own values to see if it would work and it still didn't. Am I doing something wrong? curl -X POST -d '{"search":"london"}' -b 'PHPSESSID=oscjl8mlat3h0fu52ni06q3jpn' -H 'Content-Type: application/json' http://94.237.54.170:50990/search.php

regal jewel
#

"Active Directory Trust Attacks" section "GPO On Site Attack" , I use this command to add a user : New-GPOImmediateTask -Verbose -Force -TaskName 'Backdoor' -GPODisplayName "Backdoor" -Command C:\Windows\System32\cmd.exe -CommandArguments "/c net user backdoor B@ckdoor123 /add"

However, Instead of adding a new user, I need reset password of the existing user 'gpo_admin' . How should I alter this command?

#

I tried -CommandArguments "/c Set-ADAccountPassword -Identity gpo_admin -Reset -NewPassword (ConvertTo-SecureString "NewPassword123" -AsPlainText -Force)" but it seems to have failed.

cloud urchin
#

You likely need to disable real-time protection which is preventing the dll from loading.

regal jewel
cloud urchin
regal jewel
#

Thanks SuperNuts!

halcyon pier
#

In the INTRODUCTION TO WINDOWS EVASION TECHNIQUES Module, can anybody tell me what this question is asking? "What is the full value of the CmdLine which triggered a detection?"

#

i found the command but idk what form the answer should be in

idle kestrel
#

For HTTPS/TLS attacks, has anyone been able to get TLSBreaker to work for the Bleichenbacher & DROWN and drown exercise? I tried cloning the same version from the course material, but it wouldn't work. When trying to connect to the target or using the pcap I get the following error message: WARN : CertificateUtils - Could not extract public key from Certificate!

shut quest
graceful mortar
fierce mason
#

for the "RDP and SOCKS Tunneling with SocksOverRDP" section of pivoting and port forwarding, i tried connecting to the windows server through the provided host, using the techniques given in the section for the socks proxy, but the rdp connection keeps giving an error

compact halo
#

Hello, can I get an assist on the Intro to Assembly - Data Movement Question.
It says add “mov rax, rap and get the hex value. My steps:

  1. Edit the m.s file to add mov rax , [rsp] to the bottom of the file. ——2. Compiled the file is nasm and made the .o file. Used assembly.sh to open gdb and run the file. Found the instruction at the end but the hex isn’t working. And ideas?
cloud urchin
sacred laurel
#

I've been trying to decode this reset token 41619c7fc10a11b73e4c243717d819a8 to find the algorithm behind it for Broken Authentication Module but couldn't make any progress. First I tried to decode it from base64 and then hex and some other combinations but results were useless. Any help is welcome

fathom pendant
#

Looks md5 maybe

#

or something like that ¯_(ツ)_/¯

sacred laurel
#

Either it's wrong or I don't know how to decode it :/ I've tried base64, hex, ASCII, md5 so far and all fruitless. Been working on this question for hours

fathom pendant
#

¯_(ツ)_/¯

fierce mason
cloud urchin
fierce mason
#

i did that

cloud urchin
#

what's the error message say

#

as long as real-time protection is off you should be able to register the dll

fierce mason
#

i already registered the dll, and set up socksoverrdp on the dc, as well as proxifier on the first host, the error message comes from rdp, where it says that either rdp isn’t enabled on the remote server, it doesn’t allow connections, or the ip doesn’t exist on the network

cloud urchin
#

then you either have the wrong ip/port info, or there's a misconfiguration somewhere

#

double check everything, make sure you have the correct socks chosen for proxifier, all ip/ports correct, etc

fierce mason
#

the socks ip is 127.0.0.1, port 1080, right

cloud urchin
#

in proxifier? yeah

#

also make sure all your rdp settings are configured correctly with lower settings like the module shows, and maybe set your timeout high on your rdp command

upper ruin
#

👀

next bronze
olive slate
#

I'm on "Attacking Common Applications" -> "Splunk - Discovery & Enumeration". Could not connect to the splunk web ui on port 8000, keep getting connection reset on my browser. What did i do wrong here

fathom pendant
#

https?

#

also any proxies running?

olive slate
#

tried https. works. Thanks!!

little bear
#

Good ol typo negotiation

fathom pendant
#

and it's not set up to auto-upgrade insecure requests generally

little bear
#

Fair! Thanks, Marcie. Yeah, that sounds right from what I remember now. I appreciate the refresher!

fathom pendant
#

it's similar with how Nessus works

#

unless you have it set up to do so; it won't go to https

dim wolf
#

detecting windows attacks with splunk switching to https in the second half

#

in fact i think that is the only time you access splunk over https in the entire soc analyst path

tawdry osprey
#

Hey guys, probably a newbie question but I am in the Web Requests module > https://academy.hackthebox.com/module/35/section/247 and I am replicating what the example does but I can't understand why 1/ I do not receive the same results between web browser and curl request and 2/ Why my curl request will go through with fewer Header options when the ones that seem to do the trick is the User-Agent ? Edit for question 2 : is it exactly because if the User-Agent is MOzilla FF one , it will display the "use cuRL" message because it displays the HTML ?

#

if this is the right channel to post this -_-

shut quest
wanton idol
#

im doing the documentation module, would accessing rpc as anonymous and querying the users be considered as a low finding or its something we just wont put on your report?

ocean night
#

If it were me, I'd probably document it - it's informational

#

You could use that information elsewhere

stark lark
#

@shrewd bolt Sorry for ping but I can reply to your message in here :-) #cpts message

I've already tried using the dns-nsid script but without any luck. Do you see what could be wrong?


PORT   STATE    SERVICE
53/tcp filtered domain
53/udp open     domain```
quiet heart
#

Hi, if my subscription expires can i access modules tire II which I haven't finished?

ocean night
#

No, you'd only retain access to modules that you have completed IIRC

#

If you complete a Module with an access-based subscription, you will still have the ability to go back and review that module, even after your plan ends. Additionally, you are still rewarded Cubes when you complete Modules with an access-based subscription.```
fathom pendant
#

You should generally be completing the modules you start. I.e. not having 3 modules open

ocean night
fathom pendant
#

Supplemental material to follow would be the writeup for the retired insane machine: fatty

compact halo
fathom pendant
#

Given his response, that seems to be the case

compact halo
solid moth
#

Attacking Common Services - Easy i used smtp-user-enum and found a username 'fxxxx' ,but brute-force using fxxxx all failed i don't know what to do next . please give some hints

fathom pendant
#

What service are you brute forcing?

fickle nacelle
#

hey marcie when i have burp up and write "run" in the terminal nothing is being intercepted same with zap

solid moth
#

ftp rdp mysql smtp

fathom pendant
fathom pendant
solid moth
#

ok i will try again

fathom pendant
#

Try a popular password list

solid moth
#

ok

marble island
#

Hey people on the module PIVOTING, TUNNELING, AND PORT FORWARDING , there is the question "Reference the Routing Table on Pwnbox output shown in the section reading. If a packet is destined for www.hackthebox.com what is the IP address of the gateway it will be sent to?" and the awnser is "Students will find out when referring to the "Routing Table on Pwnbox" code block output that there is an entry in the routing table called default with its gateway being 172.62.64.1, thus, since there is no explicit/predetermined route for packets that are destined for www.hackthebox.com, the gateway of the default route (also known as the gateway of last resort) will be used:"

#

i type down the ip address 172.62.64.1 and it says wrong , am i a dumb or there is something wrong?

fathom pendant
#

What section?

#

There's a bunch of sections in that module and I cba to check each one of those for your question

marble island
#

last question

#

"what is the IP address of the gateway it will be sent to?"

#

Bro its 172.62.64.1 what else would itbe

fathom pendant
#

Make sure no spaces or weirdness

#

Or refresh the page and try again

#

otherwise contact support ¯_(ツ)_/¯

marble island
#

awh men

#

there is no whitespace and the thing is typed wright, i tried "172.62.64.1" yesterday and same thing

#

allright lets call support

fathom pendant
#

My tip, put your cursor right behind the first number and press backspace a few times then at the and of the text box and hit backspace

#

Then retype the last number

#

There are no quotes

marble island
#

Okay

#

brah i just found the awnser, i copy paste from the solution and someone did a typo on the solution

fathom pendant
#

?

marble island
#

so if you copy paste from the solution it will say wrong

fathom pendant
#

The correct answer is on the page

#

Ah

#

The writeup

marble island
#

Yes if you copy the ip from the solution page it will say wrong

fathom pendant
#

Also I suggest next time reading the page instead of relying on the writeup

marble island
#

Okay okay

#

I have something in my mind

fathom pendant
#

You would have found the answer much quicker than reading the writeup

#

It sounds like, to me, up until this point you've just been using the writeup instead of reading and learning the content

marble island
#

if i can do the exercises

#

If i can do the exercises eazy,

#

I can do the cpts

#

So i dont need to read everything

fathom pendant
#

Incorrect

#

You won't have a writeup for the exam

#

And lacking any bit of fundamentals for the exam will just result in extreme frustration

#

I can't stop you from continuing this path, but you'll get nowhere fast and will have to buy another voucher once you fail

marble island
#

In my head if i do the exercises by myself eazy with no writeup

#

i can do the cpts

fathom pendant
marble island
fathom pendant
#

Eh

#

The boxes really won't help much

#

As they're individual things and not networked

marble island
#

So even if i can do the all the exercises all by myself i need to read the whole thing?

kind turret
#

Apologies the text before is wrong it says 172

fathom pendant
kind turret
#

I will fix the walkthrough

fathom pendant
#

I think I saw something similar in the pivoting skill assessment or something

#

I think it shows the final box as .25 when in fact it's .35

#

If a student is doing proper enumeration, that difference will likely not come up or matter

marble island
# kind turret 178 not 172

Okay back to my insane thinking, so even if i do all the exercises and the reccomended boxes by myself, i still need to read the whole thing?

#

Okay i think i'm being just lazy ill read the whole thing i thought that if i just did the exercises by myself i would be ready to do the cpts, that is not the case, right?

#

I that if i read the whole thing i forget it imedeatly the only thing i remember is how to beat the exercises because this requires some practice

fathom pendant
#

No one can remember anything

#

And the content of the course is incredibly dense with information

marble island
#

I first read the writeup i follow along, then i go a second time by myself with just my notes

fathom pendant
#

I suggest only using the writeup if you're truly stuck

marble island
#

then a third time no notes no nothing just my brain

fathom pendant
#

To be sure you're on the right path

#

By doing the writeup first you basically skip any actual learning and understanding

#

Read the content. Take notes. Attempt the questions.

#

If you make no progress after an hour or so with a question, first ask here

#

If it takes too long to get an answer or push in the right direction here, then go to the writeup

marble island
#

Okay that sounds like the right path

#

Ill stop speedruning

fathom pendant
#

It's a marathon not a sprint brother

#

Pace yourself, the exam isn't going anywhere, and isn't going to change in price any time soon

marble island
#

Okay gotta grind. Thanks. Now i need to go back to 4 modules

#

because i have speerun them

fathom pendant
#

Make sure you understand the content before moving on

#

As the later modules build on the early ones

marble island
#

Okay thanks a lot

#

just a question is HTB paying you to stay here?

#

Or you just a kind hearted person that stays all days on discord helping noobs like me?

fathom pendant
#

Just passing it forward

marble island
#

Thats bad they should pay you or at least give free stuff

#

anyways thanks a lot

fathom pendant
#

Well I didn't say it wasn't rewarded

#

Just not with money lol

blazing juniper
#

"Password Attacks - Protected Files", it says "*Use the cracked password of the user Kira and log in to the host and crack the "id_rsa" SSH key. Then, submit the password for the SSH key as the answer. *"
but I don't understand what cracked password they are referring to ? am i supposed to know it ?
they ask me to log in to the host and crack the id_rsa, but if I'm logged in doesn't that mean that I already cracked the hash ?

fathom pendant
#

This module emphasizes saving found creds

#

You got her password on the way to will

blazing juniper
#

mmmmh... I'm not on my everyday computer, I just downloaded a fresh Kali VM and did a few modules, so her password is on my other computer... 400km from me lmao

fathom pendant
#

F

#

Just pull up the hint from the credential hunting linux section or throw the mutated pw list at it

blazing juniper
#

oooh yeah now i remember her, it was such a horrible time when i did it, thanks anyway ! it should unstuck me

fathom pendant
#

With the hint list like a few minutes, with the full list like 20

mellow holly
#

NTLM Relay Attacks Skill Assessment - question 4.
Is there a way through sqladm? I been unsuccessful in elevating my computer account. any help for this question would be appreciated

fathom pendant
#

Do they have seimpersonate?

mellow holly
#

not from what i can see

fathom pendant
#

Oof

#

Then no potatoes

mellow holly
#

though i think with module, its forcing users to use NLTM relay of some kind, but not sure where

blazing juniper
fathom pendant
#

Any *nix system usernames are 99.9999% of the time all lowercase

#

Kira is the name, kira is the username

#

Windows systems are case agnostic, meaning you can write "bob" "bOb" and "BoB" and it'll treat it as "bob"

#

Similar to commands in windows, you can upper/lowercase them to your heart's content

#

@ember isle 2 things 1) don't dm without asking, 2) your question has been answered countless times in multiple academy channels

ember isle
#

Sorry brother 😐

twilit ruin
#

i can see my HTB instance working on the webpage, but when i click the Full Screen button it says 'Something went wrong, connection is closed'. Is there a fix for this so i can view it in full screen?

fathom pendant
#

Message support

twilit ruin
#

who is that

fathom pendant
#

It's on the website

#

Green bubble bottom right of academy

#

If you don't see it, disable adblock

ember isle
#

@fathom pendant I can't find out can please guide me once

fathom pendant
#

Utilize the search feature of discord

cedar void
#

why does hackthebox academy no longer allow you to extend the time on the pwnbox machine whenever time runs out

fathom pendant
#

You have to extend the time before time runs out

limber surge
#

FILE TRANSFERS > Windows File Transfer Methods

can someone guide me on this.

i use simplehttpserver to upload the upload_win.zip. but once i rdp into the account mention. And i tried to access the folder page. i got an error page. ( Access forbidden. error code 403. )

fathom pendant
#

Simplehttpserver is a python2.7 module

#

But also how are you trying to access it

#

Are you accessing http://{your tun0 ip}:port/

#

In python3 it's just http.server

limber surge
#

i ran with sudo python3 -m http.server 80 on my kali machine

bitter junco
#

Guys, if I have bought path for academy cpts (500€ option annually) I don't have VIP granted to spawn machines on app.htb and I need to buy it separatly?

fathom pendant
fathom pendant
limber surge
#

i am able to see the following uploaded uploaded_win.zip in my kali environment after running the service for http service. i placed in desktop/folder/XX.zip

bitter junco
fathom pendant
#

I asked where you launched the http.server from

#

It's recommended to only launch it from the directory you plan on sharing

rustic sage
#

hi is workspace virtual machine having internet access on? like you can visit google

fathom pendant
#

You mean the pwnbox?

rustic sage
fathom pendant
#

It depends

#

There's limited internet access for the pwnbox

#

Unless you spend money, then it's less limited

rustic sage
fathom pendant
#

However the broad recommendation is to just use your own vm

rustic sage
#

okay thanks

burnt oasis
#

Working in the -Footprinting module, in ftp section under host based enumeration- they ask to configure vsftpd server and do anonymous login. I configured the settings correctly but everytime i make ftp connection with target ip im not connecting as anonymous user.

fathom pendant
#

ftp ip [port if not 21]

#

Wait for it to ask for username then type in anonymous

#

Then press either enter or type anything for the pw

burnt oasis
#

When following along with the lesson it says create vsftpd server and then walks you through the settings to change it to anonymous. When i run ftp ip they don’t ask for username it auto logs me in as my user name . Should i uninstall vsftpd? @fathom pendant

fathom pendant
#

ftp ip should work as the target isn't running ftp on an alt port

#

Also ip is the target ip

digital shale
#

fiona

burnt oasis
#

Gotcha thanks for that. Confused at the point of installing and practicing with it if having it installed would prevent you from making the connection

fathom pendant
#

That wouldn't affect you being able to connect

#

Much like having ssh enabled doesn't stop you from connecting to other devices with ssh enabled

burnt oasis
#

Yea that’s my question I’m doing everything you said with exact command line but it’s not asking me for “username” it’s just auto connecting me as my username. So that’s why my original question was why am i not connecting as anonymous when i have the settings changed to allow it @fathom pendant

fathom pendant
#

Changing settings locally does not affect the remote settings

#

And yes it should ask for username after the connection completes

#

If you link your app.hackthebox.com account to the discord following instructions in welcome you can paste a screenshot here

#

If you're seeing name (ip:user): that's where you input the username

fluid pine
#

hey guys i need help to find where the answer would be for this question

#

I don't know where to look

fathom pendant
#

The reply TTL can help determine the underlying basic OS as most OS have different default values

fluid pine
#

ah so like ttl=128 or ttl=255

#

@fathom pendant ??

fathom pendant
fluid pine
#

oh

fathom pendant
#

Reading helps

fluid pine
#

oops lol

#

RCVD (0.0152s) ICMP [10.129.2.18 > 10.10.14.2 Echo reply (type=0/code=0) id=13607 seq=0] IP [ttl=128 id=40622 iplen=28 ] this part then

fathom pendant
#

Yes

#

Now utilize Google

#

Plenty of resources can help you find the answer

#

Note: the answer isn't looking for a specific OS version/flavor

#

I.e. kali linux or Windows Vista

fluid pine
#

ah ok

fathom pendant
#

Just the underlying OS type

fluid pine
#

ok hopefully i can figure it out

fathom pendant
#

Google will help you

#

Think about how you can search for TTL and OS

fluid pine
#

ok 🤔

fathom pendant
#

Literally just google it

#

kek plenty of online charts and resources

fluid pine
#

ah ok

fathom pendant
#

Don't ask me what you think the answer is

#

There's no penalty for putting the wrong answer in the answer form on the page

#

It's working

#

Type "anonymous" there kek

#

Also your screenshot contains a spoiler for the other question

fluid pine
fathom pendant
#

"TTL and OS"

#

Then in whatever documentation you find, search for the relevant TTL and it'll be as simple as copy/paste or typing it out

fluid pine
#

so for example "64 – Linux/MAC OSX systems"

fathom pendant
#

Yes, but that's not the ttl shown in the example

#

Again you're looking at the reply TTL

fluid pine
#

ah ha so "Linux/MAC OSX system"

fathom pendant
#

No

burnt oasis
#

wow yea deff thought that was showing the user i was logged in as never thought to type anonymous there thank you

fathom pendant
#

That's not the TTL of the reply

#

The TTL is 128

wanton idol
#

your ttl is 128

#

if its not a linux/mac os then it must be a ...

fluid pine
#

FINALLY

fathom pendant
#

Idk try and see if the answer page takes it

#

👍

fluid pine
#

i did windows system the first time, thats prob why i got it wrong

fathom pendant
#

Part of learning is getting over the fear of looking for additional sources

fluid pine
#

and all the other times i was waaaay off

fathom pendant
fluid pine
#

smh

#

Thanks @fathom pendant & @wanton idol

wanton idol
#

i didnt even do anything lol that was all to MarcieLee

digital shale
#

n

fathom pendant
rustic sage
#

Labs are down for anyone ?

fathom pendant
fathom pendant
#

¯_(ツ)_/¯

rustic sage
#

Nvm I’m up

#

Thick client lab sucks

vale island
#

anyone facing issues with pwnbox??

rustic sage
#

I was

vale island
#

with my 100000 ping I guess its going to take some time

feral sapphire
#

Guys, need help with Mac fundamentals ) Where are the Applications related to the system stored at?
Unswer: /Applications
Isnt it ?

fathom pendant
#

It's likely revealed in the reading

#

Also make sure no extra spaces

feral sapphire
#

Found )

strange pivot
#

@vale island There down for me at the minute, my bitdefender is saying the certs are outdated so idk 😮

vale island
#

switching to vm doesnt seem like a bad idea actually

fathom pendant
#

It's more reliable overall

strange pivot
#

its what im gonna do for the time being 😛

stuck fable
#

pwnbox seem down

fathom pendant
#

Raise the issue with support

wanton idol
ebon storm
#

Whenever you say switch to the VM, that means just configure one in the area of the VPN servers and download VPN open source and do it that way right ?

rustic sage
#

The thick client lab was terrible

#

They really need to fix that module it’s poorly done

dim wolf
#

section*

wanton idol
wooden kernel
#

did you find out how it works? I also have nothing on txt record.

reef prism
cedar yew
#

hello guys

Attacking Common Service - Attacking DNS

this command not working- > dig AXFR @ns1.inlanefreight.htb inlanefreight.htb

my hosts
10.129.207.161 inlanefreigh.com

#

This section confused me a bit.

cloud urchin
#

the command doesn't work how?

cedar yew
#

dig AXFR @ns1.inlanefreight.htb inlanefreight.htb
dig: couldn't get address for 'ns1.inlanefreight.htb': not found

#

i added my hosts but still dont working

shut quest
#

Yes because it's not in your hosts file

cloud urchin
#

double check your hosts file and the target address

shut quest
#

For the @ use the IP instead

cedar yew
#

┌──(z4c㉿theuzzay)-[~/Desktop/tools/subbrute]
└─$ dig AXFR @10.129.207.161 inlanefreight.htb

; <<>> DiG 9.19.21-1-Debian <<>> AXFR @10.129.207.161 inlanefreight.htb
; (1 server found)
;; global options: +cmd
; Transfer failed.

shut quest
#

Also inlanefreigh.com has a typo

cloud urchin
#

it has 2 typos

cedar yew
#

output transfer failed

cloud urchin
#

so the command worked, but the zone transfer failed.

shut quest
#

Okay so looking back at the module, with your corrections you should be able to do the @ns1.... and follow along with the section

cedar yew
#

okey

cloud urchin
#

did you correct the 2nd error?

cedar yew
#

yes I'm trying subbrute now

cloud urchin
#

can you show me what tail /etc/hosts says?

cedar yew
#

161 target machine

cloud urchin
#

there are still mistakes

#

look closely at your target address vs the addresses you have in /etc/hosts

cedar yew
#

ns1 address?

cloud urchin
#

i'm not sure which question you're on so maybe this doesn't apply, but you're targeting a .htb tld but in your /etc/hosts you have a .com tld so it looked strange to me. is that how it's supposed to be?

#

when you were using dig axfr@ns1.inlanefreight.htb you didn't have .htb tld in your /etc/hosts, you have .com

cedar yew
#

my question - Find all available DNS records for the "inlanefreight.htb" domain on the target name server and submit the flag found as a DNS record as the answer.

cloud urchin
#

that's why it's not resolving

cedar yew
#

im changed htb

#

not .com

cedar yew
#

this command true?
hydra -l -P pws.list -f 10.129.203.12 smtp

fathom pendant
#

SMTP doesn't use authentication, try other email protocols

#

Apparently you can bruteforce smtp huh

#

Been a minute

#

But also. You need to include the domain in your username

cedar yew
#

okey

#

username

fathom pendant
#

Think about how you draft an email to someone

cedar yew
#

yes undrstn

fathom pendant
#

You don't just send it to their username, you send it to their email domain too

cedar yew
#

I found

#

thx

fathom pendant
#

In future: you can substitute usernames with first letter then *

#

So m* in this case and people who have completed it will know

stark knoll
#

I'm looking for help with a module question, is this the best place to post it?

cloud urchin
#

yes

stark knoll
#

I'm stuck on the ACTIVE DIRECTORY LDAP module. There is a question in the "Credentialed LDAP Enumeration".

#

The question: What is the password history size of the domain? (How many passwords remembered.)

#

I can't figure out how to find the answer. I've retrieved the password policy, but it doesn't list the password history.

cloud urchin
#

have you tried all the tools?

stark knoll
#

The module covers two tools, I've tried them both.

#

I've answered every other question in the entire module, stuck on this last one.

cloud urchin
#

one of the tools shows you the answer

stark knoll
#

are you able to give me anything more? I pulled the password policy using ladapsearch-ad.py which doesn't include the history setting.

cloud urchin
#

that tool does show you the answer

#

the terms 'password history length' and 'password history size' in the context of AD refer to the same concept, they are both number of the previous passwords that are remembered but cannot be reused by a user when changing their password.

stark knoll
#

This is the entire output of the policy:
Default password policy:

[+] |___Minimum password length = 7
[+] |___Password complexity = Disabled
[*] |___Lockout threshold = Disabled
[+] No fine grained password policy found (high privileges are required).
cloud urchin
#

i see, my results had more information, you can DM me your command if you want but your command is probably missing something

ocean night
#

So you got a string decoded correctly there

#

but you're not following the instruction on the question correctly 🙂

solar zodiac
#

Hi everyone! I'm on the last step of the XSS and CSRF module skills assessment and am really confused. Could anyone sanity check my work?

ocean night
#

You're one step away - re read the description in the Questions section @deep lantern 🙂

solar zodiac
#

a payload I tried to generate an error with is returning normal output hehe

fathom pendant
#

This contains spoilers

ocean night
#

It's a tier 0 module

#

but yeah.. suppose shouldn't just be dumped here

fathom pendant
#

I still like to avoid people just trying to ctrl+f the flag lol

#

Besides if they're following the content it doesn't take much

dim wolf
#

why ask for flag? you paid for the exercise

#

or maybe not if it's Tier 0

fathom pendant
solar zodiac
#

nevermind got it 😄

dim wolf
#

i understand but remember why you're on HTB Academy

fathom pendant
#

Read the question carefully

fierce mason
#

on the socksoverrdp section in pivoting tunneling, and port forwarding, i tried connecting to the target host using the method mentioned in the module, however, i can't seem to connect through the host provided, over the socks proxy set up on the domain controller. i ran proxychecker, and it seems that the test passed, but i can't connect using mstsc, as it gives an error, stating that either rdp is not enabled on the server, its being blocked, or the ip isn't available. ive checked the ips multiple times, so im not sure why im not able to connect to the target host

fathom pendant
#

Please avoid posting spoilers :)

deep lantern
#

I am so sorry 🙂

ocean night
#

I mean.. you have the answer there

#

Just correct the format

#

Obviously missing something as there's a character missing

#

but yeah..

fathom pendant
#

What section are you specifically on, the decoding section?

deep lantern
ocean night
#

Flag formats are usually HTB{<flag>}

fathom pendant
#

One of the quirks of it not outputting a newline

ocean night
#

ahh yes

deep lantern
#

well this is a little odd

fathom pendant
#

If it helps I tended to add ;echo to the end of my bash commands for this module

deep lantern
#

because thats the flag i got back.

fathom pendant
#

So it gets clearer

#

As "echo" by itself should just print a new line

#

If not echo ""

#

Or if you wanna be cooler, | echo

#

So it appends a newline

deep lantern
#

hmm that still have not worked and i have passed the correct serial.

fathom pendant
#

Making it much easier to parse

#

Or even outputting to a file

#

That looks right to me

ocean night
#

mmhm

deep lantern
#

Right .. but its not accepting it 🙂

fathom pendant
#

Make sure you don't include the whitespace characters

#

Tips: place your cursor to the right of the first character, press left arrow, spam backspace a few times. Do something similar on the right side

#

If you highlight the whole line and copy it, it also copies the new-line character

#

Which is a whitespace (invisible) character

tulip dragon
#

Hi, Attacking common application Splunk > Enumerate the Splunk instance as an unauthenticated user. Submit the version number to move on (format 1.2.3) , this is really weird i cant get the version correct any help pls

deep lantern
#

Yup, Just checked that .. no white spaces 😐

fathom pendant
#

well... that's the answer... I'm looking right at it ¯_(ツ)_/¯

deep lantern
fathom pendant
deep lantern
fathom pendant
#

...

deep lantern
#

no its this one the very BASICS

fathom pendant
#

That's the problem kek

ocean night
#

You're following instructions for a later part of the module...

#

..how..

fathom pendant
#

On the deobfuscated min.js code, add a line console.log(flag) and run that

#

kek this is why I asked what section you're specifically on

deep lantern
#

omfg.. did i just over kill something basic?

fathom pendant
#

Literally all the steps you did in between are answers for other sections between the one you're on, and the one I linked

#

You get the answer for the section I linked

#

This section is regarding the source code, and finding a secret flag within it

#

Which can be seen that there's a "flag" variable

fathom pendant
#

You misunderstood the instructions lmao

deep lantern
fathom pendant
mellow holly
#

is there a way to check if a module instance is running correctly?

fathom pendant
fierce mason
fathom pendant
fierce mason
#

yeah

fathom pendant
#

If everything is set up and running properly, you should be able to get to host C from Host A

fierce mason
#

the hint says theres a firewall, does that mean i wouldnt be able to use socks

fathom pendant
#

You can disable it

#

for the most part though it's as easy as A (disable RTP) --> B --> C ¯_(ツ)_/¯

fierce mason
#

is there a specific way that i need to run mstsc

fathom pendant
#

Aside from doing the advanced options to set the username... I don't think so

#

It's mostly just following the steps

#

Initiate the dll --> rdp (get the success message) to B --> transfer socksoverrdp.exe and run as admin --> set up proxifier (on A)

#

Then from there it should just work™️

fierce mason
#

alright, ill try and see if it works, thanks

fathom pendant
#

I basically just rewrote the steps from the section in simpler terms ❤️

#

As it's easy to miss with the 300 screenshots in that section lol

green peak
#

Module: https://academy.hackthebox.com/module/147/section/1638

Task: Optional: John is a member of Remote Management Users for MS01. Try to connect to MS01 using john's account hash with impacket. What's the result? What happen if you use evil-winrm?. Mark DONE when finish.

So i first tried with impacket-psexec which failed due to error ADMIN$ is not writable and C$ is not writable, and when i tried evilwinrm, i got the remote PS for john. What i didn't understand is, why didn't impacket work? is it maybe due to that, impacket maybe tries to exploit the SMB service to get the shell which it fails cuz you can only access the shares through MS 01 Admin while evilwinrm uses winrm service to exploit and get the shell ? or I am completely wrong lol.

fathom pendant
#

Basically

#

John doesn't have write access to the C$ or Admin$ shares

wanton idol
#

welp u beat me to it LOL

fathom pendant
#

And since he doesn't have write access, you can't look at it

green peak
rustic sage
#

anybody know how can I share image to show my error?

dim wolf
rustic sage
cloud urchin
#

what's the problem? the error messages tell you exactly what's wrong

#

was there a specific question you had about them?

rustic sage
#

when I type
Get-ADComputer -Identity "ACADEMY-IAD-W10" -Properties * | select CN,CanonicalName,IPv4Address

why server is rejecting

cloud urchin
#

the very first line you type after that shows the problem, did you read that?

rustic sage
cloud urchin
#

it says Get-ADComputer : The server rejected the client credentials.

#

you will need working credentials

rustic sage
cloud urchin
#

there must be something else, but i'm not sure i don't have that module. the first error is because the computer is already created in the domain.

rustic sage
#

I don't know
which credentials is it talking about

rustic sage
cloud urchin
#

well it doesn't seem to like the session credentials you're using

rustic sage
#

yes

next bronze
#

which user are you using?

rustic sage
cloud urchin
#

looks like you found the root cause

rustic sage
# next bronze

but this credential is for joining the host to domain
And I already have done it

shut quest
tough tundra
#

so, if/when cert time comes, am I going to have to classic exam stripping words out of the text to answer questions? Because I feel like I may not remember a fair bit precisely despite definitely understanding and being able to explain the functions of everything going on and their applications

dim wolf
#

divulging contents of the exam is not allowed.

#

you will know once you take it

tough tundra
#

oh, I meant generally speaking is that a practise but I guess that comes into the same thing

#

oh well big thanks

regal jewel
#

hello i have a question. Sometimes when I get hash, it is on many separate lines. I need to make it all to be just one line in a text file. Now until now I used to do this manually, going into text file and fixing the hash myself. There must be a better , more efficient way to do it. How do you deal with these rubbish hashes that you cant copy smoothly?

cloud urchin
#

rubeus?

#

try adding /nowrap

regal jewel
cloud urchin
#

you could save it to an output file

#

i think it's because you're double hopping

regal jewel
#

yes i think so too. I will try to output to file, thank you SuperNuts.

lilac stag
fathom pendant
#

? It's just permissions and such, generally the only people with write access to C$ are admins

past scaffold
#

hey, i have a problem on brute force login skills assessment - service login. i know that the method and the wordlists that i am using are the correct but i cannot find the proper username and password

fathom pendant
#

Doing username cycling is loads faster if the list is way smaller

lilac stag
fathom pendant
#

@past scaffold don't dm without asking

past scaffold
#

sure sorry

fathom pendant
#

Try adding the Nickname (same as first name) with cupp and see if you get a hit off it

#

It won't take long

#

Also don't forget to reduce the pw list using the given rules

#

If you don't trim the list to the rules provided; then it's gonna be a long time

#

See the sed commands they provide

#

@open gulch ask before dm. I don't do dms unless I feel it completely necessary.

#

I haven't done the cdsa path, I've only seen common questions regarding some modules

open gulch
#

Hello please any hints on Navigate to http://[Target IP]:8000, open the "Search & Reporting" application, and find through SPL searches against all data the port that one of the two C2 callback server IPs used to connect to one of the compromised machines. Enter it as your answer.

I found the the two IPs from the previous question and also the source ip but I am not sure what the answer format should be.?

civic dawn
#

Hello 👋🏻, I’m trying to get .vhd file, can’t get it from smb, any hints please.

Password Attacks Lab - Hard

civic dawn
soft cedar
fathom pendant
civic dawn
fathom pendant
#

It helps if you share the errors

civic dawn
# fathom pendant It helps if you share the errors

smb: > get Backup.vhd
parallel_read returned NT_STATUS_CONNECTION_RESET
smb: > getting file \Backup.vhd of size 136315392 as Backup.vhd SMBecho failed (NT_STATUS_CONNECTION_DISCONNECTED). The connection is disconnected now

fathom pendant
#

Reset the lab

#

It seems like your connection is unstable

civic dawn
fathom pendant
#

Then use a different vpn region

civic dawn
#

I read HTB forum, they were talking about mounting Bit-locker encrypted vhd files to Linux

fathom pendant
#

That's for after you get the vhd

#

Focus on getting the file first lol

civic dawn
#

Can’t be just network problem, it’s few days now without any progress 🥲💔

cloud urchin
#

maybe try transferring a different way

rain charm
#

I need a hand with the Broken Authentication module / Predictable reset tokens Question 1
Anyone I could chat with to discuss my script for solving this? I've been at this hours and reaching the end of my wits

haughty tree
#

How do you identifiy vulnerabilities without vulnerability assessments/scans? manually?

next bronze
#

"does not necessarily require" doesn't mean you cannot do assessments/scans

solid moth
#

Attacking Common Services - Hard Question : Once logged in, what other user can we compromise to gain admin privileges? i can't get in mssql using fxxx's creds but i can't find other creds either. please give some hit

soft cedar
#

if you are using impacket, you need to add -windows-auth

solid moth
#

i'm not using impacket

#

i just rdp to the target

fathom pendant
#

sqlcmd should work

#

But using impacket tool is generally better

soft cedar
solid moth
#

is there other creds needed here?

soft cedar
#

no just that.

fathom pendant
#

F* can access the sql service just fine

#

Impersonation will be one of the keys to victory

solid moth
#

'sqlcmd -S SRVMSSQL -U fxxxx -P 'xxxxxxxxxx' -y 30 -Y 30' i use this didn't work

#

always login failed

#

sqsh impacket-mssqlclient sqlcmd . all said login failed

cloud urchin
#

you need to enumerate further. do you have any other credentials you can try to log into the sql server with?

solid moth
#

it worked

fathom pendant
solid moth
#

yes. now i know

solid moth
#

so this mssql is using Windows authentication mode?

fathom pendant
#

Yes

cloud urchin
#

ahh ok, my notes are kinda part for this part

solid moth
#

oh i got it

#

thanks

cloud urchin
#

i have other creds down for some reason

cedar yew
#

hello guys,

I would like to tell you about a tool I wrote in Python that prints all the data on Mysql to the terminal.

#

hopefully it benefits your business 🙂

#

output

fathom pendant
#

It's best to put things into a codeblock
```py
<code>
```
That formats it better

#

Using asterisks just makes it more annoying to parse

fathom pendant
#

Ya goof

#

At least redact the password

cedar yew
#

ok i will make the arrangements

rain charm
feral sapphire
#

Hey, have a qustion. Is possible to unlock high tiers on free account? Or its only T0

fathom pendant
#

And like 1 t1

solid moth
fathom pendant
#

They specifically have admin rights on a specific place

#

Maybe re-read the sql section

solid moth
#

ok

rustic sage
#

why nothing happened?

foggy light
#

Module: ADCS Attacks
Section: ESC11

I have got the NTLM hash for DC. But I cant use it to login to WS01. I have tried both the PTH and Ticket.

Out of Ideas need help

bold sinew
#

Could anyone provide some insight re the Password Attacks module, specifically the Network Services section?

I am using the username and password list provided in the module and using hydra to brute force correctly. Is it expected that the crack takes several real life hours? I know in a real engagement it would realistically but given this is a training I feel like i've done something wrong. Is there an aspect to that module im missing? I don't want the answer given to me, i'd just like to know if I am doing something wrong and should pivot or if im just being impatient and need to wait a bit longer.

Exact question: Find the user for the RDP service and crack their password. Then, when you log in, you will find the flag in a file there. Submit the flag you found as the answer.

digital junco
#

Can someone help me?

I did exactly what the module asked, I downloaded the files, uploaded them to the Windows machine, but when I try to load the dll for socks to work, it blocks, even though I have disabled all protection mechanisms.

Module:

Pivoting, Tunneling, and Port Forwarding

Section:

RDP and SOCKS Tunneling with SocksOverRDP

cedar yew
#

disable real time protection?

cunning cape
#

struggling with the password mutations exercise. I think I knw how to do the final part of it but believe I have made a mistake creating my mut_password.list file as the file is only 1504 lines long. am I able to type exactly what I've done in here or is that against the rules? I understand the mut_password.list is supposed to be around 90,000 lines.

upper ruin
#

Which question and section on password attack you on.

cunning cape
#

password mutations, there's only 1 question

upper ruin
#

You did downlaod the resources, right?

soft cedar
upper ruin
cunning cape
#

so to create the mut_password.list file I downloaded the Password list from the resources, created custom rule from the academy:

:
c
so0
c so0
sa@
c sa@
c sa@ so0
$!
$! c
$! so0
$! sa@
$! c so0
$! c sa@
$! so0 sa@
$! c so0 sa@

and then created mut_password.list using:

hashcat --force password.list -r custom.rule --stdout | sort -u > mut_password.list

#

This is giving me only 1504 lines, have I done something wrong? only thing I could think is the custom rule but seems everyone is using that

digital junco
upper ruin
cunning cape
#

cheers mate

upper ruin
#

I can't login wth

#

ahh dw

#

loggen in

cunning cape
#

haha damn. I've looked through my results and something has definitely went wrong on my end. the rule should replace every "a" with a "@" but there are still plenty of a's, I'm gonna delete and start fresh

upper ruin
#

Try it and see if it's fixed.

upper ruin
next bronze
#

it's a command for devs and can mess up the output

upper ruin
#

Oh well.

#

Use Cupp for passwords.

next bronze
#

no just don't use --force with hashcat

#

you can still mutate the list without it

upper ruin
#

Oki.

#

( I used it and it worked for me ) 94044.

#

Time to do sqlmap module.

cunning cape
#

removed --force and still getting 1504 :/

upper ruin
open gulch
#

hello any hint to find the answer to this question, Navigate to http://[Target IP]:8000, open the "Search & Reporting" application, and find through SPL searches against all data the port that one of the two C2 callback server IPs used to connect to one of the compromised machines. Enter it as your answer.

I found the 2 ip address and source ip but none of them seem to be the correct answer.

cunning cape
#

you used what I sent into the chat yeah?

#

I'll double check but nah just copied it from the module and pasted it straight in

upper ruin
#

Just download, extract, and execute that hashcat command without using --force

#

Don't delete stuff from the provided files.

cunning cape
#

hang on, I've created the custom.rule using vim. is it part of the download in the resources?

upper ruin
#

...

#

You already have a custom rule.

#

Don't make a new one.

#

When you download the zip from resources, there are 3 files.

#

Custom rule, password list and username list.

#

Don't touch any of them'

#

Just use the hashcat command.

cunning cape
#

lmao thanks bro, I didn't see that the custom rule came with the resources. thought we had to create it ourselves. that'll be why mine wasn't working

upper ruin
#

Yeah, all good.

cunning cape
#

I should be able to finish from here. thanks for your help bro

upper ruin
#

Good luck, ser

#
  • make sure to verify
cunning cape
#

what do you mean by verify?:)

upper ruin
next bronze
foggy light
#

yea

#

LABDC which is DC ntlm

next bronze
#

machine accounts don't have any particular rights so it makes sense that you can't login directly using it, you'll need to dcsync or silver ticket

foggy light
#

I have DCSYNCed and got the hash for DC and WS01$ but they dont work. Tried creating silver ticket as well. Not sure what Im doing wrong here.

DC ntlm hash should be able to get me anywhere

next bronze
#

no? machine accounts don't have special rights for logging in

#

use the DA hash you got from dcsync

dim wolf
#

look at the data again and find solid evidence that points to two IP addresses being C2s

austere flume
#

hi

#

can i connect to the target machines from local vm

#

?

open gulch
austere flume
#

Sure

#

Thanks!

gusty flicker
#

Hey guys, anyone else struggling to connect to VPN? Seems awfully slow today

austere flume
#

Yes

#

i am too its very slow

gusty flicker
#

Struggling to even connect to the VPN :/

dim wolf
dim wolf
#

my notes aren't accessible at the moment

austere flume
dim wolf
#

yes

austere flume
#

Thanks!

open gulch
daring totem
#

Has anyone encountered problems while working on the "Using Splunk Applications" module?

#

I cant seem to get past step 3 where it is shown to download the file

tulip dragon
#

is reset progress feature is not there in modules

#

i thought it was there 🤔

austere flume
dim wolf
austere flume
#

connected to the vpn file from the academy

dim wolf
#

is the target available

austere flume
#

yes

#

should i disconnect it from the pwn?

dim wolf
#

yeah, you should disconnect from pwnbox

#

the server won't know where to route the traffic if you have both pwnbox and openvpn on

austere flume
#

ok thanks

#

let me try

tulip dragon
#

i want to report one site which is showing htb modules ans whom should i dm

bleak lantern
#

HTB Labs VPN works fine, but Academy one does not reach the modules machines

daring totem
#

Has anyone encountered problems while working on the "Using Splunk Applications" module?
I can't seem to get past step 3 where it is shown to download the file

#

just loads endlessly when I try and donwload it

stuck fable
#

hi all , i have a question aboute the shells and payload module in the live engagement section. Is there supposed to be a web browser on the foothold machine?

stuck fable
#

ty

wintry skiff
#

Do you guys help on modules? I’m stuck on the xss course

#

On the phishing section

dim wolf
#

ask your question

wintry skiff
#

I injected the page to make it look like a login and password page. I’m trying to use netcat and get a response but I’m not getting one

#

I was told to try port 443 or 4444 but I’m still not getting anything

#

When I put in test:test I don’t see a response in the terminal ,but I get the error response page from the website

#

I asked someone on the website for help but I’m being left on seen lol so I came here

#

Can you help?

dim wolf
#

dm me your payload

nova wharf
#

Hey guys I have a question Im in the “Information Gathering - web edition” doing the Active subdomain enumeration and keep getting this message when trying to use nslookup. I had the same message using pwnbox am I doing something wrong?

dim wolf
#

you are given a domain

#

then, nslookup -type=NS <domain name> @<target ip>

#

what's the output

nova wharf
nova wharf
scenic plover
dim wolf
#

yeah that's dig syntax

#

my bnad

nova wharf
#

Okay thanks it looks to be working

tender nimbus
#

Hi do you guys know why i dont have acces to the general channel?

dim wolf
tender nimbus
#

thnkass

coarse gulch
#

For the using Sysmon and Event Logs to Find Evil question using the reflective DLL injection, I cannot for the life of me locate the wininet.dll. I am getting plenty of 7 event IDs in event viewer but I literally cannot find anything to do with a wininet.dll. I have also tried looking for the reflective_dll.x64 but to no avail. Also, found the answer online and even searching using a custom xml query to search for the hash answer I cannot find it lollll

#

Its driving me insane

flint haven
#

How do you use given files outside of the pwnbox, inside the pwnbox ? I tried logging into htb on the vm but that ended badly…

shut quest
flint haven
coarse gulch
#

Also, logically if you were to do it exactly as it says in the lesson you could just certutil the sha256 sum of the dll that you rename to WININET would you not

#

Idk im perplexed the other two were fairly simple

dim wolf
#

what is your filter

coarse gulch
#

<QueryList>
<Query Id="0" Path="Microsoft-Windows-Sysmon/Operational">
<Select Path="Microsoft-Windows-Sysmon/Operational">
*[System[EventID=7] and EventData[Data[@Name='Signed']='false']]
</Select>
</Query>
</QueryList>
This is the one I used most recently

#

As a sanity check, I applied the simple filter where you have just the ID of 7 selected and then used find to search for the string that is the sha256 answer and nothing popped. I figured it must be myself improperly executing the inject.exe, perhaps that is the problem. When I followed the steps specifically (moving inject .exe and x64_dll.dll to desktop and renaming them to calc.exe and wininet.dll respectively) it was unable to run properly, I assume because the functions that perform the message box pop etc are contained in one of the other DLLs in the c:\tools\reflective injection directory

viral parcel
#

Can someone point me in the right direction ? I am doing a Prolab and I would like a hint. In which channel should I redirect my question ?

shut quest
viral parcel
woven stone
#

When we call a function and explicitly set the value of a parameter, e.g. foo(bar=42), this parameter is called a _____ parameter. (Fill the blank)

#

Does anyone know the answer?

cloud urchin
#

yes

#

chatgpt gave me the answer to that instantly

fathom pendant
#

Generally when you ask a question its good to give context of the module and section

#

Instead of just repeating the question

#

It also helps to say what you tried

fathom pendant
#

The section talks about 2 different kinds of parameters at least

woven stone
#

I think my answer is correct, but there is an error on the site

fathom pendant
#

it's in the Function Call subsection ¯_(ツ)_/¯

rustic sage
# wintry skiff On the phishing section

im stuck on this one too. I input the payload to create the username and password fields, but when I try to add the script to remove the url input bar it doesnt work. In addition I have the same issue you do with setting up the listener.

fathom pendant
#

In fact the answer to q3 is in that section as well

fathom pendant
woven stone
fathom pendant
#

So what's the other parameter mentioned?

woven stone
fathom pendant
#

I'm literally looking at it on the page

woven stone
fathom pendant
#

No

#

I meant in the reading

#

Read the "function call" subsection of this page

woven stone
fathom pendant
#

Look at highlighted words specifically

dim wolf
fathom pendant
fathom pendant
#

I mean, without explicitly telling -- this is the closest I'll get

#

I do a similar thing with, for instance, the NMAP module -- Hard lab

woven stone
dim wolf
#

i suggest you don't do that

fathom pendant
#

I can guarantee you that

woven stone
fathom pendant
#

How?

dim wolf
#

it's not complicated

fathom pendant
#

It's literally just reading the page

shut quest
#

And the hint tells you how long the word they are looking for is

woven stone
woven stone
fathom pendant
#

Just ctrl-f for the word "parameter"

#

I understand you

#

I'm just telling you, I can't give you more hints than just... read

#

Like I said, reading the page will reveal the answer

dim wolf
#

i just found the answer

#

and i just read the page

#

just

fathom pendant
#

I also said to look for highlighted words

#

That also helps

cloud urchin
#

oh shit you guys have been reading the modules?

shut quest
# woven stone you understand me thx

No I don't understand you, I've already done the module. Read it. The only thing I can accept as an issue is if you have comprehension issues with the English language, but it seems like you're doing just fine here.

fathom pendant
#

HTB tends to highlight important terms

rustic sage
cloud urchin
shut quest
fathom pendant
rustic sage
#

thank you for the clues you two. I will work on it.

woven stone
shut quest
woven stone
#

||named|| I tried this word more than once and it didn't work. I don't know why Thank you, I knew the answer

fathom pendant
#

Perhaps you had extra spaces