#general

1 messages Β· Page 1812 of 1

fluid mural
#

Just curious about other peoples opinions is a BS in CS worth it or are online certificates for whatever field you want to be in good enough?

autumn solar
#

I know degrees still hold a lot of weight in most fields but IT or anything IT/IS related seems to be the exception since its so fast moving

dark wolf
autumn solar
#

IMHO all a degree really shows is that you stacked up academic experience from X years ago rather than real world experience today

dark wolf
#

There's a lot you learn in the process of getting a BS relating to all aspects of business math english and your career

#

You can BS your way to more money without a BS but a BS means you don't have to BS

fluid mural
autumn solar
willow delta
autumn solar
#

I only ask because I remember having a Panda Wireless that absolutely messed me up for a month and I had to snag Realtek RTL8812BU drivers off there.

willow delta
#

but the thing is i think its not even working on my windows cuz when i plug it in

#

nothing happenes

#

or is it thats how the adpater should be?

#

like should something pop up when i plug it in?

autumn solar
#

Oh no you should definitely have something show up when you search for it by command line

#

I'm thinking the needed module is simply not in, built for or being recognized by your kernel

#

Which distro are you using?

willow delta
autumn solar
#

HAHAHAHAHA oh shit

#

Never mind me

willow delta
#

no i got windows

#

but im using kali on the vm

autumn solar
#

Momentary brain burp

willow delta
#

but bro my question is

#

when i plug it

#

should something pop up

#

on my windows?

#

like anything? or no

#

i have never used an adapter before

autumn solar
#

Wait a minute

#

Hyper V?

#

Or Virtualbox?

willow delta
#

Virtualbox

autumn solar
#

Ah dammit if you had said HV I would be able to help further I know your adapter needs to be recognized by the host and passing through

willow delta
#

idk man

#

the thing is when i plug it nothing happens in my windows

sturdy sequoia
willow delta
sturdy sequoia
#

the first noticable thing is a sound

willow delta
#

or like see them

#

yeah i hear a sound

#

nothing else

sturdy sequoia
#

you can check device manager and see what windows thinks it is

willow delta
#

i tried with hidden option

#

but still

sturdy sequoia
#

was anything in "unknown devices" or whatever its called

willow delta
#

nope

#

nothing

#

in device manager you mean?

sturdy sequoia
#

keep the device manager window open and unplug the device, see if anything changes, then plug it in, see if anything changes

willow delta
#

yeah i just did that

#

it like refreshed

#

but nothing new in Netowkr adapter

sturdy sequoia
#

forget network adapter. look at the whole list

willow delta
#

nothing..

#

i have hidden option on

sturdy sequoia
#

is there anything with a yellow or red icon while its plugged in

willow delta
#

wait a sec

#

yeah

#

I found one

autumn solar
#

Do you have show hidden devices checked?

#

In devmgmt.msc

willow delta
autumn solar
#

Oh good

willow delta
#

its like this triangle yellow thing

#

with question mark

sturdy sequoia
#

and if you unplug does that device disappear?

willow delta
#

let me check

#

FUCK

#

no..

autumn solar
#

Hmmm

willow delta
#

im tried of this shit tbh

autumn solar
#

Are you running windows home or pro?

#

Could also be a group policy issue

willow delta
#

win 11 home

autumn solar
#

I'm sorry if you've already said that, I've got some things on my plate rn

sturdy sequoia
#

thats pretty much the extent of my troubleshooting knowledge. maybe its an admin privilege thing but thats just a gguess

willow delta
#

i asked chatgpt but nothing worked

#

i saw some people having same issue in reddit and github

#

i tried to fix it like them but did not work

#

is there anyway i can like see stuff in windows when i plug anything?

#

other then device manager?

sturdy sequoia
#

theres the usual "try device on another machine"

autumn solar
#

Did they give you an install .exe for drivers with the device when you bought it?

willow delta
#

i asked them to like return it cuz it was not workign

#

and the shipping was 3X the price of the adapter

#

πŸ’€

autumn solar
#

If it's a host to VM passthrough github drivers won't work because the device needs to be visible on the host

sturdy sequoia
#

you can probably download the software/drivers from their website

willow delta
#

yh ima try to do that

#

let me search for their website

autumn solar
#

I'd recommend that too

sturdy sequoia
#

but yer, you shouldnt need to go through all this troubleshooting for something that should just work out of the box

autumn solar
#

Then later if you have any further problems after installing it come back

willow delta
#

or should it just work when u plug it in?

autumn solar
#

Which you shouldn't because virtualbox should automatically pick it up and use it for the VM

sturdy sequoia
#

it should just plug in and work

willow delta
#

like its wierd tbh i do not even understand shit

#

the problem is from my win i think

#

cuz nothing happens when i plug it in just a sound

autumn solar
#

Lol trust me we've all been there, I feel like I don't understand stuff every day. This is a learning experience and you never stop learning

sturdy sequoia
#

usually that indicates a driver issue but even windows should give you an error saying it doesnt work

willow delta
#

yh exactly

autumn solar
#

The fact that it's not is what made me think of pro

sturdy sequoia
#

the sound then no changes in device manager is really odd

willow delta
#

it even refreshes in the device manager

sturdy sequoia
#

could also indicate a straight up hardware error

willow delta
#

you knwo what ill have look at it tmr cuz its almost 3am and im tried asf

autumn solar
sturdy sequoia
#

haha

willow delta
#

but thank you guys anyway for the help

#

gn

sturdy sequoia
#

no worries. peace

autumn solar
#

Good night have a better one

rapid merlin
#

hey, how's it going people?

cinder laurel
#

I just want to let you guys know that Jesus Christ loves you and truly desires a relationship with you. His arms are wide open, His hand extended with grace and salvation and eternal life, full of hope and lasting peace. God Bless and thank you.

carmine pollen
#

/home/equus/peda/peda.py:2832: SyntaxWarning: invalid escape sequence '\ '
pattern = re.compile(b'|'.join(JMPCALL).replace(b' ', b'\ '))
/home/equus/peda/peda.py:3414: SyntaxWarning: invalid escape sequence '['
m = re.search(".[(.)]|.?s:(0x[^ ])", exp)
/home/equus/peda/peda.py:3519: SyntaxWarning: invalid escape sequence '['
sock = re.search("socket:[(.)]", rpath)
/home/equus/peda/peda.py:3529: SyntaxWarning: invalid escape sequence '\s'
ppid = re.search("PPid:\s([^\s])", status).group(1)
/home/equus/peda/peda.py:3531: SyntaxWarning: invalid escape sequence '\s'
uid = re.search("Uid:\s([^\n])", status).group(1)
/home/equus/peda/peda.py:3533: SyntaxWarning: invalid escape sequence '\s'
gid = re.search("Gid:\s([^\n])", status).group(1)
/home/equus/peda/peda.py:4125: SyntaxWarning: invalid escape sequence '\s'
p = re.compile(".?:\s[^ ]\s([^,]),(.*)")
Python Exception <class 'ModuleNotFoundError'>: No module named 'six.moves'
/home/equus/.gdbinit:1: Error in sourced command file:
Error occurred in Python: No module named 'six.moves'
Reading symbols from gdbme...
thows me this kind of error
and my gdb wasnt starting with gdb-peda it starts with (gdb) when running after installing peda

my gdb was throwing me this kind of error when i run it

sturdy sequoia
rapid merlin
twin ridgeBOT
#

Gave +1 Rep to @sturdy sequoia (current: #344 - 23)

sturdy sequoia
rapid merlin
#

eh. a minute. i was unemployed for almost a year, then, after i got hired, i was re-strategizing my career path and my hobbies. took some time. basically, over a year.

#

err, about a year. i was still doing some cyber stuff during my unemployment.

#

but i haven't been steady

cinder laurel
dreamy bronze
loud marlin
cinder laurel
#

People getting into car crashes all the times are having bad days. Im having a good day because I still get to breathe and choose right or wrong. πŸ™‚

loud marlin
#

there is only one god, and it's Cthulhu ❀️

cinder laurel
#

That good day is 100% within your reach

#

Don't give up in wanting that good day

sturdy sequoia
#

"You choose whether you have a nice day" "People getting into car crashes all the times are having bad days"
hhmm......

cinder laurel
loud marlin
#

just drop it. is religion crap... can't put sense in them

cinder laurel
#

But even when people say that should make you have a bad day, you can still choose to have a good day

loud marlin
#

@gusty inlet

cinder laurel
#

Im talking about having a good day and choosing to

#

You're a very intelligent person and have a lot of potential. I believe your outlook on what a good day is will change for the better.

#

You've got this

sturdy sequoia
#

all your problems will be solved with positive thinking 🀣

cinder laurel
#

The mind is heavily fought over in our day to day

#

Thoughts are super important

quick blaze
celest dirge
#

Gonna be a nerd here, in #rules Rule 2, second bullet point β€” Are we to avoid sensitive or decisive topics (religion for example). πŸ€“β˜οΈ

#

Not to say it's bad, but to avoid any potential arguments.

cinder laurel
#

So rules aren't being broken.

rapid merlin
#

so what conversation started

cinder laurel
rapid merlin
cinder laurel
celest dirge
#

I have arrived.

rapid merlin
#

oh welcome

sturdy sequoia
#

im always here

rapid merlin
#

welcome shyft you too

rapid merlin
#

hi guys do you know about youtube revanced

restive pike
#

C is plus plus

late kernel
#

Hello

#

Support 🫢🏻

quick blaze
late kernel
#

Sorry deleted

#

❀️

serene ginkgo
#

what we cooking again chat?

sturdy sequoia
serene ginkgo
serene ginkgo
#

Just kidding,

sturdy sequoia
#

its on my own network so its fine πŸ™‚

serene ginkgo
#

"home network"

#

jk

rapid merlin
#

hello

serene ginkgo
#

πŸ‘‹

sturdy sequoia
#

just a prank bro πŸ˜›

serene ginkgo
#

extra cooked

sturdy sequoia
#

its a magic trick. watch your money disappear

serene ginkgo
#

someone get the "mods" plz

#

lmao

#

Thats a cool project bro

#

I used to do that as well.

sturdy sequoia
#

its good for refreshing my networking knowledge

serene ginkgo
#

Someone used to ask me.

"Declan what you doing?"

Me: "I just hacked my own wifi"

rapid merlin
serene ginkgo
rapid merlin
serene ginkgo
#

Sure.

serene ginkgo
rapid gust
#

hi guys

serene ginkgo
rapid gust
#

Hello big D

#

That sounds bad

serene ginkgo
#

Sorry?

zealous estuary
#

Hello fellas

#

Is there any pro hacker here ?

#

Bruh smth insane happened to me

sturdy sequoia
#

probably a few. whats the problem?

zealous estuary
#

idk how someone logged in to my discord account from Colombia

#

Even if I had 2fa enabled and a passkey set-up

#

How is it possible that someone log into my account like that ??

sturdy sequoia
#

how do you know they did it?

leaden shale
#

get into pc that is safe

#

or wot

zealous estuary
#

I saw it in my recent logins menu

#

And they were spamming casino website promos into discord servers and i got kicked out of the server

zealous estuary
sturdy sequoia
#

did it happen just once or many times?

zealous estuary
#

Once

#

Last night

sturdy sequoia
#

hasve you changed your passwords?

zealous estuary
#

And i saw it when I woke up

zealous estuary
sturdy sequoia
#

id also suggest running anti malware/anti virus software

zealous estuary
leaden shale
sturdy sequoia
#

you only use a phone for internet?

zealous estuary
#

Yes

inner bloom
#

I triple booted windows mac and Linux

rapid merlin
zealous estuary
ornate rover
#

Hello I'm kinda new here

calm elk
#

Hy guyz

sturdy sequoia
rapid merlin
ornate rover
#

Can someone tell me how do I get started

zealous estuary
sturdy sequoia
#

but youre already verified so i guess youve already started

ornate rover
#

Tldr

calm elk
#

Can u suggest some bulk reporting tool for social media

rapid merlin
ornate rover
#

I did start long ago

sturdy sequoia
ornate rover
#

I did some Linux course and networking

calm elk
#

Account takedown

rapid gust
ornate rover
#

But right now I'm kinda lost

inner bloom
rapid gust
#

ahhh ok

#

im dub

sturdy sequoia
ornate rover
#

Can you dm

rapid gust
#

are you partitioning on same drive?

sturdy sequoia
calm elk
#

Some issues using my sis photo and miss using on Instagram account so I want to takedown that account

rapid gust
#

thm is great place to get started tbh, veryhandholding

zealous estuary
sturdy sequoia
inner bloom
inner bloom
ornate rover
#

It's so crowded lol

calm elk
#

Oohoo ok thanks you

rapid gust
inner bloom
rapid gust
#

bros discourd got touched

inner bloom
zealous estuary
rapid gust
#

i wanan know why i only get 60fps on rust with a 4070

ornate rover
#

Ok so currently I work as a machine learning engineer I am passionate about tech stuff. I self taught myself and experimented lot of stuff. Im wanting to switch my career so I am in need of some personal advice, guide or mentoring

rapid gust
rapid merlin
#

And don't click on links

zealous estuary
#

Okk bro

rapid gust
zealous estuary
ornate rover
#

Ok

inner bloom
rapid gust
#

no XD

zealous estuary
ornate rover
#

Is it free

rapid gust
#

dfir is digital forensics, for an intro look at like email header metadata and what info u can pull out

zealous estuary
#

Funny thing is im a cs major and I'm getting fooled like this... This is a SHAMEEE 😭

ornate rover
#

Okay anything else?

rapid gust
#

then if it interests you maybe you'll like digital forensics! seems like motivation isn't an issue for you you just need to find things you like

#

the best answer i can give is the exact answer i never wanted the 30/40 times i asked for advice in discord channels/profesisonals etc.

ornate rover
#

Well I don't need motivation I just things that interest me and pays well lol

rapid gust
#

and its literally just try things and be okay with wasting a little time here and there figuring out if you dont like something there are 1000 resources at your fingertips but none of them will be perfect

#

THMs courses are pretty hand-holdy though I vouch for THM they've been an amazing tool for me

#

for more guidance you can join like a cracked telegram group and get old credential courses like BLT1 or comptia, those will provide more structured info

ornate rover
#

Okay that's useful

#

Thank you for the time

#

I will see you around

dark wolf
rapid merlin
leaden shale
#

@sand trench I need your help. I downloaded the 2025 version of FL Studio from the GetIntoPC website. I’m not sure if it’s safe or not. I don’t have money to buy the original one because it’s really expensive. btw that web side is safe or wot how to check that fl is safe for my pc. πŸ₯Ί

rapid merlin
#

His face reveal

rapid gust
#

also that path traversal room is cooking my brian

#

@rapid merlin i have grillz hahaha

dark wolf
#

I still remember the line Tony Plana said from that pic

rapid gust
#

no just a little star for three of my teeth

marsh lark
rapid gust
#

i bricked my dads pc doing FL studio LOL from pirates bay]\

#

picked up like the worst trojan ever

serene ginkgo
#

i just came back to chat, the heck is happening now?

dark wolf
dark wolf
#

but even if it doesn't flag it that doesn't mean it's safe

rapid merlin
dark wolf
#

even if it seems like it doesn't infect you, there could be a rat hidden on your system to be used by a c2c server

#

then one day you are eating pancakes and playing in the park and the next day kim jung uns security is swarming you and arresting you for attacking NK

rapid merlin
rapid merlin
dark wolf
#

I've seen it happen to one guy. This was a weird guy, had boils all over his face and everyone was mean to him. Well he wanted to extract his revenge against a savvy team of misfits determined to make his life a living hell.

rapid merlin
dark wolf
#

He dug into all the systems he could find that had anything to do with them and got them to install things to their computers with these discs that said AOL online ...

#

well after they installed the AOL virus, he hijacked their sessions and used their dial up modems to dos NK

neat kindle
#

ma friend told me to run this in my terminal

#

:(){:|:&};:

#

tf is this?

rapid merlin
neat kindle
#

fork bomb?

#

like github forks?

neat kindle
#

hmm i wonder if i can run it and ctrl+c outta it

dark wolf
#

It’s a malicious shell command that defines a function (:) which calls itself twice every time it runs, creating an infinite loop of processes that very quickly overloads your CPU and memory, freezing or crashing your system.

rapid gust
#

is directory path traversal supposed to be difficult

#

or is my brain mush

dark wolf
#

you have to reboot

mellow widget
#

hey everyone I have one question..
can we make the kali linux as the default operating system?

rapid merlin
neat kindle
#

yes but dont

mellow widget
#

as we make arch linux default

sturdy sequoia
mellow widget
rapid gust
#

computer will grow legs and attack you

#

you absolutely can @mellow widget however it is not recommended by majority of ppl due to instability and just being a poor daily

mellow widget
rapid gust
#

if u are doing an attack box like using it specifically for tasks then totally different

#

i use a kali vm

#

and a no snap ubuntu

mellow widget
#

My laptop is not good enough to run VM

rapid gust
#

i mean try it, worst comes to worst you just wipe and reset to a different linux distro

leaden shale
sturdy sequoia
#

You can also dual boot but that's a bit more effort

mellow widget
rapid gust
#

i ran parrot as a daily which ppl dont recommend but never had an issue

sturdy sequoia
mellow widget
#

while installing arch

#

I have one ssd and have to remove the whole windows

sturdy sequoia
#

Google it and look for some guides

leaden shale
rapid merlin
mellow widget
#

Using kali with live boot is good?

sturdy sequoia
#

its fine

#

i use kali live boot on my main pc

rapid merlin
rapid merlin
#

Like

#

Cakewalk by BandLab

mellow widget
twin ridgeBOT
#

Gave +1 Rep to @sturdy sequoia (current: #335 - 24)

mellow widget
#

I am on linux so which app should I use to format that ISO on the pendrive?

rugged arrow
#

Hey guys any recommendations for discords or chats that are for prepping for the CISSP. It’s a big exam and having some sort of study group or a community structure around preparing for it would be a big help

rapid gust
#

that file inclusion room kinda πŸ‘Ž

autumn solar
rapid gust
#

rufus

autumn solar
#

You don't wanna output (s|h)da1 lol

mellow widget
rapid gust
#

nvm i should read messages b4 i respond

#

stay on arch bro arch is sick

#

i want to migrate to arch

autumn solar
#

IIRC Rufus will have you use dd if the first burning mode (isohybrid?) doesn't work

mellow widget
turbid solstice
#

Hey guys, I recently got started with Windows Powershell room, and my progress has been severely affected because of how bad the Windows machine responds (it just refuses to start or load at times). Anyone else facing same/similar issues?

rapid gust
#

you got it bro

rapid gust
turbid solstice
#

oh got it

rapid gust
#

yeah its frustrating, fill in gaps with online guides its honestly amazing what THM offers for so cheap so i dont knock em too much for having perfect vms but definetely have run into many issues

cobalt iris
#

How I learn CTF solve with discord?

teal breach
#

.

sturdy sequoia
cobalt iris
#

How can I learn

sturdy sequoia
twin ridgeBOT
#

Gave +1 Rep to @rapid gust (current: #964 - 6)

rapid gust
marsh lark
neat kindle
#

i never expected 1080p to be this bad on a 1600p screen

#

my laptop display is 16:10 lol

worldly pollen
#

gm girls

#

how are u man

marsh lark
#

what

worldly pollen
#

what what

mighty granite
#

I can't access attack box for 3 days already

#

i have this

marsh lark
mighty granite
#

i don't have it

#

only google

marsh lark
mighty granite
#

thanks

marsh lark
#

maybe try emailing THM

sharp citrusBOT
#

@mighty granite

TryHackMe's Email

TryHackMe's support email address.

mighty granite
#

oh well

#

i enabled vpn and it started to work

marsh lark
#

make sure to be detailed on what your problem is

mighty granite
#

wth

marsh lark
#

........

mighty granite
#

i didn't need vpn before

#

ever

marsh lark
#

like THM vpn?

#

or just vpn

mighty granite
#

no my own

marsh lark
#

ah

#

weird

rapid merlin
#

In koth it says only intermediate and advanced experience level players can play
Where can I see my experience level and how to increase it?

marsh lark
rapid merlin
marsh lark
rapid merlin
#

Okay thanks πŸ‘

marsh lark
#

no problem πŸ™‚

topaz sedge
#

Hello

twilit crystal
topaz sedge
#

How are yall

#

I haven't been here in quite a while

twilit crystal
sturdy sequoia
#

doing alright. u?

twilit crystal
#

i just joined lol

sturdy sequoia
topaz sedge
twilit crystal
twin ridgeBOT
#

Gave +1 Rep to @sturdy sequoia (current: #329 - 25)

topaz sedge
#

Studying nowadays

sturdy sequoia
topaz sedge
#

Nothing much
Solving HTB machines nowadays

#

Solved a seasonal one last night before sleeping

sturdy sequoia
#

nice one

river wigeon
#

Hello, I want to build a homelab for blue team. any ideas as to what would be a simple but effective homelab for practicing blue teaming?

marsh lark
#

the only way I can see it is to do smth like forensics when you attack your homelab (ethically, with permission if you need it)

river wigeon
river wigeon
marsh lark
#

but yeah, that would be a nice idea

river wigeon
marsh lark
#

forensics and threat detection

marsh lark
river wigeon
marsh lark
#

also, I'm sure you could set up something other than a homelab

marsh lark
#

maybe start up a server (using smth like a raspbery pi)

#

and try attacking the server yourself

#

and do the forensics and threat detection

#

idk

quick blaze
river wigeon
#

That'd be cool actually

marsh lark
#

doesn't have to be that complicated

#

even learning how nmap and rustscan shows up in logs can be helpful

rigid surge
quick blaze
#

πŸ‘πŸ½

river wigeon
marsh lark
quick blaze
#

Or just set up a low-effort CLI only linux distro and turn it into metasploitable or whatever you're looking to do.

rigid surge
quick blaze
river wigeon
rigid surge
#

Then you setup ssh and remote it from another vm to install whatever service

quick blaze
#

Yep yep.

marsh lark
river wigeon
#

I guess I'll set up a server for now. Sounds easier. Thanks yall

woven brook
#

The thing is, it feels weird to finish a module of a path and not do actual unguided exercises, how can I tell which ctfs are related to which training path steps?

marsh lark
woven brook
#

Cyber 101

#

Next will be pentesting I suppose

marsh lark
inland prism
#

Hi

marsh lark
#

usually the jr pentester one has more challenges in it, but you can always ask this discord as well if there are any related challenges πŸ™‚

woven brook
#

I did find some that I could finish, it just felt like it was out of luck that I didn't pick some that I couldn't do

restive pike
brittle kraken
#

Hiya chat

blissful frost
#

Is there a room on how to use mimikatz

#

?

ashen cape
#

Good morning chat

rapid merlin
hollow crow
#

Yo sup

rapid merlin
sleek hare
#

I forgot to put $Parsedown->setSafeMode(true); in my forum

#

ggs

#

(fixed that already)

#

wild that I missed it πŸ’”

rapid merlin
#

bro is cooked

hollow crow
#

Nm atm just chilling slowly getting into cyber security deffence and monitering

sleek hare
#

nah its fine I found it before anyone else

#

I also tried sql injections etc

#

everything failed but not this

rapid merlin
#

good

#

u have cloudfare in it

#

?

sleek hare
rapid merlin
#

good

sleek hare
#

its cf tunneled

rapid merlin
#

nice

sleek hare
#

I'm lazy to pay 2 USD for IPv4 with ddos prot

rapid merlin
#

lol

hollow crow
#

Wardrive was fun to play with it on my router was good deffence using my seperate one

sleek hare
#

I'd prob need to add captcha

#

but idk, cuz github signin is required

#

I'd bet its unneeded

rapid merlin
#

I mean

sleek hare
#

we'll see later

rapid merlin
#

you can never be too sure

#

there might be other vulns around

sleek hare
#

All vulns I know I tried to simulate

#

so far only this passed

rapid merlin
#

all vulns I know

sleek hare
#

Well, I know enough of them

#

Maybe someone else might find something

#

But we'll see

hollow crow
#

Used a orange waterproof case perfected 😽

rapid merlin
sleek hare
#

if you wish I can give you web

#

and you could try

#

ofc

#

lol

rapid merlin
#

im fine, thanks

lavish anvil
hollow crow
#

Comeon ninja a old friend mentioned it

sleek hare
#

file upload might be vulnerable

#

might

hollow crow
#

Anyone know what it is

sleek hare
#

so far I don't see such issues

#

but eh I'd bet if something would come up it would be file upload

rapid merlin
#

It's always file upload NotLikeThis

hollow crow
#

Tho just toys at the end

marsh lark
#

its always file upload until you go to the hard CTFs kekw

rapid merlin
#

subtle SSRF mention be like

marsh lark
#

if you need XSS for a challenge, I quit kekw

#

I'm baaaaad at XSS

rapid merlin
#

same

sturdy sequoia
#

are there any good automated xss tools?

marsh lark
rapid merlin
#

there are a few

#

saw some crazy pocs

rigid surge
sleek hare
hollow crow
#

I got left a bunch of electrical stuff just been fiddling so more knowledge

sleek hare
#

like theseus

rapid merlin
#

wait till' you try insane htb rooms

sleek hare
#

if not wrong there was sql injection, reverse engineering a lot of cryptography \

#

I might mix it now with other rooms I did but I do remember cyprotgraphy part

sleek hare
#

I never tried htb

#

might try it eventually

rapid merlin
#

Don't, unless you want to lose your hair

sleek hare
#

is it free?

rapid merlin
#

ye

sleek hare
#

cuz I'd want some insane challanges

sleek hare
#

\cuz thm aint adding new ones

#

free ones atleast

sleek hare
#

will try it when I'm free

rapid merlin
coarse nexus
#

Alright time for more Burp suite rooms

rapid merlin
coarse nexus
rapid merlin
#

1 day i shall be like ucri

#

🫑

coarse nexus
#

You will if you stay consistent

rapid merlin
twin ridgeBOT
#

Gave +1 Rep to @coarse nexus (current: #3233 - 1)

bleak quartz
#

Yo!

rapid merlin
marsh lark
rapid merlin
#

Homie

bleak quartz
#

almost 200 day streak πŸ”₯

bleak quartz
marsh lark
rapid merlin
#

I can't pass 20 without breaking it

marsh lark
#

one day

coarse nexus
marsh lark
twin ridgeBOT
#

Gave +1 Rep to @coarse nexus (current: #2124 - 2)

coarse nexus
rapid merlin
marsh lark
sleek hare
#

pov developing website while getting yelled by parents

#

100% vulnerable (no)

rigid surge
#

You are vulnerable to yelling attack

topaz topaz
sleek hare
#

literally

topaz topaz
#

this question is very important in the field of cybersecurity

sleek hare
#

abusive family

#

they yell for no reason

sharp veldt
#

Hi guys

topaz topaz
sleek hare
#

I got used to it ig..

#

atleast didnt got beaten up

#

even tho my mom clearly wanted to beat me up

topaz topaz
sharp veldt
#

Is there an ethical hacking for password cracking? My laptop is asking for details from years ago

sleek hare
topaz topaz
topaz topaz
sleek hare
topaz topaz
sharp veldt
#

Oh I see

topaz topaz
sleek hare
#

wont be any better

#

trust me

rapid merlin
#

house ur own find

rapid merlin
#

i have great advice

sleek hare
#

lol

#

no thanks ig

tacit atlas
#

Any premium THM users here?

marsh lark
primal blade
#

Do you need premium for the courses / certifications?

sleek hare
#

atleast most of them

primal blade
#

I guess it can wait until i've finished the google cybersecurity one then lol

tacit atlas
# marsh lark yup

Do you get low ping time if you use a private VPN server compared to the public ones.

rapid merlin
#

i want to be verified so bad

marsh lark
#

probably won't be THAT much of a different ngl

sturdy sequoia
tacit atlas
#

Well there's no point in getting a subscription then

rapid merlin
#

im waiting for KGB to respond to the dms for hours now

tacit atlas
#

I am getting ~500-600ms

#

😞

marsh lark
marsh lark
tacit atlas
#

I am from India and i am using the Indian region configuration

molten tartan
#

does anyone here use Arch with hyprland?

rapid merlin
stark ferry
#

Hi guys
I am new to hacking and right now I know nothing about hacking or anything like that, I am a C++ programmer who also has bit of experience with Linux and I want to learn hacking

stark ferry
#

Ty

stark ferry
sturdy sequoia
stark ferry
#

Ty

rapid merlin
#

u can dm

#

only if you want

#

i have a little roadmap

marsh lark
#

THM has a roadmap kekw

stark ferry
primal blade
#

How does googles cybersecurity certificate course compare to the courses on TryHackMe?

primal blade
#

Thats the plan, nearly finished with googles. Curious how THM differs. I've not found googles particularly challenging. Just a bit boring sometimes staring at the instructors telling me about their lives

stoic quarry
#

iirc the google course is more broad and less hands on

#

I don't know much about it tbh

#

But the THM stuff is at least hands on

primal blade
#

Yeah, I was hoping the THM stuff was more hands on as thats how I learn best

stoic quarry
#

Same

#

There are a lot of theory rooms but once you get to the point where you can comfortably do challenge rooms then you're good to go

sick lance
gusty inlet
queen flare
winged nimbus
winged nimbus
boreal scarab
#

I'm just a regular everyday normal mother fucker!

rapid merlin
#

now this is nicer

#

the green covers me better

#

how's everyone doing ?

modern fox
#

good

#

hbu

rapid merlin
#

bored

rapid merlin
#

lol

#

poor cat

rapid merlin
#

average cat life experience

#

just tear carton apart

leaden loom
#

yo

rapid merlin
#

yes

#

cats everywhere

modern fox
leaden loom
#

hello im new in this, im learning cyber security

carmine pollen
#

does anyone in here did the attack and defense CTF format? i only play jeopardy and i don't know what to review for my upcoming CTF event

glossy holly
#

Everyone's virtual machine is lagging too?

sleek hare
glossy holly
#

from thm

sleek hare
#

All issues -> directly eithrr DKob or jebba

#

Jebba cuz jabba doesn't sounds that good

clever sierra
#

If you're just like me that don't have friends and is looking for one don't hesitate to send me a message privately ✌️

sleek hare
sonic totem
sleek hare
mellow widget
#

hey I want to hack my neighbour's wifi
please anyone tell me how to do it without using the 100%cpu power

sleek hare
#

If not its illegal and nobody will help you

rapid merlin
sleek hare
wicked pumice
sonic totem
dreamy bronze
#

works

rapid merlin
#

I hate myself

mellow widget
dreamy bronze
rapid merlin
#

just do

dreamy bronze
#

it gets better

rapid merlin
#

never

#

just worse

storm storm
rapid merlin
#

who told him about 100% cpu power

#

XD

mellow widget
#

Bro while running aircracg-ng the laptop will become jet engine

rapid merlin
#

still spelled wrong even after edit btw

rapid merlin
mellow widget
mellow widget
#

πŸ˜‚ πŸ’€

#

isnt there any peacefull way to do it

#

becuase my this potato laptop is my heart ngl

storm storm
#

bro are u having problems with ur neighbors

mellow widget
#

I just dont have inteernet

storm storm
#

ahh understand

mellow widget
#

only 1gb perday with 100kb/s

half girder
dark frost
#

He live in the countryside?

mellow widget
marsh lark
half girder
mellow widget
marsh lark
mellow widget
marsh lark
#

get a better ISP?

mellow widget
#

my parents will just kick of me out of the house

wicked pumice
#

I mean

#

You can find a better isp tho

marsh lark
wicked pumice
#

πŸ—£οΈ

wicked pumice
ashen cape
wicked pumice
#

Don't be shy

mellow widget
wicked pumice
ashen cape
#

hi neighbours I don't have good internet but you can be kind and give me access to your Wlan password

#

πŸ™

wicked pumice
#

How would you know it doesn't work if you never tried it first

ashen cape
#

makes sense

mellow widget
ashen cape
#

btw hacking wlan password is already illegal, I'm sure we cannot give help even if someone say "neighbours said i could do so" or whatever

wicked pumice
half girder
#

or setting priorities, no tiktok, no insta, then its enough xD

ashen cape
sonic totem
wicked pumice
#

You try to hack police wifi

ashen cape
#

LMAO

wicked pumice
#

😭 😭

ashen cape
#

Bro is already on boss level

wicked pumice
#

100% illegal and instant prison

silver hornet
ashen cape
#

That's fr incredible

wicked pumice
#

Hacking police station wifi is whole another level

#

😭 😭

mellow widget
#

It will be good for me If i got caught

#

I will be in jail

#

and my school will be skipped

ashen cape
#

Try your homelab first

wicked pumice
silver hornet
#

i could tell I'm a ultra 17 promax super darkness hacker. Anyone wanna deal?

ashen cape
silver hornet
storm storm
ashen cape
#

Try arleady from boss level

wicked pumice
#

Homelab teach you to hack?

#

Im new to this shi

half girder
#

@mellow widget you should tell @cloud quiver about hacking the police station wifi, he might have headups πŸ˜‰

ashen cape
wicked pumice
ashen cape
#

and try to practice it** (WITHOUT ILLEGAL ACTIONS AFTERWARDS)**

ashen cape
wicked pumice
#

Ouh

#

Do you all use second laptop or personal laptop for homelab?

mellow widget
#

if anyone do my task I will give him $100

wicked pumice
#

Im planning to committed myself to studying all cybersecurity stuff including pen test

half girder
wicked pumice
ashen cape
#

with Ubuntu and Win10 homelabs

mellow widget
#

just tell who want to do my task

#

I will give $100

ashen cape
#

nobody bro

half girder
#

im gettting too old for that shit, later ^^

ashen cape
#

Nobody will mess up with the police

mellow widget
dry elk
#

yooooo what’s up guys :)

sonic totem
ashen cape
#

hi

mellow widget
#

just simple 2min task

dry elk
#

could anyone help me out with sum

mellow widget
#

or if you fast its one minut

ashen cape
#

simple 2min task to bruteforce password

mellow widget
#

noope

ashen cape
mellow widget
#

nope*

thick vortex
#

morning chat, got a year of THM premium.

storm storm
dry elk
# ashen cape what exactly?

my friends tiktok account was stolen by some guy and he can’t get it back. i just wanted to see if anyone here could help us out if possible, if not it’s alright πŸ˜…

mellow widget
dry elk
#

like it was some weird thing where the guy asked for his email and number to send some form of verification code

mellow widget
#

its not hacking wifi

#

its another thing

ashen cape
#

Because only the support of TikTok can perform such actions legally

ashen cape
glossy holly
#

why my attackbox so lagging

dry elk
gritty bane
glossy holly
#

i can't just use terminal

ashen cape
glossy holly
ashen cape
#

It's just illegal to conduct these actions from our side

glossy holly
ashen cape
#

Π”Π°

glossy holly
#

Ρ‚ΡƒΡ‚ Π²ΠΎΠΎΠ±Ρ‰Π΅ ΠΌΠΎΠΆΠ½ΠΎ ΠΊΡ€ΠΎΠΌΠ΅ Π°Π½Π³Π»Π° ΠΎΠ±Ρ‰Π°Ρ‚ΡŒΡΡ

#

ΠΈΠ»ΠΈ чисто Π°Π½Π³Π»

gritty bane
#

oh christ

dry elk
ashen cape
#

Π’ΠΎΠΎΠ±Ρ‰Π΅ чисто Π°Π½Π³Π» Ρ‚.ΠΊ. ΠΎΠ±Ρ‰ΠΈΠΉ ΠΊΠ°Π½Π°Π» ΠΈ ΠΏΡ€Π°Π²ΠΈΠ»Π°

#

🎩

glossy holly
#

blya

gritty bane
#

they're flooding the chat with their scribbles πŸ₯€

ashen cape
dry elk
ashen cape
#

Just needed to clarify one thing

mellow widget
#

hey everyone I got one screen hertz boosting command

mellow widget
#

want*

gritty bane
#

what

#

what are you even saying lmao

crisp creek
#

Tf am I reading 😭

ashen cape
#

manuscripts

#

hi

grizzled jasper
#

sorry iam new

molten tartan
# winged nimbus i do

Do you have any notes on how to get discord screensharing working? I thing I tried almost every post ive seen and dont know how to get it to work.

winged nimbus
#

idk

#

do you have a program for screenshotting

molten tartan
#

no

proper nymph
#

Where Here Do Bug bounty ??

molten tartan
proper nymph
dark wolf
frozen gull
#

si si

dark wolf
#

English only please πŸ™‚

boreal scarab
leaden shale
leaden shale
# marsh lark it will probs

What should I do now? When I accidentally opened that file from the Download option, Windows 11 Pro immediately blocked it and did not allow it to run. Am I safe, and how can I completely clear it? Please tell me.

boreal scarab
#

@mossy river Wake up!

rapid merlin
rapid merlin
boreal scarab
rapid merlin
#

What Color's ur honda

grim sparrowBOT
#

Done!

rapid merlin
barren stream
#

Hey did anyone have a response to this? I am seeing the same issue

woven flint
#

HI GUYS

#

can someone help me πŸ˜”

dark wolf
dark wolf
woven flint
#

or a payload

#

whatever its called

dark wolf
#

what room are you working on

woven flint
#

are you good with these things

woven flint
#

can i dm you πŸ˜”

dark wolf
#

no but you can put the room you are working on in here

woven flint
#

idk what you mean by room 😭

dark wolf
#

Are you working on a tryhackme challenge?

rapid merlin
woven flint
#

naur

dark wolf
#

We can help with challenges related to the content on the website

woven flint
#

and what if its not related to tryhackme

dark wolf
#

Then we don't know if it's being used for malicious purposes or not, so we aren't supposed to assist

grave locust
#

🀭

woven flint
#

😭

#

ok i understabd

#

i study cybersecurity and our prof asked to make one

dark wolf
#

But you can learn about reverse shells on this site

woven flint
#

and i am kind of lost, youtube tutorials dont even do step by step its all so fast with no context and lot of methods

dark wolf
#

look on the website for reverse shell and you will find some rooms that can help teach you.

woven flint
#

oh okay

#

thank you πŸ˜”

dark frost
#

By Oday

dark wolf
rapid merlin
#

what the shell is happening here

woven flint
dark wolf
#

Or you continue to piece it together for free the long way

woven flint
dark wolf
#

Discord banned me from doing DM

rapid merlin
woven flint
#

what did you do

dark frost
woven flint
twin ridgeBOT
#

Gave +1 Rep to @dark frost (current: #286 - 32)

dark wolf
woven flint
#

man

woven flint
#

i dont think thats real

#

but whatever

#

😭

#

discord was never that deep

dark wolf
#

hehehe ok i just don't do DM's πŸ˜›

woven flint
#

watch out

#

ill find you