#modules

1 messages Β· Page 154 of 1

carmine hill
#

Probably, Linux and Windows Fundamentals plus Web Requests

vital zephyr
#

simply the rsa id file was damaged, I redid it and i have completed the form

#

yuuuuhuuuuuu

#

big satisfaction

tacit grove
#

follow Pentester/Bug Bounty Hunter/SOC Analyst path based on ur interest?

golden compass
#

Hello, im stuck in the ATTACKING COMMON APPLICATIONS module at the Attacking GitLab content, at the question Find another valid user on the target GitLab instance. I tried the bash script and the python script , i found several users , no one match with the question .. i tried all the wordlist from seclist/username, im pretty lost if someone could help me thank !

brittle prawn
tacit grove
brittle prawn
tacit grove
rustic sage
#

hello! I'm on the service enumeration module with the question "One of the services contains a flag you have to submit as the answer". I found a flag htb{<flag>} when I used "nmap -A <ip> --packet-trace" but it rejected the flag. Is that the right format of the flag?

brittle prawn
golden compass
#

Im exactly stuck here too

#

no wordlist match

next bronze
#

try cirt-default-usernames.txt

golden compass
#

thk i'm trying...

#

does not work

#

found root and 1 other invalid username..

#

Could the module be broken ?

obtuse verge
golden compass
#

Ok its working

#

i dm you @brave panther

golden compass
#

the problem was caps

torpid kite
golden compass
#

lost 1h on it, feel really dumb

hallow kiln
torpid kite
obtuse verge
#

just tried today, such a good tool

hallow kiln
hallow kiln
#

SEO is magic 😎

elfin needle
#

?

rustic sage
#

sadglas Does anyone know how to find the flag in the service enumeration module for nmap? I accidentally found the flags ahead but not this one

rustic sage
sly kelp
rustic sage
#

nmap -A <ip> --packet-trace and -sV for each port. I went into tdump to see each each packet and response when probing with nc too

wanton jasper
#

I got really annoyed having to check for file transfers one by one on the Active Subdomain Enumeration module so i make this quick little script to do it for me if anyone is interested in it or improving upon it.

#!/bin/bash

# Check if the correct number of arguments was provided
if [ "$#" -ne 2 ]; then
    echo "Usage: $0 <nameserver> <domains_list_file>"
    exit 1
fi

# Assign the first argument to NAMESERVER and the second to DOMAINS_LIST
NAMESERVER=$1
DOMAINS_LIST=$2

# Check if the domains list file exists
if [ ! -f "$DOMAINS_LIST" ]; then
    echo "Error: File '$DOMAINS_LIST' not found."
    exit 1
fi

# Loop through each domain in the list and attempt a zone transfer.
while read -r domain; do
    echo "Attempting zone transfer for $domain on nameserver $NAMESERVER:"
    dig axfr @$NAMESERVER $domain
    echo
done < "$DOMAINS_LIST"

#

Delete if it is considered a sploiler

#

Would also like to know if there was already a tool I could have used lol

gray merlin
#

When logged in as local admin, how do you extract the password, or the hash (rc4 | aes128 | aes256 | des) from a user using only Rubeus? The goal is to use the results in an asktgt command.

orchid pine
#

byw the ||bash ||cmnd is not blackilisted

undone narwhal
gray merlin
wanton jasper
orchid pine
#

anyone can help me to understand the differnce

orchid pine
#

it work normally

undone narwhal
orchid pine
#

u see

#

XD

undone narwhal
#

yeah but where is the $ here in the second command

undone narwhal
keen compass
#

is someone available to talk in DM about note taking & reporting please ? I am a bit lost with the suggested way to do note taking. While I think I should use the provided "template" for note taking, I don't understand where I may store my currently "live stuff" (I mean what I am doing atm). I am used to just screenshot / copy paste my term log almost all the time I do a step forward and I don't understand in which part of the obsidian folder tree I should store this

undone narwhal
#

what is your question here?

orchid pine
#

normally it need to work

#

but loike u see its not working

undone narwhal
#

read the error carefully

orchid pine
#

i was using the same cmnd just remocing the ||bash<<<|| thats all and like i said normally it excuted on my terminal

undone narwhal
craggy steppe
#

Hello everyone,
I'm doing the password attack module and when i try to do the wirm first command i got an openssl segmentation fault and i'm unable to connect to the target...
Anyone knows how to fix this ?

gray merlin
#

Not sure if you are running into the same thing, but I had to make changes to /etc/ssl/openssl.cnf

[provider_sect]
default = default_sect
legacy = legacy_sect

[default_sect]
activate = 1

[legacy_sect]
activate = 1
craggy steppe
#

my bad not a segmentation fault..
but still openssl

next bronze
#

that user might not have psremote rights

craggy steppe
#

oh..

#

so i'm supposed to find another one ?

next bronze
#

which section is it?

craggy steppe
#

network services

next bronze
#

should be able to winrm with that user

#

try sudo apt install openssl

craggy steppe
#

yeah that's what i thought,
so the problem is from my parrot i guess
i tried reset the targer and i got the same error
i'm gonna try again tomorrow

craggy steppe
next bronze
#

that's strange, try reinstalling both?

rustic sage
#

hey i'm stuck on the Service Enumeration nmap module. The challenge is "Enumerate all ports and their services. One of the services contains the flag you have to submit as the answer.

I tried the following:
nmap -sV -p- -vv <ip>
nmap -A <ip>

  • proceeded to review ALL THE TCPDUMP OF THIS (Found the flag of the next module)
  • I tried nmap enumeration scripts for each protocol
  • netcat -nc to probe the ports manually and see the response using tcpdump
fathom pendant
rustic sage
spring viper
#

i remember this one lol

fathom pendant
rustic sage
#

I lost my patience with that so I came back to this challenge I couldn't solve

fathom pendant
#

It's really as simple as just waiting

#

You'll get 220 HTB{FLAG}

#

220 is the response code (which you'll leave out)

rustic sage
#

I see I see

fathom pendant
#

Idk what it looks like in tcpdump

#

Didn't do that portion

#

Also if you are, don't forget to specify the tun0 interface

rustic sage
#

yep yep I did it on tun0 :D

fathom pendant
#

Should be able to nc -nv ip port

#

Iirc

rustic sage
#

was about to get water and it popped up on my screen

#

ty a lot marcie

rustic sage
#

guys iam at the basic tools module I really dont know how this works

fathom pendant
rustic sage
rustic sage
fathom pendant
#

That's because your main htb account isn't linked

wild iron
#

i wish i were good for those kind of situation 😦

gray merlin
#

The 8 hours listed for the Password Attacks module is really hurting my confidence. πŸ™‚

rustic sage
rustic sage
fathom pendant
#

Try saving it as .jpg.php or something

rustic sage
#

😭

fathom pendant
#

And what happens when you do ?cmd=whoami

hazy grotto
#

Hey!

rustic sage
heavy marsh
#

Any hints on how to start the Attacking Common Services SQL lab?

#

I've authenticated with the user and password provided by the lab, and I am using mssqlclient.py from impacket.

#

The question is asking for "What is the password for the "mssqlsvc" user?"

#

I got into msdb with the command:

SELECT table_name FROM msdb.INFORMATION_SCHEMA.TABLES

#

Don't know where to go from here.

next bronze
#

USE <DB name> to use a DB, SELECT * FROM <DB Name>.INFORMATION_SCHEMA.TABLES to get tables in a DB, SELECT * from <table name> to get table contents

severe cypress
#

i dont know if i can ask this or not, I have following some writeups and on that writeups, it supposedly allowToDelegate, but when i am try it its always ReadGMSAPassword, i have followed the instruction exactly. do you know why? is it because i am onm different time(skew clock)? anyone can help what is my mistake?

heavy marsh
#

I've figured out the commands, but the main two databases are password protected

#

Or so it seems

next bronze
#

maybe then you should try another way of getting the password, try the other steps in the section

next bronze
heavy marsh
next bronze
#

because you need to make the target connect to it

heavy marsh
#

I only have access to the IP given in the module

next bronze
# heavy marsh how?

the same section as wher they mentioned responder: Capture MSSQL Service Hash

heavy marsh
#

sudo impacket-smbserver share ./ -smb2support

is unresponsive

#

this didn't work

#

I got this:

next bronze
#

check the section I mentioned again, there are 2 procedures that you can use to force a connection to your responder

fathom pendant
heavy marsh
fathom pendant
#

Then you didn't try hard enough

fathom pendant
#

^

heavy marsh
#

Responder didn't work either

#

It just gave a long output with no hash

fathom pendant
#

Are you sure the long output didn't contain a hash?

fathom pendant
#

Take a long look at the output in responder. If it starts with mssqlsvc

#

That's the hash

heavy marsh
#

I don't see that

#

I think my starting point is wrong. Where do I start. I'm authenticated, then what?

fathom pendant
#

Fuck around

#

Literally try and look at all the methods you can do

misty current
#

Did you run responder on the right interface? Make sure to double check.

fathom pendant
#

I dont recall that question being difficult, I remember needing to do a bunch of nonsense at one point

#

But can't recall what lab

next bronze
#

capturing the hash is right

heavy marsh
#

I ran it on tun0

fathom pendant
#

Show output responder gave

next bronze
#

then what's the long output? responder showing the server status?

heavy marsh
fathom pendant
#

So when you ran the xp_subdirs it gave nothing?

#

Bc that's just the launch for responder telling you it's running

#

Which you then launch the xp_subdir command against

heavy marsh
#

That one just hangs

misty current
#

Can you show the xp_subdir command that you're entering

next bronze
# heavy marsh That one just hangs

it's not hanging, it's listening for a connection, like I said, it can't capture hashes unless you force the target to connect to your listener

heavy marsh
next bronze
#

yes, and either smbserver or responder will work

heavy marsh
#

So what is "share" and "./" ???

#

I thought SMB was the last module

#

I'm confused

next bronze
heavy marsh
#

I guess I should clarify, SQL database, not SMB share

#

Now I am very confused

fathom pendant
#

...

misty current
#

You would need to work back on the basics, do some research on SMB Shares.
Having either listeners (responder/smbserver) running on the background and making the database authenticate to your listeners ip should completely work.

fathom pendant
#

Xp_subdirs allows you to read smb shares

#

That's LITERALLY what you're meant to do

next bronze
#

(the precedue is the other one in the section, idk if they've tried it...)

fathom pendant
#

It's literally in the section @next bronze talked about

#

They show it weirdly out of order but explain it in order

heavy marsh
fathom pendant
#

I swear to fuck

heavy marsh
#

Both?

fathom pendant
#

Responder creates a false smb server

#

That you call to from the sql query

#

Just looking at the examples is generally not gonna be enough

#

Because you need to read the context

#

It's actually explained

heavy marsh
fathom pendant
#

Adm

heavy marsh
#

now I have to use SMB?

fathom pendant
#

Brother

#

READ

#

Just fucking READ THE CONTENT

next bronze
misty current
#

Too muchπŸ₯„lol

fathom pendant
#

@next bronze was nice enough to screen grab the part that explains it

#

But holy fuck dude

misty current
#

Take your time and read everything, everything you need is in the module.

fathom pendant
#

Like I get it if this was about the impersonation thing because that was a pain in the ass

#

But this is the easiest method of attack

heavy marsh
#

What impersonation thing?

fathom pendant
#

Don't worry

heavy marsh
#

I got the creds from the lesson prompt

fathom pendant
#

Not important

#

It comes up in the skill assessment

#

Not in the section question

heavy marsh
#

Oh great, I can't wait

fathom pendant
#

Since you're failing so spectacularly on this

#

It's gonna be a struggle bus

heavy marsh
#

I'm not failing, I'm learning

fathom pendant
#

You're failing to read

heavy marsh
#

and you're helping, thank you

next bronze
#

you're using the stored procedure to make the SQL server access a file on, using \\<ip>\ means the target will try to access using SMB, that's how you can capture the hash

fathom pendant
#

Because it's literally explained in the section

#

Which @next bronze just copy/pasted

next bronze
#

also @ whoever deleted the sreengrab, am I not supposed to post screenshots of the modules?

fathom pendant
next bronze
#

whoops my bad

fathom pendant
#

Β―_(ツ)_/Β―

#

He wasn't getting the point anyway

#

Like trying to drive a nail with a screw driver

#

It'll probably eventually work

heavy marsh
#

It's just so hard to piece all of this together, it would be nice if there was a walkthrough.

fathom pendant
#

Sir

#

Respectfully

#

Fucking read the part about stealing hashes

#

Actually fucking read it

#

Because this is not some sort of rocket science

#

Fuckin reason we have instructions on shampoo bottles

next bronze
fathom pendant
#

This 100% isn't one of those times you need to do outside research to figure it out

#

like if it was something that needed that extra bit of Uncle Google or Auntie GPT to understand then I get it, but no - it's right there

heavy marsh
#

Is there a way to do this in mysql even though it's MSSQL?

ebon minnow
#

i swear some of these questions are basic comprehension 🀣

next bronze
fathom pendant
next bronze
fathom pendant
#

literally all you gotta do is what it shows you to do

#

run Responder, use xp_dirtree or xp_subdirs

#

and THAT'S IT

slender shoal
#

i didnt do them

candid lily
#

i know i can just use this script but i wanted to try with sqlmap, but how much ever i try, sqlmap doesnt detect this sqli

fathom pendant
candid lily
#

its from a machine but ig it relates with sqlmap module?

#

i think sqlmap doesnt have capability to use select sleep() from query

fathom pendant
cursive glacier
#

gave me a good laugh, hope you figured it out though

umbral fulcrum
#

hey guys, in "Attacking Common Applications - Skills Assessment I" last Q :
"...contents of the flag.txt file on the Administrator desktop"

the type command nor the any other command works to get the content of the flag.txt
I can see the flag and its location but I can't see its content ...

any hints please ??

fathom pendant
umbral fulcrum
fathom pendant
#

i mean dir doesn't read files

umbral fulcrum
fathom pendant
#

that's odd and you're on the right Administrator host yeah?

#

if you're rdp in, can you click it on the desktop?

umbral fulcrum
#

it's not rdp

#

it's the right administrator (since there is only 1 )

umbral fulcrum
fathom pendant
#

?

#

Like C:\Administrator\Desktop

umbral fulcrum
fathom pendant
#

type can do relative path

#

If you're in the directory

umbral fulcrum
#

not sure I got it
which directory??

next bronze
umbral fulcrum
pine dagger
#

type c:\users\administrator\desktop

umbral fulcrum
next bronze
umbral fulcrum
#

lol

pine dagger
#

ofc, ts the directory path that its in the command, I'm just pointing out the correct path

manic wolf
#

Having trouble with the "Enumerate the flagDB database and submit the flag as your answer" I have the || password of mssqlsvc, but I can't log in using neither mssqlclient from impacket nor sqsh||

next bronze
manic wolf
#

Am I supposed to use || IMPERSONATE|| or something?

pine dagger
#

And I'd try something different. Such as maybe a CVE for the web server.

pine dagger
manic wolf
pine dagger
umbral fulcrum
manic wolf
pine dagger
#

Password should be the answer from Q1

manic wolf
#

That's why I don't understand why it doesn't work

#

I guess I'll try restarting the machine

pine dagger
#

You should have stolen the hash and cracked it with hashcat

manic wolf
#

Yep

next bronze
#

what's your sqsh command?

pine dagger
#

oh, maybe you are passing the wrong username

#

Username should be ||.\\mssqlsvc||

manic wolf
#

|| sqsh -S IP -U mssqlsvc -P 'princess1' ||

manic wolf
next bronze
next bronze
pine dagger
#

I did the module over a year ago. πŸ˜„

manic wolf
next bronze
#

hm maybe you didn't update then

#

as long as it works

pine dagger
#

MSSQL login use that .\\ as a prefix so that it knows its referring to a local account, rather than an AD account. πŸ™‚

manic wolf
#

No query is working atm, but at least I logged in

umbral fulcrum
pine dagger
#

I got a shell on the box by exploiting a CVE, and did it that way

next bronze
#

huh? didn't we have already explained, if the file is not in your current directory, use absolute path

umbral fulcrum
olive cape
#

Does any one else have trouble with the website clearly not allowing correct answers?

#

every time i enter the answer into the box, it just says sorry incorrect. though it is clearly a correct response. ive tried multiple ways of capitalization, and yet it wont accept it. but there is literally no other answer it can be. there are two issues, any one know how to resolve these problems?

pine dagger
#

No

#

There's a few instances where the syntax is finickity, but as a whole, the answers are right or wrong

#

Most common problems are where you paste an answer, and forget to remove some whitespace from the beginning or end

olive cape
#

pretty hard for something as simple as a hostname to be incorrect. ive been using linux for 20 years and decided to take some of the modules, but its not off to a good start. no variation typed or not typed will it let my answer correct

pine dagger
#

Which module/section/question?

olive cape
#

/module/18/section/70

pine dagger
#

None of those questions ask for the hostname

olive cape
#

spawned the machine. used uname,and all its individual flags still no avail. sorry meant hardware name

pine dagger
#

Try ||uname -m||

olive cape
#

seems to not want to go through its only x86_64 but just denies me lol

pine dagger
#

The hint literally tells you to use uname with an option and the question defines what the exact matching switch is needed. If that isn't working, then you've got a whitespace/keyboard issue, or you need to contact HTB support.

silent oriole
#

Hi Team, during skills assessment(shells&payloads) , connection from pwnbox to a foothold box keep dropping. And, connecting through vpn is extremely slow. Please suggest any recommendation.

pine dagger
#

Try pwnbox?

olive cape
#

alright ill contact them, ive used the uname commands and supplied it with pretty much everything it had in parts full, and all lol, seems to be an issue, its not the fisrt one ive had, could spans machines yesterday, now i can, no idea what that was about

#

figured out the issue :/ just read on a post, its a javascript thing, i enabled it through uBlock, some how or another it was disabled from loading. probably me accidently clicking that particular filter when i updated it last. but it had accepted the answer i just got a funky result. as when it reloaded, it updated as correct and i could not click it again, so theres that if any one else has that issue thats the problem in my case

placid stream
#

hey quick question: why would i turn off the dns resolution in a nmap scan? will the scan be quicker/stealthier? and is it on by default?

cedar void
#

When connecting to telnet service via smtp port 25 ...

when entering credentials, is this the format:

telnet ip_address 25

USER username

PASS password?

shell tinsel
#

hello i have a question regarding academy annual subscription, where should i ask it?

acoustic owl
cedar void
#

Thanks, I figured it out

rich gale
#

does **"Direct access to all modules up to (including) Tier II" **mean that I don't need to pay cubes for modules that are tier 2 or less? @me

silent oriole
acoustic owl
rich gale
#

thx

pine dagger
elfin needle
#

@pine dagger sent you a DM, hope its ok.

brittle prawn
#

Hi I am doing the Linux fundamentals and for some reason I am getting this pop up

tacit grove
fallow depot
#

Btw anyone here working as pentester/bug bounty hunter without studies/university? Is it even possible?

next bronze
umbral fulcrum
#

the "enjoyable" part is that I did it already, I'm trying to make my some notes

#

in "Attacking Common Applications - Skills Assessment II"
when I try to use "gitlab_13_10_2_rce.py" I get:

[1] Authenticating
Successfully Authenticated
[2] Creating Payload
[3] Creating Snippet and Uploading
[-] Exploit failed

next bronze
#

dm if you need, though I've already explained all I can

#

what makes you think that it's vulnerable to the RCE?

silver mural
#

Guys, I'm having some difficulty on "Stuxbot - INTRODUCTION TO THREAT HUNTING & HUNTING", in finding what is the name of the "famous powershell hacking tool!" D: Can some one give an hint or some assistance?

#

"Some PowerShell code has been loaded into memory that scans/targets network shares. Leverage the available PowerShell logs to identify from which popular hacking tool this code derives. Answer format (one word): P____V___ "

#

found a lot of code in the field "powershell.file.script_block_text", and pasted some parts in a search engine, but could not find any correct powershell tool, only a whole lot of spare scripts...

edgy token
#

Hi guys how can i read flag 4 from linux hardening Linux priv esc module please?

next bronze
next bronze
edgy token
next bronze
#

what's the name of the section

edgy token
#

Linux Local priv esc

#

The last section

next bronze
#

skills assessment?

edgy token
#

Yes

next bronze
#

that's not hardning

edgy token
#

Yes sorry

next bronze
#

what have you tried?

edgy token
#

I found apache tomacat user and password

#

But i don't know how to read the flag

latent glen
#

Hello everyone, Im on the IPMI module in Footprinting and I am having trouble cracking the hash

silver mural
#

guess I will bang the head some more...

#

probably the lack of PS knowledge.

next bronze
edgy token
#

I did it

#

Iìm inside

#

I cannot read the flag lol

latent glen
#

anyone that could help me with that. So Its -m 7300 and the I have the hash from ipmi_dumphashes.
Now Ive tried basically eevery different format and hashcat just owont take it

next bronze
umbral fulcrum
latent glen
#

its fine I got it

#

thanks

silver mural
edgy token
#

I did it

#

I uploaded a malicious shell via tomcat

next bronze
#

good job

misty current
#

Obfuscate the flag. If you got it from blind-sql injection, then you'd need to run it again.

sly dome
#

run it again, missing some characters if its time based

#

also avoid spoilers πŸ™‚

distant moat
#

it will go blank

#

I get it from my pwnbox

sly dome
#

i dont know

#

i got it from my parrot

distant moat
next bronze
#

it should work, I did everything from kali

sly dome
#

dev branch

tough crystal
#

Can somebody help me with Attacking Thick Client Application. Upon modyfying the bat fiile in the tmp, and running the bat file only oracle.txt is being created in ProgramData

distant moat
sly dome
#

no.

rustic sage
#

Hi

#

Any one done cpts

acoustic sparrow
rustic sage
#

Modules

#

Exam I know There is 210$

fathom pendant
#

Like about 4-5x more than have the cert have finished the path

fathom pendant
#

Make sure no weird spaces

#

If you copy/paste

#

Should probably delete since spoiler

tough kettle
#

Hey guys I need help with the attacking common services skills assessments, can I dm anyone?

sly dome
#

@hallow kiln can i dm? AD module skill ass 1

pastel lava
#

im a little stuck on the web attacks skill assesment i managed to find the uid of the admin user so im trying to login as the admin via and idor but not sure how i intercept the request and change the uid but nothing changes any help if you need more detail i can provide it just trying to avoid spoilers

red current
#

I'm a bit stuck in the Windows Event Logging Basics section of Windows Event Logs. The second question asks to craft an XML query to determine if the previously mentioned executable modified the auditing settings of C:\Windows\Microsoft.NET\Framework64\v4.0.30319\WPF\wpfgfx_v0400.dll. Enter the time of the identified event in the format HH:MM:SS as your answer. Is anyone available to assist with crafting this query? It's odd that such a question would be in this course so soon without any XML language modules prior to this.

hallow kiln
tough kettle
#

No one is giving any help

acoustic owl
acoustic sparrow
#

and which attacking common services are you talking about the first or the secound one ?

opaque elm
#

Hi, do you have this error on this module : Footprinting / Oracle TNS?

β”Œβ”€β”€(kaliγ‰Ώkali)-[~/odat]
└─$ sudo apt install oracle-instantclient-basic oracle-instantclient-devel oracle-instantclient-sqlplus -y
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package oracle-instantclient-basic
E: Unable to locate package oracle-instantclient-devel
E: Unable to locate package oracle-instantclient-sqlplus

delicate knot
opaque elm
opaque elm
#

"Oracle TNS" gives me a lot of trouble

red current
crystal steeple
#

hello guuys im struggling wit the last privesc in getting started ---> knowledge check

#

i ran linpeas and found out some suid files i tried to look how to exploit thise files with gtfo but nothing works

fossil crescent
#

Anyone do the Intro to Whitebox Pentesting: Code Review - Services? Asks for full route for the endpoint linked to generateQR function -- maybe I'm completely misunderstanding the question, but not only trying what I thought the answer was (along with everything else I could come up with) has failed me. Please DM. Thx.

fathom pendant
#

If it's not something simple: it's wrong @crystal steeple

#

linpeas shows a lot of things

#

Doesn't mean they're all right

crystal steeple
#

hmmm

#

i will try again

fathom pendant
#

Did you try just doing sudo -l

crystal steeple
#

yes

#

i found tht php file

fathom pendant
#

That's all you need

crystal steeple
#

but i couldnt overwrite it

fathom pendant
#

You don't need to overwrite it

crystal steeple
#

wait

fathom pendant
#

It's an application

crystal steeple
#

my brain stopped working

#

when i ran that , i got a blank page which i can write anything there

fathom pendant
#

Check gtfobins

#

For php

crystal steeple
#

ye man im done

#

i did all that i tried idk if im doing things right

#

i checked for everything you said before i asked but nothing works 10000% im not using right commands in right places

#

and then i get that blank page

#

i followed commands in gtfo

#

and paste them there but nothing happened

hallow kiln
#

The command in gtfobins is pretty straightforward

next bronze
#

you can sudo with php right? follow the commands in the sudo section

crystal steeple
#

yeeep as i said i was pasting commands in a blank page

#

now its worked and got root lol

#

thanks guys !!

worthy temple
#

I dont understand from where to stand i'm familiar with CTFs but i see in the HTB there are so many paths, Where should i start?

#

Just From Machines?

#

I've done much of labs and CTFs not in HTB, On other platforms, But here i can see there are so many, Machines, Challenges, Sherlocks, Acandemy, What to chose lol?

#

Just start with active machine?

next bronze
#

do whatever that interests you, if you already have experience with ctf, the active boxes are indeed a good place to start

worthy temple
#

What about the Starting point?

#

I dont really get this

#

I'm in tier 2 in the "Starting Point" What comes after?

#

I can see on the left tab
Starting Point
Open Beta Season III
Machines
Challenges
Sherlocks
Tracks
Academy

So Seems like the most relevant here is the Machines section am i right? Just start from easy mode? What are the differences between ACTIVE MACHINES and RETIRED MACHINES? seems like the RETIRED MACHINES has much more LABS,

spring viper
#

retired machines have writeups and dont award points

#

active machines dont have writeups but do award points

worthy temple
#

What does points give me?

#

just "fame"?

spring viper
#

points like a video game hiscore

next bronze
#

pride and accomplishment

worthy temple
#

Ok, So how can I know that a retired machine is relevant (or irrelevant) because it's "retired"

#

I know everything is relevant... even log4j lol

worthy temple
next bronze
#

what do you mean by relevant?

worthy temple
next bronze
#

if you find starting point easy then skip it

spring viper
#

you can order by release date

worthy temple
#

Starting point is untill Tier 2 am i right? (right now i'm on tier 2)

spring viper
#

but they are CTFs so they will have you doing things you (hopefully) shouldnt see all too often in the wild

worthy temple
spring viper
#

like CTFs have customized scenarios that are meant to make you think more than on a regular assessment

fathom pendant
spring viper
#

hack the box has many realistic boxes but also some are more just fun and interesting challenges

fathom pendant
#

You need to verify/link your account following #welcome

worthy temple
#

So how can i determine what is more realistic and what is less?

worthy temple
#

We can speak here for now

fathom pendant
#

This isn't the place for this conversation, this channel is for discussion about academy content

next bronze
#

them's the rules

fathom pendant
#

Not main platform

worthy temple
#

So lets finish our lil chat and after that i will verify myself

#

k?

fathom pendant
#

Realistic means you won't be guided to the next step

#

End of sentence

#

Yw

worthy temple
#

somthing really easy took me entire day

#

of searching and wambling

fathom pendant
#

You get told "hey this is the goal, good luck" in main platform it's 2 flags, user and root

worthy temple
#

without any guidance

fathom pendant
#

For academy it's the skill assessment at the end of a module

#

Machines often have a combination of faults related to the academy modules in Academy X HTB page

#

But it's not like you'll have all the info just from doing the modules

worthy temple
#

Oh so there is a related machine CTFs after each academy module

fathom pendant
#

Just gives you a stronger base

fathom pendant
worthy temple
#

I've already completed eJPTv2 so i think that i dont really need academy

fathom pendant
#

Unless you mean the skill assessment?

#

You'd be surprised

tiny yacht
#

Yo ! I wanted to ask if um thinking corectly.
Footprinting Lab Easy, question: Enumerate the server carefully and find the flag.txt file. Submit the contents of this file as the answer.
Ports 21 and 2121 are open, they provided credentials for user name ceil.
Im trying to dwnl files using wget command, however it seems that its always failing due to connection time out.
Its just broken or using wget is not a solution ?

wet kite
hallow kiln
next bronze
#

ejpt is nothing compared to the content in the academy

fathom pendant
#

Web-get

fathom pendant
worthy temple
#

So If i pay for "VIP" it's include the academy in?

fathom pendant
#

Vip is separate

wet kite
#

Academy is a seperate platform

worthy temple
#

Oh

fathom pendant
#

^

fossil crescent
tiny yacht
wet kite
#

but you can have a few weeks of content in academy before reaching the point where you actually need to spend money. if you concentrate on Tier 0 modules

fathom pendant
#

You have a valid port for ftp

fathom pendant
#

Specifically the alt port

tiny yacht
fathom pendant
worthy temple
worthy temple
#

Oh

wet kite
worthy temple
#

But CEH != eJPTv2?

#

I've been told it's almost the same lol

next bronze
#

ceh is just multple choice questions

worthy temple
#

Or compared to somthing else

next bronze
#

how can you learn pentesting from that

worthy temple
#

so what you can compare eJPTv2 to ?

worthy temple
hallow kiln
#

PJPT is a lot more practical

#

eJPT is just something to get your feet wet and see if you're interested

worthy temple
#

I dont really care about the certification, I care about the knowledge

hallow kiln
#

if you care about knowledge, CPTS is what you want

wet kite
rustic sage
#

If you only care about knowledege don't do any certs lol

worthy temple
worthy temple
next bronze
fossil crescent
# worthy temple actually i'm 4 years developer and Computer Science+CYBER SECURITY graduate, But...

I added the /s tag as I was being sarcastic. You passed your eJPT -- that's fantastic -- celebrate the win. But if you truly are that unaware (as your response to me suggests)... I truly feel bad, as you are blissfully unaware of how little you truly know. That said, keep on keeping on, as at the end of the day, we are truly know little -- it's just having the self-awareness to know that we know nothing vs. the igorance to think we are that good.

rustic sage
worthy temple
hallow kiln
#

try it out, active boxes are free and don't come with write-ups

next bronze
#

with respect, I have ejpt, and I'll be very surprised an ejpt holder can do an easy box without problems

worthy temple
#

So just go for the Machines Section?

worthy temple
#

and depends on the box, Linux box it's easier for me (becuase of my experience as developer)

#

Lol nice

#

You're giving me good advices (for real)

heavy marsh
#

Finally got the hash on the attacking common services SQL module, but -m 1000 mode on hashcat is saying no hash loaded.

#

What type of hash is this?

hallow kiln
#

Net-NTLMv2

worthy temple
#

Seems like there are retired machines easy level for free

next bronze
hallow kiln
#

entirely different thing from NTLM

#

but yeah, the section explains it including which hashcat mode it is

tranquil axle
worthy temple
#

But in Pentesting there are many fields, Even for a CTFs, There are WEB pentest and network pentest and server pentest and many more, I should chose my field am i?

rustic sage
next bronze
#

you should be decent at all fields then specialise into one if need be

heavy marsh
worthy temple
heavy marsh
#

That's mode 1000 right?

worthy temple
#

code research

hallow kiln
#

No, 1000 is NTLM

rustic sage
tranquil axle
# worthy temple code research

if you want something more specific look at the challenges, they have some for reversing or the web section has you read the code of a webapp and find a vulnerability you wouldn't otherwise find so easily

#

again the active challenges are free, the retired ones require vip

worthy temple
#

The Art of Software Security Assessment: Identifying and Avoiding Software Vulnerabilities. By Mark Dowd, John McDonald, Justin Schuh. Addison-Wesley, 2006

#

and cryptographic

hidden trellis
#

Hi is it possible to get some help on this please, is this broken?

rustic sage
#

but yeah, good luck on your journey

heavy marsh
hallow kiln
#

whole thing as you see it

wet kite
heavy marsh
next bronze
heavy marsh
#

πŸ€·β€β™‚οΈ

hallow kiln
worthy temple
heavy marsh
#

The one in the resources for the module

heavy marsh
next bronze
#

try rockyou

worthy temple
#

So there are reverse engineering or BOF challenges in HTB too?

hallow kiln
#

I didn't use rockyou, but it's probably in there

rustic sage
next bronze
heavy marsh
worthy temple
heavy marsh
#

Thank you!

#

I wonder why the pws.list doesn't have it?!

hallow kiln
worthy temple
#

@rustic sage So HTB has this kind of challenges too?

worthy temple
rustic sage
heavy marsh
next bronze
hallow kiln
wet kite
heavy marsh
#

No, I'm using sqsh like I did for the supplied credentials

#

Am I supposed to RDP or something?

worthy temple
fathom pendant
next bronze
#

and the pwn challenges also has bof

worthy temple
#

Wtf so now I have Machines section, And Challenges section, What should i use

#

Oh wow

next bronze
#

like I said, do whatever interests you

hallow kiln
next bronze
worthy temple
#

Oh so in Challenges section you can determine by type of what kind of challenge you would like to complete, Those challenges are the same as we have inside the Machines section but it's just arranged and sorted by subjects?

next bronze
#

challenges only has one flag, and it's usually shorter than a machine, you get a docker container to hack instead of a full os

worthy temple
#

"Challenges" Section has the machines inside the "Machines" Section just sorted and arranged into subjects?

worthy temple
#

Can i arrange the Machines by subjects too?

hidden trellis
#

In the Advanced XSS and CSRF Exploitation skills assessment, should I be able to log in? It logged in fine for me a week ago but now its not...

next bronze
hallow kiln
next bronze
hallow kiln
#

I have it in my notes, I used mssqlclient, but I'm sure sqsh can be used as well

next bronze
#

ah ok then I guess it's skill issue

worthy temple
#

So i can see there are many "low level" challenges there

heavy marsh
worthy temple
#

i meant BOF and code vulnerability exploit

#

i dont know how it's called

next bronze
hallow kiln
next bronze
gray merlin
#

Do you remember where? I have been looking for it. Trying to figure out how I missed it.

hallow kiln
#

near the end

gray merlin
next bronze
#

--local-auth is not just limited to mssqlcient.py btw, it's available in most impacket tools that uses windows auth

hallow kiln
gray merlin
#

Also CME/NXC.

hallow kiln
gray merlin
#

lol. All good.

hallow kiln
gray merlin
hallow kiln
#

you haven't done that one?

next bronze
#

sometimes you just gotta read the manual

gray merlin
#

I am on hard right now and needed it.

gray merlin
hallow kiln
gray merlin
hallow kiln
#

then yeah, it is mentioned in that very module

gray merlin
#

I have searched and come up empty.

hallow kiln
#

yes, one moment

#

windows lateral movement under the pass-the-hash section

hallow kiln
#

you're welcome

tiny yacht
heavy marsh
#

Why did the flag show up like this?

#

b'HTB{SPOILERS}'

#

that's what the whole thing looked like with "SPOILERS" to replace the actual flag

#

what is the b' ' ?

#

This is for the SQL flag in attacking common services

keen compass
#

Hi, I have a bloodhound question : Documentation & Reporting Practice Lab, I observe a weird behaviour:
After running bloodhound-python (as Domain Admin), I cannot find the relationship that link Remote Desktop Users group on DEV01
This information seems to be potentially visible through bloodhound since it is written as a Finding in the obsidian folder.

I have run multiple times bloodhound and don't get this info.
Any idea please ? would this be a limitation of bloodhound-python ?

keen compass
gray merlin
keen compass
next bronze
#

I've ran into instances where bloodhound didn't get all the edges

red current
#

Anyone have any hints for the Tapping in to ETW section in WINDOWS EVENT LOGS & FINDING EVIL?

sterile turtle
#

opa

#

I need someone to hack someone for me, she stole my account, and I don't really understand that

acoustic owl
acoustic owl
sterile turtle
#

bru, ok, tanks Bro

#

It was a game account, I don't know if you can help me

#

it was on roblox

acoustic owl
#

Contact Roblox Support and the local police

#

Nobody can do anything for you here

hallow kiln
red current
acoustic owl
red current
hard obsidian
#

Hello Everyone, I'm new to the crew (cyber). Going through information security skill path on HTB !

heavy marsh
#

Getting an error on Attacking DNS from Attacking Common Services module

#

I already used subbrute, but the dig command is not working.

next bronze
#

the @ should be the ns

heavy marsh
#

is inlanefreight.htb the nameserver then?

#

I have it backwards?

next bronze
#

do you think hr will be a nameserver?

green aurora
#

guys any hint in this im stuck here Submit the number of all "A" records from all zones as the answer. footprinting module

heavy marsh
#

I figured it out, my command was backwards

plain coral
#

nothing more annoying then being halfway through a skills assessment and the Pwnbox instance running out of life sigh

quasi wave
#

hi I'm still on the last exercise of the intro to nmap module. I started taking notes of the whole module again from scratch but I am wondering if I should just look at a walkthrough of the module or read through the whole module again straight through. I watched an entire YouTube playlist of Nmap by hackersploit so its just a thought.

#

what do you think?

#

I have been on the last exercise of the Nmap module for weeks and forgotten a lot of what I have learned.

#

but I don't want to cheat because I want to learn

#

is there a walkthrough by section so I can relearn everything from previous sections in YouTube video and just skip the walkthrough for the last section?

#

is it a bad idea to do a walkthrough of it?

plain coral
ebon minnow
#

mutated the password from the hint and tried kira but cant get in

#

any tips?

plain coral
plain coral
ebon minnow
plain coral
#

mutate it with the given resources

ebon minnow
plain coral
#

Also, I believe there was a hint about the password just mutate the hint or words related to it, it will decrease the time taken to brute.

#

Use the rule given in the resources to mutate that list the password has a 0 in it

#

hashcat --force password.list -r custom.rule --stdout > mut_password.list

plain coral
#

Your not dumb, we all deviate from the resources/modules from time to time. Every time I've been stuck or hit a roadblock, the answers are always in the materials

ebon minnow
#

oh ok

plain coral
#

And make sure you write all passwords you find down because iirc there are a few credential reuse questions πŸ˜‰

plain coral
pseudo zenith
#

hi

#

anybody here?

#

i cant unlock modules

#

am I only one with this problem here

#

: )

ebon minnow
#

do i need to brute force the hashes manually for Passwd, Shadow & Opasswd?

hidden trellis
#

can anyone tell me if this is the correct app for the skills assessment in ADVANCED XSS AND CSRF? I have had two different apps load at different times

fathom pendant
#

This module makes heavy use of the mutated list

real summit
#

Morning, bit lost on Pivoting, Tunneling, and Port Forwarding module Skills Assessment.
Stuck on last question in finding DC.
I'm in host ||PIVOTWIN10 Ip 172.16.6.25||.
I also see network ||172.16.10|| where I have two IPs ||172.16.10.5 ||and|| 172.16.10.25||. Can' t connect to neither of them. What am I missing?

unreal granite
#

Hi Everyone got a hashcat question here hope i can get some help iam trying to crack a hash with hashcat but i cannot cat the outputfile whatsoever what am i doing wrong ?

silent oriole
#

Hi, Trying to establish a rdp(xfreerdp) to foothold box. however, session keeps dropping.
[11:04:26:999] [3504:3505] [ERROR][com.freerdp.core] - freerdp_tcp_connect:freerdp_set_last_error_ex ERRCONNECT_CONNECT_FAILED [0x00020006]
[11:04:26:999] [3504:3505] [ERROR][com.freerdp.core] - failed to connect to 10.129.204.126

Any solution please.

unreal granite
silent oriole
unreal granite
silent oriole
#

I'm experiencing the issue from yesterday. Did reset it. Will give it another go

unreal granite
silent oriole
# unreal granite tell me if that helped πŸ™‚

Still getting the same error.
[11:23:50:788] [4281:4282] [ERROR][com.freerdp.core] - freerdp_tcp_connect:freerdp_set_last_error_ex ERRCONNECT_CONNECT_FAILED [0x00020006]
[11:23:50:788] [4281:4282] [ERROR][com.freerdp.core] - failed to connect to 10.129.106.209

unreal granite
#

hmm do you have own distro set up )

#

?

undone narwhal
sly dome
#

for sure it has to be the special characters on password

silent oriole
unreal granite
#

maybe yes

#

try with ''

sly dome
#

password has $ or ! use single quotes

silent oriole
#

Single quotes was throwing the error.

unreal granite
#

magic πŸ˜„

sly dome
#

double quotes with $ wont work.

silent oriole
# unreal granite magic πŸ˜„

That didn't long enough. Dropped out again.
[11:30:46:666] [4398:4399] [ERROR][com.freerdp.core.transport] - BIO_read returned a system error 110: Connection timed out
[11:30:46:666] [4398:4399] [ERROR][com.freerdp.core] - transport_read_layer:freerdp_set_last_error_ex ERRCONNECT_CONNECT_TRANSPORT_FAILED [0x0002000D]
[11:30:46:666] [4398:4399] [INFO][com.freerdp.client.common] - Network disconnect!

sly dome
#

fix your internet

silent oriole
silent oriole
misty current
unreal granite
silent oriole
#

Internet is stable, as my VNC session doesn't drop. However, only the rdp session keeps droping.

real summit
mystic trench
#

Can somebody help me a little bit with Attacking Thick Client Application.Please

south glen
#

hey guys i m kind of stuck at shells and payloads modules live engagement host no. 1 i m not able to get reverse shell after uploading the shell and when accessing it , it throws 400, 404 error

silent oriole
unreal granite
silent oriole
unreal granite
silent oriole
sly dome
#

regenerate vpn

#

also try TCP

unreal granite
silent oriole
silent oriole
#

I shall try with a TCP vpn.

unreal granite
silent oriole
supple trench
#

hello

unreal granite
#

Hi

tranquil tree
#

so I was looking through some of the pfSense documentation and stumbled upon the Lawrence Tech services's web page where they explain the recent change (a few months) features of pfSense CE and addtion of pfSense Plus
https://forums.lawrencesystems.com/t/differences-in-pfsense-plus-vs-pfsense-ce-in-july-2023/18078
The key difference they have in this link, I understand some of the stuff they are comparing to but will it affect me in any way for which I would have to buy its plus package? Or should I shift to OPNsense which is a fork of pfSense.
I need someone to explain the key differences mentioned in this link so I can make a clear decision on what product I should stick to.

#

ffs I cant send the key message here

#

from Boot Environments to IPsec Export: Windows Powershell

umbral fulcrum
#

hey guy, I'm stuck on "Attacking Thick Client Applications"

can some one please help?

thorn ingot
#

damn okay

fathom pendant
fathom pendant
tranquil tree
fathom pendant
south glen
#

@fathom pendant can you plz help me with shell and payloads modules live engagement section host1

fathom pendant
fathom pendant
sly kelp
fathom pendant
#

Sorry it looks like it replied to the wrong thing

south glen
fathom pendant
south glen
fathom pendant
#

I don't think you need to include the .war extension in the url

fathom pendant
fathom pendant
#

Did you use the right arguments in msfvenom?

fathom pendant
#

No

#

Iirc the cheatsheet has the format

#

Are you running your listener?

south glen
fathom pendant
south glen
fathom pendant
#

Is that 172 address the ip of the attack host?

south glen
#

yes

south glen
fathom pendant
#

You don't need to specify the source

#

I dont recall it being that complicated once I accessed the page

#

And you're sure you're navigating to the right page for the file? Like I said the manager let's you go to it correctly

fathom pendant
#

Also you can replace the direct numbers with IP and PORT

#

So it's not spoiling

fathom pendant
#

I knew something didn't look quite right from your msfvenom command

wheat scroll
#

Hello I have a problem with ffuf

#

Pls help me

wheat scroll
#

When I put ffuf with -w and -u flags It returns me Errors : number (instead of 0) and it doesn’t return the files

fathom pendant
#

It would be nice to see your command my guy

wheat scroll
#

Ok

fathom pendant
#

So we can actually tell you what you did wrong

#

If you're trying to upload a photo, you can't. You need to link your htb main account to discord ( #welcome )

wheat scroll
fathom pendant
#

Why aren't you doing index.fuzz

wheat scroll
#

To recup all files that finsh with .word

#

Like .html

#

.php

#

It’s the module that show me this command

#

I didn’t use it from my knowledges

wheat scroll
fathom pendant
#

I guess if that list already inserts the .

wheat scroll
#

Ok

fathom pendant
#

idk haven't messed with it much

wheat scroll
#

It returns the same

fathom pendant
#

try resetting the target and trying with the new IP:PORT

wheat scroll
#

Ok

#

Thxxxx

fathom pendant
#

target probably died

#

that's why

wheat scroll
#

No

fathom pendant
wheat scroll
#

It’s not due to time

#

Thx

fathom pendant
#

i didn't say it was due to time

wheat scroll
#

Ok sorry

fathom pendant
#

sometimes they just die and it's dumb

wheat scroll
#

Ok

fathom pendant
#

Β―_(ツ)_/Β―

#

or you accidentally ddosed it

wheat scroll
#

Maybe

#

Now I am thinking about all sections that I failed

south glen
umbral fulcrum
umbral fulcrum
grizzled schooner
#

In addition to the pure exchange of information, SNMP also transmits control commands using agents over UDP port 161. The client can set specific values in the device and change options and settings with these commands. While in classical communication, it is always the client who actively requests information from the server, SNMP also enables the use of so-called traps over UDP port 162.These are data packets sent from the SNMP server to the client without being explicitly requested. If a device is configured accordingly, an SNMP trap is sent to the client once a specific event occurs on the server-side.

What are the traps it's talking about here?

Is it just a maliciously crafted packet?

fathom pendant
#

aka it looks correct but it's not

grizzled schooner
#

ok cool thanks

manic wolf
#

So in the Pivoting, tunneling and port forwarding module, the dynamic port forwarding with SSH and SOCKS Tunneling section, I keep getting the error || socket error or timeout!|| When trying to use proxychains

#

I do have the VPN on

#

It's eu-academy-1, if it's any relevant

rustic sage
#

What are you trying to do?

manic wolf
#

|| use RDP with proxychains||

#

It's the module exercise

rustic sage
#

Which tool are you using? If your using chisel, drop the chisel full command.

manic wolf
#

It's just proxychains

rustic sage
manic wolf
#

I'm using the command as taught in the module πŸ€·β€β™‚οΈ

rustic sage
#

Wait let me see the module.

viscid zenith
#

Are there any promo for black friday?

rustic sage
manic wolf
#

SSH

rustic sage
# manic wolf SSH

Do like this :|| ssh -D 9050 ubuntu@10.129.202.64|| and add ||9050|| to your proxychains.

manic wolf
#

That I did, I'm gonna try changing the VPN server

fathom pendant
#

Why aren't you doing index.fuzz

#

Your example you showed doesn't have the . between index and FUZZ

manic wolf
#

Gonna try pwnbox then

pale wraith
#

Hi everyone, I'm confused about a thing in the footprinting medium lab, I managed to obtain ||alex user and his password enumerating NFS then I connected to rpc and tried to obtain more information, but could not get anything, so I peeked at the forum and they were talking about MySQL and I have no idea how they got to an SQL database, I enumerated all ports and it had no entry for a SQL service, and again, could not find about it using alex's credentials, how should I know there is an SQL server running? ||
ps. I still have not completed the challenge

manic wolf
rustic sage
faint trellis
#

Module "ABUSING HTTP MISCONFIGURATIONS", "Common Session Variables (Account Takeover)" . Who can hint me to bypass MFA?

pale wraith
terse sedge
#

I'm in the "Attacking Web Applications with Ffuf" module. Why does ffuf produce blank results?

#

This happens a lot to me.

dreamy solar
#

Hello

#

can I have a hint for this plz ?

#

how can I access this directory?

naive shell
terse sedge
#

"Attacking Web Applications with Ffuf" Skills assessment

#

This has happened all through the module, the section doesn't matter.

naive shell
#

But anyway, maybe remove some filters and check then?

#

Or, according to the status 200 and blank results, it could just be, that's how the server responds to inexistent files, idk.

quasi wave
#

hi so I've been stuck on the hard lab for Nmap for a few weeks. I went back and watched hackersploit's YouTube playlist on Nmap. However, I have been stuck on the hard lab for a long time. Its been at least three weeks. Would it be a bad idea at this point to watch a walkthrough of Enumeration with Nmap?

#

would it be worth it to watch most of the walkthrough but not the hard lab part or would it be a good idea at this point to watch entire walkthrough?

thorn urchin
#

Just cheating yourself

#

all the info to pass is in the section information

quasi wave
#

Ok. Is there a place where I can find a summary of everything before the hard lab that I have already completed to review and then try the hard lab again after reviewing that stuff? I think its because I have forgotten all of the information even tho I took notes.

#

its a lot of information is my thinking

silver iris
#

Did anyone else have trouble during the "Pass the Hash" Module in "Password Attacks"? My RDP session keeps dying and is super slow. IΒ΄m stuck here for 2 days, because i cant work properly. Any tips?

quasi wave
#

maybe I could resolve the easy and medium labs?

#

lets say I did easy and medium labs again. would that help?

quasi wave
thorn urchin
#

Go back and review the content yourself if you havnt absorbed enough of the info yet

quasi wave
next bronze
quasi wave
thorn urchin
next bronze
#

if your notes aren't helping, they're not good notes

silver iris
quasi wave
#

like in terms of building upon it?

thorn urchin
#

Eh

#

if your missing the critical part to solve the lab then youll still be missing the critical part to solve the lab

quasi wave
#

ok thanks

#

so I should just redo entire section maybe?

thorn urchin
#

Redoing practice youre uncomfortable with always helps, but its not as likely to suddenly give you the insight you need

thorn urchin
quasi wave
thorn urchin
#

also just like experiment a lot

undone narwhal
thorn urchin
#

Rote memorization wont help you much in these modules

#

Ive learned more by purposely experimenting and going off book or trying different ways to achieve the same result.

#

Figuring out WHY things dont work is just as valuable as figuring out what does work.

frozen mango
#

hi all, I am working on 'Getting Started' module under 'Public Exploits'. I am having difficulty finding the flag, I have successfully exploited the plug in. However, I am not sure what to do next/get the flag?

silver iris
quasi wave
#

I'm actually trying out the hard lab directly because I think as I research the nmap stuff I might eventually be able to solve it

#

so gonna keep trying

dusk torrent
dreamy solar
#

Hello why this reversed shell does'nt work ? plz

next bronze
#

wmiexec/psexec drops a shell, you don't need to set additional commands to get a rev shell

dreamy solar
dusk torrent
#

it says it right there :)

#

the next step

#

idk if its considered a spoiler though maybe mark it as one

frozen mango
frozen mango
next bronze
small sage
dusk torrent
#

so it should be the contents of it that youre interested in

dreamy solar
dreamy solar
frozen mango
dusk torrent
#

give me a sec

small sage
dusk torrent
small sage
# dreamy solar yes ^^"

Yea you don’t put the dc ip in the reverse shell command, you put the ip of the host that you run netcat to listen on

#

You tell the dc which ip to serve the shell

dreamy solar
#

thanks

obsidian sundial
#

hi
i need help with beef
i want to send a link from my vm to my host
but i cant

quasi wave
#

hi I'm getting a little closer with the Network Enumeration with Nmap Module but I don't think this page is showing me the right answer but tell me if I'm on the right track:

β”Œβ”€[us-academy-1]─[10.10.15.228]─[htb-ac-605555@htb-4cxzwormnp]─[~]
└──╼ [β˜…]$ sudo nmap -sUV -p137-138 10.129.214.148
Starting Nmap 7.93 ( https://nmap.org ) at 2023-11-20 21:28 GMT
Stats: 0:00:39 elapsed; 0 hosts completed (1 up), 1 undergoing Service Scan
Service scan Timing: About 50.00% done; ETC: 21:29 (0:00:37 remaining)
Stats: 0:01:09 elapsed; 0 hosts completed (1 up), 1 undergoing Service Scan
Service scan Timing: About 50.00% done; ETC: 21:30 (0:01:07 remaining)
Stats: 0:01:29 elapsed; 0 hosts completed (1 up), 1 undergoing Service Scan
Service scan Timing: About 50.00% done; ETC: 21:31 (0:01:27 remaining)
Nmap scan report for 10.129.214.148
Host is up (0.072s latency).

PORT    STATE         SERVICE     VERSION
137/udp open          netbios-ns  Samba nmbd netbios-ns (workgroup: WORKGROUP)
138/udp open|filtered netbios-dgm
Service Info: Host: NIX-NMAP-HARD

Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 100.87 seconds
#

can someone help me out? am I on the right track?