#modules

1 messages · Page 420 of 1

magic mango
#

looking back i DID get the display with root

fathom pendant
#

the only other thing is just reset your vm/machine and try again

#

sometimes it's the simplest/easiest solution

magic mango
#

the login info i also found gives my a !mD error

fathom pendant
#

! is a special character in bash that invokes history

magic mango
#

awesome! thank you both very much!

cloud urchin
#

Edit: nm. You're on SQL Writing Files? You should be able to do it like how they showed.

jaunty portal
#

Hello everyone, I'm doing the AD Enumeration & Attacks Module in the Credentialed Enumeration - from Windows section, and I am stuck on the first question "Using Bloodhound, determine how many Kerberoastable accounts exist within the INLANEFREIGHT domain. (Submit the number as the answer) "

I used sharphound and uploaded the zip file to bloodhound. When I run the "All Kerberoastable accounts" pre-made query, it returns 12 users, but it seems like 12 is the wrong answer. am I doing something wrong here?

rustic sage
cloud urchin
rustic sage
#

I checked the hint and it says I need to find a folder, probably in /var/www/html that I have write access to but I'm stuck on this

frosty crescent
#

Thanks

rustic sage
#

i feroxbuster'd it

cloud urchin
#

It gives it to you in one of the commands

rustic sage
cloud urchin
jaunty portal
granite falcon
#

Hey guys, i have a problem connecting to the module machine can I ask here ?

cloud urchin
#

yes

blazing loom
#

I am on the "Knowledge Check" section of the "Getting Started" module.

I managed to get the user flag both by uploading a rev shell manually and by metasploit. And I managed to get the root flag by using ||sudo php -r "system('/bin/bash');"|| to escalate my shell to root.

However the exercise says:

There are two ways to escalate privileges to root on the target after obtaining a foothold. Make use of helper scripts such as LinEnum and LinPEAS to assist you. Filter through the information searching for two well-known privilege escalation techniques.

I can't find the second way to privesc, any nudges?

granite falcon
#

I'm working on the "Detecting RDP and brute-force attacks" section from the Windows Attacks with Splunk module.
I was given the IP address and instructed to use port 8000, but after following the instructions, I got an error when trying to connect.

quick crane
#

htb academy can’t login?

granite falcon
nimble tundra
#

Hi All,

I am working on the Password Attacks Module > Windows Lateral Movement > Pass the Ticket (PtT) from Linux. When trying to authenticate to dc01 from linux01 using a valid ticket, I am recieving the following error "session setup failed: NT_STATUS_CONNECTIONRESET"

I have tried resetting my machine and the target and still receive the same error. The ticket I am using is valid and expires on 05/30.

Any suggestions?

This is the questions I am on: Use the LINUX01$ Kerberos ticket to read the flag found in \DC01\linux01. Submit the contents as your response (the flag starts with Us1nG).

round marten
#

is that an /etc/hosts issue?

teal prism
#

Hi,
I actually need help with the skill assessment for Application of AI in InfoSec module as part of AI red teamer path. As per the confusion matrix the accuracy is 100% but still it shows 0% for the given model file I upload

brave scroll
#

Module - Attacking Enterprise Network

Section : Lateral Movement

Whenver I'm uploading SharpHound.exe resulted file getting stucked here everytime..
Image

autumn pilot
#

Ensure your SharpHound collector is on the same version as BloodHound

waxen totem
#

But if you dont specify it'd pick the right one by default from its hosts file

waxen totem
#

Or DNS

waxen totem
#

Roughly

brave scroll
waxen totem
brave scroll
waxen totem
#

Will have to check ig.

#

Easiest way is probably take a screenshot of the entire app rn

brave scroll
#

I think that's a normal one, because CE runs in browser

waxen totem
#

Yeah looks like normal one, will have a look see when I get on a computer

gritty python
#

I am also struggling with this one, is anyone able to help? I am on the last step where I have XML payload just not sure where to place Type class generated from AssemblyQualifiedName. Thank you! 🙂

mystic oasis
#

Heelo

#

I just joined

#

Started yesterday

#

I am getting ma skills up

waxen totem
#

damn just realized kali's on CE

brave scroll
smoky arrow
#

Hi guys, I need help with Footprinting module Oracle TNS, I completed all the module except for this. Someone can help?

edgy ibex
#

Has anyone run into this issue on the WPS exercise?

Running sudo reaver -i mon0 -c 1 -b D8:D6:3D:EB:29:D5 -vv is not getting a challenge response. Error message loop:

[+] Sending association request
[+] Associated with D8:D6:3D:EB:29:D5 (ESSID: HackTheWireless)
[+] Sending EAPOL START request
[!] WARNING: Receive timeout occurred
[+] Sending EAPOL START request
[!] WARNING: Receive timeout occurred
[+] Sending EAPOL START request
[!] WARNING: Receive timeout occurred
...

Edit: Solved by restarting the target many times until it worked.

tiny epoch
#

السلام عليكم

waxen totem
tiny epoch
waxen totem
#

Well this is an English only server... 😅

tiny epoch
tiny epoch
waxen totem
#

There's probably some Arabic people around but they speak English too

smoky arrow
#

Use translator😂

native crow
#

Hey guys , is Linux Local Privilege Escalation - Skills Assessment working for anyone have tried TCP and UDP on different servers , nothing works Connection reset by 10.129.27.142 port 22. Get this while sshing in

harsh shoal
#

Hey community and idea?

leaden island
#

Make sure that "SocksOverRDP-Plugin.dll" is a valid DLL or OCX file and then try again.

#

yo guys im on pivoting, socks tunneling over RDP section

#

when i try to load SocksOverRDP-Plugin.dll, i get this

#

sometimes getting its not loaded cuz its malicous or contains a virus

#

i also noticed that it sometimes get automatically removed

fathom pendant
#

there's real-time protection running

hollow trellis
#

from linux fundaments. would anyone please help me how to find this?

fathom pendant
hollow trellis
#

i have been working on this for hours. almost 4 hours+🥲 i tried so many ways but all seems to not work. could i get a hint at least🥲

narrow mist
#

so you might be counting the correct number + 1

hollow trellis
#

i foudn the answer finally

#

dpkg-query -f '${Status}\t${binary:Package}\n' -W | grep "install ok installed" | wc -l

narrow mist
#

I don't think I used this complicated of a command

#

good luck though! I really enjoyed the questions in this section, they're good puzzles

hollow trellis
fathom pendant
#

you can just grep for ii with dpkg

#

apt list --installed is another method

#

apt isn't made to be used for piping to other output; so you'll get an off-by-one issue

hollow trellis
fathom pendant
#

which you can account for 😉

#

i.e. apt list --installed | head <- this will show you if the extra line is at the start;
apt list --installed | tail <- this will show the last set of lines, in case it's a "finished listing" line

prisma wing
#

Hi all, am i allowed to post online guides to modules or is that not allowed? I wouldn't reveal answers obviously but will show the process on how to get the answers

fathom pendant
narrow mist
fathom pendant
#

i never said it wasn't possible

#

whenever you pipe apt you get a general warning that "hey apt isn't made to be piped, so output may not be what you intend"

#

all piping does is take stdout and redirects it somewhere else (typically)

narrow mist
#

ohh, I get it, isn't there a flag for this? I think I recall finding one about headers that didn't do what I wanted.

fathom pendant
#

? i don't think there's a flag to remove the header

prisma wing
fathom pendant
#

you can do something like piping to "grep -v header text"; which would remove the header text line then piping that to whatever you need

errant chasm
#

Hi chat

#

I got issue with sign in process

#

It's keeping saying that there is an issue with user name whatever the user name that I put

fathom pendant
#

genuinely if there's an issue with them signing in to htb, there's nothing you can functionally do

compact patrolBOT
errant chasm
fathom pendant
#

discord isn't an official method of support

errant chasm
sand sedge
#

is someon have some idea about Login brute forcing > web services questions

#

the module is about medusa ssh and web services

#

but when try all what i learned nothing happend

#

first ssh requires an key that i don't have to access it and the ftp port is not opened

#

and the question is about an ftp user and crack ssh session how that can be happend ???

#

ERROR: No supported authentication methods located.

#

i've tryed with medusa and hydra both gives the same thing

native zealot
#

Hi guys struggling once again - not getting the same results as others on walkthroughs

#

*deleted

#

FIXED

#

was looking at the wrong port for the ftp server

fathom pendant
#

the section goes over the steps

sand sedge
#

medusa -h IP -u ftpuser -P /usr/share/seclists/Passwords/Common-Credentials/2023-200_most_used_passwords.txt -M ssh -f 22

#

it si specifid

fathom pendant
#

iirc you're given a public ip and port to attack

#

so ssh won't be running on 22

#

well, at least not the one you're meant to attack

sand sedge
#

but how i can know that the ssh port is the given while nmap give the ssh port 22 ?

fathom pendant
#

the public IPs are docker containers where your scope is limited solely to the given port

#

this is explained in the intro to a Academy module, if i recall

pearl ledge
#

Hey can you provide some suggestions how to do this correctly, because i am giving this command: gobuster vhost -u http://inlanefreight.htb -w /usr/share/seclists/Discovery/DNS/subdomains-top1million-110000.txt --append-domain,
but it says domain not found or response error

Unable to validate base domain: inlanefreight.htb (lookup inlanefreight.htb on 1.1.1.1:53: no such host)
It is showing this type of error.

spring root
#

Need help whit Windows privilege escalation - windows Server. I can't obtain a meterpreter reverse shell. This is the error i get. I'm using the pwnbox spawned through the site.

fathom pendant
pearl ledge
#

thanks it got solved.

echo roost
#

I am regretting buying this module - Introduction to Windows Evasion Techniques - how can you not allow the abilty to unquarantine your binary before AMSI removes it from your share - If I click on my share to copy over the binary to follow this question on Page 3 Follow the steps of this section to recreate the shellcode injector (with your own shellcode), compile it, and place the EXE file inside "C:\Alpha\Static". After placing the file, wait up to a minute; if all checks pass, the file "C:\Alpha\Static\flag.txt" will be created, containing the flag. my binary get quarantined by defender with no way to login as administrator and unquarantine it so I can minimally answer the question.

reef sonnet
#

any reason why in File Upload Attacks module when uploading files i am getting this. Is this a skill issue?
man i am dum as heeeell( problem solved )

echo roost
#

I now have to restart the EVASION-DEV Recompile my exploit and make sure I do not click on the share folder. Pour execution for learning

tulip knoll
#

anyone sovled fluffy?

dapper moth
#

It didn’t removed my binary when I transferred to the exercise directory

fathom pendant
echo roost
#

such a PITA

#

I am using a SAMBA share. I'll try rdp share

fathom pendant
#

actually nvm rereading the error; it's because it's detecting it as malicious

echo roost
#

I'm suppose to move the .exe to the C:\alpha\static folder but AMSI flags it immediately -

#

then quarantines it. It's the same code in the module

#

and again -

#

it's touching disk so of course it going to flag it

echo roost
cloud urchin
#

@reef holly Try using sudo

reef holly
#

Oh OK

dapper moth
#

I can try to compile it a minute and check again

gray yacht
echo roost
#

yes and I used confuserEX on it. Still can't transfer it to the folder

reef holly
#

OK sudo worked up until it hung...
Trying to use VPN: sudo openvpn academy-regular.ovpn
.....
.....
2025-05-30 15:09:12 Data Channel: cipher 'AES-256-CBC', auth 'SHA256', peer-id: 3, compression: 'lzo'
2025-05-30 15:09:12 Timers: ping 10, ping-restart 120
2025-05-30 15:09:12 Protocol options: protocol-flags cc-exit tls-ekm dyn-tls-crypt
.....
.....just hangs here.....

fathom pendant
#

if you look around that line it should say "initialization sequence completed"

reef holly
fathom pendant
#

that means it's connected, and will remain connected until you close that terminal

#

it shouldn't return you to a regular prompt

#

unless you cancel [ctrl-c] it

reef holly
#

oh no I though i got a prompt but.... that was my VM prompt after exiting:
2025-05-30 15:12:23 Closing TUN/TAP interface
2025-05-30 15:12:23 net_addr_v4_del: 10.10.16.38 dev tun0
2025-05-30 15:12:23 net_addr_v6_del: dead:beef:4::1024/64 dev tun0
2025-05-30 15:12:23 SIGINT[hard,] received, process exiting

gray yacht
reef holly
fathom pendant
reef holly
fathom pendant
#

after it launches: just open a new terminal and you should be able to connect to the target/see a tun0 device if you do ip a

reef holly
# fathom pendant after it launches: just open a new terminal and you should be able to connect to...

I see tun0 but hung here:
2025-05-30 15:16:26 net_route_v6_add: dead:beef::/64 via :: dev tun0 table 0 metric -1
2025-05-30 15:16:26 Initialization Sequence Completed
2025-05-30 15:16:26 Data Channel: cipher 'AES-256-CBC', auth 'SHA256', peer-id: 3, compression: 'lzo'
2025-05-30 15:16:26 Timers: ping 10, ping-restart 120
2025-05-30 15:16:26 Protocol options: protocol-flags cc-exit tls-ekm dyn-tls-crypt

reef holly
fathom pendant
#

it's not hanging, this is expected behavior

reef holly
#

maybe I should take a walk LOL

fathom pendant
#

open a NEW terminal

#

and you'll be able to connect

#

do not close this terminal window

echo roost
reef holly
fathom pendant
#

no

reef holly
fathom pendant
#

the "hanging" means that you're connected

fathom pendant
echo roost
#

@reef holly look at the output of your machine it should show like this and you're looking for the part I highlighted -

fathom pendant
#

they're just misunderstanding how it works

echo roost
#

Ah gotcha.

fathom pendant
#

they're expecting it to return to a shell env after it connects, which is not what it does

reef holly
#

Yeah - I have
4: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN group default qlen

#

I open new terminal --> i am in local shell

fathom pendant
#

yes; that's expected

#

you're not gonna be dropped into a random shell environment

reef holly
#

I want to be on remote machinf

#

machine

fathom pendant
#

the target tells you the expected method of connecting to it

reef holly
#

oh go back to my module and find out ?

fathom pendant
#

ssh user@ip then copy and paste the password, to paste into terminal the default is [ctrl + shift + v]

fathom pendant
#

the openvpn command is solely to connect to the hackthebox vpn network, so that you can interact with machines on the private network [10.129.x.x]

reef holly
fathom pendant
#

I'm fairly certain the Intro to Academy module goes over a fair bit of how it works

echo roost
fathom pendant
echo roost
#

Re read the the intro if you don't understand

reef holly
# echo roost Re read the the intro if you don't understand

I get it now... I don't know how I skipped that explanation. Pretty sure I skimmed through it all but where it says to** openvpn academy-regular.ovpn**it doesn't say anything else. Now I found a video on HTB intro I didn't see before, so maybe it is in there..
Anyway, thank you guys!

gray yacht
frosty crescent
#

Was going crazy during the WordPress skills assessment because I was pointing my attacks to blog.inlanefreight.com instead of .local oops

humble ravine
#

Hello there, I'm facing a weird problem in this module : Information Gathering - Web Edition

Section Web Archives

I'm asked to browse the waybackmachine to 8 august 2018, I can see the snapshot and the link but I get redirected to a random snapshot from 2020.

Also other snapshots are not working....

fathom pendant
#

what question is this for?

humble ravine
#

I tried archive.ph as someone suggested in hackthebox forums but oldest snapshot is from 2020

fathom pendant
#

if it's for the hackthebox website question: hackthebox didn't always use .com

humble ravine
#

damn me..

#

thanks, wasted way too much time on this one

echo roost
#

makes zero sense

dapper moth
echo roost
#

ok, if you don't get flagged it's def a me issue. As soon as I click the share folder it get quarantined or if I copy it from my share to the C:\alpha\static folder same thing

dapper moth
#

Nah... It's flagging as well

#

Let me just check on something if it will work

echo roost
#

ok

torpid pewter
#

guys i'm stuck on network foundation on the question:
" In which architecture is the control plane separated from the data plane? (Format: two words, one of which is hyphenated) "
i know its sdn but it keeps refusing it

bitter needle
#

software-defined should be the answer @torpid pewter

fathom pendant
torpid pewter
bitter needle
#

so

#

the entire word most prob

#

tried searching in google

torpid pewter
#

i tried every combination

torpid pewter
bitter needle
#

control-plane archit... maybe

fathom pendant
#

well there's an additional word

#

so technically 3 words

bitter needle
#

control-plane

torpid pewter
#

even a mod didn't solve it

bitter needle
fathom pendant
torpid pewter
fathom pendant
#

s-d n

fathom pendant
bitter needle
torpid pewter
bitter needle
#

thanks for saying that

#

wait cube talk

fathom pendant
#

but software-defined is close, just need the net word after 😉

dapper moth
#

Hey, @echo roost DM

torpid pewter
#

i've been trying for like 3 days

fathom pendant
#

in this case: software-defined is being treated as one word

dapper moth
#

Defender is flagging MSF, which, in any case, wouldn't be that strange

#

Just in the module is, but...

smoky arrow
#

Hi guys, I have problems with Footprinting module Oracle TNS...someone can help me? It's 2 days I'm stuck because I can't run sqlplus

leaden island
#

yo guys im on SOCKS over RDP section from pivoting

#

i transfered over the SocksOverRDP-x64.zip

#

when i extracted the dll, i get this when i try to load it

cloud urchin
leaden island
#

theres no one

#

ah wait

#

there it is

#

but

#

also running the server says dll not loaded

#

ahh bro seriously i wasnt running cmd as admin

lunar wraith
#

Hello agin, can someone help me at CRUID API under web requests- Can someoen see why this is not working i been trying for 20 min

#

Trying to create a new city

fathom pendant
#

POST isn't one of the methods under CRUD; Create, Read, Update, Delete

errant chasm
#

Good afternoon

hexed oyster
pearl ledge
#

After crawling the inlanefreight.htb domain on the target system, what is the email address you have found? Respond with the full email, e.g., mail@inlanefreight.htb.

Hey can anyone suggests what tool should I use, I have already used feroxbuster, gobuster, finalrecon, zap but nothing is giving me the answer.

cloud urchin
#

Best to say which module and section you're on

pearl ledge
#

I am at skills asessment in information gathering-web edition.

hexed oyster
#

@pearl ledge I remember having to re-read through some of those information gathering sections. There was typically something like a different way to use the flag provided by one of the tools presented earlier.

#

That was my experience, anyway.

#

not really, it's the skills assessment.

#

that's kinda the point of it.

cloud urchin
#

Sounds like you have some strange proxychains setup. You should be using the IP instead of 'localhost'

rustic sage
#

👋

cloud urchin
#

That's because your VPN/Pwnbox can't access the internal VLAN, which is why you need proxychains to use the connection as a tunnel to the internal VLAN.

#

Right, so you'd need to connect to the listener machine, not the remote machine.

pearl ledge
#

After crawling the inlanefreight.htb domain on the target system, what is the email address you have found? Respond with the full email, e.g., mail@inlanefreight.htb.

Hey can anyone help with what tool should I use, I have already used feroxbuster, gobuster, finalrecon, zap but nothing is giving me the answer.

coarse leaf
#

Hi, all can somebody help me with Manipulating the Model i can not find the Exploit a flaw in the web

crisp bramble
#

I need some help!!!
when am trying in my virtual machine
ssh htb-student@10.129.45.40
it shows,
connection closed by 10.129.45.40 port 22

hexed oyster
#

cracks knuckles gonna see how much of a 220,000 entry word list ffuf can get through in 38 minutes... 😎

#

(nailed it)

still edge
#

Someone know if there a plan to put some module on C2 ?

cloud urchin
quasi wave
#

hi I have to redo question 3 for the skills assessment for pivoting, tunneling, and port forwarding

#

I have the IP address needed as answer but I am having a lot of trouble getting fping to work or nmap

#

in terms of scanning internal network

#

neither has worked, with or without proxychains

#

regardless of if I use proxychains4 of just proxychains

still edge
#

@cloud urchin thank you,

crisp bramble
quasi wave
#

I need to get the IP address of the target host to show up

#

in order to log into that host again

#

I am using ligolo because that's what worked last time

#

I have a route I know that is not the issue

#

can someone help me out?

#

I hope I'm not spoiling anything

#

I have flags for questions 3 and four because solved it yesterday but I need to make sure I can connect to internal network is issue

gray yacht
quasi wave
#

I know how to do most of it from your video

gray yacht
quasi wave
#

well, anyway, I did start over

#

I'm in the part where I have connected via ligolo to ubuntu server

gray yacht
quasi wave
#

if that makes sense

gray yacht
quasi wave
#

that's the way I initially thought of

#

and run the bash script on pivot host

gray yacht
#

Well if your ligolo pivot is setup correctly you should be able to reach the internal side from your VM and could just use nmap. If that's not working, you can DM and I can help you troubleshoot it.

frosty tide
quasi wave
#

wait my bash script one liner I did in chatgpt is getting stuff to show up

foggy monolith
#

Anyone else getting An exception occurred while uninstalling. while testing the payload in the LOLBAS: InstallUtil section of the Windows evasion module?

Asking for @dapper moth and @round marten since they seem to be the only two thus far who have figured this out.

blissful terrace
#

hey guys i want to ask for people who worked on cwee path

no i parachused 2 modules intro to whitebox and whitebox attacks

so what is the best module to buy now after those in this path

dapper moth
light gorge
#

I'm looking for a mentor in networking security bug bounties. I'm quite new to the whole community so I only know nmap although i know it well and, quite determined to improve. sorry if I'm not supposed to post here. please feel free to dm me

foggy monolith
# dapper moth Don't think I have. But can check it later

Switching to the unencrypted version of micr0_shell fixed it. For whatever reason I'm just never able to get AES to work properly with micr0_shell; unless, of course, you must use AES128 instead of AES256 which defeats the whole purpose of it.

late heath
#

What's happening with VPNs and RDP connections? They are so bad.

#

i lost to much time because of this 😕

cloud urchin
fathom pendant
#

Try a different one, though occasionally I've seen it where closing and reopening msfconsole fixes it, also deleting your message since S&P is above tier 0

#

And you spoiled info

harsh mauve
robust ingot
#

Hey guys! For pen testing career is it always a good idea to start as blue team because from what I seen pen testing is one of the jobs that are one of the hardest to get in cyber rn im a jr sys admin 4 months and have 8 months software engineer intern exp just graduated with a cs/cyber degree

lunar wraith
#

Hello i really dont get whats wrong here am at CRUD API web request and i found the FLAg

#

But it dosnt work?

blissful terrace
robust ingot
#

I understand that but from what I have seen most people say to start in blue team before pen testing

robust ingot
blissful terrace
#

no one says that bro

robust ingot
#

In general I seen most people on linkedin start as info sec analysts and overall from what I have seen but some just start off as jr pentester.

cloud urchin
#

@lunar wraith Do not post flags.

lunar wraith
#

oh

#

thouge it only was mine pga the Ip change

foggy monolith
blissful terrace
dark hedge
#

@blissful terrace @robust ingot you should move your conversation to #careers-and-certs, which you can access if you follow the steps in #welcome

blissful terrace
fathom pendant
tawdry palm
#

does anyone else in australia have experience anything to do with rdp to be extremely slow and painfull

harsh mauve
fathom pendant
blissful terrace
#

if i have to buy one from these
buy this

Attacking Authentication Mechanisms
or
Modern Web Exploitation Techniques

cloud urchin
#

No one can really answer that for you. You'd probably want to look at what's covered in each module and decide for yourself what interests you more.

upbeat pike
#

Hey everyone, would someone be willing to quickly discuss the skill assessment in Windows Lateral Movement? I'm working on the last question, and I'm 99% sure what I'm supposed to be doing, but the command I'm running isn't doing what I'm expecting it to. I'd greatly appreciate a sanity check on my syntax.

fickle crystal
#

Hey can someone tutor me for CAPE modules

upbeat pike
foggy monolith
dapper moth
hoary python
#

Hi

cloud urchin
spiral spoke
#

Hi! I'm in the Linux Local Privilege Escalation - Skills Assessment, and someone could give a hint please? about getting connection without SSH. Do I have to do a web exploitation? or is something more related to persistence?
Help please brain_expand

fickle crystal
#

Pretty much the LDAP part

#

to be exact doing the skills assessment rn

#

But like it’s pretty hectic bro

foggy monolith
# fickle crystal Like 17 percent

Up to Evasion Skills Assessment II myself, and then MSSQL next week and then I'm done. You're already in my DMs so after I finish my first CAPE exam attempt, you know what to do.

clear seal
#

Anyone else find an extra flag (or maybe a fake flag?) in the first part of the attacking common services skills questions?

spiral spoke
#

Hi!! IS THIS NORMAL? I'm in the Linux Local Privilege Escalation - Skills Assessment and the PORT 22 SSH is super unstable, every now and then it takes me out!!!

Is how is expected to be? or is an error?

#

I cannot even write a command apensive

gritty python
#

Hi guys, would anyone be able to help me with Advanced Deserialization XML payload? I can't figure out where to place type in XML in order to achieve RCE? I tried with both manual way and automated wat with ysoserial.exe but nothing works on my end. Thank you! 🙂

native crow
# spiral spoke Did you solve it?

It's borked , support confirmed SSH is not working on the box , so waiting for a fix , trying the Hardmode cause it doesn't need SSH but haven't worked it out yet

clear seal
#

Maybe I’m the only one that found that lol

waxen totem
clear seal
#

Naw, I was curious and put the flag in the medium and hard skill assessments just to see, and it didint work for them either. However, the actual flag that I was working on said “there are two ways to do this.” Which, makes sense…

harsh mauve
#

Could I have some assistance with Password Reuse / Default Passwords (Password Attacks). 3306 is closed.

harsh mauve
#

Nevermind, I'm 0iq

pearl ledge
#

Using whois.
Analyzing robots.txt.
Performing subdomain brute forcing.
Crawling and analyzing results.

None of this is working on this question: What is the API key in the hidden admin directory that you have discovered on the target system?

Can anyone suggest me what to do?
I am at information gathering-web edition.

fickle crystal
foggy monolith
fickle crystal
#

How long ……..

foggy monolith
#

I had to combine it with 2 community college classes, otherwise it would have gone faster. Even then, it's been almost a sort of unofficial third class in terms of time allotment.

dapper depot
zinc charm
#

Hi for reconspider tool, whenever i tried to install it always show like this, can anyone help?

fathom pendant
fathom pendant
#

the reconspider from github is a different tool than the ReconSpider that the module is telling you to use, they provide a link to pull the one for the module.

#

it is actually a custom written tool

zinc charm
#

ohh thank you, didn't see that cuz i skip to assessment

wooden dagger
#

Hi everyone! Are the 'Introduction to Networking' and 'Network Foundations' modules sufficient for understanding networking?

waxen totem
#

but networking is very broad

long sparrow
#

API Attacks -> Broken Object Property Level Authorization -> Exploit another Mass Assignment vulnerability and submit the flag.

i am stuck on this question can anyone give some hints

wooden dagger
floral fulcrum
#

Is there anyone i can DM about the MSSQL,Exchange, anad SCCM skills assesssment? i think i did a unintentional method...

gray yacht
floral fulcrum
dapper moth
#

It’s that straight up

pearl ledge
#

Hey can anyone check the information gathering -web edition module skill assessment chapter whether the academy stops to showing email information for the inlanefreight.htb using the reconspider tool from the module.

soft reef
floral fulcrum
floral fulcrum
slim coyote
#

is it normal for attacking common apps - gitlab exploitation user enumeration to take 7 million years

#

i feel like im watching the poles melt🫃

wary wren
#

Create a mutated wordlist using the files in the ZIP file under "Resources" in the top right corner of this section. Use this wordlist to brute force the password for the user "sam". Once successful, log in with SSH and submit the contents of the flag.txt file as your answer.
Password attacks ko Password mutations module how much time will it take

#

been 84 years

hybrid pulsar
#

helllo

#

here i need your help guys

#

am fromuganda

#

howw does te hackbot work

untold oyster
#

Hey,

I am currently doing the “Setting up” module for Linux, I have installed ParrotOS on VirtualBox. I have selected the options to Erase Disk (swap - no hibernate) and also created a passphrase to encrypt the system.

Once I have completed installation and proceeded to reboot. I am not prompted to Unlock the LVM partition with the passphrase I created?

ancient niche
#

ey guys Good Afternoon I need a little help with this. I don't know where is put in these values with Ai

flint palm
untold oyster
teal sentinel
#

Maybe someone here can help me with “Attacking WPA/WPA2 Wi-Fi Networks - Skills Assessment”. I'm stuck on the question: Connect to the StarLight Wi-Fi network and submit the flag found at 192.168.1.1." All other questions were solved without any problems.

I took a closer look at the .cap file and realized that the client uses EAP-TLS.

So I tried to redirect the client to my fake AP with patched hostapd-wpe. (Also edited the eap_server_tls.c...)

Unfortunately unsuccessful:
authentication failed - EAP type: 0 (unknown)
Supplicant used different EAP type: 13 (TLS)
deauthenticated due to local deauth request

I also intercepted the certificate and provided it, but unfortunately that didn't help either.

ancient niche
#

hellooo

lapis ingot
#

Hi

surreal yoke
slender steppe
#

Hello Team,

#

any one have done this module #AI Red Teamer Fundamentals of AI/Skills Assessment

#

looking for hint last questions

sharp torrent
#

Anyone can provide a nudge for the command injection skills assessment please ? I’ve tried to separate the operations and fuzz them individually. I used characters and bypass techniques from the module. I tried to google a few things, but unable to get a meaningful error. A nudge would be appreciated.

thin citrus
#

Can somenone DM my for helpen with "Introduction to Deserialization Attacks - Skills Assessment II Q2 RCE"?

clever owl
#

Hi all. I'm stuck on what's seemingly a dead simple question in the "Intro to C#" module. The following:

How can you access the element in the third row and second column of a two-dimensional array named grid in C#?
I've finished the rest of the module already without much troubles but I just don't get this one. I've tried a lot of syntax variations already. Can anyone help?

ancient niche
#

ey guys i'm stul with the AI 😦

#

stuck

fervent iris
#

just to assure, when i click on Cancel subscription, it (just) stop auto renewal, but still keep exam voucher, access to modules i haven't owned yet, the step by step feature in the modules, etc.. correct??

storm elk
shut ice
#

Anyone know if Ligolo-ng gets covered in the AD pentester path?

dapper moth
pearl ledge
#

Hey can anyone check the information gathering -web edition module skill assessment chapter whether the academy stops to showing email information for the inlanefreight.htb using the reconspider tool from the module.

ancient niche
#

ey guys someone had completed the Module AI the last exercise Skills assessment?

storm elk
ancient niche
dapper moth
storm elk
#

That one is plain simple tbh

#

I had an accuracy of 1

storm elk
#

Im putting my kids in bed so no fast reply guaranteed as they’re unpredictable and there’s a thunderstorm starting

ancient niche
dapper moth
ancient niche
#

but i don't need speed just i need help xD

storm elk
#

Dm me and I’ll try 🙂

mellow sky
#

guys can someone help me phising lab in xss path?

fathom pendant
#

just ask your question, don't ask to ask

midnight orchid
#

pls help me i m unable to connect to vpn

#

vpn of htb module

fathom pendant
#

sudo openvpn <filename>.ovpn

midnight orchid
#

i did that

#

i downloaded and ran it

fathom pendant
#

there's no "Htb module" vpn; there's the HTB academy vpn

#

let me guess: it just "hangs"?

midnight orchid
#

wait ill tell vpn name

fathom pendant
#

vpn name doesn't matter

midnight orchid
#

acadamey regula

#

it loads

#

but dont work

fathom pendant
#

if you see the > Initialization sequence completed < then you're connected

#

and you just open a new terminal and you'll be able to interact with the internal lab environment (10.129.x.x)

midnight orchid
#

it shows

#

Initialization sequence completed

#

ping 10.129.221.254
PING 10.129.221.254 (10.129.221.254) 56(84) bytes of data.
From 10.10.14.1 icmp_seq=1 Destination Host Unreachable
From 10.10.14.1 icmp_seq=2 Destination Host Unreachable
From 10.10.14.1 icmp_seq=3 Destination Host Unreachable
From 10.10.14.1 icmp_seq=4 Destination Host Unreachable
From 10.10.14.1 icmp_seq=5 Destination Host Unreachable
From 10.10.14.1 icmp_seq=6 Destination Host Unreachable
From 10.10.14.1 icmp_seq=7 Destination Host Unreachable
^C
--- 10.129.221.254 ping statistics ---
7 packets transmitted, 0 received, +7 errors, 100% packet loss, time 6096ms
pipe 4

fathom pendant
#

not all devices respond to pings: are you also running the pwnbox at the same time?

midnight orchid
#

no

#

its time finished

mellow sky
fathom pendant
#

don't run the vpn and pwnbox at the same time

mellow sky
#

I cant send a picture here

midnight orchid
mellow sky
#

To show which lab I cant solve

fathom pendant
midnight orchid
#

i terminated

fathom pendant
#

then rerun the connection command

mellow sky
#

Try to find a working XSS payload for the Image URL form found at '/phishing' in the above server, and then use what you learned in this section to prepare a malicious URL that injects a malicious login form. Then visit '/phishing/send.php' to send the URL to the victim, and they will log into the malicious login form. If you did everything correctly, you should receive the victim's login credentials, which you can use to login to '/phishing/login.php' and obtain the flag.

I cant do this task

midnight orchid
#

ok

fathom pendant
#

try restarting the target

midnight orchid
#

i did 2 times

mellow sky
fathom pendant
#

but on a real note: you didn't explain the issue you're having

#

the module walks you through crafting the payload

mellow sky
#

payload works normally, but I cant send it to admin

fathom pendant
midnight orchid
#

yoo

#

thank you

#

it worked

#

why was it not working though

fathom pendant
#

no idea

midnight orchid
#

ohk

#

thx anyways

fathom pendant
# mellow sky :(

back to you:
make sure you pay attention to where the payload is injected

bronze bobcat
#

Hello

fathom pendant
#

Don't share the payload @mellow sky

mellow sky
#

ah ok, sorry , i am new

#

so how can i explain it?

fathom pendant
#

@bronze bobcat read the #rules before asking

mellow sky
#

my payload works on /phising/index.php not in /phising/send.php

fathom pendant
#

Or if someone else wants to take to dms to help you they can

mellow sky
#

I would appreciate. I spent 5 hours for this, I couldnt solve it yet

#

phishing/send.php

Invalid URL!

bronze bobcat
#

Okay, I've read the rules, Nothing surprising in there.

#

I was working on Module: Attacking Web Applications with Ffuf, Section 4: Page Fuzzing.

terse sage
#

How many user u have ? I have a feeling that iam not havind the correct dataset 😄

bronze bobcat
#

Nevermind, I solved the problem.

terse sage
#

Can also someone confirm that the data in the Bloodhoud module that is obtained form SharpHound is not up to date? I obtained the data for the legacy version and for teh CE version, but in both cases it is not the same as in the excersises in the academy module. Thanks al lot!

cloud urchin
terse sage
cloud urchin
terse sage
#

I see it. If you mean to run SharpHound of BloodHound as an admin, that doesn't change anything for me. Or am I completlly on the wrong track?

cloud urchin
#

Yeah running as admin can yield different results

#

the collector, not bh

terse sage
#

still same results.

harsh mauve
#

Could someone possibly help with Attacking Active Directory & NTDS.dit. I've ran username-anarchy and used crackmapexec against the user and used the fasttrack wordlist for password. Any help would be much appreciated!

cloud urchin
#

always best to name the module, section, and question you're on

terse sage
#

Iam working on Active Directory BloodHound module and right now in 'Edges' section. Logged in in the target machine and collected data with SH (as an admin). The attack path that I am seeing, in target VM, from grace to srv01 is different than in the module excercise and that is only one example of mismatches. Because of that I am not able to reproduce the steps in the same way as mentioned.

cloud urchin
terse sage
#

Iam doing exactly what you are saying. It is working fine, but the data is not the same. Thats the whole point. But thanks anyway. 🙂

cloud urchin
#

That's not what you said a minute ago

#

you just told me you were using sharphound to collect the data and upload it, you tried it under the admin and user context

#

did you use the already provided bloodhound_data.zip?

stuck spade
#

New here guys

cloud urchin
stuck spade
cloud urchin
compact patrolBOT
terse sage
cloud urchin
harsh mauve
#

#modules message
I've ran
crackmapexec smb <TARGET> -u <User List> -p <Password List>
I've used the names provided from the question below, and used username-anarchy
For the password list I've used fasttrack.txt and mutated the list. Nothing is working and I'm getting frustrated. Am I missing something?

cloud urchin
harsh mauve
cloud urchin
#

Oh lol my bad

harsh mauve
#

all good 🙂

cloud urchin
harsh mauve
#

Ignore my question I am dumb

harsh mauve
cloud urchin
harsh mauve
#

but I did originally just use username-anarchy for all the provided employees

cloud urchin
#

Maybe redo all the steps then, make sure everything is correct. Should work as long as you have the mutated password list and used anarchy correctly.

harsh mauve
#

I've repeated this a few times now, could I send you my userlist?

cloud urchin
#

ok

harsh mauve
#

gimmie 2 secs to recreate it

tranquil light
#

I am currently on the module "PKI - ESC1" on "WINDOWS ATTACKS & DEFENSE". For doing exercise of that module, I have to first connect to kali using "SSH" or "RDP". Then I have to connect to WS001 from kali, and I am not able to do that.

I have tried "xfreerdp" and "rdesktop" from kali but it is giving me the error of display variable. "Remmina" is not present on the kali machine. I also tried tunneling from kali machine, but that is also not working for me.

Does anyone has any idea about it?

cloud urchin
#

The reason it's failing for you is because ssh is just terminal access, not gui access, so when you launch rdp it fails because those rdp applications are trying to use a gui, which you cannot use over a terminal.

tranquil light
#

Okay, I understood it now. I missed it previously. Thank you!

cloud urchin
#

because the target host isn't reachable by the ssh server, it cannot reach the host's subnet

tranquil light
#

Now, I am getting this error. Is it any known error?

cloud urchin
cloud urchin
#

@main halo Just DM a mod/admin instead of using the serious rule break tag please.

lusty stag
#

Hi, I think my VM spawned the wrong machine/box - I'm doing the 'Hacking WordPress' skills assessment and as far as I can tell, the site isn't a WP site.

#

There's none of the typical indicators that it's a WP site

#

I just want to get confirmation that the box might be broken, rather than giving me hints

#

Because I'm fairly confident something's wrong with it

fathom pendant
#

If you think it's broken: reach out to support

lusty stag
#

Well It's spawned a target with .html files instead of .php haha

fathom pendant
#

ok? that doesn't inherently make it wrong

lusty stag
#

No, except for the fact that WordPress is powered by php, and doesn't use static files
I do understand your point though

fathom pendant
#

if you change vpn regions and respawn the target and the issue persists, maybe there's more to it than meets the eye

lusty stag
#

I'll try - it just seems very abnormal - could be me though!

fathom pendant
#

perhaps there's an endpoint like website/blog/ that's powered by wordpress

lusty stag
#

Maybe, bet I'll kick myself in a second knowing me - thanks for your help!

#

oh look at that, kicking myself 😠

#

Nevermind, lesson learnt I suppose.

devout mountain
#

Hello I am a new member

cloud urchin
flint palm
#

Guys hello. I have a problem not very much related to module. I have forgotten email for which I registered one account. What can I do? May be to look in credentials in config?

cloud urchin
#

No.

fathom pendant
#

Not what the server is about; see #welcome

devout mountain
#

Okay am done reading

pearl ledge
#

Anyone knows the way to find the hidden admin directory on the target system? I am really stuck.

cloud urchin
#

To answer your question, fuzz it.

pearl ledge
#

I have already done fuzzing but it is not showing

pearl ledge
#

robots.txt file is not there

fathom pendant
pearl ledge
#

Thanks very much

cloud urchin
#

@keen pewter Please do not post flags.

keen pewter
#

sorry

gritty python
flint palm
#

Guys hello while doing Oracle TNS in Footprinting found the user and trying to use sql but getting this error qlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory
There is such file in the folder libsqlplus.so

fading basin
# flint palm Guys hello while doing Oracle TNS in Footprinting found the user and trying to ...

Try this (from an old writeup of mine, I recognized the error)

sudo apt update
sudo apt install -y oracle-instantclient-sqlplus

# Set an environment variable so the sqlplus client
# Can load the shared libraries
export LD_LIBRARY_PATH=/usr/lib/oracle/19.6/client64/lib

# Add the environment variable to .zshrc so that
# It's set every time a shell opens
echo 'export LD_LIBRARY_PATH=/usr/lib/oracle/19.6/client64/lib' >> ~/.zshrc
#

oracle path under /usr/lib might differ slightly, as the writeup is a few years old.

#

So, might be a different version than 19.6 or something

proper iris
#

can somebody help me with a challenge named "Simple Encryptor"

flint palm
#

thanks it really helped me to create a shell

#

but doesn't allow me to authenticate with found credentials and thee is an error ORA-12541: TNS:no listener

cloud urchin
proper iris
#

reversing

cloud urchin
#

that's not a module or section

proper iris
#

wdym

cloud urchin
# proper iris wdym

I mean which module and section are you working on that you have this question about?

proper iris
#

i have questions about the flag

#

bec i have the flag i guess but it wont work

cloud urchin
#

Okay whenever you want help just let us know which module and section.

flint palm
#

check if you have copied it correctly may be there is a space left

proper iris
#

what you mean with module and section what does that mean

cloud urchin
proper iris
#

ohhhhhhhhh

flint palm
#

Lennox module is a topic you are working about the sections are the parts of this big topic for example Footprinting is a module and Oracle TNS inside Footprinting is a section

proper iris
#

my bad im sorry

cloud urchin
#

You'll need to follow the instructions in #welcome to gain access to most of the server, if your question is about the other platform/boxes/etc.

slow osprey
#

for resources attached to modules, like a wordlist, how do you get them onto the pwnbox?

light gorge
#

Hey yall whats a good box you could recommend?

fathom pendant
fathom pendant
rustic sage
#

tried accessing the share with smblcient or smbmap?

#

smbclient*

edgy tinsel
#

I accesed using smbclient

#

but for the other questions i had to use rpcclient

rustic sage
#

what module is this?

edgy tinsel
#

Footprinting then SMB

#

for CPTS

#

it worked but i tried that ngl

#

it makes me think im high 😦

#

thankyou!

rustic sage
#

bit of head scratcher, but i guess it wanted it in that format: "/home/user"

edgy tinsel
#

yes on to the next

cloud urchin
#

Remember it's against the rules to reveal content above tier 0, and please do not give flags away.

bright mirage
#

Hello Guys
Does anyone has an idea why this error occured when trying to resolve the exrercice of xfreerdp in Tier 0 section(explosion)

19:20:46:103] [43714:43715] [ERROR][com.freerdp.core] - transport_ssl_cb:freerdp_set_last_error_ex ERRCONNECT_PASSWORD_CERTAINLY_EXPIRED [0x0002000F]
[19:20:46:103] [43714:43715] [ERROR][com.freerdp.core.transport] - BIO_read returned an error: error:0A000438:SSL routines::tlsv1 alert internal error

cloud urchin
bright mirage
#

so where should i ask this question

rustic sage
#

I don't think there is a section in a module called explosion

bright mirage
#

starting point>Tier 0> explosion

cloud urchin
#

This channel is for discussion of the Academy modules

bright mirage
#

but i don't have access on it

cloud urchin
#

I know

#

That's why I gave you instructions on how to access it

bright mirage
#

So what should i od

cloud urchin
#

You need to verify your account before you can access most of the server. Read the #rules and follow the instructions in #welcome.

bright mirage
#

Done

#

Thank you so much

wary wren
#

man i am doing password attacks default creds/ password reuse i cant get past its question of loging in sql

burnt gyro
cloud sinew
#

Hey guys, probably not the right place to send this but don't have access to the general channel. I've been struggling to land a Cyber Security position. I've been at this for about a year in 5 months now in terms of really diving deep and learning hands on. My heart is in offensive security, but I've been applying to any and all Cyber Security positions that are more junior level. I'm 29 years old, and I'm debating on joining the AirForce as I feel that my options are very narrow right now on the commercial level having very little IT experience. I've revised my resume several times and have had a total of 5 IT interviews in the past year. If anyone else has been in a similar position and has any advice on it, I would greatly appreciate it. I know this probably isn't the place to post this, but again I don't have access to the general chat.

cloud urchin
cloud sinew
cloud urchin
vale tusk
#

Hi, i need some hints for skill assignment - dacl attack 2. First q. I think action with SPN is right way, but can’t get hash SDE01.

#

Please dm me

cloud urchin
vale tusk
cloud urchin
#

ok

agile pagoda
#

Any help with the SQLMap Running SQLMap on an HTTP Request part of the module? I get this error every single time I run the tool: [CRITICAL] connection reset to the target URL

I tried tamper templates with no luck. I ran some payloads manually, and at some point the payload just gives me the "The connection was reset" error

#

I ran it through proxychains to see the requests in Burp, and the tool actually ran all the way through, but it didn't extract anything; rather than stopping the tool, it kept going even if the page was getting the reset error

agile pagoda
#

Figured it out

pearl ledge
#

https://academy.hackthebox.com/module/54/section/511
Can anyone help me with the question : Before you run your page fuzzing scan, you should first run an extension fuzzing scan. What are the different extensions accepted by the domains?
No matter how many times i try it is showing only .phps .

crude sierra
#

To solve this, you'll need to:

  1. Identify the domains or URLs in question.
  2. Analyze the web server's configuration or the website's behavior to determine the accepted file extensions.

Some common methods to discover accepted extensions include:

  • Checking the web server's configuration files (e.g., Apache's httpd.conf).
  • Analyzing the website's source code or HTTP responses.
  • Using tools like curl or wget to test different extensions.

Once you've identified the accepted extensions, you can proceed with the extension fuzzing scan.

pearl ledge
#

How to check config files.

cloud urchin
crude sierra
pearl ledge
waxen totem
#

there's a... stray*

#

you don't want that

pearl ledge
#

can you show me how to do correctly?

pearl ledge
#

yes

gloomy stump
#

Did you try other files than web-extensions-big.txt?

pearl ledge
#

i have tried extensions.txt,extensions-large.txt,raft-large-files,raft-large-extensions

gloomy stump
#

extensions.txt did work for me

pearl ledge
#

ok my command syntax is correct?

gloomy stump
#

May be try some other filters, I didn't use any filters on that

#

may be try -ic

pearl ledge
#

ok roger that. thanks for your suggestion.

gloomy stump
#

you're welcome 🙂

pearl ledge
gloomy stump
#

indexFUZZ at the end

#

because it adds the dot

pearl ledge
#

ok thanks

gloomy stump
#

hope that helps 🙂

pastel basalt
#

Hey! First time asking.. I am having trouble with Port Forwarding https://academy.hackthebox.com/module/158/section/1426
Usually I was able to find help on forums reading the posts. However that's the first time when I am doing everything by book and it doesn't work. Please tell me what I did wrong. Here all the commands and infos:

waxen totem
pastel basalt
#

may I ask you why it works?

waxen totem
#

and it's acting in the other direction

spiral sapphire
#

Hello! I need common advice regarding the passwords module. I cracked the hash for a certain .docx file but I just can't figure out how to open/read the file. I tried to install Libreoffice but it just doesn't work on my Kali. Any terminal tools to decrypt and read .docx file? Thanks..

cloud urchin
#

If you're using Windows you can just transfer the file and open it with Word, or transfer it to a Google account and look at it in Google docs.

#

google docs should work in your browser

spiral sapphire
#

@cloud urchin The VM is Kali and my Host is Mint so no Windows

cloud urchin
#

try google docs then

spiral sapphire
#

Ok! Thanks, will do

cloud urchin
spiral sapphire
#

I tried those already, ChatGPT suggested. But it doesn't convert because the file is still encrypted

cloud urchin
#

well yeah you'll want to decrypt it first

spiral sapphire
#

Yeah, the problem is how the hell am I gonna decrypt it 😄 I've got the password for it already with john.

cloud urchin
#

any program that can open it should allow you to enter the password

spiral sapphire
#

Apparently google docs can't decrypt files either

#

This is bad when even ChatGPT is clueless how to help me 😄

spiral sapphire
#

@cloud urchin I got it..! There's a cli-tool called msoffcrypto-tool which got the job done for me.

waxen totem
#

isn't there a docx2john somewhere?

#

here we go

cloud urchin
waxen totem
#

does libre office not do it ?

#

also office files are just zip files dogekek

cloud urchin
#

They couldn't get that working

spiral sapphire
waxen totem
spiral sapphire
midnight orchid
#

hi i m doing the acadamey it is asking for What is the name of the config file that has been created after 2020-03-03 and is smaller than 28k but larger than 25k?

#

i did find / -type f -name *.conf -user root -size +25k --newermt 2020-03-03 -exec ls -al {} ; 2>/dev/null

#

but no output

#

what ever i m typing i m not getting any output

waxen totem
#

it's not specified

midnight orchid
#

oh

distant gate
#

Quick question. Do you know if you can run Responder from your attack host if you have set up a logolo tunnel. I assume you just run responder -i ligolo (or whatever the tunnel name is called) but I dont get any output. But if I run it on the target host that the ligolo agent is I do get information. (maybe the targets just send requests to that target and not my attackhost)

harsh gorge
#

All you need is to forward port 445 from your ligolo proxy settings

#

When you do this, ensure that you specify all interfaces or your vpn interface

distant gate
#

Do you mean port forward the trafinc that comes on the target on port 445 to go to my attack host?

#

And thanks for the help :))

harsh gorge
#

Then start up responder and get those hashes

distant gate
#

port forwarding on 445 requires higher priv but I can portforward internally to a higher port and then tunnel it. Anyways, I got the gist of it. Thanks a lot @harsh gorge 🙂

rustic sage
#

Good morning, colleagues. I'd like to ask you a specific question. When you don't understand a specific topic, which HTB makes complicated in theory, how do you understand the concept from scratch? Or what resources do you use?

hardy spire
#

Just type what you need, you should get a box-solving video where he teaches about that particular topic. It starts directly from that timestamp.

rustic sage
charred ice
#

Hello
In the using web proxies module they have given this tip. But looking at the GitHub issues for the hud repository and personal experience it is very buggy. It would be nice to ignore that. Just putting it out here

hardy spire
crimson leaf
#

0xdf are the best writeups

rustic sage
#

he's a crack

forest tendon
#

hey everyone! Can someone give me some tips on powershell? I have come to understand that powershell mostly relies on cmdlet commands i:e, verb-noun combo, but it is a little difficult to remember the commands

hardy spire
slender steppe
#

Any one have done this module #AI Red Teamer | Fundamentals of AI | Skills Assessment

untold lichen
#

Anyone got a solution to setting up the windows vm when the developer page of microsoft has shut down downloads?

fathom pendant
#

just set up a regular windows vm

#

you don't need the dev version

untold lichen
#

So just set up reg win10 with chocolatey manager?

#

I have the win10 set up as standard with no tools atm

torn bobcat
#

has anyone had difficulty setting up proxmox on virtualbox? I keep getting a black screen when starting the download. I already disabled secure boot and enabled virtualization in my UEFI.

fathom pendant
untold lichen
torn bobcat
untold lichen
torn bobcat
#

alright thanks!

untold lichen
#

Dm me

untold lichen
fathom pendant
#

the tools.list they provide is by no means an exhaustive list

forest tendon
#

@hardy spire thankyou much appreciated

fathom pendant
#

you can and will run into tools you'll need to install at the moment

#

i.e. a github repo tool, or something directly from academy to download

keen pewter
#

would i not type dpkg - l | wc -l to find the number of directorys ?

#

packages

lunar wraith
#

Do someone have 3 min to explain to me something about javascript? in voicechat

true sinew
#

Is learning AI red teaming worth it? I have interest in AI as well as Cybersecurity, but I can’t find anyone else or lot of people recommending me this path. I just wanna know that before I unlock the module

keen pewter
#

ok i double checked the command and its saying my number is still wrong

#

ah i figured it out i was including headers

pearl ledge
#

https://academy.hackthebox.com/module/54/section/511
Can anyone help me with the question : Before you run your page fuzzing scan, you should first run an extension fuzzing scan. What are the different extensions accepted by the domains?
Can anyone tell me how many extensions are there in correct answer?

fathom pendant
pearl ledge
#

i have done this but the answer is showing not correct.

fathom pendant
#

it's expecting a list as ext1 ext2 ext3 ... not as a list like ext1,ext2,ext3

#

also make sure you do your fuzzing on all subdomains

pearl ledge
#

ok thanks

rich gale
#

so I have question that I know it doesn't belong to here but this is the only channel I have access to:
How can I access #general channel ?
How can I access the channels associated with HTB lab ?
what subscription do I need to access pro labs in HTB lab website ?

fathom pendant
rich gale
#

thx

untold lichen
#

anyone got experience with chocolatey installation?

wild oriole
#

Any anyone tried dnscat2-server instead of the external one?

celest peak
#

Is there an issue with the module labs currently? In the pivoting section sock over rdp part, it seems like the second server isn't coming up

modest stream
#

hey guys, after completing a module on the cpts path, I’ll like to solve some machines relevant to the module to reinforce my understanding, how can I know these machines

wooden seal
#

otherwise specifiy the problem

wooden seal
#

or watch ippsec videos on youtube

celest peak
forest tendon
#

hey fam! Need the suggestion here, I just complete the fundamentals of linux and windows OS , what should i study after this?

harsh gorge
solar bloom
#

Is there anything I can do to troubleshoot this? I've cleared my cache/cookies and logged back on. Still cannot get a PWNbox session to open.

void tendon
#

Me too! 😦

shut ice
#

Anyone know if I have ligolo-ng agent running on a PC say (FS01), will a machine that is on the same LAN be able to access my Kali VM that is only available on a VPN, since FS01 is also connected to the VPN?

void tendon
celest peak
keen pewter
#

i am also geting bad request when trying to open to a new window

visual valley
#

Do u need help bro

keen pewter
#

tried switching locations like @void tendon but still get bad connection

#

bad request*

void tendon
fathom pendant
#

reach out to support if you're continuing to have issues

keen pewter
#

ok will try UK

compact patrolBOT
clear seal
#

Well…somehow JxxxS sql account disappeared on me….

fathom pendant
#

what module? 🤨

fervent musk
old fox
#

Hey everyone! I’m Austin — I’m 17 and a high school junior currently in a programming course at Wilson Talent Center.

I just got my Java certification and I’m starting a cybersecurity program later this year. Super interested in ethical hacking, blue team stuff, and just learning as much as I can right now.

Always down to chat or learn from people in the field — excited to be here!

zinc cradle
#

In the module "Detecting Windows Attacks with Splunk " are we suppose to have a splunk instance already?

keen pewter
zinc cradle
fathom pendant
zinc cradle
#

could u help me too marcie pls

fathom pendant
#

i haven't touched that module

zinc cradle
#

😦

keen pewter
#

ok thank you 😄

fathom pendant
#

but i recall a splunk instance existing on the target

zinc cradle
#

i no have anyone

fathom pendant
#

¯_(ツ)_/¯

zinc cradle
#

well thx for trying

#

time to send email i guess

fathom pendant
#

make sure you use https and the appropriate port iirc

zinc cradle
#

no port

fathom pendant
#

or use the chat bubble

compact patrolBOT
zinc cradle
#

yeah thx

honest otter
#

does anyone know why i cant sign up for htb vip, it only allows me vip+ and pro labs bundle and i can more forward with labs until i get vip

fathom pendant
honest otter
#

thanks

woven zenith
#

Hey all, I'm in the CPTS Linux Privilege Escalation Sudo section, and all the sudden when I start a VM and hit full screen, it's saying Bad Request and not showing the VM.
-I cleared cache and still having the issue
-I tried to go to another section and still the issue is hapenning

dense pawn
#

chose the networking option instead of coding though. will they help you get your security+ ?

woven zenith
#

Nevermind, changed location to CA from US East and solved the issue

terse sedge
#

I'm in the Password Attacks - Credential hunting in Linux. I'm trying to transfer files with smbserver.py or python3 -m uploadserver. From the linux machine that I'm ssh'd into, I'm getting error: "is not a directory" when trying cp . \10.10.14.68:8000/home/kali/Downloads/upload. Any ideas?

clear seal
# fathom pendant what module? 🤨

It was attacking common services. (The hard skill assessment.). I just terminated the machine and started again though. That was crazy and funny at the same time…. I got it though

#

I should have taken snippets lol

shut shell
#

I've been stuck on https://academy.hackthebox.com/module/19/section/119 for 2 days, this is the nmap hard lab I've done a lot of scans and have documented the important ones that are different but none of them give me something the answer is looking for I'm not even sure what exactly the "service" it is alluding too. I've done sS scans sV and sA scans and I did find a extra port (that only responds directly to port 53 and potentially other ports but don't know how to test a bunch through a script) but it's just a linux running router with non-specific version determined. I know in the material it has a section on spoofing your ip but every time I try to use it, it gives me an error of not finding the path. That's the only thing I could see I haven't used in the material and the "service" is not something I have a clear image on even though it seems like something I should already be able to guess. In short I don't exactly have a plan or a visual on the way forward.

fathom pendant
fathom pendant
#

You don't need to spoof anything

fathom pendant
fathom pendant
shut shell
fathom pendant
shut shell
terse sedge
#

@fathom pendant Not sure what you mean by "you cant just call the root filesystem".

fathom pendant
#

If you have the python server running in your home directory all you need to specify is webserver:port/Downloads/filename

terse sedge
#

filename? Do you mean directory?

fathom pendant
#

You'd have to use curl

terse sedge
#

I'm trying to upload two .bak files from the victim to my attackbox. I've also tried mv

fathom pendant
old fox
fathom pendant
#

This isn't #general, if you want to have off-topic convos read and follow the instructions in #welcome to gain access to chat there

fathom pendant
gusty zinc
#

Hi - for whoever reading the connection here on the question / module is very very weak and it feels like a wild goose chase on this. The question should at least tell you that you need to use the adm account.

#

in the prior module - if im not mistaken, you dont even compromise the _adm user. I would strongly suggest this question be updated to provide some guidance.

#

Attacking Domain Trusts - Child -> Parent Trusts - from Linux

old fox
#

Ohh for hackthebox I do I thought you were talking about something else

fathom pendant
#

If you don't have the form filled out/submitted then you will be banned until you become 18 :] so extra incentive

#

There's instructions in #welcome to link your htb account to the discord btw

old fox
#

Okay thank you a lot

terse sedge
fathom pendant
#

wget uses http/https protocol to request files, which nc doesn't inherently set up

#

I suggest looking into the file transfers module

terse sedge
fathom pendant
cloud urchin
fathom pendant
#

Also you're making the same mistake as previous; you're trying to call the full filepath

cloud urchin
#

pretty much everything you could get wrong is wrong here lol

fathom pendant
#

If you're launching from /home/will then you only need to tell wget to look at .backups/*

cloud urchin
#

he said he's running the python server on the victim machine

fathom pendant
#

So I'm making the broad assumption that they just don't know how http.server/web servers in general work

terse sedge
#

Yeah, running python3 -m http.server on victim.

fathom pendant
#

That will change what your wget command will look like

terse sedge
#

/home/will/.backups

#

Says "404 file not found"

fathom pendant
#

Then you only need to tell wget to grab the files, you don't need to specify .backups

#

So just /*

#

The webroot is placed at /home/will/.backups

#

Meaning that all you have to do is specify the files you want to download, at this point

#

I heavily heavily recommend the file transfers module at this point

terse sedge
fathom pendant
#

Typically, wget doesn't like wildcards

#

Try specifying the filename directly

terse sedge
#

What if there's more than 1

fathom pendant
#

Then run wget the multiple times to get all the files

waxen totem
fathom pendant
#

Also, being blunt and honest here, you need to learn the basics of file transfers since you seem to have misunderstood a lot of the core stuff

opal cape
#

Hey anyone here stuck on the intruder burpsuit module?

#

I added all the necessary stuff to fuzz for .html from the module and set my target to 94.237.123.89:39384. And instead of waiting with the wordlist I just added admin to the payload. I just keep getting 404

terse sedge
#

@fathom pendant I was able to get the passwd.bak file, but not the shadow.bak file. It just won't come over the same way. It has different permissions, but I don't have the rights to chmod it.

fathom pendant
#

¯_(ツ)_/¯

opal cape
#

@fathom pendant any ideas? Sorry I know ur working with @terse sedge. I've just been stuck on this for 2 days lol

fathom pendant
#

no idea

#

i'm out for the day

opal cape
#

Anyone ?

glossy cloak
#

hey guys, I have a problem...

opal cape
#

Oh my god guys all i had to do was add $.html$ in the GET line. What the hell

#

Some bull.. 2 fucking days man

#

And here I thought Active Directory was my last week long struggle.

#

Also using the wordlist is best. "admin" was not the word anyways. Smh.😬 no shortcuts

dapper moth
#

This Pwnbox clipboard change is painful!
The old one allowed to click wherever inside the window and it would just close. Now I have to be going for the X every time

untold lichen
gusty zinc
#

For "Attacking Domain Trusts - Child -> Parent Trusts - from Linux" - is it fair to say that the module questions MUST be done on the pwnbox provided and not locally from a vm?

#

the secretsdump and raisehild steps I cannot get working unless I use the pwnbox machine

#

not sure if I should keep spenidng time on this to figure out why, or if its intended

glossy cloak
#

in the .ps1 there is a line “public class MyProcess” and I think its suppose to stay like that in command line?

shell stag
#

Hello friends, I could use a nudge on getting source code disclosure on the File Upload Attacks skills assessment. I've done a lot of fuzzing with ffuf and found some directories, but they're locked down. Do I need to use a php filter?

shell stag
#

Haha, I'll take that as an answer, thankyou~~

fathom pendant
gusty zinc
#

yeah, was afraid someone would say this. I have no clue why mine isnt working

#

i even copied the version of impacket tooling that is on the htb machine

#

one issue is the course material is referring to internal ip ranges

#

and all I know is external (172.16 vs 10.129)

#

am I ok to scan /24 on 10.129.x.x to try and figure out what the IP is for logistics.inlanefreight.local ?

clear seal
#

So, for pivoting, tunneling, and port forwarding. It’s cool to use ligolo?

foggy monolith
#

Has anyone worked around the Dedicated administrator connections are not supported via SSMS as it establishes multiple connections by design error on question 2 of the SQL lateral movement section of the MSSQL, Exchange, and SCCM Attacks module?

foggy monolith
gusty zinc
fathom pendant
#

10.129 is just the entry point ip; all ips related to the internals of the lab are gonna be hopped through that first target

#

the additional machines on the 172.16 network aren't on the 10.129 network

gusty zinc
#

i see, so i likely need to ssh into the pwnbox machine then i guess?

fathom pendant
#

or utilize pivoting techniques

#

¯_(ツ)_/¯

gusty zinc
#

got it

#

helpful, thank you !

fathom pendant
#

also the internal machine that you're referring to isn't the pwnbox

#

pwnbox is a term specifically for the in-browser vm; the internal machine that you're referring to is just an internal attack box

dapper moth
untold lichen
solar bloom
fathom pendant
primal patrol
#

Hi guys
I faced i problem in the web scanner topic in the using web proxies module exactly in the challenge
The "High" bug is not being found by the zap scanner
After some research i found how to exploit the bug and pasted the payload but nothing happened
Could this be a bug?

#

I ran the scan multiple times too

strange delta
#

hi everyone. im stucked at AD Enum& Attacks module DCSync section. i cant ssh into the linux host it says wrong password. can someone help me?

shut shell
fathom pendant
#

There's multiple vulns it finds before the actual right vuln

#

To give you a hint, injection

primal patrol
#

Can i say the bug name?

fathom pendant
#

No as the module is above tier 0 iirc

primal patrol
fathom pendant
#

¯_(ツ)_/¯

primal patrol
#

Im giving up 😂

#

I know the bug and the payload and the right spot but its just not there

fathom pendant
#

I'm assuming you reset the target

primal patrol
#

Tried that too

#

Restarted it 3 times too