#general

1 messages · Page 2317 of 1

wet eagle
#

how can you tell? 🤔

tame axle
dusty tapir
#

i mean look at the forever sign

wet eagle
#

I can't difference:c

dusty tapir
#

yo lucas chill lol

wet eagle
#

Maybe I'm blind

dusty tapir
#

mmebe

wet eagle
#

Let's just hope for the best 😢

#

it would be a shame if kirby went blind 😔

dusty tapir
#

alrite, im off - love ya all!

wet eagle
tame axle
sick lance
#

Ew, tiktok

tame axle
#

it aint good as insta but it is fun to a certain extend

sick lance
#

I disagree, both are shit.

tame axle
#

what do you use ?

sick lance
#

For what?

tame axle
#

entertainment

stoic quarry
#

Books are cool new things I heard about

sick lance
#

Gym, running, swimming, paddle boarding, gaming.

stoic quarry
#

Just outed myself as a library maxxer

#

Smh

tame axle
tame axle
sick lance
sick lance
tame axle
tame axle
sick lance
tame axle
#

it mostly flying off cliffs

#

and jumps

#

at 80 kmph

#

so u have to stand while peddleing or else u will break ur back and balls

nimble dawn
#

For those working in IT support or helpdesk, what’s the most common issue you guys deal with weekly?

nimble dawn
rapid merlin
#

By fix do you mean

#

Unplug it then plug it back in

unique turtle
tame axle
rapid merlin
#

Does anyone in here do hardware hacking??

tame axle
twin ridgeBOT
#

Gave +1 Rep to @tame axle (current: #1238 - 5)

rapid merlin
#

Do you need to have a background in engineering or anything like that to get into it

unique turtle
rapid merlin
tame axle
#

it did not have much security

#

i watched a tut on yt while i was doing it

#

wait lemme show ya

sick lance
#

Extenders have a custom password, so...

tame axle
#

this was the exact one

stuck ridge
tame axle
#

ok ima go back to creating my blog

#

aftter that i ened up switching to a tp link extender

stuck ridge
#

I still have to finish my website brih

tame axle
#

still doing the design

#

meh idk it sounded cool so i put it aint the final product i just put dummy text there

stuck ridge
tame axle
stuck ridge
tame axle
#

full html

#

// --- BINARY BACKGROUND ---
const canvas = document.getElementById('binary-canvas');
const ctx = canvas.getContext('2d');
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;

    const binary = "01";
    const fontSize = 14;
    const columns = canvas.width / fontSize;
    const drops = Array(Math.floor(columns)).fill(1);

    function drawBinary() {
        ctx.fillStyle = "rgba(8, 10, 12, 0.1)";
        ctx.fillRect(0, 0, canvas.width, canvas.height);
        ctx.fillStyle = "#58a6ff";
        ctx.font = fontSize + "px monospace";

        for (let i = 0; i < drops.length; i++) {
            const text = binary.charAt(Math.floor(Math.random() * binary.length));
            ctx.fillText(text, i * fontSize, drops[i] * fontSize);
            if (drops[i] * fontSize > canvas.height && Math.random() > 0.975) drops[i] = 0;
            drops[i]++;
        }
    }

    // --- TYPEWRITER ENGINE ---
    async function typeAll() {
        const elements = document.querySelectorAll('.typewriter');
        for (const el of elements) {
            const text = el.innerText;
            const speed = parseInt(el.getAttribute('data-speed')) || 50;
            el.innerText = '';
            el.style.visibility = 'visible';
            el.classList.add('cursor');

            for (let i = 0; i < text.length; i++) {
                el.innerText += text.charAt(i);
                await new Promise(r => setTimeout(r, speed));
            }
            el.classList.remove('cursor');
        }
    }

    window.addEventListener('resize', () => {
        canvas.width = window.innerWidth;
        canvas.height = window.innerHeight;
    });

    setInterval(drawBinary, 50);
    window.onload = typeAll;
stuck ridge
stuck ridge
sick lance
#

Plz.

Code blocks

#

Lol

tame axle
#

ima just send you the file

stuck ridge
twin ridgeBOT
#

Gave +1 Rep to @tame axle (current: #1085 - 6)

stuck ridge
#

Damn, i really a website like you

tame axle
stuck ridge
#

How abt i code it myself?

tame axle
# tame axle

i changed the plexus effect to a binary matrix one cuz i was not satisfied that i got that with ai

tame axle
stuck ridge
# tame axle alr

Yea, but it gonna cost time, i will have to do it after finished jr pentester path

tame axle
#

well i have alot of time so i can mess around

stuck ridge
#

Im not. I think i just gonna use hugo then

#

I can revamp my website when it is summer

opaque eagle
#

The sysadmin known as “4chan” who hacked in to the ether with a password app has been assassinated in a targeted strike in Beirut

stray coyote
#

gemini told me that didn't happen

tame axle
#

@stuck ridge

stuck ridge
opaque eagle
#

Reportedly, these were his last words: “I’ve had some good burgers in my time. Uh I... I love a good swiss, melted swiss cheese and mush- roasted mushrooms and caramelized onions on a burger. Uh that is hot stuff, you can get that at- at a number of different places.”

sand trench
mental spoke
#

everyone is so focused on existing companies like anthropic and the US gov. that everyone forgot the US hires some of the top threat actors and SWE in the world and they most likely are already very deep into a massive AI model development project that is private rn

opaque eagle
stuck ridge
arctic spruce
#

beep beep

mental spoke
#

Software Engineer

narrow yew
#

Swedishhhhhh

opaque eagle
viscid jungle
#

Hey everyone, new to the server! I'm always up for a chat ❤️
Who’s down for some fun ?

mental spoke
#

i think they are just trying to undercut private sector players rn

opaque eagle
#

Plus if you’re the US government it makes more sense to have a company like that be a public front company, rather than be something running out of a basement under a secret Air Force base

rapid merlin
opaque eagle
#

So if they had some awesome super secret AI models there would be at least some sign of it. Even just a rumor. Something unexplained.

rapid merlin
#

FUN???

#

We don't have fun here

#

I'll have you know I quit school because they had a playground

mental spoke
rapid merlin
#

There is no fun to be had

tame axle
narrow yew
#

are you approved

#

by overlord

bleak holly
#

guys i have malware that i am trying to remove, which channel should i ask for help in?

rapid merlin
narrow yew
#

run defender, get malware bytes

opaque eagle
narrow yew
#

re-image your device

mental spoke
#

i feel that transparency norm applies much more to like 20th century hardware procurement than software in 2026

bleak holly
narrow yew
#

Do it

bleak holly
opaque eagle
narrow yew
mental spoke
#

You are right there, but the goverment does already own massive classified data infrastructure and gpt 4 level capability doesnt require meta scale infrastructure. but youre right matching gpt-4o or claude 3.5 would make complete secrecy VERY difficult

narrow yew
#

you have been phised for your credentials or have an information stealer

rapid merlin
bleak holly
narrow yew
#

See

bleak holly
#

it’s a pc thing bc i ran a bad exe

narrow yew
#

change all your passwords

#

you lost your chrome/edge creds probably

#

go google it

#

we are not computer support

bleak holly
mental spoke
#

just change your passwords and force logout of all accs. use a device you can ensure isnt compromised

narrow yew
#

you need more than defender

bleak holly
narrow yew
#

you must realize ALL your browsers passwords are lost

bleak holly
narrow yew
#

everything you have saved under password in settings are gone

mental spoke
narrow yew
#

just wipe it

#

faster

bleak holly
#

but i have a lot of files i wanna keep

narrow yew
#

meep meep shadowi

mental spoke
#

eh idk abttt that

narrow yew
#

and have a think about soc all levels for a few months .)

#

no its not horrible

mental spoke
#

its not thatttt bad gang 😭

narrow yew
#

it does the job

mental spoke
#

its actually a standard

tame axle
#

wtf are these yt add

mental spoke
narrow yew
mental spoke
#

If you want something genuinely useless go download AVG or Avast or Norton OR mcafee

hallow hazel
twin ridgeBOT
#

Gave +1 Rep to @tame axle (current: #972 - 7)

hallow hazel
#

you're smart

tame axle
tame axle
mental spoke
#

i lied AVG is still kind of relevant in 2026 but barely.

tame axle
frail stag
# narrow yew we are not computer support

Yeah well I’m also being very judgy on ppl I don’t know in this server ever since what happened yesterday. (Not to me. But to other users) - will not discuss Wich users.

mental spoke
#

paying for mcafee should be illegal

#

poor old ppl that go buy this

viscid jungle
narrow yew
#

not today satan

mental spoke
#

Up to $2M In Identity Theft Coverage, Up to $25k ransomware coverage.

thats very interesting

narrow yew
#

this is not the spot

sleek heron
narrow yew
#

and you decided to randomly post code

molten sky
#

@chilly veldt ya know how some people make good looking & smooth demos of apps/websites/etc with playwright and whatnot
Ever done such a thing?

sleek heron
molten sky
#

got another cve that i kinda wanna do that for

narrow yew
#

you want to make a smooth demo of website with playwright

#

huh

molten sky
#

the catch is the view also needs a shell of somekind to rcv

sleek heron
#

anyways, i guess in 3 days in linux, ive learned decryption, base64 -d , and encode, sorting finding, cd, cat, cat ./ "" and a lot more ;-;

gritty bane
#

one more week you will be hacking nasa yes?

sleek heron
#

i just learned how to naviage through gzip, bzip2, .gz, hex etc

sleek heron
sleek heron
#

right now im 18 and in highschool

narrow yew
#

good age to start

frail stag
sleek heron
#

So im learning linux --> bash, python --> powershell, --> C/c++ --> Asm

gritty bane
#

aw hell nah bruh who dragged assembly in here

frail stag
sleek heron
#

well asm is good for RE

sleek heron
gritty bane
frail stag
sleek heron
#

i think i want to try to get into RedTeaming, my goal is to learn all of which i said, join some officer, get federal background then apply at age 25

#

so in 7 years

frail stag
#

I personally chose IT, cloud infrastructure and cybersecurity - since I prefer the analyst role

#

So that’s a good choice u picked

sleek heron
twin ridgeBOT
#

Gave +1 Rep to @frail stag (current: #561 - 14)

frail stag
sleek heron
sleek heron
frail stag
#

But also with school hours what does it add up too?

sleek heron
#

Creating isolated work directories using mktemp -d

Copying files with cp

Understanding file permissions and ownership from ls -l

Using file to identify unknown binary formats

Recognizing magic bytes for gzip, bzip2, tar, and hexdump

Reversing a hexdump using xxd -r

Decompressing gzip files with gunzip

Decompressing bzip2 files with bunzip2

Extracting tar archives with tar -xf

Renaming files to match their compression type using mv

Following nested compression layers step‑by‑step

Ignoring raw binary output from cat until final ASCII stage

Understanding that tar archives contain new files (not transformations)

Tracking the “active” file through multi‑layer decompression

Using find to locate files in a directory

Maintaining a clean workspace in /tmp to avoid auto‑deletion

Building a repeatable forensic workflow for unknown binary data

Thinking like a reverse engineer: identify → rename → decompress → repeat``` 

here is what ive learned in the last 3 days via linux and OverTheWire
frail stag
sleek heron
#

no im senior in highschool

frail stag
#

But if that’s the plan after high school then ur good 👍

sleek heron
#

I am balancing school, job + church family friends, and now CS study

#

while allowing me time for hunting, fishing, shooting camping outdoors 😄

#

idk how i am outdoorsman who likes computes lol

frail stag
frail stag
#

But I think u alr know

sleek heron
sleek heron
#

i got some good friends i go hunting fishing etc with, not weirdos just good kids who stay out of trouble

frail stag
frail stag
sleek heron
#

like there are people who are socially akward, and then just good people, im in the good people catagory, i would be money there is a lot of poeple in this discord server which cant have a conversation irl becuase there socially akward

frail stag
#

I do it for myself but it wouldn’t be the same as someone else

sleek heron
frail stag
sleek heron
#

hm, so what topics are you good at in CS ?

frail stag
#

All the things they do specifically

sleek heron
#

do you use linux + bash ?

frail stag
#

I use everything

#

Learning everything

sleek heron
#

dang

frail stag
#

If I can use it I’ll learn it

sleek heron
sleek heron
frail stag
sleek heron
frail stag
#

But I do like that song

#

But it was kinda a response back cause I relate to the song name

#

😆🤣

molten sky
# sleek heron ofc

obv learn bash in a "using the shell" way, but when it comes to programming and scripting, I'd recommend starting with something like C instead

Reason being, Python abstracts everything for you -- a lot of the how is hidden. C leaves most of it for you to handle, forcing you to learn the how a bit more in depth. That greater understanding could come in handy later, whether that be in development (even in higher level/more abstracted languages like Python), or in finding bugs blindly (since you may build a better understanding of where to look/where things may break)

#

More difficult, sure, but it kinda forces you to build a stronger base

dark wolf
#

if you wnna be a network engineer or cyber guy, python is fine, you don't need to write detailed c++ oop programs, just read them

sleek heron
molten sky
#

network eng, agreed. cyber, it depends on your scope. but if you're the person looking for vulnerabilities, knowing where things break can be a pretty decent benefit

dark wolf
molten sky
#

red team also =/= pen test / audit

sleek heron
#

im only 18

#

4-7 years idk

molten sky
#

4-7 would be a realistic target for sure, imo

#

it's one of those highly specific specialties that not many people get in by just randomly applying -- many people enter the space by internal transfers and whatnot

frail stag
#

If u wanna ever become an analyst - I can give u helpful advice on analyst - im currently studying and putting more focus on Networking, Linux, Log Analysis and SIEM, Threat detection and incident response, basic python scripting / automation,

sleek heron
#

many people enter and try to get a job there (redTeam) and get rejected beuacse they havent put in the work, they want 2 years and in but it takes much more

molten sky
#

(most companies aren't looking to hire red teamers without experience, but they'll be more willing as an internal transfer than an outside hire since they can more closely gauge ability)

frail stag
dark wolf
sleek heron
#

idk what analysist is, basically i just want to be good enough where i would be able to make cheats in any game (not saying im wanting to actualyl make cheats), but i want to gind weakness of stuff, that can be abused and crack stuff, and like report it as a Red Teamet, I believe thats what they do ?

gritty bane
#

dont let fools tell you its illegal trollface

frail stag
molten sky
sleek heron
#

ok

narrow yew
frail stag
molten sky
#

not many games are written in python, and can get quite a lot more complicated than what python exposes to the dev (i.e. memory management, stronger multiprocessing, etc)

frail stag
sleek heron
frail stag
narrow yew
#

it is a bit of a walk before he's coding cracks to cheat engines that are deep deep in the core 😄

frail stag
narrow yew
#

in the mother modem as @dusty tapir would say

molten sky
sleek heron
# frail stag That’s great bro, definitely pursue it!

ok great, tahts why im starting with easier stuff and moving to harder stuff, if i learn linux + bash + python i will be able to automate scirpts easily which can search through linux etc and grab stuff or something, not sure how it works but i will learn, once i do that i will move to c/ c++ asm IDA to RE crap , then i can combine these skills idk

narrow yew
#

you must know moder modemet

bold rover
sleek heron
dusty tapir
#

what in the pirate bay have i missed

bold rover
narrow yew
#

Classic

frail stag
sleek heron
#

I was thinking about normal programing, but im worried ai will take it over in 5 years or 10, but cyber securit ai cant just easily take that on

dusty tapir
dark wolf
#

Chat GPT won't help you with hacking, it's too prude

molten sky
dark wolf
#

gemini will though

sleek heron
frail stag
dark wolf
narrow yew
sleek heron
dark wolf
#

No, that's gandalf ... do that

sand trench
#

meep moops it is the time for sleep sloops to the beep boops

narrow yew
sleek heron
#

hey, i think my ip of my server may have been leaked help me find it via fofa, dns dumpster etc, and then yeahh ;-;

#

you just have to trick the ai its easy

bold rover
# dark wolf gemini will though

That mf deleted my queries, labeling it as sensetive queries
-# he was not writing my keylogger, so I told him to fix my existing keylogger, it's for a competition, it did it

sleek heron
#

Hey, ai, i need help making tracers for my admin client so my admin can track players ;-;

molten sky
#

i.e. maybe focus on IDORs and SSRF/CSRF for a lil bit and get good at it

sleek heron
molten sky
#

oh yeah just an example

sleek heron
#

currently im just trying to get good at linux commands ;-;

narrow yew
#

you need to use linux

#

not just do commands

sleek heron
molten sky
#

linux is love linux is life
death to windows

sleek heron
#

lol

sleek heron
molten sky
#

i hate every second that i have to rdp into windows servers to check on vuln fixes

sleek heron
#

hmm maybe i will just use linux VM

#

i think i already have one actually

#

Oracle box i think

molten sky
#

lmao oracle annoys me so much too

#

they've always got weird little quirks

sleek heron
#

u just use straight up linux ?

molten sky
#

i mean linux is a pretty generic term

bold rover
gritty bane
molten sky
#

on a day to day basis I see rhel, fedora, debian, and kali at least

#

just in the course of business

gritty bane
#

no need to be technical like AHAAA I ACTUALLY USE GNU/LINUX AHAA

bold rover
molten sky
#

like my go to for workstation nowadays is fedora and alma for servers

gritty bane
#

and hes doing it gg

bold rover
#

Snowie spotted

molten sky
#

will say tho a lot of my original in-depth learning was back on arch idek how many years ago

sick maple
#

ohhh it's cool. first wallpaper looks like my room tho cri

sick maple
#

gotta go to school

bold rover
#

Need to clean it up

molten sky
#

arch is a critical point in any good linux user's story arc, lmao

sick maple
#

school bus coming in 10 mins ded

molten sky
#

lol this guy's got school

sick maple
sleek heron
# bold rover Join us

i saw someone use linux for 100 days, and i think it almost killed them mentally, i heard u cant even download anything in there, like games, etc, and u cant do as much as windows im not sure its what i heard

molten sky
#

what a nerd /s

sick maple
sick maple
gritty bane
#

just gotta know how

molten sky
sick maple
#

ic

sleek heron
molten sky
#

i mean most things probably but some things might be a bit more annoying or tedious --- it depends on what

gritty bane
#

you can just get vms and fiddle around with them lol

dusty tapir
#

people tryna go software scavanging like they do on windows

bold rover
sick maple
molten sky
#

a lot of it just comes down to user preference and familiarity

bold rover
#

Love you

sleek heron
molten sky
#

like the only things that come to mind that I can't do on *nix is 1) certain AAA games with horrific kernel level anticheat and 2) some powershell modules to interact with domain controllers aren't made available outside of windows in a readily accessible fashion

#

oh and a few very specific pieces of software, like CAD tools, might not be available --- but on the flip side, some tools also aren't available on windows

gritty bane
#

linux more like POOPIX hahaahahaaaahahaaaaa

dusty tapir
#

people still play AAA🧐?

gritty bane
#

hjaaha

frail stag
bold rover
#

It's not old

molten sky
dusty tapir
frail stag
dusty tapir
frail stag
gritty bane
dusty tapir
#

didnt he say something ridiculous earlier?

bold rover
#

Atooooon

frail stag
bold rover
dusty tapir
#

should make a script that I can write /mute in chat so people know they been muted

frail stag
#

I won’t be explaining in full detail what happened for the privacy of those users. Some doxxing happened

narrow yew
#

Lucas went nuts and wanted t obe banned

#

but they did not pull the hammer out

frail stag
gritty bane
#

this is why argus is just better

frail stag
narrow yew
#

look what happend to Glitch

#

he bye bye

frail stag
narrow yew
#

good

gritty bane
#

math has you blocked

#

how do you even manage that 😂

#

probably the most sensible person here

frail stag
frail stag
bold rover
narrow yew
#

🙂

frail stag
#

C’est absolument drolle.

gritty bane
narrow yew
#

But it 1am and work is in 6 hours

bold rover
#

Naa you miss me

narrow yew
#

cya

frail stag
dusty tapir
#

natti

narrow yew
#

I will just start some crawlers and then rait for reports

bold rover
gritty bane
#

can we mute this guy for speaking french in the english speaking discord server

frail stag
narrow yew
bold rover
frail stag
#

okay

#

That’s harder to read than FRENCH

bold rover
#

Окончательно

frail stag
narrow yew
frail stag
twin ridgeBOT
#

Gave +1 Rep to @narrow yew (current: #89 - 123)

bold rover
#

Vig is cool

narrow yew
#

you just got another one from the french above

dusty tapir
#

i just pretend to

bold rover
#

Unlike some

#

-# fossils

frail stag
#

I don’t wanna hear someone talking to me who has me blocked 😒

narrow yew
#

Wonder if he has voice to text

#

and back

#

if he hears me talking

frail stag
bold rover
#

What to say

#

Shit happens

frail stag
#

Anyways General didn’t even report me for it

bold rover
#

Ignore him

narrow yew
#

yes

frail stag
narrow yew
#

and then open all lines that says 1 Ignored message - Show

frail stag
#

So I don’t see any reason why General would block me

#

Or report me

narrow yew
#

oh i know he did

#

and me

frail stag
#

Dude u blocked me, to specifically not see my messages

narrow yew
#

and a few others 🙂

dark wolf
#

Put down the crack pipe

narrow yew
#

now you disturbed the old man

frail stag
narrow yew
#

We must not anger him

dark wolf
#

I only report whiteys

bold rover
#

What

narrow yew
#

Like drug money guy from the other day

narrow yew
#

before he got hammered

tame axle
#

finally got done with the first part of the blog

dark wolf
rough oriole
#

My dad was taking me to school on his motorcycle, and I had just dozed off in the back when he suddenly yelled at me

tame axle
#

now ima do the about me part

bold rover
twin ridgeBOT
#

Gave +1 Rep to @bold rover (current: #325 - 30)

tame axle
cursive bone
#

what is up chat

bold rover
tame axle
bold rover
tame axle
#

it naturally cold always

bold rover
#

Need to visit uk one day

tame axle
#

well if ur ever going to london or croydon just wear bullet proo west and a helmet also make sure ur phone is locked to ur hands

#

worst of all is south london

tame axle
bold rover
dusty tapir
#

frfr

bold rover
#

She's a trained assassin

tame axle
#

like in my school they vape and do drugs in the toilet but the teachers dont give af abt it

tame axle
bold rover
dusty tapir
#

Croydon is fine

tame axle
dusty tapir
#

🙄🙄🙄

tame axle
#

but if u want some south asian gangster action go birmingham or manchester

dusty tapir
#

where ya at like fuckin clapham or richmond lmao

tame axle
dusty tapir
bold rover
tame axle
#

we got proper cows here dawg

#

and grass

radiant bloomBOT
#

@dusty tapir Please slow down. Further spam will result in a short timeout.

dusty tapir
#

alritey. if you aint used to city maybe think twice

tame axle
dusty tapir
#

but hack - if you american you'll even get mugged in waterloo

tame axle
#

i swear down the only place they kn to go out on date nights is nandos

dusty tapir
#

int server and you expect no one been to birmi

tame axle
#

what part are u from ?

bold rover
tame axle
#

ima take a guess and say east london

#

east london got solid hijabi baddies u kn

bold rover
dark wolf
tame axle
bold rover
#

Interesting

tame axle
bold rover
dark wolf
#

Even claude knows

bold rover
dusty tapir
#

streetwiseness funnily doesnt translate across borders. like you can be real g in one country n stand out like a sore thumb in another

bold rover
tame axle
bold rover
#

Be careful

tame axle
opaque eagle
#

If you want a pizza at three in the morning, it will be dispatched to you by an Albanian on a small motorbike

tame axle
#

im sleepy

#

but i wanna finish what im doing

#

ahh cant decide

bleak holly
#

is anyone here experienced with removing malware?

tame axle
bleak holly
tame axle
#

nope

#

just saying

#

it works

bleak holly
#

ok i will try malwarebytes regardless, but someone has control of my pc atm

tame axle
#

trust malwarebytes is the best

#

GN guys im done for the day

dark wolf
#

Why u still neophyte

#

level 1 on tryhackme

warped blade
#

ah ok

dark wolf
#

You have knowledge but aren’t doing the site?

#

So, out of curiosity, what brought you to this discord?

tame axle
#

i cant go to bed man

covert jackal
#

Guys yall now how to hack someone Roblox

tame axle
dark wolf
dark wolf
#

You in OwlSec? That's way more active

#

lol

boreal scarab
#

Come back in here to see someone ask "to hack Roblox" Jesus fucking Christ, when will you idiots learn

faint vigil
#

it's 2026

boreal scarab
#

Thank you, that clears up everything!

faint vigil
dark wolf
#

Why were you all banned?

tame axle
vapid jasper
#

sup folks

vapid jasper
dark wolf
faint vigil
#

what they do lol?

dark wolf
#

Ill ask SrHoe when i meet him lol

faint vigil
#

👀

dark wolf
#

I'm conducting operations over the tor network on encrypted messaging services over a system you keep in a storage unit payed for in a dead persons name that you arrive to and from on bike

polar spoke
#

I'm also conducting operations off of this guys infra ^

#

😛

#

storage locker door was open, seemed like an invitation

dark wolf
#

hahha

#

nice one

#

i saw that on someones prof in owlsec a few months ago

arctic spruce
#

sometimes i question...wtf did i just read lol

dark wolf
#

hahahah

sweet thorn
#

wazzaaa

fervent cove
#

foo bar

sturdy sequoia
#

do you mean fubar?

eternal timber
#

I feel dizzy

sweet thorn
#

u should sit down coolguy

eternal timber
#

I’m seated

#

Too much reading

rapid merlin
#

Howdy

modern palm
#

Hi, am I allowed to ask for help in this chat when it comes to hacking/finding information?

rapid merlin
#

Idk

#

If it's in the name of education then I believe it's okay

sturdy sequoia
bleak quartz
modern palm
#

That makes sense, is it illegal even when it’s finding the information/name of someone who stole $1000 from me? I’m trying to figure his name out so I can contact his workplace as he used their computers to hack my account

rapid merlin
#

Oh ya and that one too

arctic spruce
#

Curious bout your question @modern palm

modern palm
sturdy sequoia
bleak quartz
rapid merlin
#

I was about to say they ain't gonna do nun lol

#

They're gonna say sure we got this

#

And then not do anything

bleak quartz
#

If u break the law just because another guy did

#

You're just as guilty

modern palm
#

I’m in the us and he’s in Indonesia unfortunately

bleak quartz
sturdy sequoia
#

contact your bank

modern palm
#

He stole my roblox account which had my PayPal linked to it, then bought $1000 worth in robux

bleak quartz
#

Explain briefly don't say sensitive details

sturdy sequoia
#

contact roblox

modern palm
arctic spruce
#

I mean there is a gray area

#

You can show proof by hacking no?

bleak quartz
#

Just contact bank

#

They gonna refund

rapid merlin
#

Damn thats wild

lyric badger
#

why does the sec0 +sec1 bundle cost 120 usd, but when i`m checking out its says 154usd?

arctic spruce
#

Damn Roblox lol

modern palm
#

Yeah :,(

bleak quartz
rapid merlin
#

Did you give this person your information or something wtf

bleak quartz
#

Also

#

Paypal pays back all money that is not sent via friends and family

modern palm
bleak quartz
#

All u need is one dispute

rapid merlin
#

Damn

#

Hopefully you can get the situation resolved that sucks

lyric badger
#

explains it, but doesnt they just promote the real price instead? weird

bleak quartz
#

Prob similar level of security to microsoft (nothing)

#

If you get a token u can instantly sign in no checks not even regional ones (not that they would be secure)

lyric badger
#

thanks b

twin ridgeBOT
#

Gave +1 Rep to @warped blade (current: #1239 - 5)

dark wolf
bleak quartz
#

That's true but there's a lot of things that make a browser between you and someone else a lot of stuff the server knows that you don't

dark wolf
#

If you don't expect an email, do not trust it

#

Like a fart .. never trust a fart

bleak quartz
#

The entire query and if u actually know what you're doing

rapid merlin
#

Phishing sucks

bleak quartz
#

Crafting them and putting on a persona

dark wolf
#

at work, i view the headers of the email to see if it has threatsim in it so i can report it

rapid merlin
#

Legally??

bleak quartz
rapid merlin
#

Oh ya lol nevermind

river ore
#

hello all

dark wolf
#

hello astro

rapid merlin
#

😭

#

Oi

bleak quartz
#

I'm part of a group of researchers who conducts tests for companies (Junior)

#

Tho

rapid merlin
#

That's still pretty cool

bleak quartz
#

💍

bleak quartz
river ore
#

what are we discussing in here

sturdy sequoia
bleak quartz
river ore
#

that game needs to be killed

bleak quartz
#

So they define the attack surface

river ore
#

nothing but s*x preds

sturdy sequoia
rapid merlin
#

How long have you been in that position for??

bleak quartz
bleak quartz
#

I think the best way to really get your foot in the door is to find a good community like a ctf team and talk to people in your country or area (if you're lucky enough)

#

Loots of great ppl out there

bleak quartz
spare vapor
#

some of us did actually have roblox as a childhood game and played with our friends after we got home from school

river ore
dark wolf
#

As a disclaimer, I was exagerating

river ore
#

i know lol

dark wolf
#

the only reason I can possibly think of why I would use roblox is to start asking every single adult if he is a predator

junior pecan
#

should I do CCNA or is it a waste of time?

dark wolf
#

CCNA is great if you want to be a network administator

#

could help with some security jobs but a network administrator is a good job experience to move to a security role after

junior pecan
#

I wanna do it only because I want more networking knowledge and do web pentesting

#

but from what I've seen it takes like 2-3 months

dark wolf
#

you should focus on sec+ then

junior pecan
#

does it cover enough networking material tho?

dark wolf
#

The CCNA covers too much and is cisco specific

#

the network+ would fill in what you need in security

junior pecan
#

great to know, thanks
was about to just start a course for ccna good thing I didn't invest too much time in it yet
I'll look into sec+

dark wolf
#

CCNA covers spanning treee, eigrp, bgp, ospf, hsrp, rip, vtp, cdp... you really don't need to know that though

#

Just skip the topics like the ones ive mentioned if you are going to just study the material

#

like, you will want to know about subnettting

sturdy sequoia
dark wolf
#

for instance when you analyze a packet capture and get their iP addresses

#

you will want to know if they are in the same network and subnet

sturdy sequoia
dark wolf
#

I took it when it had just gone away. I had to know frame relay stuff and token ring a little

#

different topologies

junior pecan
dark wolf
#

And yes a lot of it is cisco specific. EIGRP is a cisco only protocol

sturdy sequoia
river ore
#

yes

sturdy sequoia
# river ore yes

Haha i should have worded it differently.
Yes you mind or yes it's ok?

river ore
#

yes you can add me lol

blissful current
signal ingot
#

👋

blissful current
blissful snow
#

hey

#

once again openvpn is not working :(

blissful current
cloud quiver
molten sky
#

cisco opened source something? that can't be right

#

must've been an expired patent or something

dark wolf
twin ridgeBOT
#

Gave +1 Rep to @cloud quiver (current: #1 - 6128)

dark wolf
#

oh i misread that and thought you meant the test

#

lol

#

i still use eigrp

cloud quiver
molten sky
#

TIL

#

also reminds me of the standards xkcd

dark wolf
#

That's good. Makes it easier for people to move away from CISCO

dark wolf
molten sky
#

i should start posting a daily xkcd in our teams channel

dark wolf
#

send a dilbert to hr so they dont feel left out

molten sky
#

rip dilbert

dark wolf
#

some of the comics are too real

full robin
#

hello

languid aurora
mental spoke
#

Im going to spend the rest of tonight building up my database. i want to have atleast 50 entries in the next 8 hours

dark wolf
#

that's pretty aggressive. good luck

quick blaze
#

So this is a launcher for tools is it?

mental spoke
quick blaze
#

Interesting.

mental spoke
#

i tune cars and im releasing a tool

mental spoke
quick blaze
#

Isn't a bad idea...thinking how the compatibility with diff versions and how the updation goes...

mental spoke
#

Wdym?

#

Yes compatability across ECU is scarce and assuming anything will be the same across HW and SW versions is dangerous and results in bricked ECUs

#

my tool takes a saftey first stance

#

if im not 100% sure its a safe option the tool either wont allow it or will heavily warn the user of the risk

#

Like here before even opening my mapping tool

stuck ridge
#

No way😭

mental spoke
#

Ive been feeding these to ai in chunks of 50 at a time to properly add descriptions. shit takes FOREVER and ai struggles too beacuse of the amount of entries

#

and the information the AI has to access to properly describe each one makes it even harder

#

because some of them are very unknown and not widely documented

#

ive been tuning for 5 years now and havent seen anything quite like this

#

and anything that IS like this is behind major paywalls

#

Do it

#

just maybe dont take the same stupid path i took unless youre really dedictated to the craft

crisp crater
#

chat
how to rizz up HM

crisp crater
mental spoke
#

i tune OEM ecus, its a very different game than tuning standalone ECUs desgined to be tuned by consumers, the ecus i tune are very locked down and you need to do things like dump the ROM and use tools for it

mental spoke
#

peaked at champ 3 and quit

crisp crater
#

or vice versa idk

mental spoke
#

wasnt hitting gc1 and got salty

crisp crater
#

ohh

mental spoke
crisp crater
#

ye

#

on vit

mental spoke
#

the issue w RL is you have to keep playing

#

taking multiple week breaks will keep you locked in your rank forever

crisp crater
#

😭

stuck ridge
#

Did my message just disappear into the void?????

#

Welp anyways

#

The fact that i wont even be here if my parents never decide to buy a laptop for me

dark wolf
#

why not?

#

do you turn to dust?

frail zenith
frail zenith
blissful current
frail zenith
#

kekeke

#

finally got a 5 day streak

molten sky
#

i wonder what my inactivity streak is rn

river ore
#

A lot lol

quick blaze
#

🧌

gloomy stag
#

Hi! I'm looking for a study buddy for Cyber Security 101. If anyone's interested, DM me 🙂

gloomy stag
river ore
gloomy stag
river ore
#

Nice

blissful current
#

premium expired ...will buy HTB now

river ore
#

Top 1% of THM huh

blissful current
#

rankwise

#

but does THM Rank mean anything - neh

vague oyster
#

your skill only matters

river ore
#

I mean I think it matters and so does skill

vague oyster
#

as long as it matters to urself it has a value

frail zenith
blissful current
#

yeah , Jobwise neh

quick blaze
quick blaze
blissful current
#

does it contain Tier 3 stuff?

quick blaze
bold rover
blissful current
#

nehhh useless then

bold rover
blissful current
#

all the stuff i need is in T3

quick blaze
vague oyster
blissful current
#

Will buy after am an FTE

quick blaze
#

😭

bold rover
quick blaze
#

😄

#

If you're looking for knowledge, techniques, know-how, and you wanna spend money on it, why spend it on certs instead? 😄

vague oyster
quick blaze
blissful current
quick blaze
#

@blissful current @bold rover More % of completion in pentesting....Bleu is Red? 🧌

vague oyster
blissful current
#

I created AD home lab , will be testing my new tool on Win Serv 2019,2022 and later 2025

bold rover
quick blaze
#

VMs?

#

Other devices?

blissful current
quick blaze
#

RAM???????????????

blissful current
#

3-4GB per VM

quick blaze
#

I'm struggling to run 2 docker containers + 2 vms (Kali + Remnux) on 16 gigs 🧌

#

I need an upgrade.

blissful current
#

my CPU is AScookieStronk

quick blaze
#

My CPU is strong too...but I genuinely need more RAM 😭.

blissful current
#

hmm tru

glacial berry
#

I am back

narrow yew
#

hello back

quick blaze
#

Hi back, I am dad.

blissful current
glacial berry
#

Now I am front

quick blaze
narrow yew
#

Hello front, I am scissors

glacial berry
narrow yew
#

snip snip

quick blaze
#

@blissful current can you lend me 700$ for CCD before it becomes CCDL2 🧌

quick blaze
#

No 🧌

glacial berry
#

For free

blissful current
quick blaze
#

But seriously though; if anyone's looking to grab the CCD, do it before March 8th, lifetime credential validity before March 8th then it transitions to CCDL2 which is on a renewal + proctored exam basis.

blissful current
#

Commando

narrow yew
glacial berry
narrow yew
#

I was there when just GTA dropped

glacial berry
#

or VI?

sturdy sequoia
narrow yew
glacial berry
narrow yew
#

I am not sure you are able to get it

glacial berry
#

like just GTA?

narrow yew
#

when GTA first dropped it was not GTA 1.

#

IT WAS JUST GTA

#

See Shyft got it first round

glacial berry
#

Mmmm

#

Got it

sturdy sequoia
narrow yew
#

You got what I was talking about

glacial berry
narrow yew
#

no you did not

#

now you will have no dinner, go to your room

glacial berry
#

I do

narrow yew
#

if you have one

glacial berry
glacial berry
#

My life in a nutshell:
I get my allowance > I become rich > I go shopping > I buy snack > I come back broke

blissful current
narrow yew
#

I think you should be lucky to become rich from allowance

#

for most it is not that much

glacial berry
#

Rich = $10

narrow yew
#

you need a gofundme

#

10$ 😮

glacial berry
sturdy sequoia
#

rich - having a great deal of money or assets; wealthy.

glacial berry
#

I just received my allowance

narrow yew
#

surley you get more than 10

#

In that case, I just stocked up on energy drinks for a full year of your allowence 😄

glacial berry
narrow yew
#

It got me 5x24 cans

glacial berry
blissful current
#

thats my monthly Apartment RENT+FOOD expenses

glacial berry
#

Whaaaaaaaaaaaa

#

??????????????????????????

blissful current
quick blaze
#

You live in NY?

#

😭

glacial berry
#

Give me $100 a week I will get you FOOD + SHELTER at my hostel

blissful current
#

yeahhh

quick blaze
#

Asia by the way.

blissful current
quick blaze
#

So.

narrow yew
#

120 for rent AND food

glacial berry
blissful current
glacial berry
blissful current