#offensive-pentesting-path

1 messages · Page 14 of 1

low knot
#

I just manually inspect badchars everytime

#

don't find mona reliable

#

for finding badchars

fleet wedge
#

it also could be it had another badchar from a python script I did

#

since I didnt terminate the machine that I got shell

low knot
#

let's just compare our outputs for badchar...I'll share mine

#

you may let me know

fleet wedge
#

\x00\x16\x2f\x30\xf4\xfd

low knot
#

if there's any difference

low knot
fleet wedge
#

but I still got a shell with x30

low knot
fleet wedge
#

I'm going to try manually

low knot
#

just check if it's the same

#

or you may share your ss, I'll check

low knot
#

so we are suppose to ignore it anyways

fleet wedge
#

yeah thats my fault ngl

low knot
fleet wedge
#

gotta memorize the number patterns if I wanna use mona

#

yeah it would've been the same

low knot
fleet wedge
#

actually do you know where I could find a normal hex dump picture

#

like for all values with no badchars

low knot
#

I'll share

fleet wedge
#

or I could just be extra safe and use mona/check the hex dump also

low knot
fleet wedge
#

and than grab the other output from mona bin

low knot
fleet wedge
#

wait I just realized thats the hex dumps output

#

thanks @low knot lol

desert topazBOT
#

Gave +1 Rep to @low knot

low knot
fleet wedge
#

nah I just realized thats the format of the hexdump

#

so I can check against that to see if any bytes are corrupted

low knot
#

yeah, got it then😆

low knot
sleek carbon
#

is it like compulsory to have prior coding experience to learn ethical hacking?

marble junco
#

try some beginner rooms and TryHackMe and find out!

#

the short answer is no

#

the longer answer is if you want to be efficient you will learn as you go along to be able to at very least read/understand and modify scripts and other code, but just stick with the beginner materials and you will see what it's like

sleek carbon
#

ok thx

vagrant vapor
#

guys i need to demolish a server

#

how do i do it?

keen iris
vagrant vapor
#

like kill it

keen iris
#

Why? What server?

vagrant vapor
#

i have a server which i dont have admins to, and it is taking up too much space on my discord app so i want to delete it.

keen iris
#

Leave the server

vagrant vapor
#

no i dont want to leave i want to delte

keen iris
#

But you don't have admin

#

It's not your server

vagrant vapor
#

it is

keen iris
#

Then you have admin

vagrant vapor
#

on my other discrod account which i dont know the password to

keen iris
#

We cannot help you as that would be illegal

vagrant vapor
#

ok

keen iris
#

Recover your discord account through the forgotten password system

vagrant vapor
#

ko

keen iris
#

Just leave the server.

vagrant vapor
#

ok

#

what does nuking mean?

keen iris
vagrant vapor
#

in discord

#

just wondering

keen iris
#

That doesn't really provide context

vagrant vapor
#

like for discord servers

#

when u "nuke" a server?

#

my friend was just talking about it

keen iris
#

I'm sure you can answer that question for yourself with Google

sly moat
#

@vagrant vapor It involves getting high permissions then running a script to delete every single channel, role, and banning all the users.

sly moat
#

You could.

weak whale
#

hey guys, how to connect to Corp room? Remmina and xfreerdp cant connect. In browser cant react cmd bc start cant be opened.

velvet tapir
#

mtu maybe:

#

sudo ip link set dev tun0 mtu 1200

#

@weak whale

weak whale
#

@velvet tapir thanks for replay, but not helped

desert topazBOT
#

Gave +1 Rep to @velvet tapir

velvet tapir
#

Username is wrong maybe, dark not darkl

#

@weak whale

fleet wedge
#

hi guys, need some help with the bof prep room

#

i did not understand how to identify the bad chars correctly

weak whale
low knot
# fleet wedge i did not understand how to identify the bad chars correctly

https://tcm-sec.com/2019/05/25/buffer-overflows-made-easy/

This video covers how to find the find bad characters in a buffer overflow process. We will examine the ESP dump and learn what bad characters look like, how they interact with shellcode, and their importance.

Timestamps:
0:05 - Introduction and setup
0:37 - Grabbing badchars list
2:4...

▶ Play video
timber thistle
#

Is it just me or is the hydra syntax in hack park just overkill and.. seems like hydra Isn’t the right tool here. They also didn’t really give you much to go off of and you’d be hard pressed to get the right answer without looking at writeups

marble junco
#

I quite liked it and it forced me to learn more about crafting the correct formula and got better at hydra as a result

#

it did take me a bit to get right however

marble junco
#

not specifically, the main benefit would be if you struggle with things and need help, more people use kali and can offer specific advice but in general terms, it should not pose any real problem

deep crest
#

hey

#

anyone here

#

👀

barren frigate
#

Yep

peak kite
#

Hi

#

Guys I need help with the "Relevant" room please

potent elbow
#

@deep crest yes Friend.

near storm
#

how much time did it take you guys to finish any paths in tryhackme?

untold holly
#

Hi guys, anyone here do the Offensive Pentesting > Buffer Overflow Exploitation > Buffer Overflow Prep ?

#

where can i found the EIP contains normal pattern : ... (offset XXXX) in the attached logs?

timber thistle
#

why does my jenkins command keep failing in alfred?

velvet tapir
# untold holly where can i found the EIP contains normal pattern : ... (offset XXXX) in the att...

0BADF00D [+] Command used:
0BADF00D !mona findmsp -distance 2400
0BADF00D [+] Looking for cyclic pattern in memory
750C0000 Modules C:\Windows\System32\wshtcpip.dll
0BADF00D Cyclic pattern (normal) found at 0x018bf272 (length 2400 bytes)
0BADF00D Cyclic pattern (normal) found at 0x007e394a (length 2400 bytes)
0BADF00D Cyclic pattern (normal) found at 0x007e4d7a (length 2400 bytes)
0BADF00D [+] Examining registers
on this line,,,

untold holly
velvet tapir
#

you can't , your screenshot is kind of blurry, but after you run you distance command right below that line you will see the offset ,,

river current
#

Hello, Is there any one who can guide me which protocol is used by port scanner or analyzer. I already know what is port scanner or ports. I'm interested
in protocol how port scanner like Nmap communicate with a target machine and get information. Btw I'm supposed to write a protocol for this from scratch.

keen iris
#

Read up about the TCP/IP 3 way handshake

#

Nmap is very well documented

#

You won't be writing a protocol for it, you'll be writing a program for it.

river current
#

Actually its my assignment just for learning. I have to design a proper format just like any other protocol follow.

keen iris
#

I'm interested in protocol how port scanner like Nmap communicate with a target machine and get information. this protocol is just TCP

river current
# keen iris Nmap is very well documented

Yes I have check that but not in much detail. I have not found a proper format for a protocol but yes i have found tcp 3 way handshake, udp, tcp , these are transport layer protocol.

keen iris
#

That's not what I'm saying

#

Nmap's usual scanning is just TCP port scanning.

river current
#

Ahan that's helpful bro.

keen iris
#

Please don't call me bro

river current
#

okay.

keen iris
#

You would not be writing a protocol for port scanning, the protocol is already there (TCP)

river current
keen iris
#

You just need to understand the 3 way handshake and then you have understood TCP port scanning really

river current
#

Got it mate. Thanks for helping.

shell quartz
river current
desert topazBOT
#

Gave +1 Rep to @shell quartz

clever ginkgo
#

Linux+ in 4 days : /

fleet wedge
#

But I am also taking notes on github for new material

fleet wedge
desert topazBOT
#

Gave +1 Rep to @low knot

low knot
gritty imp
#

Hello, I'm on the Vulnversity room, and I am not sure how to identify which port the web server is running on.

keen iris
#

Try nmap

gritty imp
#

I did. I am just not exactly sure where on the scan it tells me it's running a webserver

keen iris
#

Try the -sV flag to try to identify services

gritty imp
#

Oh okay, gotcha. Thanks

gritty heart
#

Hi all !!

#

Anyone available for a question about the buffer overflow prep channel ??

#

For OVERFLOW2, I'm confused about the shellcode place in the payload, for instance, I know that 630 is the offset, next the 4 bytes for EIP and after that, I can see that there are only 265 bytes length of space available

#

Dont worry, Ive just figure it out what I was doing wrong

shell quartz
fleet wedge
brisk bay
#

I find myself adding time to the machines for the same reason of taking notes, along with other life happenings.

velvet tapir
#

dog always needs to be taken out,

kindred fjord
#

Has anyone felt industry ready after using tryhackme for a while?

covert scarab
#

Not TryHackMe alone

velvet tapir
marble arch
#

hackthebox, virtualhackinglabs, pwk probably

#

i think its good to practice all over

velvet tapir
#

i was thinking of oscp free course, said that went and looked , not so easy to find, found the kali and metasploit, but not the oscp (free course), I guess people mean the syllabus,

echo geode
#

Any good buffer overflow rooms to do before the oscp bof prep room?

tribal ferry
#

Hello guys, i have questions about Buffer over flow

*I have this scenario : [Attacker-> Target1-> Target2] and a BoF exit on Target2.
Target1 and **Target2 **are on different subnet and a good pivoting already setup on the msf of **Target1 *(proxychanine and autoroute)

**My questions: **

1- should i use proxychaine ./exploit_4_the_BoF.py to test my BoF exploit from Attacker machine?

2- Should i change anything for the python code "exploit_4_the_BoF.py":
import socket ip = "Target2_IP" port = Port
......

lyric glacier
#

Can I subscribe to premium for one month?

#

so that I don't forget to cancel.

near ginkgo
#

I don’t think that’s an option. You can however subscribe, and immediately cancel. You’ll remain subbed for the month and won’t be billed the following month. I’ve done this before.

lyric glacier
#

Thank you

ashen hornet
lyric glacier
#

ok thanks

lyric glacier
ashen hornet
#

^^ @covert scarab

covert scarab
#

Honestly not sure :(

fleet wedge
#

hello guys, i am stuck at brain storm room, i already have the chat server.exe but when i try to open it in immunity it shows an error (chatserver is probably not a 32 bit) and i am unable to run it

velvet tapir
#

me too, about to unload my issues, lol

#

exactly the same issue,

keen iris
#

Make sure you downloaded it from the FTP server in binary mode

velvet tapir
#

did we download the wrong version of windows 7?

#

I did,

#

but i'll do it again,

#

that took a few hours to set up, did, windows 7 64, inmunity debbuger, and upgraded the python to 2.7.14, the main issue other than the file giving an error is my limited 8gb of ram, so almost impossible to run windows 10/ kali / and windows 7,,

velvet tapir
#

can't seem to communicate between my kali and windows 7, when did nmap from kali (assuming I did the right ip) showed them all but 9999, seems like both boxes are sharing the same ip???

velvet tapir
#

So i can see the port 9999 from my windows 10 but not from my kali box,, any ideas?

barren hawk
#

i finished daily bugle but when trying to privesc to ||jjameson||the ||config file in /var/www/html || wasnt picked up by linpeas // other enum scripts like it was supposed to be for some reason, did they change the room so it doesnt work like that anymore or is linpeas broken

barren hawk
#

ok yeah linpeas is just broken when it comes to checking for || php configs || and other scripts like linenum/lse dont hit either (probably because they dont look? didnt check)

#

is the procedure for getti g this fixed submitting a github issue or something dont rly know what to do (esp since idk how to fix it myself really...)

tawdry crystal
#

So this Offensive Pentesting path is conducive to a certification in special? I've seen references to OSCP but I'm not sure how far or close we are from it at the completion of this (awesome) tryhackme path

fleet wedge
#

Hi, for "Relevant" room, Im trying to privesc, but my JuicyPotato.exe keeps getting deleted inside the machine. I ruled out AV because in that same dir, I have a msfvenom payload

#

Any idea whats going on?^

shell quartz
#

Quick question about Windows reverse shells. I have a simple tcp reverse shell running, from this, I’m unable to execute powershell commands nor can I switch to powershell. (It just hangs and does nothing). I tried multiple ways. What could be the reason for this? Tell me if you need more information. EDIT: I already considered execution policy

tribal ferry
#

**Hello guys , i have these questions in pivoting: **

**Question 1: ** In case the pivot target don’t have SSH enable and SSH Port not Open and also metasploit not allowed to use on the attacker machine:

  • What is the best open source pivoting tools we can use not to only access certain port on the third target but also to scan the entire network of the third network (similar to proxychain nmap –sT 10.10.10.10) ?
  • some links I followed but none of them gave me the solution
https://orangecyberdefense.com/fr/insights/blog/ethical_hacking/etat-de-lart-du-pivoting-reseau-en-2019/ 
 https://roberthosborne.com/pivoting-proxies 
 https://nullsweep.com/pivot-cheatsheet-for-pentesters/ 

Question 2: How we can manually setup all the configuration on a pivot target instead of using the “run autoroute 10.10.10.10” in msf ?

**Question 3:**I am using the “multi/http/php_cgi_arg_injection” exploit with this payload “php/meterpreter/reverse_tcp” to exploited and httpd service

Exploitation success but the problem is that whatever I type in the meterpreter session from CLI like whomami an error message pop up “command not found”.
-So, What It cab the problem?

keen iris
#
  1. Chisel is good. If you have an SSH client installed on the target then you can still use SSH to pivot with a reverse proxy.
#
  1. No idea
  2. Meterpreter commands are not the same as shell commands. You can drop into a shell with the shell command.
tribal ferry
desert topazBOT
#

Gave +1 Rep to @keen iris

keen iris
#

Chisel will be useful

#

Chisel is not dependent on SSH

#

I recommend completing Wreath. It will teach you a lot of different pivoting methods.

tribal ferry
keen iris
#

I don't use chisel much

#

But work through Wreath

charred cedar
#

Hey, I am looking for a room that will teach me to use docker for privilege escalation, but could not find one. Is there such a room or do I have to check for other sources?

vagrant remnant
charred cedar
#

thanks!

#

Oh I just found out that there is a search function on tryhackme 😅 Well that will at least prevent future questions by me regarding stuff like that

fleet wedge
#

I think THM is loading slow

tawdry crystal
#

Hi everyone, I'm at "Attacktive Directory", and one of the questions say "What tool will allow us to enumerate port 139/445?"

#

It doesn't recognize the tools I've used to enumerate SMB

#

I already completed the room, but I'm stuck with this question. Not sure what it's expecting me to type in 🤔

tawdry crystal
#

Nevermind 🤦‍♂️

icy hollow
#

Hi guys, when I enter the command airodump-ng wlan0, it isn't displaying the list of networks available. The chipset used in my wifi adapter is ralink and the name of the adapter is Leoxsys LEO-HG150N.Please help me, thanks

icy hollow
#

👍🏼

shell quartz
#

Can anyone share some alternative ways to root the “Relevant” box with me pls? The path I used was pretty obvious, spending more time with the box, I’m struggling to find another way.

tawdry crystal
#

Hi, I'm querying info with Bloodhound, but it froze my VM. I have allocated 2 cores and 4 GB ram. Is that low? I can't find PC system requirements for Bloodhound in the Docs

#

(I'm using a Parrot OS as an attack box)

lean yarrow
#

Hello, is there any way to get a regular command prompt with Evil-WinRM ? When I try, it immediately swap back to the powershell. Just curious

versed stirrup
#

I am a newbie any ideas where i can start

versed stirrup
#

it said i can get help in on of these paths

keen iris
#

To be a little more specific, it says help with rooms on those paths

#

Rooms, and the paths, are a feature of TryHackMe.

versed stirrup
#

oh

#

what is this server

keen iris
#

TryHackMe is a platform for learning and teaching cybersecurity.

versed stirrup
#

oh right i looked at the first room and said install a vpn

#

and other direction which i dint understand

keen iris
#

Yeah, you'll either need to set up the TryHackMe VPN or use the TryHackMe attack box in order to communicate with the target machines you deploy

#

If you're hacking a machine. you need a target and a machine to attack from

rich remnant
#

Im having issues with the Brainstorm room. The chatserver executable crashes instantly when ran. I've tried win 7,8, and 10 vms both 32 and 64bit. When opened with Immunity Debugger, the executable just hangs. Any help?

keen iris
spice cradle
#

hi all, why that "16" in nmap -sn 172.16.0.0/"16"? I'm afraid I don't understand why exactly 16...

shell quartz
wary pendant
#

Hello guys, Im just getting into this thing, and I wanted a little clarification. So i'm currently doing the Skynet Room in this path and the machine keeps crashing on me or smth like that. Goes unresponsive...kinda in cycles...I got pretty far but it bothers the hell out of me, that it freezes and I have to carefully wait till it goes up and try stuff...is it ok and I just have to power through it or something is wrong and I should try this room later?

keen iris
#

Sounds like a VPN issue rather than a room issue

wary pendant
#

hm I tried to switch the vpn from vip eu to vip eu 2 still no luck

#

but thank you, ill look into it

velvet tapir
#

how much ram are you giving your kali box? are you using attack box or openvpn? sounds to me like your vm doesn't have enough ram allocated to it.

fair eagle
#

@velvet tapir Hello me

velvet tapir
#

ohhh lol

fair eagle
#

🙂

restive pulsar
#

Hey there, Im trying to gain access to the machine windows machine in the room "blue", but when in metasploit, I keep Failing on "Triggering free of corrupted buffer." and I have tried alot of times, not all in the same session, but it never completes. Any help?

velvet tapir
#

so for bufferoverflow setup, am i supposed to run windows vm inside my kali box?

velvet tapir
restive pulsar
velvet tapir
#

wrong payload

restive pulsar
#

What payload am I supposed to be using, since the room says: "set payload windows/x64/shell/reverse_tcp"

velvet tapir
#

my bad

#

windows/x64/shell/reverse_tcp

#

options

#

?

restive pulsar
#

Yeah, that is what I have been using most of the time, and every so often, I have tried meterpreter

#

Even meterpreter gets the same error though

velvet tapir
#

do you have all your options correct?

restive pulsar
#

I think so

velvet tapir
#

so you have a meterpreter prompt?

restive pulsar
#

not right, now, I was trying it earlier, and the machine kinda just died off. I can pull it up now though

untold holly
velvet tapir
#

if you got to meterpreter that's pretty much it,

restive pulsar
#

Well, what I do is:

use exploit/windows/smb/ms17_010_eternalblue
set RHOSTS (machine IP)
set payload windows/x64/shell/reverse_tcp
#

That is what It says in the room

#

and with "set payload windows/x64/meterpreter/reverse_tcp" it does almost the exact same thing, and still just fails on "Triggering free of corrupted buffer."

#

And what I have read, it says that it does fail quite often, but Ive done it alot of times, and it still hasn't worked

velvet tapir
#

my q got drowned lol, everything looks good, i'm going to fire up that room , curious now,

restive pulsar
#

Okay, thanks :p

velvet tapir
restive pulsar
#

@velvet tapir My LHOST = 192.168.200.16

#

that is my VM IP

keen iris
#

Needs to be your tryhackme VPN IP

restive pulsar
#

Oh

#

Well

#

That does make more sense

#

Thanks :\

velvet tapir
#

so if my question gets drowned up there can I repost it? ?

velvet tapir
#

so for bufferoverflow setup, am i supposed to run windows vm inside my kali box?

#

so windows 10 running oracle VM with kali and windows 7 as boxes, open both and can't ping VM(kali) => VM(win7) , I can ping (win7) from host (windows 10) but not VM to VM,

#

will this set up work?

keen iris
#

Virtualbox, I recommend making a NAT Network and putting kali and windows on it

#

the standard NAT means the VMs aren't on the same network

velvet tapir
#

ohh, I was trying to seperate them,,, Nat and Nat1

keen iris
#

But... you wanted to communicate between them?

velvet tapir
#

yes, let me try putting them on the same nat network, makes much sense , I was already trying to put VM on my kali box, but I think with my limited 8gb, would be better off running two boxes with 2gb each,

#

thank you @keen iris

desert topazBOT
#

Gave +1 Rep to @keen iris

keen iris
#

Don't do nested VMs

velvet tapir
#

ohh ok, so the set up of running both boxes under one vm manager is the preferred way, just the boxes where not on the same network,

velvet tapir
#

omg finally,,,,,,, yes,

marble arch
#

is anyone available who has done the buffer overflow prep room? can you help me understand something during the finding bad chars section

spice cradle
#

hi all, I'm at the network services learning room, task 4 (exploiting SMB), I think I made all, but when I try the ssh it demands the password, how can a I find it? (made the chmod 600 as it says and I've seen the user, but it demands the password). I am a little lost with it.

#

sorry, done, with the -i flag...

shell quartz
# marble arch is anyone available who has done the buffer overflow prep room? can you help me ...

You are probably stumbling over the fact that bytes appear to be bad because they get affected by the byte before? So if two consecutive bytes appear to be bad, you can either just exclude both or remove the first one from your payload and then check again if the second still appears to be bad. I always check this manually, I guess mona could make it easier as explained in the room I think, I prefer using my eye-sight.

fleet forge
marble arch
desert topazBOT
#

Gave +1 Rep to @fleet forge

sly tinsel
#

any best tool for penetrating android
dont give metasploit
i dont remember it but it also used fatrat
and then a apache server opens
where the data is dumped i guess

#

anyone?

potent belfry
sly tinsel
#

i'm penetrating my phone only.....

#

well i,m good with windows penetration just lerning android

sly tinsel
#

name any

potent belfry
#

As a new username we can't verify your intent so I can't really help you I'm afraid.

sly tinsel
#

c,mon im just learning

potent belfry
#

When someone joins and immediately asks sketchy questions we try to tread lightly.

sly tinsel
#

so you are asking me to say hi hello first idk how will this help in my learning

#

i just had a doubt so i asked?

#

!

sly tinsel
#

i,m sorry i got what i want

#

noice

storm mica
#

I'm new to THM so maybe this is a silly question but i'm stuck on BurpSuite i'm running through the Proxy section and i've started the machine i'm not using the open vpn just the machine that has everything already recommended. I am on the step where you are in the intercept section and you enable it and open the browser but i get an error. Net.portswigger.devtools.client aj: Refusing to start browser as your current configuration does not support running without sandbox.. Anyone know how to fix this?

fleet wedge
#

how do you get a meterpreter from a payload without them clicking it

keen iris
fleet wedge
#

is there a way?

keen iris
#

Yes, there are ways. But why?

fleet wedge
#

i would just like to know

keen iris
#

For what purpose?

fleet wedge
#

white hating

#

not hating

#

white hat

#

ing

velvet tapir
#

👀

fleet wedge
#

didnt mean it like that

#

i am white

#

doesnt matter

#

what are inject payloads

hollow hound
#

anyone know of any good tutorials/articles for port forwarding? 🙂

spice cradle
forest shard
#

Hi guys

#

I've recently subscribed THM and was doing Offensive pentesting path and I am stuck in game zone room

#

I can't get a reverse shell. Can anyone help!

candid nebula
forest shard
#

Simply using navigation from url

#

But I wanted to get a shell

candid nebula
tawdry crystal
#

Hi, I'm at "Corp" and when I try to rdp into the machine, the window goes pitch black

#

The rdp window I mean. And then nothing, I have a black screen

fleet forge
#

Just realised I did brainpan in a completely unnecessary harder route 🤦

fleet wedge
#

Question on GameZone. On the last task for using the MSF/ exploit and I am getting an Authentication failed error. But I've setup the payload/rhost/lhosts etc correctly. Has anyone else gotten that error before on this box?

fleet wedge
#

Should be RHOSTS and LHOST

#

Not RHOST and LHOSTS

#

Just checked and its labeled as the top

#

spoke too soon

#

:slaps forhead: got in

forest shard
fleet wedge
#

Is your SSH running? Make sure you are still logged in as the regular user then re-run the MSF exploit

forest shard
viral summit
#

hello im new here hope we can help each other

#

thank you

#

can someone teach me about html?

fleet wedge
desert topazBOT
#

Gave +1 Rep to @dire saddle

forest shard
#

Can I dm you? @fleet wedge

fleet wedge
keen iris
#

@edgy current This channel is for the THM path.

edgy current
#

and what channel should I ask for help regarding that then?

keen iris
#

And then deleted it?

edgy current
keen iris
#

I will be honest, kinda sketchy anyway so we'd prefer it wasn't here.

edgy current
keen iris
#

Preferably not in this discord

#

We have to draw a line somewhere, and that's the line

edgy current
desert topazBOT
#

Gave +1 Rep to @keen iris

edgy current
#

tho what is this channel exactly for? @keen iris

keen iris
#

The offensive pentesting path on tryhackme

edgy current
#

so I just logged in on THM, but this is my first time there. Is there a way that I can dm you, so that you can guide me? @keen iris

keen iris
#

Not really

edgy current
stark kiln
#

In the SteelMountain room: if we are using the attackbox it already has 80 port in use,so I changed the script to use http://<attackers_ip>:8080/nc.exe and opened a webserver using python3 -m http.server 8080. While running python 39161.py <Target IP> <Target Port>, I get the following error: " Don't forgot to change the Local IP address and Port number on the script"""
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("""[.]Something went wrong..!
Usage is :[.] python exploit.py <Target IP address> <Target Port Number>
Don't forgot to change the Local IP address and Port number on the script""")?"
I think using server 8080 does not work as it is a comment. Any idea how to get past this

stark kiln
#

I am using attackbox

keen iris
#

It's a python2 exploit

#

You're running it with python3

stark kiln
#

I did run python2 -m SimpleHTTPServer 8080, however the syntax error remains. Do I need to change the script apart from local IP and port?

#

ok got it I have to use python2 on the command as well. python2 exploit.py target ip target port. Thanks

#

I think the issue is that I am using attackbox and it uses port 80. The script does not work if I use port 8080 since it requires port 80 and port 80 is being used. Any ideas?

stark kiln
#

basically what I am asking is, Is there a way to run a webserver on port 80 on attackbox?

dense mist
stark kiln
#

so some rooms and exploits can only be done via VPN connections right?

dense mist
#

you would either have to user your own VM or change the exploit code so it uses a different port, but I wouldn't have any idea how to do that

stark kiln
#

Thank you

dense mist
#

np

keen iris
#

Port 80 is used for the fullscreen thing

dense mist
desert topazBOT
#

Gave +1 Rep to @keen iris

hidden ivy
#

is the offensive path based on the beginner path?

#

or is it safe to skip if you know how to use linux

keen iris
#

You could do with knowing the basics of cybersec and webapp first

hidden ivy
#

what does basics of cybersec include? i already know the basics about webapps i guess

keen iris
#

I'd take a look and see what the beginner path covers, and if you're confident with those then see

#

No shame in deviating from the Offensive path if you want to learn more about something specific

hidden ivy
#

yeah makes sense, thanks

jovial oracle
#

I have two hidden IP but i am not sure how to add them route table manually

#

could anyone help ?

dark frigate
#

Anyone done brainstorm or gatekeeper?

#

Question for gatekeeper:
Why doesn't enum4linux show me any shares but smbclient -L do?

#

Question for brainstorm:
I couldn't get chatserver.exe running no matter what. I transferred the file to a Windows VM and when I double click on it. Nothing happens. If I open and run it in immunity debugger, immunity debugger pauses almost immediately. (I'm running as an admin). Please help

keen iris
dark frigate
desert topazBOT
#

Gave +1 Rep to @keen iris

hidden ivy
#

hey, one of the tasks says to go over the burpsuite room if you don't know what it is/to set it up, but it seems to be locked for subscribers

#

what am i supposed to do

#

?

keen iris
#

Get familiar with it another way?

keen tusk
#

Hi, in the Relevant room, what's the other way to the root? Tried to find it but no success. Thanks 🙂

fast hare
#

OS:SCAN(V=7.91%E=4%D=5/31%OT=21%CT=1%CU=30362%PV=Y%DS=2%DC=I%G=Y%TM=60B517A
OS:5%P=x86_64-pc-linux-gnu)SEQ(SP=105%GCD=1%ISR=107%TI=Z%CI=I%II=I%TS=8)SEQ
OS:(SP=105%GCD=1%ISR=107%TI=Z%CI=I%TS=8)OPS(O1=M506ST11NW6%O2=M506ST11NW6%O
OS:3=M506NNT11NW6%O4=M506ST11NW6%O5=M506ST11NW6%O6=M506ST11)WIN(W1=68DF%W2=
OS:68DF%W3=68DF%W4=68DF%W5=68DF%W6=68DF)ECN(R=Y%DF=Y%T=40%W=6903%O=M506NNSN
OS:W6%CC=Y%Q=)T1(R=Y%DF=Y%T=40%S=O%A=S+%F=AS%RD=0%Q=)T2(R=N)T3(R=N)T4(R=Y%D
OS:F=Y%T=40%W=0%S=A%A=Z%F=R%O=%RD=0%Q=)T5(R=Y%DF=Y%T=40%W=0%S=Z%A=S+%F=AR%O
OS:=%RD=0%Q=)T6(R=Y%DF=Y%T=40%W=0%S=A%A=Z%F=R%O=%RD=0%Q=)T7(R=Y%DF=Y%T=40%W
OS:=0%S=Z%A=S+%F=AR%O=%RD=0%Q=)U1(R=Y%DF=N%T=40%IPL=164%UN=0%RIPL=G%RID=G%R
OS:IPCK=G%RUCK=G%RUD=G)IE(R=Y%DFI=N%T=40%CD=S)
I receive this when I run nmap -O and the machine ip on VulnUniversity room

#

is this normal?

#

I cant see the machine OS, can someone help me?

#

Aggressive OS guesses: Linux 3.10 - 3.13 (95%), Linux 5.4 (95%), ASUS RT-N56U WAP (Linux 3.4) (95%), Linux 3.16 (95%), Linux 3.1 (93%), Linux 3.2 (93%), AXIS 210A or 211 Network Camera (Linux 2.6.17) (92%), Sony Android TV (Android 5.0) (92%), Android 5.0 - 6.0.1 (Linux 3.4) (92%), Android 5.1 (92%)
No exact OS matches for host (test conditions non-ideal).
minutes ago I ran the same nmap -O ip and i received this message above and I just ran the command again

#

idk what is happening

fast hare
#

I know that is it but it does not work, there are six * on it

keen iris
#

Ok, so do -sV

#

It's probably asking for the distribution rather than just Linux

fast hare
#

thank you 👍

fleet forge
#

probably missing something dumb here, could I get a sanity check on the xfreerdp command? I can't find a working combination. This is for the post exploitation room

xfreerdp /u:Administrator /p:P@$$W0rd /v:<IP> /d:CONTROLLER 
#

With some investigation it seems the error is due to bad creds? but I have cp them directly from given...

[14:26:24:560] [53182:53183] [WARN][com.freerdp.core.nla] - SPNEGO received NTSTATUS: STATUS_LOGON_FAILURE [0xC000006D] from server
[14:26:24:560] [53182:53183] [ERROR][com.freerdp.core] - nla_recv_pdu:freerdp_set_last_error_ex ERRCONNECT_LOGON_FAILURE [0x00020014]
[14:26:24:560] [53182:53183] [ERROR][com.freerdp.core.rdp] - rdp_recv_callback: CONNECTION_STATE_NLA - nla_recv_pdu() fail
[14:26:24:560] [53182:53183] [ERROR][com.freerdp.core.transport] - transport_check_fds: transport->ReceiveCallback() - -1
#

I figured the above out, dollar signs in the pw were not escaped 🤦‍♂️

fading tinsel
#

I am trying to install Immunity Debugger in my Kali machine using Wine for solving BOF rooms.

#

But it's not installing as Python 2.7.1 isn't in my machine. How can I do the installation?

fleet wedge
willow frost
#

Hello ,i am stuck in the module move that shell,it say exploit completed but no session was created ,I am using a Kali VM(bridged with Metasploitable2) and Open VPN

keen iris
#

LHOST is wrong

willow frost
#

Lhost should be the Private IP of the Open vpn

keen iris
#

Yes.

willow frost
#

ok let me give a try

crystal holly
#

Hi everyone, i'm having this problem with msf "Unable to find accessible named pipe!" anyone has ever been through this on windows 8.1 pro

keen iris
#

Is this related to a tryhackme room or the tryhackme offensive pentesting path?

crystal holly
#

offensive pentesting path

keen iris
#

Ok, what room in the path?

stark kiln
#

At times I setup a python3 http.server when required in some rooms. Those webserver sometimes responds with 501 or 401 even when nothing was requested from this server

#

Is this strange or expected behavior?

marble junco
#

do you have a screenshot?

keen iris
#

Something was requested

#

Doesn't mean it was you that made the request.

marble junco
#

usually it will display the requester address, if you are scanning the system with something else at the time it might be that hitting it

stark kiln
keen iris
#

If it's exposed to the internet, then botnets etc.

#

So if you're a subscriber

stark kiln
stark kiln
desert topazBOT
#

Gave +1 Rep to @keen iris

safe patio
#

from where should i start

#

i am new in this field

radiant plaza
safe patio
radiant plaza
safe patio
#

i know some basic linux commands and c

radiant plaza
#

I meant start the "Complete Beignner" Learning Path

radiant plaza
#

There are multiple learning path. If you are a complete beignner start with that

desert topazBOT
#

Gave +1 Rep to @radiant plaza

quaint laurel
#

Hello , I am unable to install "Gobuster" , i am using "sudo apt-get install gobuster", its failing with an error :
The following NEW packages will be installed:
gobuster
0 upgraded, 1 newly installed, 0 to remove and 32 not upgraded.
Need to get 2,019 kB of archives.
After this operation, 6,759 kB of additional disk space will be used.
Err:1 http://http.kali.org/kali kali-rolling/main amd64 gobuster amd64 3.0.1-0kali1
404 Not Found [IP: 192.99.200.113 80]
E: Failed to fetch http://http.kali.org/kali/pool/main/g/gobuster/gobuster_3.0.1-0kali1_amd64.deb 404 Not Found [IP: 192.99.200.113 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing

keen iris
#

maybe run apt-get update or try with --fix-missing

quaint laurel
#

can anyone help me fixing this?

keen iris
#

apt even tells you what to do

quaint laurel
#

i tried ,b it didnt work

umbral dagger
#

It can't find the deb file online. Try navigating to it on a browser and download it manually

#

In fact, just a thought, are you still connected to the VPN?

keen iris
#

THM VPN doesn't touch your internet traffic

umbral dagger
#

I can never connect to the Internet on my machine when I'm connected to the VPN..... I best get that checked out lol

keen iris
#

Don't use the VPN manager. Use the command line.

umbral dagger
trim cloak
#

Would anyone know any good rooms to do to prepare for the CEH practical?

vagrant remnant
#

@trim cloak If you have CEH syllabus - you can search for the matching THM rooms that way to keep on task.

vernal sinew
#

how can i delet my browser hystory?

near ginkgo
fleet wedge
short pulsar
#

guys anyone did the bof prep room here?

#

I did everything as explained, tried almost 10 different shellcodes
and I found the right bad chars
yet I cant get a shell

#

:(

lone gulch
#

you should verify multiple times each parameters of your exploit.py, your msfvenom command (right ip, right listener port) ... There's no magic you just have to be extremely careful to each step :/

#

which bof number are you struggling on ?

short pulsar
#

@lone gulch got it already
thanks for helping
my issue was in the payload's layout

desert topazBOT
#

Gave +1 Rep to @lone gulch

velvet tapir
#

In the room Retro, why does the reverse php shell not work? tried it on the 404 and as a plugin, it connects and then drops, this is the second room where this happens, just curious.

lone gulch
#

@velvet tapir yeah I had the same issue , shell would vanish at each command.
But as long as i remember ||you can root this machine without getting a reverse shell ||

velvet tapir
late geyser
#

looks like I am starting the path 🙂 Not a Noob, just passed eJPT! I know some Linux and networking

dull holly
#

Using the nmap flag -n what will it not resolve? ( i dont understand the question)

#

the answer are in 3 stars (***)

#

found answers

latent pewter
#

Good Morning. In Vulnversity, I perform a nmap scan and port 3333 is not open. Any intel?

keen iris
#

At a guess, you're scanning your own machine rather than the target

latent pewter
#

I will check. Thanks.

velvet tapir
#

yey!!!! 100% done,

#

powershell room and corp room reminded me of when I was doing a react app and linking api to spotify, very glitchy

odd jolt
forest shard
#

How to crack Kerberos hash? I get this error using hashcat.

jolly sun
#

SLMail Buffer Overflow
I am trying to set up the SLMail vulnerability via the Buffer Over Flow room and am running into the problem when i do the install as admin and restart the application it kicks me out of my connection.

Steps I took:
(1) xfreerdp /u:admin /p:password /cert:ignore /v:MACHINE_IP /workarea
(2) home network
(3) Opened vulnerable folder
(4) Run SLMail55_4433 as admin
(5) go through set-up process and only bind to local host IP addy
(6) Then asks me to restart machine and when I do I get kicked from the logon via xfreerdp

Is there a way to work-around this?? I use the attack machine provided online?

fleet wedge
#

the first 4 char is what you need

velvet tapir
#

hashid -m

forest shard
forest shard
gleaming pelican
#

How do I request support properly? I'm having an issue when I shouldn't.

keen iris
muted dome
#

Hey Everyone, I am trying to set up an OpenVPN connection but when I try to download the VPN configuration files it gives me a 404 error. Is there somewhere else these are stored. Thanks!

knotty lily
#

This is probably more of a #site-support issue, but maybe try a different vpn server?

muted dome
#

@knotty lily I was able to get the US East Regular to download, thank you.

desert topazBOT
#

Gave +1 Rep to @knotty lily

knotty lily
#

you're welcome!

fleet wedge
sullen smelt
#

can i ask few question about certifications here ?

velvet tapir
sullen smelt
#

Thanks @velvet tapir

desert topazBOT
#

Gave +1 Rep to @velvet tapir

sullen smelt
#

Thanks @quaint garnet

quaint garnet
#

Rep cooldown. kekw

velvet tapir
sullen smelt
#

+rep @quaint garnet

desert topazBOT
#

Gave +1 Rep to @quaint garnet

fleet wedge
#

I'm on Gatekeeper and I can't run the file in my local windows vm the errors is - The code execution cannot proceed because VCRUNTIME140.dll was not found. - I've gotten with file both with get and mget and I've search for that dll file and cannot find. I also spend 3 days trying to find a solution I looked through all the walkthrough - they dont have this problem and they dont need a dll file - and I looked through all the Gatekeeper related questions here and nothing. This is my last box before completing this path :/

tidal pollen
#

hello i am doing offensive pentesting module, my machine does not match the machine in the video, the answer neither

keen iris
#

!docs verify

frank troutBOT
keen iris
#

Follow these steps, and then please send an image showing what you mean

tidal pollen
#

i cant send an image

#

!docs

keen iris
tidal pollen
#

!docs

#

now im subscriber

#

my virtual machine is not the same as the one in the vide

keen iris
#

Not the target machine

tidal pollen
#

where i can find the target machine?

keen iris
#

Click the deploy button

#

Then the IP is displayed under Active Machine Information

clever ginkgo
#

howdy. I need to grep port numbers out of an nmap scan for use as input elsewhere. Does anybody have a canned string that will do this or can you recommend a script repository for such things?

knotty lily
#

if you run your nmap with -oG it dumps it in a more greppable format. grep open might be enough? Depends what you're looking for

tidal pollen
desert topazBOT
#

Gave +1 Rep to @keen iris

minor beacon
#

can anyone plz tell why it is not accepting my answer it is -format only in man page of jtr plz help me out hear is saying answer is incorrect

keen iris
#

Look at the other flags

#

Note that wordlist is --

#

Long form flags are generally --

minor beacon
#

ok let me try --format

#

thanks buddy

#

it worked

clever ginkgo
#

Thanks Buff. Nikto has a nice output format for metasploit to better narrow down exploits. That's even better

digital seal
#

man

#

rank 1 in the uk feels good

cinder ridge
#

Hi, I am on the Internal machine and the website for the machine is down. I can't complete the course without the Internal website. Please advise. Thanks!

keen iris
swift grail
#

Hi

fleet wedge
#

bye

lavish cove
#

Room: https://tryhackme.com/room/bufferoverflowprep
Task: running of exploit (overflow 1)
Query- I created shellcode using msfvenom but I am getting error when I concatenate the payload in buffer; I getting TypeError: can only concatenate str (not "bytes") to str. When I try to perform casting the payload doesnt work. I am using python3. Any idea whats going wrong. I tried appending in b"" format/without b""/(<payload>) format, nothing is giving shell

leaden yew
#

Hi all perhaps can someone tell me when using burp suite and scan for blocked file extensions why this fails when following steps in task 4 of vulnversity

#

Is it because of the . In the list?

keen iris
leaden yew
desert topazBOT
#

Gave +1 Rep to @keen iris

keen iris
#

They will all be 200s but one will be a different response with a different length

leaden yew
#

👍

silver sky
#

guys

#

has anyone completed syshacw1

#

i found the web flag

#

but i did so many scans i found nothing

#

only wp-admin

#

login.php

#

nikto etc but no results

#

could anyone help to being able to help me

keen iris
#

Sounds like coursework potentially too?

minor beacon
#

can any one tell me why my connection is not succesfull

#

guide me its from beginners path metaspolit

quaint garnet
#

Lhost is wrong. Set it to tun0.

minor beacon
#

still not working

keen iris
#

Redeploy the target

#

After a few failed attempts, it kills the service

trim cloak
#

In what way is immunity debugger used in a buffer overflow attack, if at all? Is it used to determine if a program is capable of causing one?

keen iris
#

It's used to find offsets etc for the attack

trim cloak
#

Not sure I'm grasping it, i'll have to read up on it

near smelt
#

Metasploit is not showing things in details. You should always open Wireshark to investigate the requests it sends.

#

Btw everyone, is there a way to instruct Wireshark to only show packets sent by a specific software?

jaunty willow
#

Like tcp,udp,and http

keen iris
boreal sable
#

Hello people, new here. How do I upload an image to this channel ?

frank troutBOT
keen iris
#

Follow those steps

boreal sable
#

I've tried a lot of options that should work but nothing gets accepted.

#

Is it acceptable for me to post the options I tried here ?

boreal sable
# keen iris It's in the text

I tried all possibilities from the text and outside as well, but I think the interface is not accepting the string, possible misconfiguration ?

shell harness
#

The answer is there, you just need to add "ing"

boreal sable
shell harness
boreal sable
#

I tried so many services and processes, I never thought it'd be a "ing"

boreal sable
#

The question should be re-worded because if you catch a Linux admin and ask them for a process, they are going to think name of the binary not the act that the binary performs.

keen iris
#

Both definitions are valid, a process is a step or set of steps

formal ridge
#

i need help with Room : "relevant"

#

the portscan takes too long and it returns only port 25 open

#

I saw the official write up, and the scan is supposed to show a different results according to it

boreal sable
formal ridge
#

yes

#

@boreal sable well the scan works when I use attackbox, but not through VPN

#

i waited for this machine for atleast an hour to see if this works. but it doesn't

boreal sable
keen iris
astral wolf
#

Hi team, when using NMAP, we can identify if ports are being blocked on the firewall at the destination. However, when issuing an NMAP scan at the source, how do we identify if a firewall at the source could be blocking? This would effectively fudge results, because whereas the ports might be open at the destination, they could be getting blocked by the firewall at the source. Therefore, how do we identify the list of "allowed" ports at the source using NMAP. Hope my question is clear. Thank you 🙂

boreal sable
fleet wedge
#

Hi folks, I'm following the offensive pentesting path. I just got the "Relevant" room, and boy that escalated quickly. I gotta admit that I only got through it thanks to reading through a couple of walkthroughs. I feel like I must have missed some hints earlier in the path that would have led me to the final privesc exploit, but I can't quite think what it would have been.

velvet tapir
signal condor
#

i am working on Brainstorm (a bof room where where have to reverse engineer a chat program and exploit it)
i am trying to run the exe file locally first for testing with immunity debugger but i cannot run the exe file as it is 32bit file but i am running 64bit windows
i also tried it on 64bit windows 7 vm but it's same as both are 64bit is there any other option to get it working other than a 32bit windows vm

velvet tapir
#

And mona too

loud swallow
#

Going through the Hashing Crypto 101 room and I am not having much luck cracking this hash. I was able to identify the hashing algorithm using the tool on hashes.com (hash identifier). hash-identifier fails to identify it on Kali.

civic valley
#

haiti is a better tool for identifying hash types, it is covered in crack the hash 2

loud swallow
#

haiti identifies it as BigCrypt

loud swallow
#

We good I figured it out 😄

bleak garden
#

Hi Everyone! I'm trying to install apt install bloodhound neo4j on my attack box machine and it does not work. I got an error saying E: Unable to locate package bloodhound. I tried to apt upgrade && apt update and it does not work either. Anyone know an alternative for installing those packages? Room: Attacktive Directory

fleet wedge
# velvet tapir Same thing happened to me, decided to backtrack and complete all beginner paths ...

That sounds like a good idea. I think my problem is that I understand (sorta) the tools, but don't have a good gut feeling for which path I should be taking. I guess I just need more experience.
I worked on the "Internal" room after my last comment, and it was much better. I had to look at a write-up once or twice, but I felt much more in control of the situation. Practice, practice, practice!

half ruin
#

A reddit post says to "you need to use the command binary before downloading chatserver.exe and its dll to avoid corruption of the files" but I don't know what that means

signal condor
fleet wedge
#

Im unable to connect to the webserver in Vulnversity, but i can connect to other target machines in other courses. Is there a known problem with the target machine?

urban mirage
#

howdy - on overpass 2, task 3 - I'm at the last section to regain access to the machine. Essentially - the creds that were acquired for user james don't appear to work. I eventually checked against multiple walkthroughs - and i'm doing the same thing, it's just that the creds don't seem to be working. Anyone else encounter this? (it does not work after multiple restarts of the vuln machine either)- ignore ... just being stupid...

minor beacon
#

can anyone give suggestion for this the script is not running and if run with python3 giving syntax error what should i do now

quaint garnet
#

Research the error. It says no module found so you have to install it.

woven sapphire
#

He y

stark kiln
rain glade
#

Hi guys concerning the BRAINSTORM machine, the chat.exe won't run i tried windows7 32bits and even windows Xp, and nothing comes up, can i have some guidance pls, the problem

keen iris
#

@rain glade make sure you download it in binary mode from the FTP server

#

Plus any additional DLL etc

ivory schooner
# keen iris Plus any additional DLL etc

Hi @keen iris. I am currently tackling BRAINSTORM machine and Ive been banging my head to the wall for over a week so far! I managed to get the offset which is 20** but then when I modify the exploit with the offset (removing the payload and adding 4 B`s at retn) I run the payload against the chatserver but the app doesnt crash or it does but the EIP is not controlled by 42424242! I tried diffrent scripts, modified a lot but nothing changed! I can crash the server with the exploit but not controlling the EIP for me to find bad chars and then the jumping point to generate a shellcode. Is anybody familiar with this issue who can advise? Just to mention I am running the valnurable server on remote computer desktop I work at from home as well as the Kali VM on it but I have admin access on it and I can do whatever I want (firewall has been turned off.) What could be the problem, is it something i am doing wrong or could it be the way I am running the server (should be on a virtual machine like Kali rather than a main theme windows installation? Much appreceiate any help in advamce.

keen iris
#

I can't help you

#

Please don't just ping me when you want help.
Everyone is a volunteer here and they help when they can and when they want.

#

-mute @ivory schooner Don't be rude. Show some respect for volunteers of this discord. There's zero obligation to help you, and being rude to them makes people even less inclined to actually offer help here.

desert topazBOT
#

🔇 Muted Itachi9669#4890 for 1 day

vernal slate
#

lol

velvet tapir
#

Ouch

#

Sometimes a 15 minute break will do wonders,

wet crescent
#

having problems with the eternal blue room, exploit rarely works, and when it does, i am presented with meterpreter shell and not a windows one to excalate from, anyone else experiencing issues?

keen iris
#

I believe there's an instruction to change the payload.

#

A meterpreter is just fine. You just need to skip aheap past upgrading it.

#

There's no escalation, you're already system.

wet crescent
#

Thank you, i was able to bypass that part, i appreciate it!

wet crescent
#

the machine is really unstable, the shells kept dying, took forever to get the flags

velvet tapir
#

Second rule for the jamesBot , change payload,

keen iris
#

Not a bot.
If it's being unstable, that's more likely to be your connection (VPN)

fleet wedge
#

that's exactly what a bot would say 🤔

keen iris
fleet wedge
#

hello guys just want to ask a question for brainstorm virtual machine I use my immunity debugger to open the file however the system says not a valid pe not a 32bit Protable Executable how to solve it?

keen iris
#

@fleet wedge Make sure you download the files in binary mode from FTP

#

Otherwise they do not copy correctly

fleet wedge
keen iris
#

You're copying binary data. FTP needs to be in binary mode to copy binary data otherwise things get misinterpreted

fleet wedge
#

oh I understand that thank you so much

proud quarry
#

Hello I'n new
I can't scan nessus scanner on nessus room machine. What should I do

velvet tapir
#

haven't used nessus in a while, wanted to help you, but forgot how long it takes to load, loading it, should be ready in a few hours,

minor beacon
#

got this credentials in database.php in ignite room final root privilege excavation

#

but when trying to login its saying wrong password

#

see any solution or mistake done by me

keen iris
#

Those are database credentials?

#

They're not often gonna be shared with the root account on the system

minor beacon
#

sir i went through walk through as i am beginner for this same is accepted for root privilege there

#

this is the write-up i followed https://exploits.run/ignite/

Exploits.run

RECON The description of this room indicates that we’re dealing with a web server and after a full Nmap port scan, that looks like all it is. If we navigate to the respective IP address that the room gave us when the machine was deployed, you’ll be welcomed with a...

glossy tinsel
#

What’s the easiest type of pentesting?

velvet tapir
#

shoulder surfing

coarse grail
#

Hellow, can someone help to answer the question of why GoBuster is not working in my Browser-Kali machine? I followed the instraction and typed sudo apt-get install gobuster. and after its finished download, I typed gobuster to run it, but nothing happens.

keen iris
#

@coarse grail please do not spam the same question over several channels

coarse grail
#

oh sorry

#

im new

keen iris
coarse grail
#

ok i'll go back there to take a look

storm obsidian
#

which room should i start for pentesting learning

keen iris
storm obsidian
#

i dont reallly find anything that can guide there can u help

keen iris
#

You can also try the pure beginner path on the site

storm obsidian
desert topazBOT
#

Gave +1 Rep to @keen iris

glossy tinsel
#

I’m about to complete my first ctf!!!

spare kiln
#

Hi everyone.
I have trouble understanding network concepts in general in the tryhackme network fundamentals room, can anyone link for a more simple explanation of that subject? I visited a few sites and watched a few YouTube videos on that but they're not as simple as I wish.

unreal hawk
#

Yeah and I am French me lol I spent three days on it seems good 🙂

spare kiln
#

what

elfin apex
#

I am almost done with the Linux room to be fair

#

Computer networking is all about PacketTracer

barren frigate
#

Lol

elfin apex
#

You need to learn how to build good typologies to be able to demonstrate how it's connected and is the Packets flowing from one end to the other.

elfin apex
fleet wedge
#

Hello guys just want to ask if I want to get the Offensive Pentesting certificate, do I also need to finish the extra credit part ?

merry crater
#

@fleet wedge Most likely. However, you can confirm this by selecting the download button at the top right hand side of the screen where it mentioned the certificate. If you can't download it then your answer is yes you need to complete it. 🙂

velvet tapir
#

I believe so

#

Extra credit usually means optional

hollow hound
#

Guys I can't do the privesc on retro

#

I think something is broken on the box

hollow hound
#

Yes, something is definitely broken, I've been trying the exploit for hours now

#

I'm giving up

hollow hound
#

Completed offensive pentesting 🎉🎉

hollow hound
#

@fleet wedge Yes you need to complete all the credits

#

But they are easy don't worry

fleet wedge
#

got it include the extra part right?

hollow hound
#

Yes the credits are the extra parts

elfin apex
#

omg I was struggling to understand the detailed concept of downloading repositories and editing them using nano

steep forge
#

idk in what context but if you have access to victim machine, check AV logs

#

if you are talking about some challenge, sometimes you just need to reset the victim machine, as there can be artifacts from old attacks

#

which interfere with your own

#

lastly, try different kind of shellcodes

#

this would be my train of thought anyway based on what you have provided

steep forge
#

we have all been there

elfin apex
#

Hi

#

I am using TryHackMe

merry crater
#

@elfin apex Welcome, do you need any help? Otherwise you'll probably get more of a conversation in #general 🙂

lilac bough
velvet tapir
#

done plenty of that don't miss it, (for recovery not info)

hollow hound
#

!rank

rain glade
#

Hi guys, i just reached the active directory in OSCP i know it s very important, however, i wanna know if it is part of the exam because offsec said that the exam will remain the same.

fleet wedge
#

road plz :3

#

@elfin apex razer man

willow pewter
rain glade
willow pewter
#

I might have misunderstood your question but anyway thanks for your kind and non-sarcastic answer

rain glade
willow pewter
#

Well I was not

rain glade
willow pewter
#

pff go research it yourself lol as if I would answer your questions after you giving me such a shitty response

#

not that hard to find out

rain glade
willow pewter
#

An apology would be the polite action but yea nvm

fleet wedge
#

Hey everyone 👋 , just curious if anyone has thoughts on this. On the Alfred room, task 3, isn't it incorrect to say we are using SeImpersonatePrivilege to priv esc to SYSTEM?

In the last step after using meterpreter's incognito module to impersonate a SYSTEM token, the instructions then say to use meterpreter's migrate module to get our shell running in a SYSTEM process. But that actually uses SeDebugPrivilege to work. You can even not do any token impersonation at all and just migrate your shell to a SYSTEM process and get root.txt.

To use SeImperosnatePrivilege for priv esc you would have to launch a process (like a reverse shell) with the token via CreateProcessWithTokenW() or use some other tool like Juicy Potato to do it. Just the meterpreter incognito module is not enough I think.

formal ridge
#

hey guys, I am feeling particularly less confident on my "Buffer Overflow" skills. And I think I will need to work on it from the ground level and In-depth.

#

Does anyone have any Idea about Where I can find relevant resources

willow pewter
#

On my site I got some writeups e.g. for Brainstorm that explains my procedure

formal ridge
#

@willow pewter okay, I positively looked at what you recommended me, saying about writeups and rooms. Buddy these were the reasons for me to realize that I needed to understand the real basics in this field first.

So if you got more than that, like the TCM and liveoverflow playlist you said (preferably video lectures) are more appropriate for my style of learning.

Either way, thank you for the response and your recommendation I'll surely look into it again and again.

But more suggestions are welcome from the community.

desert topazBOT
#

Gave +1 Rep to @willow pewter

willow pewter
azure bronze
#

Its says the error just bottom of the blue update file button

#

I can't add the reverse shell in WordPress 404 template
Room -internal

velvet tapir
#

Don’t like that theme

spice mist
#

Hey guys my name is Ivan, pleasure.

Im interested on learning hacking... ethical, not ethical? idc to be honest, i just want to know something else than crypto trading, i find ethical/non-ethical hacking fun and i would like to learn it to transmit fear 😉 (kidding)

i know basic python, nothing else lol, how could i start with everything? will windows 10 help me or itll make everything more difficult?

chrome valve
spice mist
#

i never said i want to do unethical things

#

well maybe yeah, let me reformulate

#

Im interested on learning hacking...
I just want to know something else than crypto trading
I find hacking fun and i would like to learn it so that my life is a bit more interesting 😉

i know basic python, nothing else lol, how could i start with everything? will windows 10 help me or itll make everything more difficult?

i appreciate any help - i wish you have a great day!

#

accessgranted ?

spice mist
#

someone help pleaase 😦

velvet tapir
#

Pre Security path

gusty turret
#

can anyone tell whats the difference b/w offensive and defensive pentesting

old field
#

Pls, i will appreciate, anyone who can help me with this.....

How would you refer to data at layer 2 of the encapsulation process (with the OSI model)?

Which is the only layer of the OSI model to add a trailer during encapsulation

civic valley
whole ingot
#

Is PenetesterAcademy worth it?

quaint garnet
fleet wedge
#

lover

fleet wedge
#

scp copy command consider copy the file from windows to kali

keen iris
#

No, it's not distributed

fleet wedge
#

5 minutes ago i finished offensive pentesting path
what a great experience and feeling ❤️ good luck everyone

desert topazBOT
#

Gave +1 Rep to @keen iris

fleet wedge
#

Hey guys, is there any way to simply add a Metasploit meterpreter shell once you have shell access to a Windows box?

velvet tapir
#

Ideally you want to create an msf shell, but try : use post/multi/manage/shell_to_meterpreter

#

@fleet wedge

frozen plaza
#

hello?

peak tapir
tribal badge
#

Hi. How long takes a full (-A -p-) nmap scan in the attackBox usually? I am doing the Beginner Path 🙂

civic valley
#

depends on the host as you are running all checks on all ports

tribal badge
#

I am using both machines by THM (the victim and the "attackbox" in browser)

tribal badge
#

Another question:
I am in Networking2 room (the beginner pathway). And trying to exploit the NFS file system. Here I should modify a bash file with "chmod" to add a SUID Bit... the permissions have updated, but are not correct yet...

#

Ok i cant upload an image...

Task is:
Let's do a sanity check, let's check the permissions of the "bash" executable using "ls -la bash". What does the permission set look like? Make sure that it ends with -sr-x.

My ls -la bash command brings:
-rwSr-Sr-- 1 root root 120219 Jul 20 18:43 bash

#

can anyone help me?

keen iris
#

Capital s means suid but not executable

tribal badge
#

hmm... interesting, but what could be wrong?

keen iris
#

It wasn't executable before, so you only added suid but not executable

tribal badge
#

Ah I see, because the x is missing here...

keen iris
#

You can fix it by adding suid and executable at once.
If you just add executable, it'll lose suid as suid will go whenever you modify permissions or the file itself

keen iris
keen iris
tribal badge
#

Okay, I ll try right now, thanks a lot! 🙂

tribal badge
desert topazBOT
#

Gave +1 Rep to @keen iris

keen iris
#

Ah great

brittle holly
#

anyone suggest me ejpt level machines ??

burnt shard
#

yo, im so fucking noob in this things but i want to learn how to "invade" websites with pentest tools, but i don't know where to start

#

if u have knowledge of sql injection etc, call me pls i need to change my grades in my school lmao but i cant invade them with my less knowledge about this things

grave lion
#

@crimson flame

crimson flame
#

-ban 796526801055907852 seeking help hacking school.

desert topazBOT
#

🔨 Banned insert name#9999 indefinitely

lean yarrow
#

Hello, I'd like to know if there is a john equivalent to the hashcat's ipv4 mask list ? (https://pastebin.com/4HQ6C8gG) or how to use it in john
In order to use it with the file created by known_hosts2john.py , and avoiding having to create a wordlist with 4294967296 lines

lean yarrow
#

In lack of solution, I created a script that execute the john command with the masks 1 by 1. This is unfortunately longer than doing the hashcat command (about 2 to 3 times longer), 5 minutes instead of 2 for 1 IP address. I don't know if this is because my host's GPU is better than my CPU's physical cores inside my VM, that's probably it

flint shadow
#

Does anyone know what port pth-winexe connects to? Because on a box that I was working on, only HTTP and SMB ports were open but PTH-Winexe still connected?

fleet wedge
#

anyone else having problems with BOF prep room? the win 7 machine is freezing half way through almost every oscp BOF exploit. Im up to the 7th oscp BOF loving the rm but not having to restart so often. anyone know if tib3rius has the vuln binary folder somewhere, didnt see it on his github. At this point figure id just set up my own vm.

little summit
#

Any best resource guys for NIST cyber security Framework? 😘

heavy isle
fleet wedge
heavy isle
#

Thanks!

valid moth
#

hey guys, any idea what is the best approach to manage privilege accounts ? what possible strategy ?

solar crown
#

shouldn't EIP be the address i put in the retn variable? and why is there a 2F, before the nop sled?

#

EIP has 33 at the end and the ESP has 30 big_think

jovial locust
rain glade
#

Hi guys in oscp course, they did a example of html application attack on internet explorer, how ever i wanna know if it is possible to use this kind of attack on microsoft edge

keen iris
#

Yes, it's "loud".

near storm
#

anyone else done with daily bugle?

#

i am unable to get a reverse shell after editing the index.php file in joomla even after referring other walkthroughs

near storm
#

I have got this "WARNING: Failed to daemonise. This is quite common and not fatal. Connection refused (111)

seems like a lot of people are getting the same

civic valley
#

is your listener up

near storm
#

yes

#

i used my tun0 ip in the php reverse shell

#

and a netcat listener is ready at port 1234

civic valley
#

usually the error is when the rev shell can't connect

near storm
#

Tried with the attackbox and got the shell

#

however the same doesnt work in case of openvpn and a lot of people have faced the same problem

civic valley
#

that's strange, couldn't say why

velvet tapir
#

@near storm have mine pointed at 9001, shouldn't make a difference but sometimes it does,

near storm
#

i had tried 4444 but it failed

#

9999 as well

velvet tapir
#

what page are you putting your shell,

near storm
#

i am done with the box

velvet tapir
#

lol

near storm
#

its a pretty common error

#

check it out

#

around 30 people have discussed it in tryhackme forum and this server.....seems like the firewall blocks the traffic

velvet tapir
#

i see

near storm
#

seems like you do tryhackme all the time

#

i see you are 0XD

#

how log have you been using the platform

velvet tapir
#

eight months

#

so that box i did in February, so it took me a moment to look at my notes,

keen rune
#

Has anyone here has done the bufferoverflow prep recently? I'm struggling to get the EIP offsets in overflow 2. I have the length from the fuzzer but the findmsp command returns other registers

#

I read in a write-up about creating a payload with increased bytes, but I didn't understood why is that okay and why does that still work.

#

Well, it still does not come up in the mona output. I just have esp, ebp, and edx

#

Interestingly enough, I skip to overflow3 and I get the EIP register from there 😦

keen rune
#

Well, it happened again in Overflow4. Not sure if the challenge is broken or I have no clue what I am doing (which is highly likely). If anyone could give me some nudges, I would be extremely thankful 🙏

fleet wedge
#

when using fuzzer.py the bytes needed to crash the program will overwrite EIP with minimum amount of bytes. you increase the size of the pattern because that is where your payload will be. if you look at the code form exploit.py its pretty clear.
buffer = prefix + overflow + retn + padding + payload + postfix
pre/postfix self explanatory, overflow gets you to EIP offset, where retn is the jmp addr, padding is NOP sled, payload will be your reverse shell clear of bad chars

keen rune
#

It crashes the program, from my understanding - the bottom right goes back to pause blinking state. The issue is that mona code that is either not returning all registers, or just returning some (but not EIP).

Thanks for explaining why increasing the payload still works though, I got it now 🙏

glacial girder
#

Can I force gcc not to generate endbr32 instruction for indirect jumps and calls
I was following along with opensec intro to x86 but it seems like I can get the compiler to generate the same assembly
Anybody can help ?

#

Can not *

winter brook
#

It will keep endbr32 instructions for linker/libc functions however any user-defined functions should not include endbr instructions in the prologue

opal tulip
#

Hello fellows, quite new here, and pleased to meet you. Any assistance to bypass Comodo WAF in Burp Suite Pro while active scanning .. can't seem to find any breakthrough as WAF blocks my requests. Cheers

vernal bronze
#

Hello, I have a question regarding the Internal room. I have been trying to do them without referencing write-ups, but I have come to a point that I couldnt figure out so I started referencing them as well as the forums and google searches to no avail. I am at the point where I have set up a tunnel from the machine so I can access the jenkins server, and I am able to reach it at lets say localhost:1234. I intercepted the login packet, and am trying to brute force it with hydra. I have tried writing my own as well as copying and pasting others hydra strings and I keep getting false positives. I know what the answer should be but I hate to move on without getting it right. Any recommendations? I am using


that gets set up fine, I am able to access jenkins at localhost:1234

hydra 127.0.0.1 -l admin -P /root/Tools/wordlists/rockyou.txt -s 1234 http-post-form "/j_acegi_security_check:j_username=^USER^&j_password=^PASS^&from=%2F&Submit=Sign+in:Invalid username or password" -V -f

This always returns superman (which is a false positive), I cant figure out how to get past this point.
keen iris
#

Perhaps another tool, like Burp or zap?

vernal bronze
#

I am trying wfuzz right now, never tried zap so I will give that a shot. Thanks!

vernal bronze
#

So I got it with Zap, but I was curious still what was going on. I was looking at verbose mode output and saw this. It looks each successive attempt adds the port again. This leads me to think it is either a bug or user error (leaning towards user error).

fallen anvil
#

has anyone used pwncat with Steel Mountain? I setup pwncat as a listener, I run the exploit, pwncat receives the connection, then it just times out

fleet wedge
#

try it with netcat and see if that works for you, keep in mind that the shell just may be unstable and die every so often regardless

fleet wedge
#

the issue is you only had /j_acegi_security_check instead of the full path for the form action which was /login/j_acegi_security_check (always inspect the html code on the page and see what the html form action= is doing)

vernal bronze
desert topazBOT
#

Gave +1 Rep to @pearl citrus

vernal bronze
# fleet wedge it is not a bug 🙂 , I used hydra to do this room, the command you needed was th...

Actually, running that command exactly as typed (changing the port to what I used in the SSH -L still gave me the same false positives
2 brand new machines were spun up to test, all commands run (since I already know passwords for the user I could skip past the initial brute force/remote shell
Did you use the AttackBox or your own machine over the VPN?

added [target machine ip]  internal.thm
ssh -L 1234:172.17.0.2:8080 [user]@internal.thm
entered user password

opened browser, could access jenkins by going to localhost:1234
Turned on burp proxy with foxy proxy ( I used 1234 just so it wouldnt collide with the preconfigured 8080 proxy for burp)
Intercepted the login, also inspected the webpage

Ran command you put copy and pasted, changing the port to match the tunnel I made and am still having issues. Attached are images of what I am seeing. I know others (that have done write ups and forum posts) are having the same issues.
vernal bronze
#

One last post regarding this, as I think it may actually be a bug. When attempting with a Kali Box provided by tryhackme (instead of an attackbox), with the same commands, it worked.

fleet wedge
#

@vernal bronze oh I think I might know why, when you did your ssh reverse port forward you used this command ssh -L 1234:172.17.0.2:8080 [user]@internal.thm but you should be using 1234:MACHINE_IP:8080

#

use the actual IP for the machine (the 10.10.x.x one) not the 172.17.0.2 one

#

snippet from my notes, you can see that the Jenkins service is running on localhost:8080 not 172.17.0.2

dawn dirge
#

Hey iam downloadload my openvpn configuration file iam using it in kali linux when i tryto connect machine in linux fundamental 1 room what can i do help me

west matrix
#

are all the rooms in this path free or some are subscribers only?

fleet wedge
#

there are a couple in the path that are free though 🙂

vernal bronze
vernal bronze
#

So I attempted to change that ip to the machine ip as requested, and it cannot reach it. I think (but I am still learning most of this) the jenkins server is running on docker which is on the 172.17.0.2 IP which is unreachable from the main IP of the target machine.

fleet wedge
vernal bronze
#

Yeah I was able to get it working with Kali, but just recreated those and it didnt work. Apparently the attackbox is also running docker so that might be causing some kind of issue. Best I can offer to anyone with this issue is to use their own VM or the kali vm and not attackbox for this exercise

vernal bronze
fleet wedge
#

yea no problem, I hate it when stuff doesn't work so I'm happy to help lol

fleet wedge
#

oh no 😦 you should try using OneNote from Microsoft, it's free and backs up to the cloud automatically, it's a nice tool for note taking

fleet wedge
#

Does anyone know why the mona plugin for Immunity Debugger is saying that \x01\x02\x03\x04 are bad chars here? Those bytes seem to match the pre-generated bytearray, so I'm confused why mona thinks they're corrupted.

#

\x23 and onwards makes sense, but not \x01 - \x04

steel lotus
#

Hi

haughty hare
haughty hare
# keen iris It'll be x86.

I'm taking a look at the python code.
#---------------------------------------#

Populate constants

#---------------------------------------#
memProtConstants["X"] = ["PAGE_EXECUTE",0x10]
memProtConstants["RX"] = ["PAGE_EXECUTE_READ",0x20]
memProtConstants["RWX"] = ["PAGE_EXECUTE_READWRITE",0x40]
memProtConstants["N"] = ["PAGE_NOACCESS",0x1]
memProtConstants["R"] = ["PAGE_READONLY",0x2]
memProtConstants["RW"] = ["PAGE_READWRITE",0x4]
memProtConstants["GUARD"] = ["PAGE_GUARD",0x100]
memProtConstants["NOCACHE"] = ["PAGE_NOCACHE",0x200]
memProtConstants["WC"] = ["PAGE_WRITECOMBINE",0x400]
There are some constants defined in mona.py

https://github.com/corelan/mona/blob/master/mona.py
It appears to be chipset agnostic.. I guess not enough info :/
It wouldn't explain 0x3

GitHub

Corelan Repository for mona.py. Contribute to corelan/mona development by creating an account on GitHub.

keen iris
#

Windows is x86, or rarely arm.

#

Check out the readme on that repo.

haughty hare
# keen iris No, it's for x86

Alright; i'm going with the 0x1-4 registers are reserve words based on those constants defined in mona.py; if so, then 0x10 and 0x20 etc.. shouldn't work either

fleet wedge
#

not sure what the significance of that is though 🤔

tawdry epoch
#

Mr Robot CTF im brute forcing password with hydra

#

i have 1500 tries / min

#

8,45,734 passwords total

#

its gonna take 9.3 hours to crack

#

i googled and found password is near end but how do they expect people to complete this?

#

[STATUS] 1220.33 tries/min, 3661 tries in 00:03h, 842073 to do in 11:31h, 32 active

sour locust
#

Any help much appreciated!!! i think im doing everything right but still stuck on https://tryhackme.com/room/gamezone final flag. Keep getting an error that says "authentication failed. exploit completed but no session created" Trying to privesc using a webmin exploit through metasploit. Im quite certain i have the correct login creds and exploit settings. I fill in all the appropriate settings payload, rhosts, rport, lport, lhost, username, and password. Ive tried this on my VM and also through attack box but still getting the same error. Any ideas?

fleet wedge
sour locust
#

the active machine ip that is spun up for the room

fleet wedge
#

my guess is that won't work because you have to expose the Webmin service with SSH reverse port forwarding

#

so you'd need to use localhost / 127.0.0.1

#

and the correct port

sour locust
#

yes i didt that

#

its part of the task

#

i even pulled up a writeup and as far as i can see i've done everything correct

fleet wedge
#

hm, maybe share a screenshot of your msf exploit options and also the output of the exploit

sour locust
#

ok i'll grab it

#

i closed down my box so ive got to set it all up real quick but the task has me open an ssh session. Should i close that session before attempting the metasploit exploit?

#

or leave it open?

fleet wedge
#

you have to be connected over SSH for the reverse port forwarding to work

sour locust
#

ok thx working on it

#

much appreciated

fleet wedge
#

no worries

sour locust
#

im kind of a discord noob

#

how do i share the screenshot?

fleet wedge
#

I think you have to verify your tryhackme account first before you can share pictures here

sour locust
#

i'll share the output for now

fleet wedge
#

these are the instructions for verifying

sour locust
#

┌────────────1 (%19)────────────┐how_cgi_exec) > set password videogamer124
│ Search For exploit(u... (C-r) │
│ Type exploit(u... (C-y) │how_cgi_exec) > set username agent47
│ Copy exploit(u... (c) │
│ Copy Line (l) │how_cgi_exec) > set lhost tun0
├───────────────────────────────┤
│ Horizontal Split (h) │how_cgi_exec) > show options
│ Vertical Split (v) │
├───────────────────────────────┤pp/webmin_show_cgi_exec):
│ Swap Up (u) │
│ Swap Down (d) │uired Description
│ Swap Marked │----- -----------
├───────────────────────────────┤ Webmin Password
│ Kill (X) │ A proxy chain of format type:host:port[,type:host:port][...]
│ Respawn (R) │ The target host(s), range CIDR identifier, or hosts file with syntax 'file:<path>'
│ Mark (m) │ The target port (TCP)
│ Unzoom (z) │ Use SSL
└───────────────────────────────┘ Webmin Username
VHOST no HTTP server virtual host

Payload options (cmd/unix/reverse):

Name Current Setting Required Description


LHOST 10.2.69.82 yes The listen address (an interface may be specified)
LPORT 4444 yes The listen port

Exploit target:

Id Name


0 Webmin 1.580

msf6 exploit(unix/webapp/webmin_show_cgi_exec) > set ssl false
[!] Changing the SSL option's value may require changing RPORT!
ssl => false
msf6 exploit(unix/webapp/webmin_show_cgi_exec) > run

[] Started reverse TCP double handler on 10.2.69.82:4444
[
] Attempting to login...
[-] Authentication failed
[*] Exploit completed, but no session was created.
msf6 exploit(unix/webapp/webmin_show_cgi_exec) >

#

ill try to verify thanks

#

thanks, got me verified!

fleet wedge
#

your RHOST needs to be 127.0.0.1, otherwise metasploit can't access the webmin panel, because you're port forwarding 10.10.56.62:10000 on the remote machine to 127.0.0.1:10000 on your machine

keen iris
#

ssl should be false

fleet wedge
sour locust
#

ssl is false. i inputed it below after i ran options

#

its in the screenshot

#

but ok so where is the 127.0.0.1 coming from?

fleet wedge
#

check out how you connected over SSH

#

ssh -L 10000:localhost:10000

keen iris
#

Also try 127.0.0.1 there instead of localhost

sour locust
#

yes im looking at it. i dont see it what am i missing?

fleet wedge
#

in metasploit, the exploit option for RHOST should be set to 127.0.0.1

sour locust
#

yes i understand that part but what im asking is where did you get that number from? i dont see it in the task or output anywhere

#

how should i have know to use that number?

#

really appreciate the help btw

fleet wedge
#

127.0.0.1 is what localhost resolves to

sour locust
#

is that just general basic knowledge or can i find this information with a command?

fleet wedge
#

so because you have port forwarded port 10000 on the remote machine to port 10000 on localhost, you would need to use 127.0.0.1 as RHOST in msf

sour locust
#

hmmm ok tried this

fleet wedge
sour locust
#

now im getting exploit failed

#

i set rhosts as 127.0.0.1

fleet wedge
#

you may want to connect over SSH with 10000:127.0.0.1:10000 as james said, see if that helps

sour locust
#

ok i missed that, trying now

#

wow it worked

fleet wedge
sour locust
#

you guys are awesome but im still stumped lol. I'll have to research this about localhost resolving to business

sour locust
desert topazBOT
#

Gave +1 Rep to @pearl citrus

sour locust
fleet wedge
#

on your VM, type sudo cat /etc/hosts

#

you will see how some hostnames are resolved to IPs

#

like localhost, maybe that will help

sour locust
#

ahhhh now i see

#

brain no longer hurts thank you lol

fleet wedge
#

no problem 👍

fleet wedge
keen iris
#

There's no SSH forwarding in that room

fleet wedge
#

@sour locust

keen iris
#

Also Overpass3

sour locust
#

@keen iris @fleet wedge awesome thanks gentlemen! Highly appreciated!

desert topazBOT
#

Gave +1 Rep to @keen iris

grizzled blade
#

Hi I am new here.

tropic apex
#

Hi all, what part of training in the program that studies the metasploit?

#

I am really interested on how it works

#

Also - some weird question.

When I scan through Nmap. Why does it only give me one port that open? I usually use this sequence.

nmap -p -a -T4 (insert ip)

stiff heath
#

Is it me, or does the Buffer Overflows path throw you into the deep end? Anyone got any recommended rooms to do before taking that section on?

modern sinew
stiff heath
fleet wedge
#

it'd help more with understanding than a room on THM in my opinion

stiff heath
#

yeah, I was planning to do some outside reading around it (especially x86 stuff) - so I'll do that 🙂

tawdry epoch
#

once u get the hang of it its the same for the 10 tasks

#

next is active directory which is a nice brain damage 6878_HeheBoi

stiff heath
#

Yeah, I watched that cyber mentor one and it definitely helped, going to try and watch some others as well to get a better feel. Thanks for the room suggestion!

glacial girder
#

Need assistance with phase 2 of the bomb lab x86 binary

#

Anybody can help or point me to where i can find help ?

south maple
#

Can someone help me with vulnversity task

#

i dont get that Burpsuite thing

#

wait a sec

#

i can watch that video