#general

1 messages · Page 2395 of 1

quasi dome
#

Windows is overhated

dull otter
#

Black arch

slow cloud
#

we should embrace tradition and go to dos

cursive bone
sick maple
#

kali for a daily driver?
HECKKK NAHHH

quasi dome
#

Mac is the best u guys sleeping on mac

sick maple
#

that's unstable af

cursive bone
sick maple
slow cloud
dull otter
#

Better by default

cursive bone
#

solid argument

quasi dome
#

Debian is the worst

cursive bone
#

but isn't black arch like

#

TOO much bloatware

quasi dome
#

And not ragebate

sick maple
cursive bone
#

i don't think you need 2k+ tools

bleak prairie
#

Too many tools nobody will use

slow cloud
#

kali is a good starter

#

but in the end i think it could be good to design your own OS

#

install your own tools

#

etc

#

not write it from scratch

quasi dome
#

I use windows fo daily , ubuntu and mint for labs anyway

slow cloud
#

but you know, create an arch install focussed towards how you like to work

cursive bone
bleak prairie
#

Debian/ubuntu with your own tools is better

quasi dome
#

Anything else is bs

slow cloud
slow cloud
# deep swan why?

less bloatware tools, better performance, you will know where everything is

bleak prairie
#

You said you use arch

deep swan
slow cloud
#

but this is the internet, people say whatever they want

#

and some of it might be true

#

while other stuff might not be

cursive bone
bleak prairie
#

No

slow cloud
#

i mean you could

#

good learning experience probably

cursive bone
#

itd suck though

slow cloud
#

but i shouldve used different wording

slow cloud
#

im not smart enough for that

slow cloud
#

yeah with gpt

bold rover
slow cloud
#

i can print hello world in python but thats about the end of it

slow cloud
#

yeah im planning to

#

but i need to learn for other stuff first and i dont want to do them all at te same time

bold rover
bold rover
#

I don't remember

dull otter
#

Biggest grifter of the 21st century and it ain’t even close

cursive bone
#

i can make a calculator in python

#

im ready to make my own kernel

bold rover
#

That's the spirit

dull otter
#

Learn assembly

molten sonnet
#

Guys how do I verify my age in IOS if I don’t have a credit card or ID (from the country I am in)

dull otter
#

Commune with the machine spirit

slow cloud
#

i cant wait for the weather to be good

slow cloud
#

i wanna sit outside in the sun and read book

bleak prairie
molten sonnet
bold rover
molten sonnet
#

My IOS was 18.6.2

dull otter
bleak prairie
#

I thought they was rolling that OS age verification in January

dull otter
#

You fucking dingleberry

bold rover
bleak prairie
#

jmp isn’t it’s more the setting up registers for the calls

slow cloud
# bold rover Which one

i have a couple laying around, a book about poker, a book about monet (the painter) and Hieronymus Bosch (also a painter), plus aaaaall other books

molten sonnet
bold rover
dull otter
bleak prairie
#

I mean im learning it, I have to but I woudnt say easy

dull otter
#

I’m still running through logic gates before I touch assembly

bleak prairie
dull otter
#

I really wanna build an 8 bit computer

#

Don’t laugh at my dreams

#

Ben Eater has a guide online

bleak prairie
bold rover
#

He a bully

dull otter
slow cloud
dull otter
bold rover
#

Start painting 🖌️🎨

slow cloud
#

i just like looking at it

bold rover
bleak prairie
finite basalt
#

Wdym? to open a process 😄

bold rover
slow cloud
fading dagger
#

hi

slow cloud
#

hi

fading dagger
#

any kalilinux users

bold rover
#

Still looks good

slow cloud
bold rover
#

We windows user

slow cloud
#

kali

bold rover
fading dagger
#

bro plzacceptmy request

dull otter
sick maple
fading dagger
#

T!MOO broo accept my request plz

slow cloud
bold rover
#

U hacker?

#

Me want help

sick maple
#

wannacry is rocking

fading dagger
#

i wana to create a hacking team any own intrested

bold rover
#

Damn

fading dagger
#

ok plz acept my request plz

slow cloud
#

no

dull otter
#

My favourite hacking group anomalous

fading dagger
#

why

fading dagger
#

actually i am not a blackhat just

#

ethikal hacker

bold rover
#

Bro chill

#

Lol

fading dagger
bold rover
bold rover
slow cloud
fading dagger
#

shadow bro acept my requsest

bold rover
#

Sorry

fading dagger
#

plz an frnd anyown

bold rover
#

Deal?

fading dagger
#

yes sure i will teac you

cursive bone
#

hi guys I'm back

bold rover
#

It's possible

#

Now tell me how

finite basalt
#

NT functions are native system calls to NTOSKRNL that exist within ntdll.dll, WinAPI functions may invoke those lower level NT functions in standard operation. PS functions are not directly callable with PsOpenProcess existing within NTOSKRNL.exe, to call it you'd have to find a pointer to the appropriate structure, create a handle to it and then call it I believe.

It's purely how the OS is structured and how the API layers work for communication between userland and kernel.

bold rover
fading dagger
#

what are you telling about

cursive bone
twin ridgeBOT
#

Gave +1 Rep to @finite basalt (current: #109 - 94)

bold rover
fading dagger
#

shadow bro you want to learn ethikal hacking

cursive bone
bold rover
fading dagger
#

if your frnd list is full you have any other social media platforms like instagram

#

whats that

bold rover
fading dagger
#

you dond have instagram

bold rover
slow cloud
bold rover
#

Banned

bold rover
#

So can't use that

cursive bone
bold rover
bold rover
finite basalt
#

the bit about the ps process and where it exists was further explained with AI but actually I have done my reading into windows internals. The entire point in the separation between Nt and Ps is to do with how it transitions between kernel and user and additional control flows that may be involved during the process.

For instance, when a thread calls a function that requires kernel, iirc the thread calls winApi funcs that may run some additional control flow aspects before calling the Nt funcs that at their lower level call NTOSKRNL.exe to pause the thread and transition the process thread to kernel mode, call the appropriate syscall, return the result, transition back to user and then resume as normal

It's not a matter of "bloat" it's a matter of backwards compatibility and consistency

finite basalt
#

Think the same as why W and A function types exist for standard winAPI functions, at their lower level (on most modern systems) they all call the Unicode function (W) under the hood

thorny beacon
slow cloud
#

hi gladio

finite basalt
#

My brother in christ you asked a question and I answered it

thorny beacon
finite basalt
#

Why ask the question if you know the answer

#

it's too early for this, stop ragebaiting me

#

I reiterate my previous point, it's for backwards compatibility

#

You use the stubs to abstract the code base so that programs that work on windows 11 work on 10, probably work on 8 etc.

#

Yes but the goal is to try and keep it consistent

#

if you start ommitting that layer you now have to fix that for other versions that don't, you now also have to track which have missing layers and which don't

fading dagger
#

shadow bro

#

where are you

slow cloud
#

@bold rover bro

#

where you at

finite basalt
#

It's almost like how network protocols have overhead, sometimes it might not be necessary but for the sake of being standard, consistent and backwards compatible it's there still

fading dagger
#

who are you

slow cloud
#

rizvan._x needs you shadow

finite basalt
#

The stub may not change but the point is it can

fading dagger
#

any freefire layers

slow cloud
#

he wants to teach you ethical hacking

slow cloud
fading dagger
finite basalt
#

For the same reason that anything might?

#

You're still not hearing me 😭

#

You're not listening that's why

#

Look at ethernet right

slow cloud
#

oh lord 😂

fading dagger
#

anyown plays frefire

slow cloud
#

here we go

fading dagger
#

freefire players

finite basalt
#

they all use protocols

scenic trench
#

Hii everyone

finite basalt
#

I can't even bring my notes up to show you

slow cloud
#

10 minute games on mobile?

fading dagger
#

any freefire players

slow cloud
#

naaah

#

i dont think people play freefire

fading dagger
#

you know the game freefire

#

anyown from india;

#

anyown from india

slow cloud
#

probably

fading dagger
#

anyown from india

slow cloud
#

could be

#

they might be from india

finite basalt
fading dagger
#

your from india

finite basalt
#

Funnily enough I have actually done research into it, it's on-going but I just thought I'd let you know you gave baseless accusations

quasi dome
slow cloud
fading dagger
#

who are you to tell me shutup

quasi dome
fading dagger
#

whoo

finite basalt
#

You might have hands on experience but you also have experience being a dick

slow cloud
finite basalt
#

It's for consistency as well

ionic wolf
#

just me or recent medium rooms should be easy?

finite basalt
#

It's not exactly a lot of bloat is it?

fading dagger
#

what goat

finite basalt
#

For the sake of having a code structure that's somewhat more consistent?

fading dagger
#

he is the speep

slow cloud
#

im just wondering here, how much bloat is 40 bytes really

#

in the grand scheme

fading dagger
#

where is sheee

slow cloud
sick lance
finite basalt
#

It ends up being a jump in assembly, in the code structure it won't be

fading dagger
#

that lixa

finite basalt
#

Do you seriously think they're still coding in assembly for everything??

fading dagger
#

that lizy

fading perch
#

i'm stuck here

finite basalt
#

I'm not entertaining you anymore, I'm starting work and ignoring you, you're a babbling baboon bro

faint vigil
#

Yall just need to kiss

hazy lotus
#

sup guys im asking bout any recommendations for naming my ctf team its so hard to do it : )

sick lance
#

Can learn 3 or 4 more things from somebody else.

finite basalt
#

I have just from your personality ❤️

ionic wolf
scenic trench
#

Hi

finite basalt
#

You're trying to read into what developers were thinking when they designed it

#

The same reason there's other stubs

hazy lotus
#

i like this kind of names 0xZeroday or something like that

finite basalt
#

I answered your question

finite basalt
#

All 3 reasons I gave were linked?

#

If you haven't the sense to see that I can't help you 🤷‍♂️

#

That was an example of how in the real world we try and standardise things

quasi dome
#

Take a break today

finite basalt
#

You also didn't debunk it, you just refuted it on the basis of networks not possibly being able to be compared in protocol design to that of an OS

#

If you standardise it, development becomes easier both internally and externally - sincerely a software dev

molten sonnet
#

I wouldn’t let that pass if it were me

finite basalt
#

It doesn't but actually having a structured project and some level of rules/standard around how code is written is how you actually make sure your code is maintainable

#

You don't have to like it but that's a fact

#

Yes, the design changed and the code went to shit because they didn't adhere to the structure but there are remenants of that structure in parts and where it's stuck to it does make sense

#

Maybe not at compilation it doesn't but from the code structure it probably does

#

It's the balance between optimal maintainability and execution

faint vigil
#

Yall still arguing?

finite basalt
#

No of course not, that's not public information

#

I'm trying to explain to you that how code is written doesn't translate to how it compiles

faint vigil
#

😩yall just need to fuh like in that one scene from American dad when Roger, and Stan have arguments

finite basalt
#

As are you dude 😭 you're talking about the compiled result

#

Yes, do you want me to explain the optimisation processes behind it too?

#

Blame their shitty compiler then

rapid merlin
#

Tell me a way to earn money

finite basalt
#

They don't write their shit in assembly anymore

#

Well do you expect them to sit there making sure that the compiler's done every possible optimisation they can think of?
Modern computers don't care about those extra frames on the stack, it's insignificant in the grand scheme of things, they likely write their code so that they can maintain it and update it in the future, not so that efficient when shat out of their c compiler

#

Would you as a dev rather have something be less efficient but have everyone understand it and be able to maintain it?

#

Windows is not slow because of wasted stack frames, it's wasted because of the new shit they're force feeding us both in the AI space and telemetry

#

Bigger fish to fry dude

molten sonnet
finite basalt
#

I agree it's not the most efficient way to do it, I never disagreed but I don't think for a second there wasn't an intentional design reason but I'm no mind reader

rapid merlin
slow cloud
#

this is still going 😂

finite basalt
#

I also agree Windows is slow, and inefficient but at the same time that's literally the most minor thing

#

The game bar is far more of an issue

finite basalt
#

great

#

glad we agree

bold rover
#

I'm back bitches

slow cloud
#

@fading dagger shadow is back

#

:O

bold rover
#

@fading dagger

#

Yo

#

So u were saying

#

Me back

#

It was fun

#

I should watch more

faint vigil
radiant bloomBOT
#

@bold rover Please slow down. Further spam will result in a short timeout.

thorny beacon
#

@bold rover Please slow down. Further spam will result in a short timeout.

bold rover
#

Six is max

faint vigil
#

@bold rover Please slow down. Further spam will result in a short timeout.

bold rover
#

Stop me then

faint vigil
#

Lmfaooo

#

🤣

#

The bleh kitty has me dead

bold rover
faint vigil
#

😩 I did

bold rover
#

You going on my ignore list too

faint vigil
bold rover
faint vigil
#

Lmfaoo

#

The ignore and block list💀

bold rover
#

Ggs

#

Was fun while it lasted

faint vigil
#

I was going to get sec101 but then decided to go to trade school

#

For electrician technician, and judging that oracle just laid off like 30k employees😩 I think I made the right call

slow cloud
#

how was sec0

scenic trench
#

Hii

slow cloud
#

hi

scenic trench
blissful current
solar shell
#

Morning!

dull otter
safe beacon
#

Morning guys

bold rover
stuck ridge
#

Htb tricked me twice this afternoon🥀

#

Htg

#

Hackthegarden

faint vigil
#

You should take it

slow cloud
#

honestly

urban ravine
dull otter
#

lekkies

slow cloud
#

just had to call a sysadmin at a customer, he didnt pick up so i went down the list for another person, got in touch with a helpdesk guy and he was just so amazed at the stuff we saw and how deep MS defender goes

#

those are the fun soc cases ngl

dull otter
slow cloud
#

i think every job will get you that

dull otter
hazy lotus
#

Hey everyone! 👋
Can I still learn on TryHackMe for free? I can’t afford a subscription right now
Any recommendations for free rooms or other resources to learn things like Intro to LAN and similar topics?

quasi dome
#

Google is ur best friend

hazy lotus
hazy lotus
twin ridgeBOT
#

Gave +1 Rep to @quasi dome (current: #362 - 26)

hazy lotus
quasi dome
hazy lotus
slow cloud
#

i think he means google dorking

bold rover
rapid merlin
#

hii

sick lance
#

Look at that!

#

Amazon

strong stone
bold rover
slow cloud
#

i really dislike razer

#

but their april fools videos are always good

urban ravine
#

How to stop being lazy

sick lance
#

Be productive.

leaden field
urban ravine
hot stirrup
leaden field
#

I get ya, I'm not sleeping well either atm.

urban ravine
hot stirrup
urban ravine
hot stirrup
#

would help

leaden field
#

I would suggest creatine monohydrate 5/g is the standard amount, but up to 10g/daily when you have a heavy cognative load & are tried. I'm taking 5g when I eat, I wouldn't suggest comsuming on an empty stomach.

sick lance
hot stirrup
leaden field
#

It is good for the brain as well muscles.

hot stirrup
urban ravine
leaden field
#

That my serious suggestion

slow cloud
#

you would need to take 5g daily right?

sick lance
slow cloud
#

with creatine

urban ravine
#

I’m in bed 😂 I was on my chair but I was tired and unmotivated.

hot stirrup
hot stirrup
leaden field
#

Yes 5g/daily is standard dosage, this is the most stuided supplement with proven benfits.

slow cloud
#

while texting?

sick lance
slow cloud
#

im currently standing

hot stirrup
sick lance
slow cloud
#

they say sitting is the new smoking

leaden field
#

That & also 3L/water daily.

urban ravine
hot stirrup
bold rover
urban ravine
#

Whoever has a standing desk has next level energy

sick lance
hot stirrup
leaden field
scenic trench
#

Hi

hot stirrup
hot stirrup
marsh lark
marsh lark
bold rover
urban ravine
#

I have to socialise in an hour. Sadge

#

Ergh

bold rover
sick lance
#

I'm going to the Mario movie.

bold rover
urban ravine
# sick lance Don't.

I don’t have a choice. My kid has her mate coming over so I have to keep the mother company 🫩

hardy bloom
#

Hi

bold rover
#

Mini stealth still annoys u when i don't

sick lance
#

Or a whatsapp.

urban ravine
chilly veldt
#

I am going to look at a new car on friday

urban ravine
urban ravine
#

She’ll be sad so I just gotta deal with it

sick lance
urban ravine
#

I wasn’t like that when I was a kid

#

So I don’t get it

#

But each to their own I suppose

#

I have to wear a face and be like “Would you like a cup of tea blobfingerguns

urban ravine
chilly veldt
#

cuppa water

green shore
#

I thought I would hate going to the gym at 5 am due to desk job from 8-5, but actually love going to gym at 5. I just don’t have a night anymore lol. Random thoughts so don’t mind me 😭

bold rover
#

Ggs

#

Don't mind me

marsh lark
green shore
bold rover
green shore
#

Give u every more reason to just like do cyber 24:7 and be the best. No distractions 🙂

marsh lark
bold rover
#

Cool

urban ravine
green shore
green shore
urban ravine
#

Tadaaaa

marsh lark
#

theres a big problem with too many reddit ambassadors

green shore
#

O

#

Rip

marsh lark
#

theres not enough reddit posts

rapid merlin
marsh lark
#

there will 100% be posts where 2+ reddit ambassadors commented

urban ravine
rapid merlin
bold rover
#

Capability score

marsh lark
bold rover
leaden field
bold rover
bold rover
#

Only light work

green shore
bold rover
marsh lark
#

like me

marsh lark
marsh lark
#

thats true

bold rover
#

I was the one who dmed him

marsh lark
bold rover
scenic trench
#

Hiii everyone

chilly veldt
#

shadow

bold rover
leaden field
bold rover
#

Say more than hi

chilly veldt
#

you wanna hear the 2 cars I am looking at?

bold rover
marsh lark
bold rover
#

You know I'm into cars

marsh lark
scenic trench
bold rover
#

Or women

#

Is my sis

#

I got a lot lol

marsh lark
marsh lark
bold rover
#

Like 20

marsh lark
chilly veldt
marsh lark
#

not like price wise

#

but yk, newer

#

or smth

#

idk cars

bold rover
#

Honestly

leaden field
marsh lark
#

she wins so many ctfs

bold rover
#

Just marks everything as company expense lol

bold rover
chilly veldt
leaden field
#

Bug bounty?

bold rover
#

Come on

#

Have a conversation

#

Make connections

#

Get a wife

#

Be happy

chilly veldt
bold rover
#

Drink water

bold rover
scenic trench
#

Save water drink beer

slow cloud
#

look cool Bella

#

the quattros are really cool

bold rover
#

Fr

marsh lark
#

makes sense

leaden field
chilly veldt
leaden field
#

I'd like a BMW X4 M Sport when I have money

bold rover
slow cloud
#

my moms boyfiend drove one

#

cool car

#

fast

glacial berry
#

@bold rover where is kamaya?

bold rover
marsh lark
glacial berry
#

Ok

bold rover
leaden field
glacial berry
blissful current
#

Wot?

bold rover
marsh lark
bold rover
#

Some kid looking for u

scenic trench
#

Not alive kamaya

blissful current
chilly veldt
blissful current
chilly veldt
marsh lark
bold rover
#

Conquer the ocean captain Karma

blissful current
leaden field
bold rover
#

1st one would suit u

leaden field
blissful current
#

Gotta grind for the big war ships (War Galleons and 1st Rates)🏴‍☠️ PirateShanty

chilly veldt
chilly veldt
bold rover
#

Both will look good in a car meet

#

That's for sure

#

AUDI HAS AURA

chilly veldt
#

and the A6 I am looking at looks to be lowered actually

scenic trench
#

Bmw M5 has 99+ Aura

bold rover
scenic trench
sharp citrusBOT
chilly veldt
bold rover
chilly veldt
#

vs the A5

blissful current
# chilly veldt

Kerosene starts playing in background automatically at 300kmph 💀

leaden field
#

Get the estate if you need that kind of space, if not get the coupe.

bold rover
#

With a few modifications

#

We can improve it

chilly veldt
#

I ain't touching it

#

it's a lease

bold rover
bold rover
#

I see

leaden field
#

PCP?

bold rover
#

Smart

#

Choice

#

Honestly

leaden field
#

Or similar

chilly veldt
#

yeah PCP

buoyant shore
#

meow

buoyant shore
buoyant shore
chilly veldt
bold rover
buoyant shore
chilly veldt
bold rover
buoyant shore
buoyant shore
bold rover
buoyant shore
bold rover
buoyant shore
leaden field
#

I'm up for leaving the UK it is a bit meh at the moment.

buoyant shore
buoyant shore
chilly veldt
buoyant shore
buoyant shore
leaden field
chilly veldt
leaden field
#

Actual pay hasn't gone up, so for example in current career our rates are going down not up, with more stress due to shitty schedules etc.

buoyant shore
chilly veldt
leaden field
#

I advise clients what they need, they are like no can't afford it, the workflow breaks & then I'm epected to to fix it & sort out the problems they caused.

buoyant shore
chilly veldt
#

but then we control the seas!

chilly veldt
#

tbh, just give us back kalmarunionen

buoyant shore
leaden field
chilly veldt
buoyant shore
leaden field
leaden field
#

So the OSA - Online Saftey Act is total BS an example of how things are messed up.

buoyant shore
buoyant shore
#

Unless u wanna take it to dms XD

buoyant shore
#

Wowo

chilly veldt
#

meow

buoyant shore
dull otter
leaden field
#

The problem I have with moving to another a country is my french & spanish is basic, not very good. So I'd need to learn a new language, which is slow.

buoyant shore
buoyant shore
buoyant shore
leaden field
#

I'm career changing into Cybersecurity is my plan.

rapid merlin
leaden field
#

It will be easier to get hired here for sure.

bold rover
rapid merlin
leaden field
twin ridgeBOT
#

Gave +1 Rep to @muted dagger (current: #2407 - 2)

bold rover
buoyant shore
bold rover
slow cloud
rapid merlin
buoyant shore
bold rover
slow cloud
#

there are interns at my job who are are smarter then me

#

in some fields

buoyant shore
slow cloud
#

yeah

#

ofcourse

leaden field
rapid merlin
buoyant shore
bold rover
buoyant shore
#

OH LMAO, nevermind

rapid merlin
slow cloud
#

what level of position do you guys think this is

  • HBO/WO level of working and thinking
  • At least 6 years of experience in a solid IT role, including at least 2 years as a pentester
  • Strong interest in cybersecurity and a hacker mindset
  • Broad ICT knowledge: familiar with infrastructure, the full IT stack, and Linux/Windows
  • Experience with scripting/programming (preferably web, app development, and Java) and analysis tools such as Nmap, Burp, and Wireshark
  • Experience with DevOps and familiarity with cloud platforms (Azure, AWS)
  • In possession of (or willing to obtain): OSCP, HTB CPTS, or a comparable certification (experience with OT environments is a plus)
buoyant shore
slow cloud
bold rover
slow cloud
#

i would not be suprised

#

but nah this is senior penetration tester

#

which i mean, 6 years

bold rover
slow cloud
#

exp

bold rover
#

Lol

slow cloud
#

not bad

leaden field
# rapid merlin so what u learning now a days ?

My plan is SAL1/Sec+ ISO42001/27001 get a junior anylast role, learn cloud & DFI long term goal os cloud security offence & defence in the cloud. I can also do physical pen testing, I'm ex law enforcment as well.

buoyant shore
slow cloud
#

€7.515,- per month

#

max

#

on a 36 hour week

rapid merlin
buoyant shore
buoyant shore
blissful current
rapid merlin
timid prism
slow cloud
#

thats a crazy salary

#

bare minimum?

timid prism
#

Or am i missing some kind of unit

slow cloud
#

you guys are crazy

#

thats 7k

timid prism
#

7.5

leaden field
slow cloud
#

7.5k

#

a month

rapid merlin
buoyant shore
rapid merlin
timid prism
#

Oh thats a nice salary

blissful current
chilly veldt
timid prism
slow cloud
leaden field
#

I mean the UK average earnings is super low, a lot less than most people think it is.

timid prism
#

That is low

slow cloud
#

minimum pay here is 2500 monthly i think

blissful current
chilly veldt
rapid merlin
slow cloud
#

or only 1 nowadays

timid prism
bold rover
chilly veldt
slow cloud
blissful current
#

Minimum pays are 2000-3000 USD per year avg ...

chilly veldt
slow cloud
#

thats crazy

#

😂

timid prism
#

@blissful current can i dm? Have one qs

slow cloud
#

out of school i earned 2800

blissful current
leaden field
slow cloud
#

but u have a higher degree, more experience bla bla

bold rover
chilly veldt
chilly veldt
#

hopefully bumping it up to 7200 at my next salary talk

slow cloud
#

gymmasium is high tho!

#

but i think the pay is also higher in your country

chilly veldt
slow cloud
#

consultancy is alot of yapping with people im guessing

slow cloud
#

ah cool, thats a part i would like to pivot to

#

maybe

chilly veldt
slow cloud
#

very out of my comfort zone, but its cool

chilly veldt
slow cloud
chilly veldt
slow cloud
#

with that u can straight go into uni

rapid merlin
slow cloud
#

or higher

#

straight to masters

#

i think

#

idk how it works, my level is way lower

leaden field
#

My degree is basically operational engineering which now is considers BSC Foundation Degree as it is two years, my BA (Hons) doesn't mean shit really.

blissful current
chilly veldt
#

I just have a high school diploma in data technician with a special in infrastructure

spare arch
#

hey just started to learn a bit ab meterpreter but when I run a payload that I made with msfvenom it keeps saying meterpreter session : x reason : died

slow cloud
#

i have 2 vocational degrees

#

but thats like 1 and 2 levels below an associate degree

chilly veldt
#

yeah, it's 1 vocational degree

leaden field
#

I also have a L3 in Networking & Cyber Security but that is basic shiz 90% theory.

spare arch
#

my machine or the console

chilly veldt
spare arch
#

will do

leaden field
#

My careers are more important than my degrees etc. Running my own business being self employed/dealing vendors/tech experince/soft skills.

slow cloud
#

yeah i need to improve on soft skills

leaden field
#

Threat hunting?

#

What do you mean?

rapid merlin
slow cloud
#

you can be rejected for anything

chilly veldt
rapid merlin
twin ridgeBOT
#

Gave +1 Rep to @chilly veldt (current: #9 - 1029)

slow cloud
#

their loss

leaden field
#

Not sure how & why? It is just self employment in the UK. You work for people, they don't own you. Not like in other careers.

#

It is be different in law enforcement/military you have to ask permission to have another job. I just won't tell people what my side hustle is if I have one...

#

Most people don't stay in junior roles for long anyways.

#

Well you are self employed it is running business same thing. Though it would a lot less doing two full time jobs would be too much. I'm changing career to work less, not more lol.

bold rover
#

Be a good boi and do it again

#

@slow cloud gonna take a nap, if 🍩 asks, tell him me sleeping

#

Byeeee

spare arch
#

any1 knows why?

slow cloud
#

Depended on how u do

leaden field
#

Head down & learn to progress work is work, not a social thing.

narrow bone
# spare arch cant seem to find any fix

Wrong payload set in mfsconsole, wrongs LHOST, wrong msfvenom when you made your payload, there can be a lot of things read what you command to your system

slow cloud
#

Work is social tho

#

Thats why i come into the office

leaden field
#

I want go in be good at my job, learn & progress.

slow cloud
#

If i really want lock in on work ill wfh

leaden field
#

I mean not spend time out of work time, with work people. I don't want to be in an office full time either. Two days a week is enough for me.

#

Plus fuel & trains are really expensive.

#

It is cheaper to eat at home as well.

spare arch
#

is there a way to transfer a file from a kali vm to another vm

#

drag and drop is fked on my kali vm

#

tried with a link but maybe that fks up the payload

narrow bone
slow cloud
#

that

#

or create a shared folder

#

or another vm that can function as a file sharing server

green shore
#

Terminal copy and paste, netcat

#

There’s a ton of ways

#

Base64

glacial berry
#

@blissful current What's your age? 👀

blissful current
#

Why?

slow cloud
#

👶

blissful current
glacial berry
blissful current
glacial berry
#

@blissful current How are you managing your time?

blissful current
#

By working 24/7

#

(almost)

glacial berry
slow cloud
#

dont need that

blissful current
glacial berry
blissful current
#

Usual is 4-5 hrs of sleep

blissful current
#

Sorry, Not having rich parents like u so have to grind my arse off coz I want expensive stuff

glacial berry
#

Do you work? @blissful current

blissful current
#

I can't fall asleep easily anyways if I haven't done something productive af ...insomnia af

blissful current
glacial berry
blissful current
#

Respectfully but that's None of your concerns tho

glacial berry
#

Give me your CSS

blissful current
glacial berry
#

Or

#

I will shoot you

blissful current
#

There's no CSS ...I used SCSS

rapid merlin
#

standard registration form:-

there is 3 main layer in this form 

    1 :- Account Creation Forms
    2 :- CAPTCHA Implementations
    3 :- Email Verification Loops

1 :- Account Creation Forms :--
        
        (1) feature         :- client side vaildation for user inputs 
        what we look for    :- xss,SQLi and noSQLi
        why                 :- because server take nput from user and move to backend by api.
        bypass              :- simple intercept with burp stuite and change vaule(because clinet side valildation is Implement by js file so its easy to bypass with burp stuite)

        (2) feature         :- server side valildation for user inputs 
        what we look for    :- xss,SQLi and noSQLi
        why                 :- because backend take input from user and store it on data server 
        how                 :- fuzzing for understand how backend and wfa logic works 
        bypass              :- accoding to server response we have to make payload for SQLi,xss and noSQLi 

        (3) feature         :- api
        what we look for    :- parameter tempering,https header manupulation,broken access control, 
        why                 :- because in http reqeust some header like "is_admin : true ",  "is_debug : true " worth to check and test for it  
        how                 :- diffrent fuzzing methods and understand logic 
        bypass              :- accoding to server response we have to make payload

hyy guys can u read this and tell me here any change and should i go more deeper and add payload and diff bypass tech and also pls give your opnion

glacial berry
#

Senior Citizen Savings Scheme

#

lol

blissful current
#

SCSS = Sassy CSS = Syntactically Awesome Cascading Style Sheets

sharp citrusBOT
glacial berry
#

bruh

#

I forget the verify docx

#

search word

#

👀

sharp citrusBOT
glacial berry
spare arch
#

same shit

#

meterpreter session closed

#

reason died

#

I legit do not understand what I did wrong

glacial berry