#modules

1 messages · Page 223 of 1

minor stag
#

You did -fs 200

fringe urchin
#

where is that a default in this case? you did 200 but either way even 612 in this case is wrong

next bronze
#

-fs means filter by response size

brazen saffron
#

Look at the screen ? I have more than 10000 !

minor stag
fringe urchin
#

ok do you know what size here at this example is default page you dont wanna see?

brazen saffron
#

Ah it's the pages we don't want to see?

#

I thought the opposite lol.

minor stag
#

Yeah, you filter out what you don't want to see, so the errors essentially

brazen saffron
#

mb okay :).

minor stag
#

Or the "not found" sizes

brazen saffron
#

Thanks.

minor stag
#

Or you find the size of pages that succeed and you filter those in. I worded that wrong

fringe urchin
#

but in this case easier to just filter everything out with the exact Size since the flags have diff size

minor stag
#

I really hate this SQLMap Essentials module

brazen saffron
#

Thanks guys :).

fringe urchin
wise lichen
#

Hey! Im doing the module "WINDOWS EVENT LOGS & FINDING EVIL".
I have really tried many times, and search alot, but i dont know how to do it...
Im at the "Detection Example 1: Detecting DLL Hijacking", where it says:

Let's attempt the hijack using "calc.exe" and "WININET.dll" as an example. To simplify the process, we can utilize Stephen Fewer's "hello world" reflective DLL. It should be noted that DLL hijacking does not require reflective DLLs.

By following the required steps, which involve renaming reflective_dll.x64.dll to WININET.dll, moving calc.exe from C:\Windows\System32 along with WININET.dll to a writable directory (such as the Desktop folder), and executing calc.exe, we achieve success. Instead of the Calculator application, a MessageBox is displayed.

#

Is there a video or somebody who can help me? Please! Big thanks!

runic plover
wise lichen
runic plover
#

You said it in the question

#

The modules showing you that for it to work the calc.exe need to reference that DLL, of which would be considered a altered/“evil” DLL

wise lichen
#

i just posted what they are saying. but i dont undestand how they whant me to do it.

do you say it is already done in the lab they have?

wise lichen
# runic plover DMS

I dont undestand... would you maybe hit me up on discord (private) and tele me?

cedar yew
#

hello guys, i need help

Module: Password Attack
Task: Credential Hunting in Windows
Question : What is the default password of every newly created Inlanefreight Domain user account? (Format: Case-Sensitive)

I've searched everywhere but I can't find it, I found everything else, I can't find this.

minor stag
#

Did you run lazagne?

cedar yew
#

yes but no cred for AD

minor stag
#

Can you DM me your lazagne output?

cedar yew
#

output cred

gitlab cred
ssh cred

soft cedar
#

you dont need lazagne for this

cedar yew
#

yes just search

#

but i dont find i check everyshere

soft cedar
#

what happens when you search something like AD or ADUser?

cedar yew
#

It says that user bob leaves interesting scenarios around, but I couldn't find such a scenario.

soft cedar
cedar yew
#

I've been trying since last night going to crazy -_-

soft cedar
cedar yew
#

no bcs this machine not server so i dodnt try but now i try

soft cedar
cedar yew
#

oo I tried it

faint monolith
faint monolith
#

the module is on windows event logs so you can take a look at the events when doing it

cedar yew
#

i thinks maybe i dumped hash ntds or sam and use the hashcat?

heavy edge
#

Did you look through all the files from C:/ onward

#

As well as stuff that was in the faves/quicklinks

cedar yew
#

I checked them all, I don't know what I'm missing.

fathom pendant
#

as active accounts aren't likely to have the default, in many cases a default password is marked as "Change on login"

cedar yew
#

true

#

Do you have any tips you can give?

fathom pendant
#

not much more than what everyone else has told you

#

just look around the system for any files that might contain a password

cedar yew
#

okey thx

#

im continu searching

fathom pendant
#

I think the section goes over how to make that search faster but it's been a minute

cloud urchin
#

what are you trying to do, search for a file on a computer?

cedar yew
#

yes

#

What is the default password of every newly created Inlanefreight Domain user account

#

this file

cloud urchin
#

cd C:\ & findstr /SI /M "password" *.xml *.ini *.txt

#

should be *.xml, *.ini, *.txt, or whatever you want

#

stupid discord

fathom pendant
#

like this ******

#

also the findstr command is detailed in the section

#

to include a bunch more file extensions

wise lichen
#

Hey, i dont get this sektion to work; To showcase unmanaged PowerShell injection, we can inject an unmanaged PowerShell-like DLL into a random process, such as spoolsv.exe. We can do that by utilizing the PSInject project in the following manner.

Analyzing Evil With
Sysmon & Event Logs
powershell -ep bypass
Import-Module .\Invoke-PSInject.ps1
Invoke-PSInject -ProcId [Process ID of spoolsv.exe] -PoshCode "V3JpdGUtSG9zdCAiSGVsbG8sIEd1cnU5OSEi"

how do i do it?

fathom pendant
#

directly from the module

cloud urchin
#

lol

fathom pendant
#

there's a reason i said "read the section"

#

I knew it was in there lol

crystal steeple
#

didnt work sadglas

fathom pendant
#

it's even funnier that it's under the subheading "using findstr" which is right after the LaZagne section

iron prawn
#

Hello! I am currently stuck on Question 4 in the Malware Analysis - Skills Assessment section: "Examine the communication patterns of the malware and provide the domain it interacts with as your answer. Answer format: .._"

I have used Procmon and Noriben (as in the "Dynamic Analysis" section) to analyze apple.exe. I could however not find a domain name that the malware is connecting to, neither in Procmon nor in the .txt file created by Noriben.

I have also investigated the file in IDA. While I found some interesting function calls (InternetOpenA, InternetSetOptionA, InternetConnectA, HttpOpenRequestA, HttpSendRequestA, HttpQueryInfoA), I could not find a domain name here either.

Could anyone please give me a hint regarding which tool should be used for this question and possibly some general idea where to look for the domain name?

spiral scaffold
#

Hi everyone.
in the Module: PASSWORD ATTACKS > Section: Pass the Hash (PtH)

I am a bit confused as to why I am not able to run mimikatz after i remote into the machine as david or administrator?

fathom pendant
#

^

fathom pendant
spiral scaffold
sick mural
#

Hi @fathom pendant , I am at windows priv esc Assessment Lab 1 and I am stuck at doing priv esclation via jusicy potato , the command gets execute without issue but no rev shell is captured . Any help on this please

fathom pendant
#

iirc there's a whole subfolder with mimikatz in the C:/tools folder

spiral scaffold
fathom pendant
#

¯_(ツ)_/¯

spiral scaffold
fathom pendant
#

ok

#

then it's just some odd thing

#

couldn't tell ya ¯_(ツ)_/¯

cloud urchin
#

try the 32bit one

minor stag
#

Anyone familiar with the SQLMap essentials module that can give me a nudge in the direction of the foothold for the skills assessment?

spiral scaffold
# cloud urchin try the 32bit one

i am assuming we will have to transfer it to the remote machine from our attack machine?
i can only find one version of mimikatz in the remote machine.

fathom pendant
#

there should be another folder under C:\Tools\Mimikatz

spiral scaffold
fathom pendant
#

there's not like an x86?

#

or something

cloud urchin
spiral scaffold
fathom pendant
#

ah

cloud urchin
#

you could also try compatibility mode

fathom pendant
#

i don't recall having compatibility issues

#

and they said it just worked a minute ago

cloud urchin
#

restart it then

spiral scaffold
fathom pendant
#

there's really not much else you can find

#

but also is it possible, on the other end, that the other command you're trying to run isn't working

#

the screenshot you showed was cutoff

fathom pendant
#

which is odd

cloud urchin
#

it would be too easy if you were provided all the information

spiral scaffold
fathom pendant
#

might just be the lab being dumb ¯_(ツ)_/¯

#

and no; if the screenshot contains the user hash - don't add it without hiding/redacting the hash

#

as it's something you need to dig for

spiral scaffold
fathom pendant
#

yes

#

if resetting the lab doesn't help in the exam: you contact support

#

there's no reason that you shouldn't be able to reset the environment if you feel that something should be working, and it's not

wise lichen
#

Hey, i dont get this sektion to work. please help;

To showcase unmanaged PowerShell injection, we can inject an unmanaged PowerShell-like DLL into a random process, such as spoolsv.exe. We can do that by utilizing the PSInject project in the following manner.

Analyzing Evil With
Sysmon & Event Logs
powershell -ep bypass
Import-Module .\Invoke-PSInject.ps1
Invoke-PSInject -ProcId [Process ID of spoolsv.exe] -PoshCode "V3JpdGUtSG9zdCAiSGVsbG8sIEd1cnU5OSEi"

spiral scaffold
oblique spoke
#

Hi! Im on into network traffic analysis and there is this question which command will enable you to read from the capture and show the output in hex ascii? Isnt it tcpdump -Xr file.pcap ?

fathom pendant
dim wolf
oblique spoke
dim wolf
#

try closing and reopening process hacker

fathom pendant
#

i haven't done it but you can likely search this channel to find the answer

wise lichen
dim wolf
#

what is the question

shadow current
#

labs are very slow today -_-

wise lichen
dim wolf
#

you just follow the steps outlined in the section

wise lichen
#

they dont work. everythink i just red text comming back

#

when i copy past what they say. then it tells it dosent exists

dim wolf
#

send a screenshot of your commands

cloud urchin
#

did you replace [Process ID of spoolsv.exe]with the PID of spoolsv.exe?

dim wolf
#

#

lol

fathom pendant
#

kinda rude

limber river
clear iron
#

e

fathom pendant
#

nice scare bro

dim wolf
#

oh please i already know my own ip address

clear iron
#

wow nice

limber river
#

there's a cube talk today ?

fathom pendant
limber river
fathom pendant
#

30m

clear iron
dim wolf
#

they do the cube talks during class though..

fathom pendant
dim wolf
#

if i skip my grade goes down a letter so no

fathom pendant
limber river
fathom pendant
dim wolf
#

holy shit genius idea

limber river
fathom pendant
#

my bare minimum requirements for me not getting booted from my school is keeping a 2.0 GPA, fuckin EZ

wise lichen
dim wolf
#

i'm one semester away from graduating though

dim wolf
fathom pendant
fathom pendant
clear iron
solid python
#

Cool, behave or your permission to speak or use this server will be revoked

cloud urchin
fathom pendant
solid python
#

@clear iron We gonna have a problem?

dim wolf
#

yo, HTB Certified Discord Member

fathom pendant
#

welp

solid python
#

No u

fathom pendant
#

RIP skid

limber river
dim wolf
#

thats a big ban

solid python
#

Just so we're clear what nonsense behavior gets you when interrupting people trying to learn.

limber river
#

and jobless xD

dim wolf
limber river
dim wolf
#

no it's true tho lol

limber river
#

wish u all the best

dim wolf
#

thanks

sick mural
wise lichen
fathom pendant
dim wolf
sick mural
#

ohh. No worries. Is there someone else who has done Win priv escalation

fathom pendant
#

your first error shows that it didn't import; the fully qualified error "Module not found"

#

.\ implies to powershell (and most shells) that you're importing it from the current directory

dim wolf
#

i forgot where the tools are on this module's target

fathom pendant
#

likely C:\Tools

dim wolf
#

i would check either the root directory or your Downloads folder

fathom pendant
#

as that's the most often place for them in the Windows machines

dim wolf
#

i think for this module it was in C:\Users\Administrator\Downloads but you can always just check both

fathom pendant
#

maybe!

#

it's likely referenced in the section

wise lichen
iron prawn
dim wolf
fathom pendant
#

yep the PSInject is a directory

wise lichen
dim wolf
#

yes now import the module!

wise lichen
#

So i do the commands from here?

fathom pendant
#

yep

#

you can also do Import-Module C:\path\to\module.ps1

#

using the full path to the module you're importing

wise lichen
#

and we agre that this is the Proces number?

crystal steeple
#

idk why it didnt by adding directly the file signature

dim wolf
brittle falcon
#

FFUF Attacking Web Applications with FFUF - Module: Directory Fuzzing

Guys im not a pro at linux but I understand that this following cmd line guide in this module is giving a directory that I can't access?

jojoB@htb[/htb]$ ffuf -w /opt/useful/SecLists/Discovery/Web-Content/directory-list-2.3-small.txt:FUZZ

Output:
Encountered error(s): 1 errors occured.
* -u flag or -request flag is required

It's asking for a target URL but this part of the guide doesn't explicitly say what the target is?
Or is that the part I'm supposed to figure out, just give a random URL?... That's really ambiguous

fathom pendant
#

usually that's gonna be the target spawned in the module

brittle falcon
#

it should specify that then.

dim wolf
brittle falcon
#

no part of the guide says "give a url"

#

just saying , again. Ambiguous to newcomers

fathom pendant
#

either a public_ip:port or a 10.129.x.x

dim wolf
#

i'm pretty sure the command output given in the section specifies an example URL

fathom pendant
#

the URL is gonna be whatever you're gonna be scanning

#

probably, they don't do wordwrap so commands can go on for miles beyond what's just in the window

dim wolf
#

true

brittle falcon
#

thanks though guys

wise lichen
fathom pendant
#

the directory mentioned is just the SecLists directory; if you don't have the SecLists repository downloaded then you'll just have to download it from github

tight bane
#

take attention to time when it happened, use example from topic

fathom pendant
#

so if you don't have that specific directory you'll have to find out either: A) where it is or B) download and just put it there

dim wolf
# wise lichen now i just restart the spoolsv.exe?

if you injected the code into the process, then you've completed the exploit. the process should turn green in Process Hacker. if it doesn't, that's fine, just refresh or restart Process Hacker and it should become green. What matters here the most though is the event logs; if you have Sysmon configured to log event ID 7, you should see spoolsv.exe load clr.dll and clrjit.dll in the Sysmon event logs

wise lichen
dim wolf
#

like i said, that's fine. if you want to see it turn into a managed process, refresh or restart Process Hacker

#

however, you should see Sysmon Event ID 7 events being logged if you have it configured to do so

dreamy solar
#

Hello man

#

What is KBs ?

dim wolf
dreamy solar
dreamy solar
fathom pendant
dim wolf
#

IIRC KBs are kernel updates

fathom pendant
dim wolf
#

i don't remember tho

fathom pendant
#

they're more like minor patches

dim wolf
#

i see

fathom pendant
#

KB specifically refers to the Knowlege Base article on Windows regarding the update

dreamy solar
#

thanks man

fathom pendant
#

but there's commands to see what specific ones are installed

crystal steeple
#

since when i added the magic bytrs and viewed then the file signature it wa sslightly different idk

wise lichen
dim wolf
#

or if you know the time you did the PowerShell injection, you can look around that time instead

wise lichen
wise lichen
dim wolf
#
  1. remember the exact time you performed the PowerShell injection. search the logs around that time.
  2. check the process ID in the logs. it should be the same as spoolsv.exe
#

i forgot that filtering is taught later in the module

proper pelican
#

Guys, to finish the module Password attacks section pass the ticket on Linux, I need to complete all sections and despite many days I couldn’t figure out how to solve the part on Pass the Ticket Linux page . I didn’t receive help in that particular section so I’m writing here - maybe some of you could be kind enough to give me some hint. The task was:

Use the LINUX01$ Kerberos ticket to read the flag found in \DC01\linux01. Submit the contents as your response (the flag starts with Us1nG_)
I transferred linikatz and ran it from svc_workstations where I was root and couldn’t find any ticket that would grant me access to dc01/linux01. What am I missing? Maaaaaany thanks in advance!

fathom pendant
#

There's definitely a ticket you'll find that gives you linux01$

#

look through the ccache files it finds

proper pelican
#

I tried them all and get ‘no credentials found’ message

fathom pendant
#

The example image also shows a place where they're stored

proper pelican
#

Is there a way to make linikatz check different places than default ones?

fathom pendant
#

It's in a default location

proper pelican
#

And it should be done from svc _workstations account where I have root,right?

fathom pendant
#

I think it's under some /var/lib/ directory

#

I manually dug around to find it when I did it, so the tool cuts the time down a lot

proper pelican
#

How were you searching for that manually?

fathom pendant
#

Lots of digging around with ls and find and pain

#

I would not recommend

#

Linikatz should find what you need

proper pelican
#

Ok. Thank you very much MarcieLee. Will give it another try this late evening. Have a great day

wary tendon
#

Hey looking for someone who can assist me. I’m having trouble with whitelist file upload attacks section. I’ve been trying to upload the phpbash script but I can’t get the webshell to appear just a grey page with an error

dreamy yew
#

**Module: Attacking Common Services, Section: Easy Lab, **Question: My friend said if i enumerate the smtp i would be able to find a valid user using the provided users list at Resources, but i couldnt find any valid users, might need a nudge. ```
smtp-user-enum -M RCPT -U /home/htb-ac-1065982/Desktop/usernames.list -D inlanefreight.htb -t 10.129.203.7

crystal steeple
crystal steeple
wary tendon
#

I’m doing exactly what I did before but not getting the shell

rustic sage
#

Good Day,
I have returned to the Introduction to Brute Forcing module and I'm currently on the Website Skills Assessment. I am not sure if there is something wrong with my fail string but the login creds that hydra is providing is not working. Going to try uploading a screenshot now

crystal steeple
#

Ig he’s getting an error in the page when he try to execute commands i this error saying : image couldnt be displayed or smth

wary tendon
#

I used php:.jpg before but now it’s not working for for white list

crystal steeple
#

Apparently the web doesn’t recognize the php code with the extensions you put so you need to try multiple extensions that works

#

Yep you may have passed the whitelist

#

But the php code doesn’t get executed , try different allowed php extensions

rustic sage
wary tendon
#

Yes one sec

acoustic owl
#

There are instructions on how to find your identifier

rustic sage
#

And unless I'm misunderstanding, I'm not sure if I can obtain my acct identifier from HTB Academy profile settings

acoustic owl
#

choose HTB Labs

wary tendon
#

I keep getting either a 404 error or

#

Or can not be displayed because errors

rustic sage
acoustic owl
#

HTB Academy and HTB Labs do not use the same account

languid galleon
sly nebula
#

dir

wary tendon
#

I got it nvrmnd

glass quail
#

Can someone help me on the CORS Misconfigurations module in advanced xss and csrf exploitation? I'm lost on how to get the flag I reread all my notes and material.

rustic sage
# rustic sage Good Day, I have returned to the Introduction to Brute Forcing module and I'm cu...

I am using the following command
hydra -L /opt/useful/SecLists/Usernames/top-usernames-shortlist.txt -P /opt/useful/SecLists/Passwords/darkweb2017-top100.txt -f 94.237.57.59 -s 38019 http-post-form "/admin_login.php:username=^USER^&password=^PASS^:F=<form name='login'"

The creds Hydra produced were root:password
The login page doesn't seem to like these creds. Is there something wrong with my failure string?

#

Alternatively if I specify the user as root in the below command

hydra -l root -P /opt/useful/SecLists/Passwords/darkweb2017-top100.txt -f 94.237.57.59 -s 38019 http-post-form "/admin_login.php:username=^USER^&password=^PASS^:F=<form name='login'"

Hydra comes up with root:123456 for creds

cloud urchin
#

i'm not sure about that module, but your command looks a bit off to me, specifically the last part. is the fail message of the app "<=form name='login'? because that seems like a strange fail message

#

generally it's going to say something like "login failed" or "error" or "not found" or something you know?

visual dawn
#

just search for mimikatz in the host machine and copy paste the path.

#

can you give me a hint how to solve command and control question?

green smelt
#

DM me bro

rustic sage
minor stag
#

It's been stuck like this for several minutes lol. One day I'll finish this module.

dreamy yew
shut quest
rustic sage
quartz pivot
#

While working this same one I found that if you remove the username and password from the POST it will give you a HTB{} in the body of the message you just have to hunt through each try.

minor stag
#

That looks like a GET request, not a POST

#

I can't test it since I don't have the wordlists anymore

minor stag
shut quest
minor stag
rustic sage
minor stag
rustic sage
shut quest
shut quest
shadow current
desert cypress
#

Hello, I'd like to know if it's normal for the module's windows machines to be extremely slow. It takes me a few seconds to see what I'm writing in the powershell, it's unbearable and unusable. I use xfreerdp to connect.

fathom pendant
#

Use the tcp vpn

desert cypress
shadow current
desert cypress
#

Thanks for the moment it's much better

shut quest
shadow current
#

well i just do ffuf and i got some vhost looked at the gitlabs proj use msfconsole to enumerate the app and got 2 interesting exploit and one of them works

rustic sage
shadow current
#

i got a wp site but the question is not taking my answer ;?

shut quest
shut quest
shadow current
#

thanksss for the assistance!

dreamy solar
#

I search login ldapadmin but since 6 hours I don't find

rustic sage
rustic sage
#

@shut quest @minor stag I finally got it... I appreciate the assist lads

queen gust
sick mural
#

anybody have done CPTS windows priv escalation assessment lab I?

dense rock
shrewd hazel
#

tried multiple times and it keeps saying wrong

finite mist
#

for active directory enumeration & attacks skills assessment part 2, are there supposed to be problems with using mssqlclient to connection and you have to do it the windows way, or is mssqlclient still a possibility and I'm just using it wrong? (I'm getting untrusted domain errors)

minor stag
#

The third word of the flag kept changing and eventually came out correctly

shrewd hazel
#

this is the right line tho, no? its driving me nuts lol

minor stag
dire abyss
#

i gots a silly question. when im in the manual for a tool and you use "/" to search.. how do you move to the next find?

shrewd hazel
minor stag
#

Is it returning that same result really quickly?

#

You may need to add --flush-session so it runs it again from scratch

royal sigil
#

hello i make the introduction to c# and i stuck on this question ( Write a piece of code that performs and assigns the modulus of 10 divided by 3 to an integer named remainder.) i have tried like this: int a = 10;
int b = 3;

int div = a / b; //quotient is 1
int remainder = a % b; //remainder is 1 if anyone can help me thanks

minor stag
analog dock
#

I think the A needs to be a _

#

Please delete the screenshot though, as flags should not be shared

minor stag
#

Eventually they come out correctly.

shrewd hazel
#

FINALLY!!! thank you! lol

shrewd hazel
#

question on sqlmap essentials, for table flag6. i got the right answer but im confused on why this got the wrong answer:

#

vs

#

also, without the hint letting you know of the prefix needed, how would one know to use the prefix parameter ?

strange forge
#

in the service attack module, in dns part. what we need to put in /etc/hosts file. i had put ip with domain inlanefreight.htb and ip with *.inlanefreight.htb . how i can get the associated NS with it to put in resolvers.txt file (under subbrute directory) . if i lookup with dig it shows NS inlanefreight.htb but that produces the error since there is only 1 NS. am i putting wrong NS value in resolvers file or some value missing in

cloud urchin
strange forge
cloud urchin
strange forge
cloud urchin
#

long story short, spawn the box and the only thing in resolvers.txt should be that IP of the box you spawn for the module, that way it forces subbrute to use that name server only

shut quest
visual dawn
#

how did you solve this error bro?

shrewd hazel
cedar yew
#

@fathom pendant I still can't find it jessus sorry

fathom pendant
#

Just look carefully at the output

cedar yew
#

I checked every file under appdata

#

cortana user data vs vs

fathom pendant
#

I thought you were on the linux ptt?

cedar yew
#

modul?

#

windows

fathom pendant
#

What module?

#

And section?

dreamy solar
#

Hello can you help me plz on this exercices ?

fathom pendant
#

Can't answer questions you don't ask

dreamy solar
#

I don't transfert tools, I don't find creds not too... I am blocked since 9hours on this exercice

cedar yew
#

i dont understand what you mean

#

sorry

fathom pendant
cedar yew
#

PAssword Attack - Windows Local Password Attacks - Credential Hunting in Windows

fathom pendant
#

Mmm ok someone was asking about linux prev

cedar yew
#

What is the default password of every newly created Inlanefreight Domain user account?

fathom pendant
cedar yew
#

Actually I've been reading and using it for 2 days. 😄

fathom pendant
#

Well then I suggest copy/pasting that command exactly. Iirc I didn't have to change anything about the given command

#

Digging manually would take ages, even given the hint

shut quest
strange forge
faint rampart
#

apologies if this is a spoiler in any way, please I need a nudge on this, any advice would be appreciated, I get the wrong value from my script in the "Intro to Bash Scripting" Module section - Comparison Operators

fathom pendant
faint rampart
fathom pendant
#

Asking the question often gets the gears working to the answer :D

fathom pendant
faint rampart
marsh echo
#

hello everybody

fathom pendant
#

-O as in OutFile

marsh echo
# marsh echo hello everybody

no information is provided for the skill assessment part 1 of the attack password module do i need to do a hydra on the ftp service? i've changed the passwords but still nothing.

strange forge
fathom pendant
#

Well then you fucked something up lol

#

Remove references to ns and inlanefreight.htb in the resolvers.txt

strange forge
fathom pendant
#

it worked fine for me ¯_(ツ)_/¯

strange forge
#

they could have just really put some instructions on this inlane domain.

strange forge
fathom pendant
#

I mean really what worked for me was using the ip in the resolver file

#

Other than that idk

#

Maybe run specifically with python3?

strange forge
fathom pendant
#

Well dig isn't gonna give much tbh

#

Can you ping it?

strange forge
fathom pendant
#

Then it's not dead

strange forge
fathom pendant
#

Eh

strange forge
#

dns server*

fathom pendant
#

You're sending a blank dig query

#

Try dig ns or dig axfr

strange forge
#

communications error to 10.129.203.7#53: timed out

fathom pendant
#

Huh.

#

give it a few minutes then ¯_(ツ)_/¯

marsh echo
#

I'd like to know if I'm on the right track because I've tried without password mutated and with but nothing 😦

fathom pendant
marsh echo
strange forge
fathom pendant
#

Don't always jump to attacking, always check if a service has anonymous login enabled

#

For instance *

marsh echo
#

it's true that the module is called password attacking for me it was probably brute force directly fucked ... thank you. 🙂

fathom pendant
#

Step 0: always enumerate

#

Find all surface info before attacking

strange forge
shut quest
#

also 64 threads might be too much, try 48 or removing the flag

fathom pendant
#

I don't have magic ts for you to do except terminate machine, start it again, wait ~5 minutes try again

strange forge
fathom pendant
#

all I can say is right track ¯_(ツ)_/¯

dry parrot
#

hi, im trying to do the ADVANCED XSS AND CSRF EXPLOITATION but in the Lab warmup module asks to add this domains to the /etc/hosts
vHosts needed for these questions:
exfiltrate.htb
exploitserver.htb
xss.vulnerablesite.htb
csrf.vulnerablesite.htb

but when i add them like
<targetIP> exfiltrate.htb exploitserver.htb xss.vulnerablesite.htb csrf.vulnerablesite.htb

it does not show anythin, any one could help me?

Thanks

cedar yew
#

It was in a very simple place.

spiral spoke
#

Hello! I have a question about the Whitelist Filters Section at 'File Upload Attacks'
I did the bash script thing and I've got all this extensions with 'File successfully uploaded'

My question is: Is there a way that one can see if the script uploaded was successfully executed without doing a click 1 by 1 > send to Repeater > refresh the page > go to that link on EVERY SINGLE payload on the intruder?

#

Every payload with Lenght 230 gives me a 'File successfully uploaded' , but not all of these payloads execute the php script

#

Because imagine if you are on an assessment or bug bounty and this will take you at least 1 hour to test manually every payload pepehands

plain junco
#

hi

rustic sage
#

I bought a CPTS exam certificate ticket by mistake, it was on my card, how can I cancel it, now it's done.

fathom pendant
#

The exam voucher is good for 1 year, but you'll have to contact support

rustic sage
#

Do you have an e-mail address and e-mail address?

ocean night
rustic sage
#

Isn't there a relevant e-mail address? We couldn't find it here.

ocean night
#

The best thing is to raise a request via the site above, it'll go through to our support department. If you were to email in, it'd likely be direct to the above link.

#

Just open the chat with the icon in the bottom right, and as it states, type "Connect to an agent".

rustic sage
#

i'm waiting for a person so there hasn't been a return, hope it happens soon

#

thanks

ocean night
#

Someone will get in touch with you as soon as they can, but do take in to account the time and day. We'll get you sorted out, don't worry 🙂

#

Just leave a message detailing your concern, and you'll get a response as soon as possible

rustic sage
#

i also sent an e-mail with the receipt in a click editme

ocean night
#

Ok, but that email will not go to the support team. Sit tight, someone will assist you as soon as possible

rustic sage
#

seriously, a worried click has gone

#

i have sent a message to the support page so far, but if I close the page, will it be a problem if I fall asleep

ocean night
#

No, the message will still be received by the team, and they will reach out.

rustic sage
#

my friend, thank you very much, good work, good hacks

glacial dragon
#

can any one help me with this one, Command injection module Bypassing Blacklisted Commands section

#

Use what you learned in this section find the content of flag.txt in the home folder of the user you previously found.

#

i tried obfuscating the cat command

#

but it doesnt work

marsh echo
novel hinge
#

first time using burp suite for php web shells module, im trying to click "open browser" on burp and its not working. watched a video and they didnt have the samee problem

next bronze
novel hinge
#

@next bronze yeaahhh watched another video w/ foxy proxy. got it all good now

gentle root
#

Anyone done intro to python3 - Continuously Improving The Code? I'm not really seeing how the code relates to the question/answer at the end

rancid prairie
#

hi i am doing WINDOWS EVENT LOGS & FINDING EVIL skill assessment, in question 3 it asks about the process that injected calculator.exe to do unmanaged code execution. in my part i checked event id 8 'CreateRemoteThread' BUT i am very curious to know if there is another way to go about it.

pulsar birch
#

Sorry if this isn't the right place to ask about this. I'm confused about the point of cubes. The silver/gold subscription gives you access to the modules anyways so why would one bother with the cubes..?

next bronze
#

just different models, silver gives tier 2 and below access, gold give tier 3 and below, you can use cubes on any modules

pulsar birch
#

So if you wanted to complete modules above level 3 you'd need to use cubes, but otherwise you can just get the subscription? I'm really only interested in the cpts cert so I assume the cheapest way to go is the annual silver subscription?

dim wolf
#

i would only get the gold subscription if you're planning on taking the CWEE

fathom pendant
#

Give or take

dim wolf
#

awesome

next bronze
fathom pendant
#

I only recommend the annual plans if you plan on doing a lot of the content

#

And even then, only for one year

#

After a year the value proposition dies hard

dim wolf
#

the only issue would be that you're just limited to two modules a month on plat (which might actually be fine)

fathom pendant
#

Well I'd assume the t3 modules are tough enough and dense enough for a months worth

next bronze
#

you can also start your plat sub early and accumlate the cubes

#

I have couple thousand cubes sitting around

pulsar birch
next bronze
#

2 months of plat covers a whole path (outside of cwee), you can then cancel the plan while still having enough cubes to unlock the modules

pulsar birch
next bronze
#

yes, modules unlocked with cubes are permeant

#

you also get 20% of cubes back when you complete the module so technically 1 month of plat + 1 month of gold is enough for cpts

pulsar birch
next bronze
#

to be fair the pricing model on academy is a bit weird

fathom pendant
#

I've mentioned a fair few times to g0blin the value proposition of the annual subs falls off hard after the first year

rancid prairie
#

does gold monthly unlock tier3?

next bronze
#

gold monthly gets you 500 cubes, you can unlock whatever you want with it

dim wolf
#

except Tier IV modules, you need 1000 cubes for those (2 months)

dire abyss
#

anyone having a difficult time spawing their target?

rancid prairie
#

me

rancid prairie
dreamy yew
#

same here too, it seems to be taking way longer than usual

marsh echo
#

do we agree that in skillassessment2 there is no domain?

fathom pendant
#

There can still be a local domain

#

Also its taking username.list as a user, not a list from what I'm seeing

marsh echo
#

according to the cheatsheet, this is how you specify a list

fathom pendant
#

I'm just going off the visible error

marsh echo
#

i'm lost 😦 i ennumerate the users with msf and at last I have my wordlist but when i do hydra or crackmapexec nothing ...

dim wolf
#

try typing the name of the browser you want to run into the terminal

novel hinge
#

@dim wolf ty! im going to delete so ppl dont see that LOL

astral beacon
#

I had been in academy recently and I realized that I'm not fully understand in each 4 topics here

#

From what I understanding,I think this 4 topics to be 2x2 table

Offensive- penetrating / exploit
Defensive- Defense / bug finding 
fickle nacelle
#

guys im not able to redeem hack the box academy code :c , can anyone help me?

novel hinge
#

when i go to the pagge to try to see if my shell worked, it just loads indefinetly, does that mean i did something wrong?

dreamy yew
#

Module: Attacking Common Services, Section: Assessment Lab - Hard, Question: How do i get the Administrator creds, might need a nudge for example which part should i enumerate more. ```
Current creds that I have:
s*****
f****
j***

I was able to login to all 3 users on smb.
I was able to rdp using f**** creds.

Interesting file: unattended2.xml, which had a administrator password, but could not use for any services hosted on target

dreamy yew
soft cedar
#

you don't need to find the admin creds for this

soft cedar
dreamy yew
#

There’s rpc,smb,mssql,rdp on target, however I only found the creds for smb (but none with admin privs), for rdp (only f*****). For mssql, I didn’t manage to get any credential.

soft cedar
#

From one of the shares you found in the smb shares, you get some information on how escalate privileges.

dreamy yew
#

Yes I rmb to impersonate someone

soft cedar
#

great so that shows the service you need to attack

soft cedar
dreamy yew
#

Oh ok, I’ll explore that area further 🫡

soft cedar
dreamy yew
#

Ok thanks m8

#

@soft cedar I got the mssql password for user f*, but i was unable to login using sqsh using the below command: ```
sqsh -S <ip> -U .\f**** -P '<password>' -h

Error message:
Open Client Message
Layer 6, Origin 8, Severity 5, Number 3
ct_connect(): directory service layer: internal directory control layer error: Requested server name
not found.

soft cedar
#
impacket-mssqlclient -p 1433 f****:'<Password>'@IP -windows-auth
dreamy yew
soft cedar
#

you need to add -windows-auth, since you are auth to windows

dreamy yew
#

bro thanks

#

i managed to log in yay

#

so let's say if we need to auth to windows for mssql, is there any flag we need to put when we bruteforcing with hydra or other tools

dreamy yew
#

ok thats cool

dreamy yew
# soft cedar nope

can i dm something regarding the impersonation process, because i might be leaking the users if i post the ss here

clever topaz
#

in which part of the crackmapexec result shows that the user is local admin?

soft cedar
clever topaz
#

i tot pwn3d just tells that it is a valid user?

#

icic

next bronze
#

valid user will be a green [+]

soft cedar
clever topaz
#

icic thanks a lot!

crimson moon
#

In footprinting DNS module, can’t seem to find the x.x.x..203 IP.

tranquil axle
# dreamy solar

Are you just trying how file download works by downloading something from your own machine?

#

What happens when you open the browser and browse the url and port? Do you see the file listing?

soft cedar
acoustic owl
night crypt
#

Hello everyone - is crt.sh down for anybody else or is it just my internet being a potato?

dreamy solar
#

Yes No prob

tranquil axle
# dreamy solar

If you try to download from localhost, where do you think it tries to download from?

inland shoal
#

im doing AD fundamentals rn, isnt a leaf basically just objects like users, computers, etc?

cloud urchin
#

yes, a leaf is an individual object that resides inside of a branch

#

a user, computer, group, printer, etc

cloud urchin
#

in my experience they provided the creds

#

idk about that specific module though

#

you could try the default for the neo4j database, neo4j:neo4j

soft cedar
cloud urchin
#

yeah i figured, i remember it being different

soft cedar
#

But it’s in the module somewhere

tulip bobcat
#

does anyone have a list of yes and no variations that i can try on this question ? the correct answer is Yes but ti does not take it, neither takes no soo i wanna give it list of variations lol

shut nymph
#

hey , guys i am stuck in the last question of pillaging section of windows privilege escalation , i have SAM , SYSTEM , SECURITY files on kali machine but by using secretsdump.py on those files it is showing an error "can't find root key " , any hints ?

cloud urchin
tulip bobcat
cloud urchin
#

lol i can see it being read that way

tulip bobcat
#

yes or no...

#

can't see any other answer

cloud urchin
#

i believe it's asking you if it's a or b, not if either were used

tulip bobcat
#

thanks...

#

it makes sense now

#

ook another one now.... for real why are them questions so tricky...
-r to read a file, -X to output in hex and ASCII .. why it doesn't work ?

cloud urchin
#

i didn't do that module so idk, but it looks like it wants the whole command not just the flags

tulip bobcat
#

tried... nothing works..
also tried -rX and path to file, tried -r pathtofile -X .. also tried double X

cloud urchin
#

try without the path

#

or use the hint, idk man i didn't do that

wise vault
#

i complete it

#

In "stacking the deck" how to setup lab for the Bleeding edge vulnerabilities. According to scenario at the top of section when i open parrot os from the end and spawn the machine then i ssh to this machine and when i run another rdp by spawning the machine the previous one is closed

#

@next bronze

limber river
limber river
wise vault
limber river
wise vault
#

can you help me with one question?

limber river
limber river
wise vault
# limber river yeaah

In "stacking the deck" how to setup lab for the Bleeding edge vulnerabilities. According to scenario at the top of section when i open parrot os from the end and spawn the machine then i ssh to this machine and when i run another rdp by spawning the machine the previous one is closed

limber river
wise vault
#

so how I can solve it?

limber river
wise vault
#

and techniques

limber river
wise vault
#

printnightmare

limber river
wise vault
wise vault
limber river
#

I also use pivoting sometimes , so I can rely on my VM only

fringe urchin
#

i think the answer was right there

wise vault
fringe urchin
#

nah someone posted a question but they deleted it

#

so i repsonded to him but its gone

brazen saffron
#

Well I found a tool but why I have no access to crt.sh ?

fringe urchin
#

Doesnt work for me either

#

And it worked when i was doing this

soft cedar
#

It’s working for me.

fringe urchin
soft cedar
fringe urchin
soft cedar
#

RIP

plucky tartan
#

Heyyyy

brazen saffron
#

Well xd, I found alternatives tools so it's okay I hope it will come back soon :(.

#

Just with sublist3r why I had this msg and it was stopping, I looked at the forum and some people were saying it was working to find the solution.

plucky tartan
#

Can someone tell me that they can hack Instagram?

shrewd bolt
acoustic owl
#

However, you can always contact Instagram support if you have problems with your login.

plucky tartan
acoustic owl
plucky tartan
#

They aren't moving their lazy ass what they can do?

brazen saffron
#

EH don't hackback :).

soft cedar
#

XD

brazen saffron
#

Leave this world.

plucky tartan
brazen saffron
#

The web is not a location where you have an answer in 5min.

plucky tartan
#

My account was famous and it got banned

brazen saffron
#

Yeah yeah famous.

#

And you are not in the correct channel btw ;).

plucky tartan
#

9879 followers

#

Almost to 10k

brazen saffron
#

Wow insane. ||no||

plucky tartan
dim wolf
#

this is not the place. we can't solve your issues

plucky tartan
brazen saffron
dim wolf
#

you got told that by two other people man. at some point, it's gotta get in your head

#

we're not instagram

plucky tartan
#

Hmm

brazen saffron
#

Imagine contacting EH for hacking insta.

acoustic owl
nocturne reef
#

I have 2 questions about this section: https://academy.hackthebox.com/module/103/section/1008
Whcih ip address do I need to use in the xss payload? the ip of my localhost? private ip address? public ip?
Secondly it is mentioned to start a php server but the code for the index.php is not given. So is it the same server as last the last section?

acoustic owl
nocturne reef
proud patrol
#

hi guys, in the skill assessment of SECURITY MONITORING & SIEM FUNDAMENTALS, the 2nd question with #1 failed login of a disabled account, is it that critical to escalate?. The account is disabled, only single login, and it failed. Couldn't we assume the user mistakenly used old credentials?

fathom pendant
#

disabled

#

that's the key word here

#

usually "old credentials" means old password

#

and an account wouldn't be disabled if the username was changed

#

an account being disabled means the user is no longer in the org and the account was disabled -- prior to whatever the next step would be in their Security Process

#

(if it ever gets cleaned up)

tranquil axle
proud patrol
#

Makes sense, thanks (to both of you guys) for clarification 🙂

fathom pendant
#

np

#

it's always about looking at the wider net

#

sure this is one isolated user

#

but that one isolated user could have been a previously compromised user, or had their credentials compromised at some point

wary tendon
#

need some assistance with type filters on the file upload attacks module is someone available to assist

#

i get this " cannot be displayed because it contains errors

#

Gif8.phar.png is what im using as a filename

fathom pendant
#

well it sounds like your payload contains errors

wary tendon
#

i also have GIF8 in the top of the payload php script

#

to trick it into thinking its a different filetype

fathom pendant
#

but is that what it's loading the file extension as?

wary tendon
#

also when i remove gif8 from the payload script it fails when trying to upload

soft cedar
soft cedar
scenic veldt
#

anyone can help me with Skill Assessment - Broken Authentication? I got the session id persistent cookie but I couldn't figure out how to decode it on cyber chef, (url decode/encode, base64, md5, magic) tried everything but rabbit hole gets deeper and losing my mind. thank you.

also i noticed the session persistent id looks like a not normal cookie so i dont know if that's a factor too. example:

Set-Cookie: ||htb_sessid=YjNiOGI1Y2Y0MjFkM2Y5NmY2NDY5ZmE2MThhNmJiN2Y6NDM0OTkwYzhhMjVkMmJlOTQ4NjM1NjFhZTk4YmQ2ODI=||
Set-Cookie: ||htb_sessid_persistent=ab9ffc18bdb04af3e26491495979dd7713cc7691 ||

#

thank you for anyone who's going to help me!

fathom pendant
#

well as it's a skill assessment, take a step back and review the other sections of the module to figure it out

wary tendon
#

did not work

soft cedar
scenic veldt
#

i guess no one will help. thanks anyway

fathom pendant
#

just be patient dude

#

just because you didn't get an answer you were expecting doesn't mean no one is gonna help

scenic veldt
wary tendon
#

ss?

fathom pendant
#

then it sounds like you might be overlooking something

fathom pendant
scenic veldt
wary tendon
#

still cant get it is someone available to assist

nocturne reef
#

https://academy.hackthebox.com/module/103/section/1008 : I have an issue in this section. I can not get the loading remote script. I have a php server up and running. I have tested the link on my browser and it was able to receive an http request. The problem is that when I submit the payloads in the form I get nothing. Have tried all payloads mentioned none worked

soft cedar
shadow cradle
#

Hi All,

onyx dust
#

hey red

#

what do u need?

shadow cradle
# shadow cradle Hi All,

Sorry clumsy finger... I have a question about the Infiltrating Unix/Linux (page 10) in the Shells & Payloads. I wasn't able to make work the metasploit module for the rconfig web service.

#

I solved with a different solotion but I'm still curios about how should I fix it?

onyx dust
#

idk. i just know the answers

#

my only memories come from certain modules (like game modding and reversing and thick client applications)

#

i dont really take notes because i'm not taking the cert

#

unless i win one in a ctf then i will get it for my collection but outside of that i would rather spend the voucher money on good food and good times.

fathom pendant
#

oh wait it is

#

i'm thinking something else

#

i mean if you answered q1 it shouldn't take much to get q2

#

it's just setting the right things in msfconsole

#

RHOST, LHOST things like that

shadow cradle
#

the rconfig_vendors_auth_file_upload_rce was working and properly upload the php payload but wasn't able to establish the revers_shell. I do solved using a webshell

fathom pendant
shadow cradle
#

I did set LHOST to my vpn IP indeed

fathom pendant
#

a shortcut in-case you mistyped is using set LHOST tun0 and it will pull your tun0 ip

#

instead of you manually typing it

shadow cradle
#

that's a wonderfull tip thanks!
if there aren't other parameters to set could it be that I was the problem 😓 .

#

thanks a lot!

green smelt
#

module DETECTING WINDOWS ATTACKS WITH SPLUNK
iam doing Detecting Golden Tickets/Silver Tickets
had stuck at the question : For which "service" did the user named Barbi generate a silver ticket?
i had try query from silver ticket in the module and find through username Barbi
have 4 events
but none of them have category Service

fathom pendant
#

so likely you mistyped your LHOST IP

#

which happens

#

i've definitely been guilty of stuff like 10.10.14..15

shadow cradle
#

I will try it again double checking my ip so thank a lot

fathom pendant
#

but you can literally type set LHOST tun0 and it'll pull that ip

#

no need to retype it

#

👍

nocturne reef
fathom pendant
#

pwnbox uses the same vpn

nocturne reef
fathom pendant
#

maybe

#

or a firewall

nocturne reef
#

prob the second. As I have a few set up on my private network

green smelt
#

:< no one in modules DETECTING WINDOWS ATTACKS WITH SPLUNK now

tulip bobcat
#

anyone know this one hash from hashcat module ? the only thing i've not done in that module ... things i tried:

sudo hashcat -a 6 -m 0 hash /usr/share/wordlists/rockyou.txt -1 ?1?d?d?d?d?d?d
hashcat hash -m 0 -r /usr/share/hashcat/rules/rockyou-30000.rule /usr/share/wordlists/rockyou.txt
hashcat hash -m 0 -r /usr/share/hashcat/rules/best64.rule /usr/share/wordlists/rockyou.txt```
green smelt
#

yep

#

just from target machine and resource given you can complete that sections bro

#

that for me , even i spend 2-3 days to do that and understand 🙂

#

but figure it out is much more interesting

scenic veldt
#

That guy helped others but didn’t help me. Such is life

green smelt
#

:v what do you mean bro

scenic veldt
green smelt
#

🙂 oh damm i did not get into module about attack yet

scenic veldt
scenic veldt
tulip bobcat
#

is not like people have to help you.. and he is not htb staff either so again he doesnt have to 🙂 btw have you tried base64 decoding ?

tulip bobcat
#

do you need more help ?

fathom pendant
green smelt
#

🙂 so now understand it

fathom pendant
#

I don't know all the fun tricks they showed in that module to maybe getting the answer you expect

scenic veldt
scenic veldt
fathom pendant
#

Because I was offering some insight that maybe you looked over something, i.e. the session being b64

#

You provided barebones info and what you have/haven't tried

#

with minimal info I'm gonna tell you to re-read the module and refer to the different sections to pass it ¯_(ツ)_/¯

tulip bobcat
#

now i'm triggered like i feel i wanna solve that authentication module lol

#

done everrything in the hashcat module besides the one hash i can;t crack lol ...

tidal mango
#

I have a strange issue or lack of knowlege with hashcat. I have a as-rep ticket that starts with $krb5asrep$18$, this is for the Kerberos Attacks course on HTB Academy, I am fairly certain the only way forward is to get the password out of this hash (I saw a post on the Academy Forum that said that). My problem is when I try to run hashcat on my host machine I always get an error say the separator is unmatched. I can run the same command on my VM and it works fine but does not give me a password back. I often have hashcat not crack things using the VM which I why I want to run it on the host. This is the command ``` hashcat -m 18200 dw.hash /usr/share/wordlists/rockyou.txt

fathom orchid
#

does anyone know how to change a value at a memory address

#

can someone help

fathom pendant
#

I could be wrong though

fathom orchid
#

im not novice and have all the tools i just want to ask about adressing the address

#

so if i cat proc pid maps

#

it has addresses in

#

then i use dd to write to proc pid mem

shut quest
fathom orchid
#

but what address do i write to

fathom pendant
#

This has nothing to do with an htb academy module and likely something you can Google

fathom pendant
#

I'm seeing krb5pa$18$ and tgs$18$

tidal mango
# fathom pendant I'm not seeing a hashcat mode that matches asrep$18$

Thank you for the help! Yeah I was just looking through there as well, I don't see it either, at least that make some sense as to what I am seeing, maybe there is another approach for this one, it is the skills assesment on Kerberos attacks, if anyone can help that would be wonderful!

coarse schooner
#

I'm working on the question in CPTS ptunnel-ng module. I have installed autoreconf and added "-static -lssl -lcrypto" under the "LDFLAGS =" section of the Makefiles ( root and src directories). After running " sudo ./autogen.sh" and scp-ing the folder to the ubuntu box, when i run ~/ptunnel-ng/src/ptunnel-ng i get an error while loading shared libraries: libcrypto.so.3 no such file or directory. I ran a sudo find / -name libcrypto.so.3 2>/dev/null to find the missing library thinking I could just update the LD_LIBRARY_PATH, but nothing was found. I'm running a local kali instance instead of the in browser parrot vm. Anybody encounter this issue and found a resolution for this ?

tidal mango
fathom pendant
#

It might just be how you retrieved it

#

¯_(ツ)_/¯

shut quest
fathom pendant
shut quest
#

I did the same and did more digging

fathom pendant
shut quest
#

could try john as well

fathom pendant
#

John to the rescue

next bronze
#

there is $krb5tgs$18$ , it's 19700

tidal mango
fathom pendant
next bronze
#

yeah that doesn't exist

coarse schooner
#

Anyone manage to compile ptunnel-ng on kali and get it to work on the ubuntu machine?

next bronze
#

you'll need to use a machine with an older version of the C libraries to compile

desert cypress
#

Hello, I'm still having connection problems with my Windows box, it's really starting to be a pain. I'm fine with the VPN in TCP and for the last 1-2 hours the connection has been weakening. Now I get this error :

#

It's becoming unbearable, impossible to finish a module properly ....

cloud urchin
#

add this: /timeout:10000000

desert cypress
cloud urchin
#

solves the error you're getting

tulip bobcat
cloud urchin
#

them being slow is a different problem

fathom pendant
#

If you're based in Africa or the surrounding region: the undersea cables there have been getting damaged

desert cypress
#

This morning it worked very well

dim wolf
#

you can leverage something else to figure out how files are created

fathom pendant
#

Well there's you're problem, you're French (kidding) I'd make sure your isp isn't having issues. And if you suspect issues with connectivity you can try pinging the box to see the response times

#

For a bit I had issues with 1k+ ping no matter the vpn

desert cypress
#

I have +1000 of ping ....

#

maybe it's time to take a break

dim wolf
#

try checking the event logs

fathom pendant
molten current
#

guys am stuck at this question and cant find a solution for it and tried all possible directories ( its in the SMB Footprinting section )

What is the full system path of that specific share? (format: "/directory/names")

#

the hint wont help too cuz i already know its a linux based server

odd knot
#

I have a problem with the module Introduction to Malware Analysis in the section Code Analysis. I tried to move the zip to the Windows VM but I dont know whats wrong. I hope someone can help me.

desert cypress
next bronze
dim wolf
#

there is a specific event ID for file creation events

molten current
fathom pendant
shut quest
cloud urchin
fathom pendant
molten current
molten current
fathom pendant
#

When you enum you found a C:\home\user file

molten current
#

exactly

cloud urchin
fathom pendant
molten current
fathom pendant
#

If the answer expects /../..

molten current
#

huh

fathom pendant
#

And the hint tells you something

cloud urchin
#

yeah that's a good point. imagine the folder structure on a linux box

fathom pendant
#

That doesn't look like a windows directory

molten current
#

i know i know

#

and thought also about the / and \

fathom pendant
#

Yep

#

And drop the C:

molten current
#

wut do they mean by the specific share

fathom pendant
#

?

molten current
#

is it the one i found the flag in ?

fathom pendant
#

What's the question?

molten current
#

What is the full system path of that specific share? (format: "/directory/names")

Hint
Remember that Linux-based operating systems do not have a "C:" drive.

fathom pendant
#

The share is the file location being shared

molten current
#

/usr/share/samba ?

#

no

fathom pendant
molten current
#

so ?

fathom pendant
#

Just flip it to linux

molten current
#

OHHH

odd knot
#

Thanks I thought that it would automatically drop in my current location

molten current
#

root = C

#

yeah yeah

#

lemme try

fathom pendant
#

Hence: critical thinking

molten current
#

am too sleepy sorry thats why FeelsBadMan

fathom pendant
#

Apply the singular braincell you borrowed for the day

fathom pendant
molten current
#

amma hit the gym anyways

#

thnx anyways

fathom pendant
#

Careful at the gym while sleepy

sleek moss
#

do you guys use burp or zap

fathom pendant
#

Most use burp

cloud urchin
#

both

dim wolf
#

google file creation event id

#

for a refresher, review the Windows Event Logs & Finding Evil module

sleek moss
#

which is better tho

shut quest
fathom pendant
#

Many will say burp is better, I haven't used zap enough to say the differences

sleek moss
#

i c ok danke

soft cedar
fathom pendant
soft cedar
#

That’s when people usually switch to Zap for that task or fuzzing.

fathom pendant
#

Because it's a bit expensive

soft cedar
dim wolf
#

you're ||looking at the wrong logs||. check ||sysmon||

fathom pendant
#

$449 just checked

soft cedar
#

Yeah I mean it as a joke lol.

fathom pendant
#

Oh yeah no, I was already looking it up

shut quest
#

That's honestly not that expensive for a tool

fathom pendant
#

I mean it depends

dim wolf
#

is it a one time purchase

fathom pendant
#

Yes

dim wolf
#

i'd buy it

fathom pendant
#

Oh wait no

shut quest
#

I gave zap an honest go but for one of the Web Attack sections zap did not work and I did the exact same thing with burp and it worked

fathom pendant
#

It's a subscription

dim wolf
#

wtf

cloud urchin
#

yeah that's a yearly cost lol

soft cedar
shut quest
fathom pendant
#

Just looked at the pricing

soft cedar
cold garnet
#

hey guys, can anyone help out with sherlock nubilum2 ? I am almost certain to have found the correct answer to task2 (What was the time, filename, and Account ID of the first recorded s3 object accessed by the TA?) but somehow the format seems to be not recognized by HTB. Would be nice to chat with someone who already solved this

shut quest
analog dock
dim wolf
#

export the event logs to a csv and open it in Timeline Explorer. it'll be much easier that way

analog dock
#

Yeah that’s not really aimed at individuals

soft cedar
#

You defn don’t need the pro to be a good bug hunter or web app pentester.

analog dock
#

I didn’t say you did

#

It’s a luxury

soft cedar
#

So imho I don’t think it’s worth the money unless a company is paying for it.

soft cedar
shut quest
#

I was only stating that there are more expensive tools and that in the grand scheme of things burp is cheap and yes apples/oranges in comparison

tidal mango
# fathom pendant John to the rescue

Yeah john seems to work but the password does not 🤦‍♂️ I did notice this just now, I was using kerbrute to get that hash, I did it again and I got a different hash. Do you know of a better way to acquire the hash? Thanks!

fathom pendant
#

Praying

tidal mango
#

LOL

fathom pendant
#

Source: it came to me in a dream

analog dock
#

Getnpusers

next bronze
#

wanted to ask if you used kerbrute, the hashes from it doesn't always work

#

yeah either GetNPUsers or netexec

tidal mango
#

ok on it! thank you all

analog dock
#

He said the hash was krb18 so probably was kerbrute

#

Npusers gives 23 iirc

tidal mango
#

can I use GetUserSPN without a password?

tulip bobcat
tidal mango
fathom pendant
tidal mango
#

that worked so fast! Thank you all for the help!!!

fathom pendant
#

Skill issue (actually beyond your control)

dim wolf
#

what exactly are you searching for

#

why not search for ||event id 11||

#

that depends on what exactly that time is

#

is it a modified time? an accessed time? a created time?

dark summit
marsh echo
dim wolf
gray merlin
#

Sombody please help. I am unable to complete the Linux PrivEsc > Logrotate lab. Here is what I have done:
||```
echo 'touch /tmp/ran.txt' > payload
./logrotten -p ./payload /home/htb-student/backups/access.log

In another window I trigger the exploit:

echo "b" >> backups/access.log

The exploit fires, but nothing happens. I have reset the machine three times. I have tried all types of payloads and triggers but I can't seem to get the right combination to work.
Thanks for the help in advance.
shut quest
scenic veldt
novel hinge
#

silly question... anyway to speed the xfreerdp vm up for the skills assesement?

#

it is just so unbelievably slow and i gotta shell 3 diff hosts

#

or did everyone just suffer and havve to do it very slowly

fathom pendant
#

It's also just painful

gray merlin
fathom pendant
#

No

gray merlin
#

Dang.

frail rose
#

Hello everyone
I’m new here

acoustic owl
#

Hi and welcome
I recommend you read #welcome After you have verified your user, you will also have access to #general

novel hinge
#

so i dont wwant to type it again bc of how slow it is, but i typed in the browser status.inlanefreight.local//files/lol.aspx how come it fails to load that page? the status.inlanefreight.local is in my /etc/hosts with correct IP. the .aspx file already had this footholds machines ip in the allowedips. is there something im doing wrong?

acoustic owl
gray merlin
gray merlin
novel hinge
acoustic owl
#

Please do not post complete solutions

dim wolf
#

you're comparing the timestamps from the $STANDARD_INFORMATION attribute and the $FILE_NAME attribute.

timber hatch
#

ok, but for that i would only need the powershell ouput right?

#

i must not compare the powershell output with the mft explorer output?

dim wolf
#

you don't need MFT explorer to compare the two

#

you can use one or the other

timber hatch
#

ok, thanks. that has confused me. for me it was written in the module as if i would have to compare the mft to the powershell.

#

thnaks

opal storm
#

Can anyone help with the skill assessment question about searching for unmanaged powershell code execution for the Windows Event Logs & Finding Evil module?