#modules

1 messages Β· Page 370 of 1

left stirrup
#

πŸ™

cloud urchin
#

you can create port forwarding rules from the target machine to the pivot machine, and then from the pivot machine back to your machine

left stirrup
cloud urchin
left stirrup
#

I've tried a deauth attack

brave scroll
#

time ☠️

rustic sage
cloud urchin
brave scroll
left stirrup
brave scroll
#

but when i do this, it tell me all ports are open.

rustic sage
#

ChatGPT says "In this case, the reverse tunnel is enabling the internal network (172.16.6.50) to access your attacker machine (10.10.16.6)."
I'm so confused atm

brave scroll
cloud urchin
cloud urchin
cloud urchin
#

it explains it right there

brave scroll
cloud urchin
brave scroll
#

πŸ™ƒ

left stirrup
#

welp, I'm gonna sleep chat.
Don't hesistate if you have any clue about my problem with the wifi pen basics.
My DMs are open if needed.
gn

cloud urchin
vague dust
#

Lol

quiet heart
#

me too from 56 to 6 week

rough violet
#

so 0 = 7, cuz it's 6 days + 0th or 7th day

#

i guess 7th will skip a week right

tulip hearth
#

hello i need help. everytime that i close my pc, then i open it again. the openvpn config stops working

#

then ill have to download the vpn file again to make it run. but now, its just not running and im receiving a fatal error

dark hedge
valid forge
#

Okay, so I got a weird one, maybe there's just something obvious I'm not seeing.

#

For the question part of the module for "Introduction to Bash Scripting", for the "Comparison Operators" section

#

here is my code:

#

first off, I thought it was kinda scummy that they didn't cover the " " thing, but whatever. My issue is with that last "tail -c 20" bit

#

putting that into terminal and running it doesn't do the tail, it just runs all of it:

#

So I mean, I got the answer, I just manually counted the last 20 or 19 characters or so, and was solid. But I still want to get "tail" working, and am clueless as to why it's not working...

valid forge
#

Looking at it some more, what it's doing is printing 'line 10' reporting an error, which coincidentally has the answer in it anyway. So that tail -c 10 is probably fine, but what is wrong with line 10 then? Right now it's:
if [[ $var == "$value" ]] && [[ $var -gt 113,450 ]]

#

I've tried it with & without those central ]] [[ bordering the &&

viral patrol
#

@outer silo You mind if I DM you? I have some questions about a question you had before.

void kayak
#

i am stuck as well. I have multiple working xss payloads but nothing seems to trigger them :/ Im at loss. Any luck for you? I will try harder tomorrow anyway.

unborn summit
#

can i dm someone about ad enumeration and attacks skill assessment 2? I have a quick question about some of the steps

pine dune
#

Hi guys

#

anyone know why I cant cd to root?

#

it keeps me in the same directory

#

(sqlmap - os exploitation)

vague dust
pine dune
vague dust
#

whats the other symbol for root?

pine dune
#

ahh

cloud urchin
pine dune
#

/

pine dune
cloud urchin
#

yeah upgrade to a fully interactive shell then try

pine dune
cloud urchin
#

there are lots of ways but it depends on what your current shell is. you also may not need it, you can just cat the full path or something

#

did you do the shells and payloads module? i think that talks about it, or you can google some ways too

pine dune
unborn summit
pine dune
#

since this is a php reverse shell Ill google how to upgrade an php shell

pine dune
unborn summit
#

are you the root user?

pine dune
unborn summit
#

is the question asking you to get a flag in /root?

pine dune
unborn summit
#

it looks like the flag is already in your current directory

#

or am i mistaken

pine dune
unborn summit
#

you can try something like

find / -name flag.txt 2>/dev/null

Im not sure whether it will work in a non interactive shell, but you can try it

unborn summit
pine dune
pine dune
unborn summit
#

you did the 2>/dev/null as well? πŸ˜•

pine dune
#

yeaa

#

copy pasted ur command

#

also i tried upgrading the shell but it doesnt have python

unborn summit
pine dune
#

ik

unborn summit
#

lemme check the sqlmap module

pine dune
#

thx

#

the question says "try to find another flag within the host" so im assuming u have to traverse

#

but for some reason its not letting me

unborn summit
#

so every time it resets your execution path

pine dune
#

ohh thats weird

#

is it a mistake on my part or did the module not clarify that? because from what i assume is that we are a real shell

unborn summit
unborn summit
#

from what i can see it should be in the base directory

#

as in /

pine dune
#

i tried cating it

#

ahh it worked

#

thank u so much

unborn summit
#

the flags aren't always called flag.txt, sometimes they are called a random string to make sure that you actually have code execution and not just file reading

pine dune
#

idk why we couldnt traverse there

unborn summit
unborn summit
#

in which case you could just read /flag.txt

#

but if the goal of the task is to get command execution (a shell) then they'll call it something random so that they force you to run ls, ensuring you actually have the ability to execute commands

pine dune
#

ahhh I see

#

thank you for explaining, that makes sense πŸ˜„

unborn summit
#

no worries πŸ™‚

pine dune
# unborn summit no worries πŸ™‚

im on the skills assessment now and the website is completely different. How do I check which parameters are vulnerable? As the previous websites were straightforward and only had one obvious paramter to check for πŸ˜…

fathom pendant
unborn summit
#

or if you are stuck you could try brute forcing for parameters, which i think is explained in the module?

pine dune
fathom pendant
pine dune
unborn summit
fathom pendant
#

The method for figuring it out was explained in the module

#

Basically click on everything with network tab open until something sticks out

fathom pendant
unborn summit
fathom pendant
#

Tbh i barely remember it

pine dune
#

also just to let u know it gives way to much unneccessay stuff like this

unborn summit
fathom pendant
#

Again you have to use your brain a bit

#

When you click a button, what happens, and things like that

#

That's engaging with a hacker mindset

pine dune
#

ok cool let me try

fathom pendant
#

Since you know theres a vulnerability, click everything on screen you can see

vague dust
#

make the beep boops

fathom pendant
#

Also maybe consider the type of website this appears to be

pine dune
#

ok thanks

red fable
#

hi

pine dune
#

Hey @fathom pendant did the Sqlmap module cover this? In the skills assessment u said to use the network tab and afaik we haven't had to use that at all. So is there a section u could point me towards in the module please πŸ˜…

fathom pendant
hasty mango
#

Had a question in the Penetration Tester path, Getting Started Module in the Public Exploits section. Are there any known issues with the exercise at the end? I've followed along with the msfconsole solution and tried the searchsploit exploit for good measure and know I am doing the exploit correctly, I'm just not getting any response from either and want to make sure it's not an HTB thing and a "it works on my computer" thing

pine dune
#

Ahh I see

fathom pendant
#

Again something to consider: what type of website is it

pine dune
#

Ive realised in the skills assessment they usually expect us to know things they haven't taught us :/

fathom pendant
#

There has to be a way to track something you do

fathom pendant
pine dune
#

Its a shopping website last I remember (not at my laptop rn) but its just bothering me xD

pine dune
fathom pendant
pine dune
pine dune
fathom pendant
coarse cargo
#

Guys I need help

vague dust
#

do we need a ouija board?

fathom pendant
coarse cargo
#

Not academy module check dm

#

It’s another stuff

vague dust
#

you should read the rules first before sending that

fathom pendant
analog cedar
#

help !I encountered this situation and modified it to -pbkdf2, but this error still occurred.

vague dust
fathom pendant
#

And since that's the case I'm gonna assume you're asking for something illegal

fathom pendant
coarse cargo
#

Ok sorry

fathom pendant
pine dune
fathom pendant
pine dune
fathom pendant
#

Something you do causes a popup/notification on screen

fathom pendant
#

You can do this with burp as well

analog cedar
#

Can you check the code for me?

pine dune
# fathom pendant Think about requests

yea many GET requests from the website and also when I click submit Im expecting a POST request in the tab but nada. Also I have too many Google notifs there and apis from google

fathom pendant
#

Since you seem to need to be hit in the head with a brick to get it

pine dune
#

let me try with burp

fathom pendant
#

@coarse cargo jfc you could have just asked in the chat and I could have pointed in the right direction

#

@analog cedar we don't share attempted solutions here.

#

You can also try looking up solutions to this section online to see where maybe you went wro g

pine dune
fathom pendant
pine dune
#

it wasnt showing that notification initially

analog cedar
#

Okay, I'll search for it

fathom pendant
pine dune
naive cedar
#

i have completed most of the module but still cannot find the answer to the Discovery Indexing section, please help me.

pine dune
fathom pendant
#

Not accepting dms

pine dune
#

ok np

#

Im just overwhelmed by this, like for example if an huge website like ebay or facebook gave me permission or bug bounty program, how would we use sqlmap for such compex websites

naive cedar
fathom pendant
#

Rather just messing around with features you'd normally use

#

Then identifying whether or not sql is used on the backend

#

That's the real thing about it, and why I approached helping you the way I did

naive cedar
#

hmm okay, but i still think reading source code is essential if you want to exploit a large website

fathom pendant
#

You won't always have or be able to access the backend code that performs the function

naive cedar
#

i mean read the front end code and guess how the back end processes it

fathom pendant
#

sometimes you gotta press the 'i believe' button and mess around Β―_(ツ)_/Β―

fathom pendant
naive cedar
#

i even just answered the above question without knowing what the "exercise" you mentioned was

#

Β―_(ツ)_/Β―-

fathom pendant
#

?

#

Not sure what you "answered" exactly

#

The exercise I'm referring to is the sqlmap module. The broad answer will always be it depends

naive cedar
#

okay

#

someone please help me with the Discovery Indexing section in the Wordpress module

fathom pendant
#

But again not sure the page source would have indicated anything special. The type of website can be more informational than the frontend

rustic sage
#

Am i doing smth wrong here?

naive cedar
#

prayge ..

fathom pendant
#

I.e. something has to track and hold data

fathom pendant
#

You have to specify the relative current path with ./

rustic sage
#

Ohhh makes sense, so that's for everywhere right, or just evil-winrm

fathom pendant
#

Because by default powershell searches it's module repositories

rustic sage
#

OK! Thanks!!

fathom pendant
#

So it literally searched the powershell module store for "powerview.ps1"

rustic sage
#

I just typed in ./mimikatz.exe on my evil-winrm and got spammed by this loop:

#

Any idea what could of gone wrong?

autumn pilot
#

evil-winrm

fathom pendant
#

mimikatz.exe "command to execute" exit

rustic sage
#

so I have to make a one liner for everything or sequentially run mimikatz "cmd"

fathom pendant
#

You can do it on one line

rustic sage
#

Alright, thanks heaps!

hasty mauve
rustic sage
#

I'm curious, why does this happen though?

fathom pendant
#

Because win-rm isn't directly using powrshell

#

It's using http/https to pass the shell and commands through

rustic sage
#

so that makes it an infinite loop somehow? Shouldn't it have some x number of repetitions?

fathom pendant
#

Nope

#

You expect Microsoft to be competent?

rustic sage
#

Lol, makes sense. Thanks!

fathom pendant
#

Also, it's not meant to run interactive tools

#

Just basic [r]emote[m]anagement operations

rustic sage
#

Hi again, I can evil-winrm onto internal host but can't rdp even though both ports are open.

any help

#

nevermind, the delay was huge. I fixed it with /timeout option

#

sharphound would give me the domain data while in on proxychains rdp, but wont give when im on proxychains winrm.

#

any potential reasons? I'm able to ping DC from both

naive cedar
#

i don't understand what's going on with this server, please help me

tulip hearth
#

how long does 1000 port scan last at average? like if i used -T5 -sV -sC

digital sigil
#

Depends on the network connectivity, and how many ports it fins as open and therefore need to execute scripts towards

rustic sage
#

Is it well known issue with SharpHound that I can't get Bloodhound to upload the zip data generated via SharpHound.exe?

waxen totem
rustic sage
#

Right, using that now

undone narwhal
rustic sage
#

Yeah found out that the compatible one is 1.10 smth

#

thanks

small basin
#

Any idea why hydra doesn't find the MSSQL credentials?

||$ netexec mssql 10.129.203.10 -u fiona -p creds.txt
MSSQL 10.129.203.10 1433 WIN-HARD [*] Windows 10 / Server 2019 Build 17763 (name:WIN-HARD) (domain:WIN-HARD)
MSSQL 10.129.203.10 1433 WIN-HARD [-] WIN-HARD\fiona:Windows Creds (Login failed. The login is from an untrusted domain and cannot be used with Integrated authentication. Please try again with or without '--local-auth')
MSSQL 10.129.203.10 1433 WIN-HARD [-] WIN-HARD\fiona: (Login failed. The login is from an untrusted domain and cannot be used with Integrated authentication. Please try again with or without '--local-auth')
MSSQL 10.129.203.10 1433 WIN-HARD [-] WIN-HARD\fiona:kAkd03SA@#! (Login failed. The login is from an untrusted domain and cannot be used with Integrated authentication. Please try again with or without '--local-auth')
MSSQL 10.129.203.10 1433 WIN-HARD [+] WIN-HARD\fiona:48Ns72!bns74@S84NNNSl

$ hydra -l fiona -P creds.txt 10.129.203.10 mssql
Hydra v9.4 (c) 2022 by van Hauser/THC & David Maciejak - Please do not use in military or secret service organizations, or for illegal purposes (this is non-binding, these *** ignore laws and ethics anyway).

Hydra (https://github.com/vanhauser-thc/thc-hydra) starting at 2024-12-30 04:17:00
[DATA] max 7 tasks per 1 server, overall 7 tasks, 7 login tries (l:1/p:7), ~1 try per task
[DATA] attacking mssql://10.129.203.10:1433/
1 of 1 target completed, 0 valid password found
Hydra (https://github.com/vanhauser-thc/thc-hydra) finished at 2024-12-30 04:17:00||

tacit bay
#

anyone free for a nudge on MSSQL, Exchange & SCCM skills assessment?

#

||Trying to move laterally from DB01 --> DB02, Get-MSSQLLinkPasswords isn't returning anything - wanting to know if this is expected.||

icy dagger
#

Hello! I am practicing the "Advanced CSRF and XSS Exploitation" module, but I got one question on the lab set-up regarding the CSRF: in order to get my user promoted, how do I contact the admins? Is it via the xss vulnerable page?

pine dune
#

Hi, on the sqlmap skills assessment, I have the right answer but htb isnt accepting it

storm elk
#

Make sure there are no spaces at front or back

pine dune
#

yea there arent :/

#

keeps saying incorrect answer and ive checked for spaces too

storm elk
#

Dm me the flag you have and I’ll check with my notes

pine dune
#

ok thx

dawn tiger
#

hi, I am stuck with automating the blind ldap inection script. anyone can help please? my script does not iterate properly not matter how I edit it.

#

I have been stuck for 3 days.

dapper moth
#

I tried using PowerUpSQL and it didn't give me auth even

#

And since you don't have a SSMS in the Exchange Server, you are pretty much locked

tacit bay
#

thanks - I've been modifying the original powershell script for hours as the required registry keys didn't even exist on the machine to begin with

dapper moth
#

When you use Impacket to connect to the RDBMS you'll will see that the path to the flag is pretty easy

dapper moth
#

Sure

clever topaz
#

i solved Windows Privilege Escalation Skills Assessment - Part I 1,3,4 questions but left "Find the password for the ldapadmin account somewhere on the system.", anyone can give me a hint

#

im only able to get it when im SYSTEM, is this the intended way? or this is any other method using a low priv access

wooden marsh
#

hello im facing an issue on file upload attacks skill assessment when i click submit on /contact no post request is done

fathom pendant
#

do you have burpsuite running catching the request?

misty current
icy dagger
#

Yes I saw it! Thanks!

toxic apex
#

is anyone able to use RDP for the sliver c2 module? It just throws a logon failure despite a reset 10 minutes of wait time. Even the solution tells you to just RDP in the first machine.

toxic apex
# dapper moth What error is returned?
[09:01:25:355] [64953:64954] [WARN][com.freerdp.crypto] - Certificate verification failure 'self-signed certificate (18)' at stack position 0
[09:01:25:355] [64953:64954] [WARN][com.freerdp.crypto] - CN = SRV09.sde.inlanefreight.local
[09:01:25:556] [64953:64954] [WARN][com.freerdp.core.nla] - SPNEGO received NTSTATUS: STATUS_LOGON_FAILURE [0xC000006D] from server
[09:01:25:556] [64953:64954] [ERROR][com.freerdp.core] - nla_recv_pdu:freerdp_set_last_error_ex ERRCONNECT_LOGON_FAILURE [0x00020014]
[09:01:25:556] [64953:64954] [ERROR][com.freerdp.core.rdp] - rdp_recv_callback: CONNECTION_STATE_NLA - nla_recv_pdu() fail
[09:01:25:556] [64953:64954] [ERROR][com.freerdp.core.transport] - transport_check_fds: transport->ReceiveCallback() - -1

This is just a logon failure right? wrong password + user combo?

fathom pendant
#

no

dapper moth
#

It looks like

fathom pendant
#

actually could be

toxic apex
#

SPNEGO received NTSTATUS: STATUS_LOGON_FAILURE this right?

fathom pendant
#

didn't see the STATUS_LOGON_Failure

#

did you wrap the pw in single quotes?

toxic apex
#

yes

#

tried smbexec.py aswell and that also give a logon failure

#

winrm is not open

dapper moth
dapper moth
toxic apex
dapper moth
#

Let me check if I can get a session

toxic apex
#

i got it this reset.

#

3rd time the charm i guess?

fathom pendant
dapper moth
toxic apex
#

yes

severe inlet
#

i am currently on the Footprinting module in DNS section

i was able to answer all the questions except the last one

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

i tried doing all the commands that i was taught on every subdomain i got
including trying to brute-force all of them but nothing worked

any hints?

fathom pendant
#

subdomains of subdomains

#

are you sure you found every subdomain?

#

did you do a dig axfr to the base domain?

severe inlet
#

yes that provided me with some answers

but none of those had the 203 at the end

fathom pendant
#

did you then try and bruteforce on one of those subdomains?

#

the answer will be a.b.inlanefreight.htb

severe inlet
#

i don't know why but only the base domain giving me results on my brute force

#

the rest of the domains give me error

pine dune
#

its taking 20 years to load the flag πŸ™„

fathom pendant
fathom pendant
pine dune
severe inlet
#

should i use a different wordlist or the one provided in the module?

fathom pendant
#

not sure what wordlist you're using so i can't necessarily say if you should use a different one KEK

chrome dew
#

Hey guys doing CBBH Hacking WordPress and one of the Capstone questions is not clear to me. I am reposting the question to this channel as I was informed to do so. I was not able to find the flag value.

pine dune
steady dust
#

Resetted the target, changed the VPN server.

fathom pendant
#

not have it do time based

fathom pendant
pine dune
steady dust
fathom pendant
#

or if you do, do you have burp running

#

:)

fathom pendant
steady dust
steady dust
severe inlet
#

i don't know what im missing i started getting subdomains in the form a.b.inlane...
but still none of them of 203 at the end i will try different lists i guess

fathom pendant
severe inlet
fathom pendant
severe inlet
#

my god i finally finished it

#

my only problem was the wordlist i guess

i thought it would've been another subdomain so i was trying every single one

#

i feel like maybe they should've given that as a hint?
since its just a wordlist

fathom pendant
severe inlet
#

it just says that not every wordlist gives the same results

but i feel like they shouldve been more specific about which list

#

since ive never heard of the fierce or whatever its called before

fathom pendant
#

ah

#

could have sworn it used to be different

#

but that hint has been given plenty of times for this section in this chat

#

regarding the right wordlist

#

i believe if you sort by size in that directory it's one of those you'll get there as you try different lists

severe inlet
#

true

and i feel like its those moments where you take hours on a question that you learn the most from it

so im kinda glad that we dont have an answer list or a video explaining lol even tho its fraustrating

whole vale
#

hey sorry i am looking for some help on a simple issue(i am assuming) i am trying to run a scan on burp, but when i got to target to run a scan on the address it simply wont work when i right click, i know thats not the best description but i see the scan option but its grayed out showing i am not able to use it, but i am wondering why i cannot

fathom pendant
#

some burp features are locked behind pro version

#

Β―_(ツ)_/Β―

whole vale
#

dam

fathom pendant
#

without knowing which module or section you're working on that's the best i can answer with

#

zap can do it for free

whole vale
#

yeah sorry i forgot to add the module and section, technically i am supposed to use zap but i just like burp better

fathom pendant
#

Β―_(ツ)_/Β―

#

there's likely a burp plugin that allows you to scan

#

but i cba to google/search for you

whole vale
#

cause i am in a easy course, the web proxies, zap scanner, but when i tried using zap it never worked(idk how to describe it) cause when i opened fire fox with zap to have the whole gui menu, when i ran it on the website none of the gui worked(again idk how to describe it), all i know is there was the debug menu saying there was a error and when i tried to spider it, it didnt do nothing, and when i manually tried, it was weird cause i am supposed to get a "high level vulnerability" which i am ment to use to get the flag, but when i manually scan it wont give the the "high level vulnerability", sorry for the yap i just dont know what to do tbh, so its just the gui that wont work and the manual wont get what is needed ig. so thats why i used (tried)burp

spring trellis
#

Hi, I am trying to do the Skill Assessment for "Pivoting, Tunneling, and Port Forwarding" but whenever I try to set a pivot the SSH connection would break or be too slow. I am trying to study from a Cafe and usually get somewhere around 9-15mbps.

#

Can the internet speed be an issue ?

#

yes a few times

fathom pendant
whole vale
#

so no gui

fathom pendant
fathom pendant
spring trellis
fathom pendant
#

tcp is more stable of a connection

whole vale
#

ok, sorry to keep asking stuff but may you have previously encountered the same error i mentioned with the high level vulnerabilty not appearing, and any fixes?

fathom pendant
spring trellis
#

stays on for a bit then gone

fathom pendant
#

Β―_(ツ)_/Β―

spring trellis
#

(β•―Β°β–‘Β°)β•―οΈ΅ ┻━┻

fathom pendant
#

i genuinely wouldn't be doing this on an open wifi

spring trellis
fathom pendant
#

as you don't know if the Wi-Fi you're connecting to is safe

#

Β―_(ツ)_/Β―

spring trellis
#

so this the best option for me atm

calm abyss
#

BaseUrl localhost:5001

Running delete 127.0.0.1 and leave the second option

#

did you finished the module ? I am working on it

sullen jay
#

Hello !

I am doing the

Module: Cross-Site Scripting (XSS)
Topic: Session Hijacking

I keep getting "The connection has timed out" whenever i submit a blind xss payload.
I submitted the same payload in the field (provided in the solution)
The same happend in the Phishing (XSS) lab also

Can someone help here please ?

iron sigil
#

Hello everyone. I am working on the last section of Getting started where I have to gain a foothold on the target IP. I have connected to the VPN. My issue is that whenever I open the IP in a browser, the page will not display until I disconnect the VPN, neither can I explore the webpage, but I can 'curl' any page on that IP while being connected to the VPN. What should I do to fix this?

fathom pendant
#

are you doing http://ip?

#

depending on the browser; you may need to disable the automatic upgrade to https in settings (google is your friend)

fathom pendant
sullen jay
raw ivy
#

Hi everyone, I’m having trouble with the skills exercise in the module Injection attacks. Can i dm somebody?
I have xpath injection but I’m not able to get the flag

fathom pendant
sullen jay
stark lark
iron sigil
fathom pendant
#

are you sure your browser isn't automatically making it https?

iron sigil
#

Yes I am sure. The browser indicates that it's an insecure connection

raw ivy
#

Were you able to solve this?

fathom pendant
raw ivy
#

Were you able to get this?

fathom pendant
raw ivy
#

I’ve been stuck on it since before the weekend πŸ˜„

#

I don’t want the answer. I just want to know what I’m doing wrong

fathom pendant
#

you literally only just asked for help like 5 minutes ago + it's near new year holiday; so many people may not even be thinking about their computer lol

uneven pecan
fathom pendant
#

it's moreso i don't wanna get pinged for something I wrote 2 days ago, let alone a month ago in some instances

#

so idk how others feel about that

iron sigil
fathom pendant
#

it shouldn't

rotund sphinx
#

hi, trying to get back into this and feel like i am doing something wrong, currently on the easy lab for password attacks module, i have found 2 open tcp ports for known services.
tried hydra against both using the username + password list from the course resources, but after letting them run for a few mins they were both giving eta ~2 hours
currently trying to run an all port scan but that seems to be hanging (its been at 31% for 10mins so far)
i dont necessarily want the answer, but am i way off or is my machine misbehaving or is there really a multiple hour brute force for an easy lab?

fathom pendant
#

it shouldn't take multiple hours

#

but ssh is super slow, so maybe don't attack that

rotund sphinx
#

i tried attacking ssh at first then i remembered that ssh was probably slowest so i tried ftp instead but that was almost as slow

fathom pendant
#

you can increase threads with -t

rotund sphinx
#

i think it was running 16 threads by default but guess i could try increasing it

fathom pendant
#

48 is stable from what i recall

rotund sphinx
#

48 threads is still giving me eta of 45mins, guess i will just let it run though

fathom pendant
#

it won't take that long

#

eta != actual time

#

that's just the time it'd take to go through the whole set of lists

charred canyon
#

Hi, im searching for someone who knows a bit of HTB to help me and teach me, and also we can be friends

compact patrolBOT
fathom pendant
charred canyon
fathom pendant
#

the friends i have that helped me learn things i was friends with already before considering asking them for any help

#

htb academy teaches you a bunch of skills that can be used

rotund sphinx
fathom pendant
#

the pw attacks module is all about patience

rotund sphinx
#

ye thats why i thought i must be doing something wrong, like i get they take a bit of time but 2h felt crazy for a single question

tranquil axle
fathom pendant
#

Not everything is gonna have instant gratification

hasty mauve
#

this module was giving me a hard time lol

fathom pendant
unkempt basalt
#

a lot of patience actually

fair yacht
#

guys can I get some help for intro to assembly skill assessment, task 2, that is the only one I need now

hasty mauve
tranquil axle
#

The password attacks module successfully taught me to attempt online password brute force only as last resort

fair yacht
#

the shellcode doesn't executes I tried 2 different versions

#

I optimize the clode then extract the shellcode from it

#

and it just doesnt works

unkempt basalt
fair yacht
hasty mauve
fathom pendant
fair yacht
#

wtf I wanted to reply to this

#

olliz can u help please?

#

I have been stuck for like 5 hours

marsh thicket
#

sudo find /home/htb-student/ -type f -name *.conf -newermt 2020-03-03 ! -newermt 2020-03-04 -size +25k -size -28k

?

blissful timber
#

Hello guys I have a question like this "Before you run your page fuzzing scan, you should first run an extension fuzzing scan. What are the different extensions accepted by the domains?" would extensions be like for example .php .html etc ?

marsh thicket
fathom pendant
tranquil axle
earnest pasture
fathom pendant
#

Also 2> /dev/null

#

At the end

#

Sends errors to the void

marsh thicket
fathom pendant
#

Find /

marsh thicket
#

wait

fathom pendant
fair yacht
#

the dev null is to redirect errors into the void

fair yacht
marsh thicket
#

it still outputted nothing :/

earnest pasture
fathom pendant
#

Yeah no idea where that ! Is coming from

marsh thicket
#

yeah it was the ! that wascausing he problem

fair yacht
#

OMFG

#

I got the flag man

#

I literally got the flag than an error message xd

iron sigil
earnest pasture
fair yacht
#

I HATE assembly so much

spring trellis
#

@prime tangle @fathom pendant I was able to get a relatively stable connection with another tool, but man this is slow

whole vale
#

wait now there is 4

fathom pendant
whole vale
#

lol

fathom pendant
#

It's way faster if you start from the certain tool and it'll identify it

whole vale
#

i feel like after 50% it went by way faster so i am assuming starting from a point that was after that which is probably the tool your refering to, but i think i got it thanksπŸ‘ but it probably would of went way faster if i wasnt playing elden ring in the background

forest ginkgo
#

Hi

storm elk
# forest ginkgo Hi

We can’t help you recover accounts. Please contact support from the service you lost your account from

wheat plaza
#

Hello I'm newer

dark hedge
#

please stop asking, we cannot help you.

simple zephyr
#

Module: Using CME
Section: BloodHound Integration

Did anyone here have problems with AV? I could start looking to obfuscate my collector, but I am just trying to follow the guide within the module

dapper moth
#

--exec-method {atexec,wmiexec,smbexec,mmcexec}

simple zephyr
#

thanks, working now. Do you happen to know if you can configure NXC to work with Bloodhound CE?

dapper moth
simple zephyr
#

yeah

#

looks like its still trying to work with neo4j

dapper moth
#

If you are remotely running Sharphound you can run the newer version collectors though

#

I mean.... Like what you did there

simple zephyr
#

yeah I was able to execute the collector and get it to work

#

just wanted to test the built infeatures

dapper moth
#

You are scripting right?
You can set a bunch of commands to upload the collector, unzip it, run and retrieve the output files

#

Tbh I've never ran the NXC/CME BH collectors

simple zephyr
#

yeah, I actually have a script built that will put a file, run a file and then remove it.

#

I built it initially for ligolo and setting your agents, but realized i can also use it for any file.

#

its also configured to generate a json config file so you can just enter the machine ID and it will run at what ever creds you have stored.

calm abyss
#

i just finished the module

#

I just finished Game reversing and modding Skill Assessment.

If somebody is stuck i can lend a hand.

lilac roost
#

are you got de correct command?

fathom pendant
#

I'm sure

calm abyss
#

I finished the module. I used ChatGPT to sift through the garbage code and than is just MITM and you should be getting the flag.

#

I finished the module

simple zephyr
#

The CME and Bloodhound Modules are really solid. I would even recommend people taking CPTS to look into them if you have extra cubes.

lilac roost
# fathom pendant I'm sure

Im try this commad: nmap -f 10.129.54.71 -p 25,21,80,22 --source-port 53 -n -Pn --disable-arp-ping --scan-delay 3 -sV -T 2
Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-12-30 14:24 CST
Nmap scan report for 10.129.54.71
Host is up (0.065s latency).

PORT STATE SERVICE VERSION
21/tcp closed ftp
22/tcp open ssh OpenSSH 7.6p1 Ubuntu 4ubuntu0.7 (Ubuntu Linux; protocol 2.0)
25/tcp filtered smtp
80/tcp open http Apache httpd 2.4.29 ((Ubuntu))
Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel
two ports are opens an i able to see de version, but all version arent the correct answer

fathom pendant
#

:)

lilac roost
fathom pendant
#

also sometimes the version scan won't hold all the info you need

fathom pendant
#

it means exactly that

#

sometimes you'll need to directly connect to a port

#

the version scan isn't anything sophisticated

lilac roost
#

i tried connect in open ports using ncat but no working again. "ncat -nc --source-port 53 TARGET 80"

fathom pendant
#

if you've scanned all ports, there should be one that stands out

lilac roost
#

I got you

#

Thanks to yours suggestions

fathom pendant
#

i'm assuming you replaced "TARGET" with the actual target IP as well

lilac roost
#

Yeah i know that i need change that options

ornate smelt
#

Hy guys

#

I am a little confused

#

The 4th question of AD skill assessment part 1

#

Where it requires u to rdp internal machine

fathom pendant
#

mhm

#

:)

ornate smelt
#

With the compromised user is not mentioned to rdp to that machine in blood hound

ornate smelt
fathom pendant
ornate smelt
#

I am asking about the logic behind that

fathom pendant
#

bloodhound doesn't always catch everything

#

i don't recall using BH all too much

ornate smelt
#

Hmmm

fathom pendant
#

also

#

q4 doesn't say anything about RDP

ornate smelt
#

I think one of the questions

#

I left my office

fathom pendant
#

nothing on here about rdp being directly mentioned

ornate smelt
#

But it was pivoting and rdping

fathom pendant
#

q4 is just "Submit the contents of the flag.txt file on the Administrator desktop on MS01"

#

pivoting, sure

ornate smelt
fathom pendant
#

but rdp is only one way of connecting to a machine

ornate smelt
#

I tried psremoting

bitter hollow
#

Morning! Where do I report issues with one of the modules?

#

Found a question that appears to be out of date, as the file/service it asks about doesn't exist on the VM

fathom pendant
ornate smelt
#

BTW I did the pivoting part with meterpreter

fathom pendant
bitter hollow
#

That's the one!

fathom pendant
fathom pendant
ornate smelt
#

I know it was too slow for me

#

Could u suggest faster alternative

fathom pendant
#

i use ligolo-ng

ornate smelt
#

I read about it

bitter hollow
ornate smelt
#

I am a little lazy to install it sadglas

fathom pendant
#

Β―_(ツ)_/Β―

#

well you asked for a faster alternative

ornate smelt
#

I will complete the lab with it

#

This is ur second time helping me, tnx buddy blaze

ornate smelt
#

I think I will spend terse in the exam

terse quiver
#

Hi there; I'm currently doing Wordpress Hacking skills assess, and they asked me to identify the only non-admin WordPress user. I found three user with wpscan and one of them has author id 1(so it's an admin account). what about the others ? how to know which is an admin user ?

red kraken
#

any help for this error im stuck on PASSWORD ATTACKS -> Attacking LSASS ... pypykatz not working

fathom pendant
#

i don't recall running into that error tbh

#

are you sure the file didn't get corrupted in transfer?

red kraken
#

will try again

lost storm
#

Stuck on cme skills assessment last question 1745. Have ccache file but it's not getting me anywhere. Could I get a nudge?

ashen pollen
#

@dapper moth can I DM you about the skill assessment of windows lateral movement?

dapper moth
#

Sure
Just redid this SA a couple of minutes ago

dim ridge
#

Hey all. First question on Web Fuzzing skills assessment has me confused -
https://academy.hackthebox.com/module/54/section/511

It says "Run a sub-domain/vhost fuzzing scan on '*.academy.htb' for the IP shown above. What are all the sub-domains you can identify? (Only write the sub-domain name) " Which sounds like it should just be one that comes back
I get more than one, i provided each one and none are correct

Attempt:
ffuf -w /usr/share/seclists/Discovery/DNS/subdomains-top1million-5000.txt:FUZZ -u http://academy.htb:50365/ -H 'Host: FUZZ.academy.htb' -fs 985

fathom pendant
#

and it's gonna be sub1 sub2 sub3...

#

not sub1.academy.htb

dim ridge
#

right no spaces nothing?

fathom pendant
#

spaces between each name

dim ridge
#

ok haha, wish they mentioned that, trying

#

ty!

#

golden, done, thank you!

fathom pendant
#

πŸ€”

dim ridge
#

haha first time i've seen that format in a flag submission

fathom pendant
#

well it's not a flag

#

it's an answer key

unreal sinew
#

Just wanted to stop by and say the Pillaging module for Windows PrivEsc of CPTS is fantastic. Great work team.

dim ridge
#

its the first time ive seen it in an answer key submission

fathom pendant
#

Β―_(ツ)_/Β―

#

also for the second question, similar to the first .ext1 .ext2 .ext3

fathom pendant
#

@runic lynx don't share passwords or cracked info

#

re-ask your question without spoiling information

fathom pendant
runic lynx
dim ridge
fathom pendant
#

On all subdomains

dim ridge
#

in what order though

fathom pendant
#

I don't think order matters

#

Should be 3 total

quasi wave
#

I think the password I cracked is for an SMBClient connection but I'm having trouble logging into any SMB share. When I use crackmapexec with the password I cracked, it says its a valid username and password. This is for the medium password lab for Password Attacks Module. I mean the username I got and the password that that username and crackmapexec shows it as valid username and password. Am I on the right track and why won't my attempts to log into SMB client work?

dim ridge
#

i hope not 😒

quasi wave
#

it says I have read permissions for users share

dim ridge
#

ok i must be doing something wrong i got like 8

quasi wave
fathom pendant
#

Also why not just use smbclient to connect instead of cme

#

Also use netexec in replace of cme

runic lynx
#

Hi everyone,

I'm working on this challenge:

"Extract the hash from the attached 7-Zip file, crack the hash, and submit the value of the flag.txt file contained inside the archive."

It's related to cracking passwords using Hashcat. Here's what I've done so far:

Downloaded the ZIP file and extracted the 7z file.
Generated the hash of the 7z file.
Successfully cracked the hash to get the password.

The problem is when I try to submite the password, the form says it's incorrect.

Am I missing something? Any tips or suggestions would be greatly appreciated.

fathom pendant
#

Read the question again

runic lynx
fathom pendant
#

You cracked the zip file hash, so use it

#

Yeah, it's in the password protected archive. Which you just got the pw for

runic lynx
#

So I'm lose just right there because I don't know how or where to apply because I'm not getting like a pop-up or message where to put the password.

fathom pendant
#

Lead a horse to water, i swear

#

Try to unzip the archive [7z]

quasi wave
#

I have been using SMB client but its not letting me into the shares

fathom pendant
#

Can you list the shares with the creds?

runic lynx
quasi wave
#

its not letting me into any of the shares even after I run smb as that user

safe star
fathom pendant
#

But "not letting me in" is incredibly unhelpful

#

Are you receiving errors, if so what's the error

quasi wave
#
β”Œβ”€[us-academy-1]─[10.10.15.85]─[htb-ac-605555@htb-tbricfhhoo]─[~]
└──╼ [β˜…]$ 
└──╼ [β˜…]$ smbclient -L <IP-address> -W <SHARE> -U <USER> -P <password>```
quasi wave
#

oh shit

fathom pendant
#

-L runs the command to list shares then exits

#

Also you can just do //ip/sharename

#

It's also advisable to put username and password first

#

A case of RTFM

quasi wave
#
└──╼ [β˜…]$ smbclient -U <USER> -P <Password> -W <SHARE> <IP>
Failed to open /var/lib/samba/private/<SNIP> 
_samba_cmd_set_machine_account_s3: failed to open secrets.tdb to obtain our trust credentials for <SHARE>
Failed to set machine account: NT_STATUS_INTERNAL_ERROR
#

it still won't work regardless of how I order it

fathom pendant
#

Wtf is your syntax lol

#

//ip/sharename is the common syntax for smb

#

-W btw is for workgroup

#

Not share

fluid lantern
#

Been looking thru all the comments in this discord regarding wsgidav. I've gotten all the other commands / alternatives to work in the File Transfer module EXCEPT wsgidav 😭

fathom pendant
#

Just don't bother lol

fluid lantern
#

part of me overthinks and one of those thoughts was "what if it's the only file transfer method that works in CPTS/OSCP"

#

but fair enough I'll settle for the other methods

quasi wave
#

I'm getting closer. Now its not giving me an error but its not logging me in

safe star
#

What error

quasi wave
#
β”Œβ”€[us-academy-1]─[10.10.15.85]─[htb-ac-605555@htb-tbricfhhoo]─[~]
└──╼ [β˜…]$ smbclient -W Users -U <USER> //10.129.74.49/                    
Password for [USERS\<USER>]:
β”Œβ”€[us-academy-1]─[10.10.15.85]─[htb-ac-605555@htb-tbricfhhoo]─[~]
└──╼ [β˜…]$ smbclient -W shells-winsvr -U <USER> //10.129.74.49/Users
Password for [SHELLS-WINSVR\<USER>]:
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
β”Œβ”€[us-academy-1]─[10.10.15.85]─[htb-ac-605555@htb-tbricfhhoo]─[~]
└──╼ [β˜…]$ smbclient -W Users -U <USER> //10.129.74.49/Users
Password for [USERS\<USER>]:
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
β”Œβ”€[us-academy-1]─[10.10.15.85]─[htb-ac-605555@htb-tbricfhhoo]─[~]
└──╼ [β˜…]$ smbclient -U <USER> //10.129.74.49/Users
Password for [WORKGROUP\<USER>]:
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
safe star
#

Make sure the share name is correct

quasi wave
#

the closest I come is this because no error message:

β”Œβ”€[us-academy-1]─[10.10.15.85]─[htb-ac-605555@htb-tbricfhhoo]─[~]
└──╼ [β˜…]$ smbclient -U dennis //10.129.74.49/  
Password for [WORKGROUP\dennis]:
#

I specify any share and it gives an error

#

wait I got into one

safe star
#

You didn’t specify a share

fathom pendant
quasi wave
#

I got into one of the shares

#

now logged in but no commands work

fathom pendant
#

dir

#

Remember, smb is a windows protocol

quasi wave
#

ok I know

smb: \> dir
NT_STATUS_OBJECT_NAME_NOT_FOUND listing \*
safe star
quasi wave
fathom pendant
#

Ah

#

Yeah.

#

Nothing useful is there

quasi wave
#

ok

#

what am I missing I tried every single share?

#

wait, do I need to log in as root and not the the user I had earlier?

#

is this root's password?

viral snow
#

Hi, were you able to complete this one? I'm really confused about nc. The instructions are not really clear on what I'm supposed to do about NC. Any help, please?

fathom pendant
#

At least if I'm thinking right

quasi wave
fathom pendant
#

Unless it's a linux machine, then disregard

#

It's been a hot minute

quasi wave
#

when I sshed in as the other two users, it turned out to be linux

#

ya

pine dagger
#

iirc, the medium password lab was harder than the hard one πŸ˜„

quasi wave
#

have you guys done the challenge yourselves?

quasi wave
pine dagger
#

Which module name are you doing?

quasi wave
#

Password Attacks

#

this is the medium lab

pine dagger
#

Ah that was the module that made me take better notes

safe star
#

@quasi wave did you get an ssh key?

quasi wave
#

a public one and a private one. I also cracked the private one yesterday

#

the issue is I tried logging in as root with ssh public key and it won't work either

#

and smbclient won't let me into any other share besides IPC

pine dagger
#

Is that the final question?

quasi wave
#

I have the cracked private key but I don't know what to use it to log in as

#

other than I know the user who's folder it is so I assume I have username

#

but the question is what can I log into with that informatoin

#

ssh? because that's not working

safe star
#

have you tried it on another user?

quasi wave
#

hold on I can try

#

wait a sec there's only one other user so give me one minute

#

ya this password won't work on either user

#

and I know that its not ssh password for either user

#

and its not ssh password for root and I found it in the ssh folder for one of the users

fathom pendant
quasi wave
#

and my goal is to become root so I can get the flag in the root folder

fathom pendant
#

Literally abstract thought here mark

#

why was the key protected

quasi wave
#

I hear you I just am having a lot of trouble figuring it out. I'm gonna need to bang my head against the wall for a while I guess.

fathom pendant
pine dagger
#

Last note I have is the password for the root ssh key

fathom pendant
#

You have the final piece of the puzzle

#

Just slot it in

safe star
#

yeah i just logged in

quasi wave
#

does it have to do with the other user not getting the key?

#

like for privilege escalation?

#

if so wouldn't the username be root?

fathom pendant
#

Separation of duties, why give an employee the super user account

fathom pendant
quasi wave
#

Ok

fathom pendant
#

Think about one of the section names, and abstract it

quasi wave
#

Ok

#

I will do that

fathom pendant
#

[Hint btw]

#

Only other thing I'll give at this point that "seems stupid"

#

Like why

#

But it works

gray yacht
dim ridge
dark leaf
#

Hi

simple zephyr
#

For the CME Skill Assessment Question 1, I got the answer for it, but I felt this was more painful then it should have been. ||my user list was over 3000, and I removed all groups and machine accounts from the list|| Is there a way to make this more effecient or do you just have to weather the storm.

solid quarry
#

You could use other tools to make the same attack, cme / nx to get a user lists and then kerbrute to speed things up

tranquil axle
#

Having a long list is normal, what you do as a next step is important

unborn summit
#

hi im struggling with AD Enumeration & Attacks - Skills Assessment Part II on the question "Obtain credentials for a user who has GenericAll rights over the Domain Admins group. What's this user's account name?"

The hint says||Think about how you obtained your initial foothold in the domain. which makes me think i need to use responder?? but only the hash of AB920 is being captured ||

I've been rereading the module for a few days but still completely lost as to what to do.

I can see the user is CT059 from bloodhound but no idea how to get the hash.

earnest pasture
unborn summit
earnest pasture
earnest pasture
unborn summit
quasi wave
#

@fathom pendant is the section name I’m looking for in a different module?

quasi wave
#

Ok

#

Thanks

fathom pendant
#

Told you the recycling logo was a bit of a hint
Reduce
Recycle
Re---

safe star
#

That part of the skill assessment doesn’t make any sense

unborn summit
# safe star Run it on the first machine

inveigh captures the hash for C**** on all three windows machines, inveigh on linux doesnt capture anything, responder for windows doesnt capture anything, WTF is going on

fathom pendant
#

Don't reveal usernames

dapper moth
fathom pendant
#

Best to first letter*

#

Like C*

dapper moth
earnest pasture
safe star
unborn summit
fathom pendant
dapper moth
#

You might poison and spoof any mistyped name resolution request or capture a specific name resolution to a machine

dapper moth
#

If it just wants a name resolution to a machine that exists, that specific Host might respond

#

If you are running one of these tools, you might capture that request

#

No… cause you are running a poisoning tool

#

A user might mistype a name while inputting something in a browser or a Windows explorer address bar

safe star
#

yeah but the linux machine is on the same network running responder.

dapper moth
#

The tools will then answer to that mistype request saying that it is the machine/address it’s searching for and will capture that request

safe star
#

im going off of htb explanation

#

when LLMNR/NBT-NS are used for name resolution, ANY host on the network can reply

#

seems kinda hard to simulate 2 poisioning attacks

unborn summit
#

I would be curious to see the HTB annual gold solution walkthrough for this step

safe star
#

it would make sense if one of the domain machines had another interface

dapper moth
#

If you send a request to a Host that you already now the name and address there shouldn’t be any NR
You can just capture that request

unborn summit
dapper moth
ocean night
#

Any port in a storm πŸ€·β€β™‚οΈ (I don't know)

dapper moth
#

Should you always capture network traffic once you get system!?! Hell if I know

ocean night
#

If it were me.. that'd be a hell no

#

..unless the time span for the engagement was until the end of time

#

Specific protocols? Aye

dapper moth
#

Hahahah exactly

#

I’d just move on… enumerate other hosts… services…

ocean night
#

Via AD / logs you'd surely get a map of hosts of interest too

#

But maybe I'm just yapping bs

#

(context, I have no direct knowledge of this module, just speaking from my own assumptions)

unborn summit
ocean night
#

Feels like this might be a "go to DMs" kinda thing

dapper moth
#

Sure

ocean night
#

❀️

#

Yes, I'm still a killjoy. Let's see what 2025 brings.

signal pike
#

Do I need to finish the module to see the recommended/related boxes?

ocean night
#

I.. don't think so, if you're talking about that recommendation map page

signal pike
#

Okk, thanks!

dapper moth
ocean night
#

It's fine

#

I've said worse

#

..and I took it as what it was

marsh thicket
marsh thicket
fathom pendant
ocean night
#

Or man <command>

deep pier
#

hi all im new to this server is it possible if anyone can tell me the website for this discord server

unborn summit
#

i dont understand it either ☹️

safe star
#

are you running it in winrm?

unborn summit
#

why?

safe star
#

i just found the batch scripts and its just like i imagined

#

can i dm

unborn summit
#

sure

gloomy lichen
#

Anyone has a min for a quick sanity check on the "Parameter Logic Bugs" Skill Assessment? I seem to have unlocked all modules but I don't see what I'm looking for.. surely I'm missing something

safe star
marsh thicket
#

yeah i am scratchign my head on this

#

i managed to output the source code using curl but bruh how am i meant to filter out all paths?

fathom pendant
cloud urchin
simple zephyr
tranquil axle
#

Cause that shouldn’t take forever

fathom pendant
dapper moth
safe star
#

Yeah

dapper moth
#

I was going to spin up the lab for it but was too lazy
Spent the whole afternoon going through some of the material again

safe star
#

Yeah I can send you it

#

It is

dapper moth
viral mica
green minnow
#

Like "We heard a client talking about XYZ"

#

Is this real life? Do clients give out confusing details irl?

#

It's such a jarring change of language to normal academy modules that use specific language to tell you how to proceed.

#

Maybe not specifically this question but I remember some of the inlanefreight stuff using jarringly different and unclear cryptic language to what you're used to. But it's been a while since I did it.

#

Like "the client wants you to see what you can find out".

fathom pendant
viral mica
green minnow
#

don't macs have passwords?

#

idk never used one

viral mica
green minnow
#

One of the things I wondered about is if people irl have such bad passwords as on HTB machines or academy. But apparently this is accurate irl

fathom pendant
fathom pendant
#

As someone that's worked IT, I've had to talk people out of providing me their password

quasi wave
fathom pendant
#

No

quasi wave
#

ok

fathom pendant
#

Mostly NDA reasons

viral mica
#

To add people into the domain they had to give us the passwords they wanted to set for their accounts, so I got a whole whiff on how little people care about their passwords

fathom pendant
#

I worked OEM tech support

green minnow
#

It had several entries

viral mica
#

The passwords module goes over how to create wordlists out of OSINT, and it was pretty eye opening for me

green minnow
#

Some people even wrote their non work passwords like Facebook on it

viral mica
#

Well a lot of the modules were, you should've seen my face when I hacked nibbles

viral mica
green minnow
#

Hacking in movies: "ok I've reconfigured the ssid and exploited into the mainframe and run the ssh to get the encryption key"

Hacking irl: "hello I'm the password inspector".

viral mica
#

I think it was ippsec who detailed in one of the modules that he was just password spraying and got a hit with Welcome1! or Password1! something like that

fathom pendant
#

[Season][Year]!

urban raptor
#

did you ever solve this? i am stuck on this assessment

dapper moth
cedar ocean
viral mica
#

I've been having issues viewing the sharphound results on bloodhound recently on both the AEN and AD enums and attack module. for some reason the zip file generated with Sharphound doesn't upload. I tried on both my kali vm and on the site's pwnbox

#

gonna try re-making things with the .ps1 collector

tranquil axle
#

The issue is that you used a version of sharp hound that is made for the blooodhound community edition and you are using bloodhound legacy

#

You need shaephound before version 2.0 for it to work with the legacy version

#

When you start sharphound it should say β€œthis version of sharphound is to be used with bloodhound ce 5.0” or something

viral mica
#

alright let me check it out

viral mica
#

okey dokey time to fix

safe star
#

to work with the built-in bloodhound

viral mica
long kestrel
#

For the Information Gathering - Web Edition, one questions says:

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

But the domain only has index.html with no links so there isn't anything to crawl. I've also tried subdomain and directory bruteforcing and haven't found anything so far using the lists mentioned in the module for those sections

steady dust
long kestrel
#

In the Skills Assessment

alpine ingot
#

im having issues with the ACL abuse section, im trying to change the password for damundsen but i need to know wleys password, i have no clue how to get this password.

steady dust
#

as far as I know tree doesn't show files πŸ™‚

dark hedge
#

type C:\Path\To\flag.txt

steady dust
#

I can't understand why I have connectivity problems. I tried all EU VPN servers, both UDP and TCP, but the problem still persist. The connection is slow, and many times I can't even reach the target. From pwnbox, the target is reachable.

long kestrel
toxic apex
whole sundial
#

Hello @tranquil axle I m having issue on Skills Assesment 1 of Intro to assembly language
I get the code in registery. The 14 value join them together but doesnt work with loader.py dont get a flag

acoustic sparrow
acoustic sparrow
#

confirmed it by rebooting the machine twice

steady dust
#

The domain is incorrect. I think it is inlanefreight.local

#

You can see this also if you read the error. πŸ™‚

alpine ingot
#

Its a direct copy paste from the module

#

gave the same error when i changed it to local

steady dust
acoustic sparrow
#

i am...

#

ive a rdp session open

steady dust
#

show a printscreen πŸ˜„

acoustic sparrow
steady dust
#

I encounter this issue many times, and always was my fault. πŸ˜„

acoustic sparrow
alpine ingot
#

it just doesnt let me create a fake spn for adunn

#

idk why, i have done everything the module tells me

alpine ingot
#

omg, i think i found out why it kept messing up, i genuinely think that the $SecPassword variable set in powershell was getting mixed up when used the second time, the new variable should be named $SecPassword2 or something in the module, because i thought i was doing something wrong. Following the guide messed me up for an hour because of this.
When i changed the variable name it worked flawlessly.

long kestrel
acoustic sparrow
undone narwhal
#

Can you share a screenshot of the issue?

daring cliff
#
  • 1 Analyze the event with ID 4624, that took place on 8/3/2022 at 10:23:25. Conduct a similar investigation as outlined in this section and provide the name of the executable responsible for the modification of the auditing settings as your answer. Answer format: T_W_____.exe

Regard

dim ridge
#

you might need to follow the steps in the welcome channel

fathom pendant
daring cliff
#

i have follow the protocol on top

fathom pendant
daring cliff
#

after i search the tim

#

but the process name i have found is not good

fathom pendant
#

and did you do a more thorough investigation after?

#

as outlined by the section

daring cliff
#

yeah i go in details mods

#

for have a list of informations

fathom pendant
#

what module is this again?

daring cliff
#

Windows Event Logs

#

but i remake the modules afternoon

#

i think i have make a bad manipulation for sure

fathom pendant
#

you're just likely misunderstanding the instructions because 4624 won't be the only logs you look at

daring cliff
#

and after you search the good time

fathom pendant
#

the module shows you how to create a query to narrow your search down

left stirrup
#

Hiii,
I've got a problem with the skill assesment of the wi-fi penetration testing basics.
It seems that I'm not capable to see a lot of frames from the access point HTB.
I need to capture the EAPOL to actually crack the passphrase.
I'm also not capable to do a deauth attack to the target.
Does anyone had an idea of where the problem could came ?
PS : there's an update after almost 3 hours and half...

fathom pendant
glad patio
#

Hello, everyone! I'm studying malware debugging (https://academy.hackthebox.com/module/227/section/2496) now and there's part about InetSim, which I'm struggling with.

I've connected to HTB VPN and then started InetSim on my own VM. In configurations I put tun0 address, afterwards I couldn't connect to Windows target so I launched HTB PWN box and connected to it. Now, I've specified DNS ip address of my InetSim instance in IPv4 adapter settings but it still doesn't have connection to internet and doesn't load any pages. Is it supposed to be so at this part of the module (for shell.exe analysis?)

#

I suppose I shouldn't have specified tun0 interface, or is it something else?

UPD: I've changed it to enp0s3 -- still not connected

zealous plinth
#

Hello I want to root my android help me

fathom pendant
#

have you tried googling

zealous plinth
fathom pendant
#

well this isn't the channel to discuss this; i suggest reading #welcome and #rules

#

since you clearly only searched "hacking" and found this discord

zealous plinth
#

So where should I talk about this?

fathom pendant
#

if you read and follow #welcome you might be able to find a more apt channel

zealous plinth
fathom pendant
#

this server isn't about helping people root their phones

#

this channel in particular is for help regarding the HTB academy learning modules

#

you'll have more access to the server if you;

  1. Create an HTB account
  2. follow #welcome
#

anyway, keep the channel on topic

#

:)

zealous plinth
fathom pendant
#

not the point

#

lmao

#

keep the channel on topic, or you can leave - since you don't want to follow simple instructions

zealous plinth
fathom pendant
#

literally all i'm telling you is this isn't the right channel, and i can't send you to the right channel because you don't follow instructions to verify

#

even if i linked an apropro channel it'd just show up access-denied

zealous plinth
#

I am verified user

fathom pendant
#

gotta link your hackthebox account

acoustic owl
fathom pendant
#

because this is a server revolving around the hack the box service

#

if only there was a a channel to explain this

zealous plinth
#

I just need to download NetHunter on my device. I am a beginner, please help me in DM πŸ™‚

fathom pendant
#

it's fairly obvious you're a beginner, you don't need nethunter

#

lmao as a beginner nethunter would probably be the most frustrating thing to use

#

as hacking from a phone/tablet is tedious and requires some level of existing knowledge

fathom pendant
#

that's your first mistake

zealous plinth
fathom pendant
#

if you don't know anything, chatGPT could be telling you utter bullshit and you wouldn't know

acoustic owl
#

Guys, please keep the channel on topic.
Mobile hacking is not covered by the Academy yet.

fathom pendant
#

either way using a VM on a PC/Laptop is less frustrating of a learning curve Β―_(ツ)_/Β―

ocean night
#

Who pinged 0_0

fathom pendant
#

and doesn't require you to root your device and potentially void warranties on your device because you decided you needed nethunter

zealous plinth
#

ChatGPT was just passing time with me, so I came to ask for help on Discord.

fathom pendant
#

it has a combination of practical labs alongside reading

#

so you can practice what you read

#

be warned, it does require some abstract thinking to go from the examples to the practice

#

as not everything is 1-to-1

zealous plinth
#

Thanks sis for your help

fathom pendant
#

also don't call me sis

#

i don't know you like that

zealous plinth
#

You are a boy

fathom pendant
#

no

#

just don't call me sis, is that such a hard concept to grasp?

zealous plinth
#

Ok I am just a old soul

#

Are you an experienced cybersecurity person?