#general

1 messages · Page 103 of 1

rapid merlin
#

something like that

pallid lotus
#

There we go

rapid merlin
pearl lagoon
#

Elon musks chip 🤣

sick lance
rapid merlin
pearl lagoon
rapid merlin
#

it def will steal graphic designers jobs idk abt cyber sec tho

#

@pallid lotus check dm

pearl lagoon
sick lance
rapid merlin
pearl lagoon
#

Its the most common job

rapid merlin
pearl lagoon
#

I think I think the world would en near this eclipse

#

If it ends

rapid merlin
#

well if it ends it ends there would be nothing we could do abt it

#

I guess we have to value our time

pearl lagoon
#

If he dies he dies

rapid merlin
#

simple like that

pearl lagoon
rapid merlin
#

Dm me if anyone would like to vc. I'm learning

pearl lagoon
#

*what room

undone sorrel
#

hello can someone assist me with something ? It's not relevant to this discord but it's to due with game h acking (it's changing the variable of an address internally) i don't see what i'm doing wrong

#

thanks 🙂

undone sorrel
# pearl lagoon Injection?

erm, it's not an injector i can send you the code, i followed gamehacking.academy tutorial and it didn't work so i just copied their code and that doesn't work

#

i'm 10000% sure i have the right base address also

#

i double,triple checked in cheat engine

pearl lagoon
#

Is it your own code or git?

undone sorrel
#

but i just want to understand as to why it's not woring

#

working

shut hawk
#

@sick lance

undone sorrel
#

and i found the address while debugging

#

or reverse engineering however you call it

undone sorrel
#

i can send you my code if that's okay?

undone sorrel
pearl lagoon
#

Python?

undone sorrel
#

cpp

#

i will send my code, one second

#

ah it's too big

#

is there anywhere i can paste it to ?

pearl lagoon
#

Is ur api good?

undone sorrel
#

idk if i am

#

i'm using windows api

#

from <include Windows.h> if that helps?

sick lance
#

I'm sure this sort of hacking would be against ToS as it's multiplayer

pearl lagoon
#

Here

undone sorrel
#

and the game is open source also

undone sorrel
mossy river
#

Please don't flood chat

undone sorrel
#

oh, sorry

pearl lagoon
undone sorrel
#

i will put it into a paste bin

pearl lagoon
undone sorrel
sick lance
#

@rapid merlin can I dm you?

rapid merlin
pearl lagoon
#

Did you creat the dll correctly?

#

*create

undone sorrel
pearl lagoon
#

Configuration Properties, choose General. Then, change the Configuration Type from Application to Dynamic Library. Choose Apply and then hit OK to close the modal.

Project Configuration Menus

#

So your project is not executable

undone sorrel
#

no, it's a dll which i inject

river fog
undone sorrel
undone sorrel
#

so it injects

pearl lagoon
undone sorrel
#

but i see a lot of people put
CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)injected_thread, NULL, 0, NULL); and use nullptrs instead of null

#

maybe this is it?

undone sorrel
pearl lagoon
#

U have the windows api right?

undone sorrel
#

yes

pearl lagoon
#

#include <Windows.h>

BOOL WINAPI DllMain( HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved ) {
MessageBox(0,0,0,0);

return true;
}

undone sorrel
#

it worked

pearl lagoon
undone sorrel
pearl lagoon
undone sorrel
#

it's a messagebox 😆

pearl lagoon
#

Lol

#

And did you go to the bios correctly?

undone sorrel
#

the bios?

#

i inject manually

pearl lagoon
#

Th inhection Since this feature is often used by malware, Windows 10 requires Secure Boot to be disabled for the feature to work. By default, VirtualBox does not support this feature and it will be disabled. If you are using actual hardware, you will need to disable it through the BIOS. Its current state can be determined through the System Information program:

undone sorrel
pearl lagoon
#

So when you created it did you go to the BIOS?

plush mesa
undone sorrel
#

i believe so, when i debug i have to use 32xdbg

plush mesa
#

Is it the address from the tutoriak or did you get it yourself and does changing its value in cheat engine work

undone sorrel
plush mesa
#

print out the value of the dereferenced goldAddress so what youre trying to change

undone sorrel
#

would i have to put it in a message box ?

plush mesa
#

you allocate a terminal to the dll

undone sorrel
#

is this with AllocConsole(); ?

plush mesa
#
         //DEBUGGING
        AllocConsole();
        // Redirect stdout to the console
        freopen_s((FILE**)stdout, "CONOUT$", "w", stdout);

        // redirect stderr too
        freopen_s((FILE**)stderr, "CONOUT$", "w", stderr);

        HANDLE consoleHandle = GetStdHandle(STD_OUTPUT_HANDLE);

        DWORD mode;

        GetConsoleMode(consoleHandle, &mode);
        mode |= ENABLE_VIRTUAL_TERMINAL_PROCESSING;
        SetConsoleMode(consoleHandle, mode);
mossy river
#

Oh no, not C++

#

My nightmares

plush mesa
#

I think iomanip is the header file you need

undone sorrel
#

but thank you, i will try now

sick lance
crude stump
#

Wsp people

mossy river
#

I should have brought a coat

#

It’s freezing.

crude stump
#

Should’ve

#

That’s not a correction btw

mossy river
#

And the bus is super unreliable so I had to come here 10 minutes early

#

Can barely type my fingers are icicles

crude stump
#

Even when my hands aren’t icicles I can barely type 💀

mossy river
#

Without autocorrect, typing requires a lot more of my focus on mobile

crude stump
#

Sometimes autocorrect is kinda dumb

#

Like if you type bus

#

It thinks you want bud

mossy river
#

For someone who uses a lot of slang terminology, it was incredibly irritating

#

I may not type as fast but my messages are more accurate without autocorrect

crude stump
#

Ikr

tropic stratus
#

Question, if a "zero day" exploit is an exploit that hasn't been patched, aren't all exploits, by definition, zero day?

#

or does it lose zero day status once a patch exists, even if the target box doesn't have the patch

#

nevermind, apparently it's when it's a bug nobody is aware of, i think

near hawk
#

Yep, an unknown exploit that is found

tropic stratus
#

There's a lot of terminology here that's a bit broad/vague, like virus/spyware/trojan/malware/worm/adware/backdoor etc

pallid lotus
#

Basically all of those are malware

#

The category is malware (malicious software), of which there are subcategories describing exactly what the malware is doing

#

Or its overall purpose at any rate

tropic stratus
#

Like if there's "MP3player.exe" and it's a fake program that displays popups and spies on you, it's a trojan because it pretended to be an MP3 player, but isn't it also adware and spyware?

#

Personally no matter what it is, i think it needs to be eradicated off the computer lol

#

I see.

#

I used to think Zero Day meant when a new version is released, if someone finds a vulernability the same day as the release, that's a zero day

wintry sluice
#

if it were an actual mp3 player that spies or caused unwanted popups, you could probably say it contained a trojan and was spyware/adware

pallid lotus
#

Realistically speaking it's all semantics

#

Doesn't really matter what you call it -- it's malware that does x,y, and z

outer rivet
hushed fern
#

i wonder what a venn diagram for 0days & gov 'requested' backdoors would look like

wintry sluice
#

depends on the govt

#

backdoors are backdoors for anyone.
no such thing as a backdoor for only one entity.

sick lance
tropic stratus
#

and I thought the XZ backdoor was designed so only one specific person could exploit it

#

Although I just found a news article saying it's possible to do remote code execution with it

wintry sluice
#

to me, govt requested backdoor is like the UK Govt asking whatsapp create a backdoor in their encryption for police purposes, or the US govt telling Apple to make a backdoor for them so the Feds can get into phones easily

mossy river
#

Well, Eternal Blue was a 0day exploit not a backdoor.

It was exploited by the government but it’s not like code that purposely hid itself on a system to allow the creator of said code to access the system secretly

#

I don’t think I would define a backdoor as something deliberately put in by the developers to allow access to the service.

I would if the developer placed it there with the intention of accessing it unauthorised in the event that they are fired etc.

pearl lagoon
#

Hi

mossy river
#

I am doing great, how about you?

mystic turtle
#

gm

blazing granite
#

good morning hacking people 🙂

oak river
#

So I have a spare Samsung Galaxy S9 now

#

Should I try to meddle and install a new OS

mystic turtle
#

yo too @blazing granite blobfingerguns

oak river
#

Like graphene os

#

Or maybe kali net hunter?

plush mesa
oak river
#

Why not?

#

Knox security?

plush mesa
#

net hunter has a supported hardware list too not sure if galaxy s9 is in on it

plush mesa
sick lance
#

I have Nethunter on a Note9.

oak river
#

Damn, Kali nethunter is supported on S20 but not on S9

#

😂

normal fable
#

Just watched a video about xzbot.. interesting stuff.

oak river
#

NetHunter Lite can be installed on all Android devices that are rooted and have a custom recovery. The full NetHunter experience requires a devices specific kernel that has been purpose built for Kali NetHunter.

blazing granite
#

it's always the same supports everyone except the one you're using at the moment 😂

oak river
#

Thats what the dox says

#

So I need a google pixel specifically for graphene OS, great...

#

AH

#

LINEAGE OS

normal fable
crude stump
#

Thanks

hollow pivot
normal fable
#

Yeah it's good. 🙂

crude stump
#

yall is windows fundamentals that important if you already know most of how the os works? anyone did the path?

sick lance
#

Yes and no.

It could teach you something you don't know, you might know how to do most.

hollow pivot
crude stump
#

might as well

normal fable
#

Go over the parts you know to ensure that you fully understand them, and learn anything new. 🙂

brisk tree
#

How’s evening getting on

chilly veldt
#

👀

brisk tree
#

👀

chilly veldt
#

been laying sick all day

chilly veldt
#

slept like 10 hours or something

rapid merlin
#

hey

#

@wintry sluice wass up

wintry sluice
#

ceiling

rapid merlin
#

cool

brisk tree
blazing granite
#

Bella get better soon, madscottishburd, what's up?

chilly veldt
brisk tree
blazing granite
#

Indeed, maybe you need to slow down a bit

chilly veldt
blazing granite
#

today was rainy, windy and kind of cold, I didn't want to get up 😂

brisk tree
chilly veldt
#

and I now have to figure out what to make for dinner PepeHands

sand trench
#

wholesome goodness

brisk tree
chilly veldt
#

I will probably just find something really easy

brisk tree
#

Good idea

#

And I’ll keep getting killed in the game I’m playing ahaha

chilly veldt
#

I am waiting on my room to boot on thm

brisk tree
#

Aww I haven’t done tryhackme for ages

mossy river
#

Spent too much time trying to perfect my form on deadlifts now my legs are vibrating (they’re shaking up and down LOL)

chilly veldt
#

oop

#

I am testing my final version of my room before QA

mossy river
#

Yes. It’s not going well, they are new workouts so I am having a hard time with the form.

sand trench
#

we belive in you jabba... you can do it

mossy river
#

Something super awesome happened though. I came here to ask questions about the no scooter policy and the PT I spoke to said he had a free 10 minutes and asked if I wanted to show him my workout for any advice.

I told him gladly and he gave me some tips!

#

He was super sweet as well

normal fable
#

Nice. My old PT texted me asking how I was doing the other day. 🙂

foggy leaf
#

I am not able to join this room

#

can someone helP?

#

it says, its premium

crude stump
#

its subcription only then

foggy leaf
#

huh

chilly veldt
#

it was changed to premium room after release, this is a bug with what was put on discord

foggy leaf
#

bruh

mossy river
foggy leaf
#

ohh

mossy river
#

It was updated in the channel itself

foggy leaf
#

I actually got into that room somehow

#

but I again lost it after force refreshing

#

there was a small lag in my internet, so I clicked join room, and it worked.

mossy river
#

Yes, if you joined the room when it was free, you still cannot access it as a subscriber

foggy leaf
#

but I am not able to access now?

#

how do I fix it? or is it gone forever?

#

I actually didn't even start

crude stump
#

if you're a subscriber you can

chilly veldt
mossy river
#

No harm done, just wanted to clarify 😄

normal fable
#

I am also curious

chilly veldt
#

@sick lance my room is finally back in testing queue 👀

brisk tree
#

I just looked at a pic of how I used to look compared to how and im howling

mossy river
# sick lance What about the scooter!?

He basically said, the policy is vague but it also doesn’t say anything about bringing guns in but that doesn’t mean people should just bring them in

He suggested to just bring it in a bag and put the bag in the locker.

He didn’t know why we couldn’t bring them in but he said it’s likely insurance.

blazing granite
normal fable
#

Motorized scooter?

blazing granite
brisk tree
chilly veldt
#

over the last 2 months I have lost 9kgs HYPERS

brisk tree
#

Awww

blazing granite
brisk tree
#

I look so different to a few years ago

#

But can still look 9 at 26 at times

#

😂

chilly veldt
#

awwwwe, love seeing those types

#

I just look a lot more healthier

#

lol

mossy river
brisk tree
#

I’m one of the few thay got skinny during lockdown

chilly veldt
#

sameeee

brisk tree
#

Cause I stopped drinking for a test and Covid make me lose half a stone

#

Year

chilly veldt
#

it was just last year I gained 3 stones

brisk tree
#

I gained weight moving to the uae cause it’s American sized portions here

chilly veldt
#

lmao

sick lance
#

I restarted my computer and my small channels are back 😦

brisk tree
#

Also looool

chilly veldt
#

lmaoooo

#

looked dead

brisk tree
blazing granite
# brisk tree But can still look 9 at 26 at times

I have always look a lot younger, once I went to club and the guy at the door asked me for my ID 😂 not only that he looked at my ID, looked at me, looked at my ID again and apologise for the inconvenience 😛

brisk tree
#

Cause that’s my special skill. I could be one of those people to be on catch a predictor

blazing granite
chilly veldt
blazing granite
brisk tree
brisk tree
chilly veldt
blazing granite
sick lance
normal fable
#

I'd say you look young.. but everyone does compared to me. I would think you were 16sih..

brisk tree
steady raven
#

Hi, I'm new to the community, is there anything you recommend me doing on the server, topics that are discussed, etc.?

shut hawk
#

welcome! 😄

#

So long as you stick by the #rules you'll be good

brisk tree
blazing granite
hazy flume
normal fable
#

Looking younger than you are is by no means a bad thing.. especially when you get older.. Trust me on that 😉

steady raven
#

I have a question. I'm very new to GNU and UNIX commands and I need to activate the Kali Linux SSH key to finish a hacking theory course, does anyone have any tips?

blazing granite
brisk tree
steady raven
#

A course from a famous company in the country where I live, they offer several hacking courses

blazing granite
shut hawk
brisk tree
#

I was early 20s here

hazy flume
#

really you are 67

mossy river
steady raven
blazing granite
mossy river
# hazy flume really you are 67

I’ve seen pictures, either he’s 6’7 or the Eiffel Tower was really really far away… /s about the Eiffel tower part

shut hawk
brisk tree
#

Who

shut hawk
#

you need my pasta evening meal

crude stump
#

somebody draft man to the nba

sick lance
#

With or without water?

mossy river
#

Someone at the gym told me to try doing pasta today. Maybe this is a sign

shut hawk
sick lance
#

I hate pasta.

crude stump
#

what

hazy flume
#

can i put a picture of me here and you say how old you think i am?

sick lance
#

I always make my sauce though which has chilli flakes, parsley and coriander.

brisk tree
crude stump
#

bro pasta is like one of the great wonders

brisk tree
#

It is

#

And pizza

#

And brownies

#

And cake

#

😂

crude stump
#

scrubz is missing out

steady raven
shut hawk
#

I'm so disappointed rn ☹️

brisk tree
#

Why

normal fable
#

oh my.. i may have a vulnerable version of xz...

blazing granite
# shut hawk Lmao

In high school I had a friend that it was the opposite case, he was 1,80 meters and 16 years old, both had the same age, people used to give him 22 years old and me 12 😂

hazy flume
#

Guess my age

shut hawk
crude stump
#

25

steady raven
#

One question, do you like Deep Web riddles? Like Cicada 3301, the red triangle puzzle, etc?

hazy flume
near hawk
#

32?

crude stump
#

30?

hazy flume
#

yea 32

crude stump
#

damn

#

you got it first try

#

not fair

brisk tree
#

20s

sick lance
shut hawk
kindred plover
#

45 minimum

#

put a shirt on

whole yew
near hawk
visual heart
#

Hi all.
I'm currently on room ultratech1. I have hidden the question, because there is spoiler on it. If you haven't done the room, just ignore my q.
||There is a api and if I use backsticks in the url path, then I can use shell commands there. But I dont understand why this happen. In Bash, the backstick is not for substitution, so why is this behavior happening?||

blazing granite
crude stump
visual heart
crude stump
#

cure doesnt sound right lmao

visual heart
#

ok, I poste it on room-help 🙂 ignore my q

shut hawk
blazing granite
oak river
#

Do we get points for doing advent of cyber from previous years?

visual heart
crude stump
oak river
shut hawk
#

Its just like any other room

oak river
#

Oh, okay thanks

sharp citrusBOT
oak river
#

Yeah, sorry for not reading the manual

crude stump
#

dont appologies

shut hawk
#

no harm done

wintry sluice
#

no apology necessary

hazy flume
#

having subscription to thm grants me access to all rooms or still need to pay for somerooms?

oak river
#

❤️ tipsfedora

oak river
#

There is some cloud training

#

But all rooms

crude stump
#

yeah aws is a seperate charge

hazy flume
#

yea i saw it

sick lance
#

There's also a bunch of private rooms for business and education, you don't get them.

shut hawk
wintry sluice
#

no ctf builder with normal subscription

pliant yarrow
#

For me it's showing 2 different streak counts😂

blazing granite
hazy flume
#

is there anyone here that did like all paths or most paths?

pliant yarrow
#

On try hackme

shut hawk
pliant yarrow
#

At top it's showing 126 and at botton it's showing 124😂

wintry sluice
# crude stump wym

its a current bug. could well be linked to the bug of roles and levels not updating

crude stump
#

must be a difficult bug to fix

wintry sluice
#

all bugs are difficult to fix until after the fact

blazing granite
#

I can't expand my view on identical twins and keep it PG13 😂

#

you hit a nerve there 😛

blazing granite
wintry sluice
#

I have identical twin nieces. 5 months old. they are getting so big 😭

mossy river
#

How do you tell them apart

sick lance
#

Their names, usually.

tired peak
#

thats what tags on their clothes are for

tired peak
#

although I bet the majority of twins get swapped at least once when they are young

finite basalt
#

you don't put a sticky note on the back of their head with their name on?

wintry sluice
#

I can't. my sister gave them little bracelets with initials on them

mossy river
#

With identical twins, one of them is always evil (this is not backed up by any statistics or right in any way)

tired peak
#

I have multiple identical twins in my family, none of them are evil

blazing granite
finite basalt
sick lance
#

I have twins in my family.

blazing granite
sick lance
mossy river
tired peak
finite basalt
wintry sluice
tired peak
#

never know

spice adder
#

bug bounty number 4 of the week :D another dom xss via prototype pollution

gray sonnet
#

Evening THM

brisk tree
#

I found the picture of me last year when I looked sob young 😂 took me long enough

brisk tree
gray sonnet
#

how're you doing today?

wintry sluice
#

evening already??

gray sonnet
#

for me it's almost 11 PM

brisk tree
#

I'm doing ok

#

For me it's 9pm

wintry sluice
#

18:20 here

blazing granite
gray sonnet
sick lance
#

1821

wintry sluice
gray sonnet
gray sonnet
#

I've grown up with military time lmao

wintry sluice
#

I've grown up with 24hr time.
prefer it to 12hr time.

rapid merlin
#

hahaha ty bud

twin ridgeBOT
#

Gave +1 Rep to @umbral kiln (current: #48 - 155)

winged crater
#

hey my brothers how u all doin

rapid merlin
gray sonnet
#

good, how're you?

sick lance
winged crater
winged crater
winged crater
tawny magnet
#

so you would be toxic if he wasnt a mod?

rapid merlin
winged crater
winged crater
rapid merlin
#

i was in my bed

chilly veldt
#

👀👀

rapid merlin
#

and yours?

gray sonnet
#

Hey Bella 👋

chilly veldt
#

Ello vain

sick lance
gray sonnet
#

How're you doing this fine day?

sick lance
#

Not giving you in to trouble, as you're new.

chilly veldt
#

Sick all day long

gray sonnet
winged crater
chilly veldt
#

So I took a rest day

gray sonnet
#

aye, get well soon bella 😄

sick lance
chilly veldt
gray sonnet
#

yeee

#

what's the room about?

#

actually, nvm

winged crater
chilly veldt
winged crater
#

@gray sonnethey buddy if free can u help me with the room , i posted it in room help check if u can

gray sonnet
gray sonnet
winged crater
twin ridgeBOT
#

Gave +1 Rep to @gray sonnet (current: #144 - 47)

gray sonnet
#

veryfiy yourself and send a screenshot if you can

#

!docs verify

#

...

winged crater
#

!docs verify

gray sonnet
#

welp, maybe limited to mods now 🤷‍♂️

hushed adder
#

try hack me dark mod would look very nice

sharp citrusBOT
gray sonnet
#

yes, this, do that and send a screenshot if you can

hushed adder
gray sonnet
#

yeah...? why does that matter?

hushed adder
#

I guessed from your profile picture

gray sonnet
#

okay?

chilly veldt
#

Ahhhh, 18 minutes till iftar

#

I accidentally slept over suhoor

hushed adder
chilly veldt
sick lance
#

@hushed adder Everything good?

winged crater
#

is there a specific channel to input token or i can do it here ?

hushed adder
#

yes I was just wondering where they were

gray sonnet
winged crater
#

.

gray sonnet
#

gg

sick lance
hushed adder
#

I don't have to explain everything I just threw it out to be funny

gray sonnet
#

wonder why the bot didn't work

chilly veldt
gray sonnet
#

hey @winged crater rule 8 please 😄

gray sonnet
chilly veldt
gray sonnet
#

ah, that's why

#

I thought it was that, but wasn't sure

chilly veldt
#

ye

#

also kebabmix for iftar today!

sick lance
gray sonnet
winged crater
#

@sick lance thanks

twin ridgeBOT
#

Gave +1 Rep to @sick lance (current: #1 - 2125)

hushed adder
#

Why are you so aggressive

chilly veldt
#

yo scrubz nr 1 now???

winged crater
chilly veldt
sick lance
sick lance
chilly veldt
sick lance
# hushed adder Why are you so aggressive

Nobody is being aggressive.

You posted a thing about dark mode then guessed where two users are from for now reason, then posted a gif which could have started something else, which is why I was wondering if you were ok.

devout palm
hushed adder
#

Or do you have a problem with Putin?

warm bear
#

Hi all 🙂

hushed adder
sick lance
#

And you know it,

hushed adder
#

If you're wondering if I'm okay yes I am and I'm not going to drag this out

sick lance
#

Excellent.

warm bear
chilly veldt
warm bear
#

wow

hushed adder
warm bear
#

I do a solid 13.5hrs and I feel dead.

hushed adder
#

what do you do when you no longer have a desire to work in cyber security?

wintry sluice
#

does the fast preclude drinking coffee?

sand trench
warm bear
hushed adder
chilly veldt
gray sonnet
#

Hey Shadow 👋

sand trench
wintry sluice
gray sonnet
#

yes...

sand trench
shut hawk
#

yep

chilly veldt
gray sonnet
#

not even saliva actually iirc

twin ridgeBOT
#

Gave +1 Rep to @sand trench (current: #4 - 1685)

warm bear
sand trench
hushed adder
gray sonnet
chilly veldt
#

the fact that this is my first ramadan and I have heard that question sooo many times

chilly veldt
wintry sluice
gray sonnet
#

before sunrise and after sunset right?

sand trench
gray sonnet
chilly veldt
warm bear
gray sonnet
sand trench
gray sonnet
wintry sluice
sick lance
wintry sluice
#

but now I know 😄

chilly veldt
wintry sluice
sand trench
sand trench
chilly veldt
#

it's actually possible that in 2030 we get 2 ramadans in 1 year

wintry sluice
sand trench
#

yuups

warm bear
#

brah anyone got thought bout the total eclipse happening on 8th of April?

sand trench
#

and ramadan happens at random times over the years

charred forum
#

its not random, it moves by ~10 days

wintry sluice
sand trench
true bough
#

In practilcal example of OS security 3rd task sammie's machine ip not given
wht to do?

wintry sluice
charred forum
#

the hijri calendar has 355 days if i recall correctly, because its a lunar calendar

buoyant tree
#

hullo

sick lance
midnight hazel
#

hey everyone

warm bear
chilly veldt
#

yeah, it's 355 days

sand trench
#

shadow did not realise what bellas religion is for a long while

chilly veldt
#

meaning the islamic calendar is 10 days shorter than the calendar we normally follow, and ramadan will then be happening 10 days earlier each year

warm bear
#

o:

buoyant tree
chilly veldt
buoyant tree
chilly veldt
buoyant tree
#

hmm

chilly veldt
#

apparently

sand trench
#

so why is it called ram a damn

chilly veldt
#

cause I was just following the danish islamic website which seems to have the times inbetween both

chilly veldt
#

yeah, quite weird

warm bear
#

can you read arabic?

chilly veldt
#

no, not yet

sick lance
#

Remember this is an English spoken server.

warm bear
#

True

chilly veldt
#

ew linkedin

warm bear
#

lul

sick lance
#

@dapper bramble no self promotion please.

brisk tree
chilly veldt
brisk tree
#

Yeah true

#

I'm trying to be more active on it

sick lance
torpid notch
#

hello how do i se ip

#

of the attack one

#

not my machine ip

sick lance
#

The target?

torpid notch
#

yes

sick lance
brisk tree
hazy pivot
#

It is such a pain to learn Windows

sick lance
brisk tree
#

?

chilly veldt
#

time for a quick back training today

spice adder
#

Only use for LinkedIn is to post your bragging rights lol

#

I kinda like it tbf, serves a purpose

sand trench
#

only use for linkedin is to do osint on companies you got hired to red team or pentest

wintry sluice
#

hmm...
did pentesters invent social media to facilitate OSINT gathering?

tawny magnet
#

playing the long game

brisk tree
uneven aspen
#

Anyone with experience on metaspolit can you dm me plz

sick lance
#

Why do you need DM'd?

shut hawk
uneven aspen
buoyant tree
#

so whats the issue

uneven aspen
sick lance
#

Then what are you doing?

uneven aspen
lavish shell
#

Obviously performing shady activity

gray sonnet
#

with what?

sick lance
plain pagoda
#

@rapid merlin hello jason

#

I am the hacking raptor f22 plane ethical hacker genius

uneven aspen
sick lance
uneven aspen
lavish shell
#

just because the domain is yours doesn't mean you host it which would make that illegal

glossy portal
#

Into the binary RAM?

rapid merlin
rapid merlin
uneven aspen
#

They promote cyber war here lol

lavish shell
#

I bet

sick lance
uneven aspen
plain pagoda
#

strange troll buddy

sick lance
lavish shell
#

It's like me hijacking your gmail account. Just because the account is yours, doesn't mean you're legally allowed to hack into google to get your account back

uneven aspen
midnight hazel
uneven aspen
#

Not the same with mine…

plain pagoda
#

uk is interesting country...

plain pagoda
#

opsec -1

uneven aspen
#

I’ve learnt not to say where I’m from lol

#

Shouldn’t believe everything you see online

sick lance
#

Then I refuse to believe you're doing something ethical, and you'll receive no help in this server.

naive violet
#

@plain pagoda Absolutely not appropriate here

plain pagoda
#

oh i am sorry guys

uneven aspen
#

So because I’m not from uk you won’t help me😂

#

Great help here!

naive violet
uneven aspen
plain pagoda
#

is everyone having good day?

naive violet
uneven aspen
#

I’m not from a country where cyber crime is a thing

#

Read my messages

sick lance
#

Which country then?

You won't mind telling us it's the UK.

grim sparrowBOT
#

:hammer: zirosec#0 has been banned.

naive violet
#

Tired of their BS.

plain pagoda
#

swing the hammer mr ninja

glossy portal
sly wagon
#

anybody feels like there is a huge gap between doing CTFs and trying bug hunting? I feel overwhelmed by the amount of requests, third party sites, cookies, headers and walls of random gibberish that I encounter while analyzing a website

#

I'm not sure how to deal with it

sick lance
#

Bug Bounty isn't.

lavish shell
sly wagon
#

more like at CTFs at least I know what I'm looking at

plain pagoda
#

strange.

lavish shell
#

Ah, sorry

tawny magnet
naive violet
rapid merlin
#

oh wow

#

hi

#

someone actually wanted this 😄

plain pagoda
normal fable
#

Yes

rapid merlin
#

I guess so. Sometimes the rooms resolve in a "magic" way but everything is magic until you read and understand what is going on

normal fable
#

THM in general is worth subscribing. 🙂

#

*if you can afford it.. if not, then stay free tier.

rapid merlin
#

I am at the very beginning, mind you but... it is what it is and some learning, hitting a wall and trying to learn more is better than no learning.

plain pagoda
#

hmm okay, I'll take a look at the content and see if it is worth it over HTB. Depends on content for me.

sick lance
broken field
#

Hey, does anyone experiencing vpn "no route to host error"?

glossy portal
#

The content is very good, considering the price

#

on THM

broken field
#

Thanks

rapid merlin
#

actually 14$ SOUNDS UNFAIR TO ME ITS WAY DAMM TO CHEAP 😂 for what they're giving

#

but! you should identify your level of existing knowledge before planning a path. Only thing that can drag you down is boredom

coarse moth
#

Hi, What path do you recommend after finishing Jr Penetrate Tester?

rapid merlin
#

No no I mean if you already know what IP is or was a programmer in your previous career some of the things are... redundant

#

I know python only

#

but one day ill go into c# and c++

wintry sluice
rapid merlin
#

It's just a personal peewee mate. I always always felt if I knew only use a mouse and read as you stated, I would have gleaned more information haha

#

also if you don't get things or don't remember just re-do it by re-do it I mean try to read everything from start again it worked for me abt networking fund

wintry sluice
wintry sluice
rapid merlin
#

oh ok

#

good

#

sometimes I feel like I missed something or haven't learned enough

#

but I just take some quiz and feel good again knowing I know

wintry sluice
#

with practice, that will fade

rapid merlin
#

HELLO PEEPS

#

Hi!

#

also do yall know what linux distro I should start using ubuntu or kali linux or what? or I can choose any I want

rapid merlin
#

get virtualbox, spin them virtually and decide for yourself I guess

rapid merlin
#

but usually - for learning at least - Kali (or Parrot) offers a more streamlined approach

#

if you ask for your personal device where you will install on metal, I suggest pop_os

wooden totem
#

Parrot my beloved

rapid merlin
#

I do not know what the boys in System 76 cook but compared to ubuntu - everything just works with minimal effort

rapid merlin
#

/j

#

but, asus rog hates it so... I am on windows. Yes I know there is asus linux but god I am old and don't want to meddle with kernel to have a working system

lavish shell
#

Bodhi or Mint 20 both good

rapid merlin
#

ubuntu is good for hosting a server and shit am I correct? I remember thm saying smth like that

#

usually yes, ubuntu in its headless version uses minimal resources but hosting a server is a problem for a different tomorrow

rapid merlin
rapid merlin
#

and even then you have much easier options for server setup over digitalocean and other virtual providers

lavish shell
shell nova
rapid merlin
#

I was once a script kiddie so I do know how to use kali linux

#

but that was

#

years

#

years

rapid merlin
# shell nova Pop os does look interesting

Indeed, some of the problems I encounter with barebones ubuntu - like bluetooth speaker setup or nvidia drivers - are not here. And, I fear to jinx it but, system updates do not bork the system.

#

Oh and codecs are built in so yay netflix?

#

and by script kiddie I don't mean I did bad things I just tested scripts

scenic bobcat
#

OpenSuse tumbleed is easy to start off, Ubuntu is quite popular too

#

If you're new to linux pick one of those or something else popular cause its easier to get help for online 😅

rapid merlin
#

But! Tumbleweed uses rpm

#

so no "sudo apt-get install xxx" for you 😄

#

weirdly after debian packaging system I found arch's repos easier to use rather than rpm... even though rpm and deb are nearly as old as each other

sand trench
#

apt-get is deprecated

#

users should use apt instead

rapid merlin
#

"from my cold dead hands" XD

#

thank you 🙂

#

it is kinda muscle memory-ish now but you are right

naive violet
#

apt-get is appropriate for use in scripts

sand trench
#

if you want cursed do linux from scratch or gentoo and install multiple package managers

sand trench
twin ridgeBOT
#

Gave +1 Rep to @naive violet (current: #2 - 2114)

wooden totem
#

Elementary os

rapid merlin
#

speaking of distros, why did mx linux become so popular among distrowatch folks?

#

I did try it with a virtual machine and didn't see anything special really.

wintry sluice
#

sudo apt... ohgodohgodohgod

rapid merlin
#

well they did do a sudo with the latest xz attack

sand trench
#

well

rapid merlin
#

the person(s) get the ownership of the repo... then shenanigans happened

sand trench
#

apt stands for advanced package tool in this instance but yeah

rapid merlin
#

talk about a slow burn attack - jeez.

sand trench
#

the xz thingy is crazy

rapid merlin
#

it could have been disastrous, thank god it is not. and mostly it is social engineering I guess

true otter
rapid merlin
#

cough log4j cough

sand trench
#

well log4shell was not intended by the parties that make log4j to ever be a bug to exist

#

it was more of a random occurence

#

the xz backdoor was 100% intentional

rapid merlin
#

true, I gave this example for the disastrous part 😄

sand trench
#

and a long con game

wicked notch
#

I am looking for people have Discipline so we will make a group and start journey towards cyper security for 6 months and will have video chat and discussion together to motivate each other

gray sonnet
rapid merlin
#

very VERY long con game and makes me shudder what packages that might be affected in the future

sand trench
#

well people are currently digging into everything said contributer has ever sent into open source stuffs

sand trench
rapid merlin
#

for this contributer yes, we don't know the others that are still hidden.

#

if it happened once...

#

paranoia intensifies

sand trench
#

points at intel ME and amd PSP

rapid merlin
#

shudders

sand trench
#

if you wanna be paranoid you got those

rapid merlin
#

yesss let's have an OS running behind the scenes without the control of the main OS

#

VERY GOOD IDEA

#

Mr. Smurples liked it

shell nova
gray sonnet
#

weird russian website linked 👀

sand trench
rapid merlin
#

Deffo not China or Team Lazarus

sand trench
#

but we can basically only speculate

rapid merlin
#

😄

shell nova
naive violet
#

@wicked notch I'm deleting that incredibly suspect domain

sand trench
wicked notch
rapid merlin
#

ESTONIAN!!! Fear the Hobocop with mad code skillz

sand trench
#

please realise shadow meant that finish line as a joke

wintry sluice
#

did you mean finnish?

rapid merlin
#

I am playing Disco Elysium too much - apologies for my weird sense of humor

sand trench
past sparrow
#

I see Estonia, I have been summoned

rapid merlin
#

Yaay Talinn

past sparrow
#

Tallinn Tallinn

rapid merlin
#

Tbh, I do not know what cultural climate helped creating that game but I am.. envy.

shell nova
#

oh dear, the Estonians are replacing the Finns

past sparrow
teal nexus
#

I asked this previously but when doing rooms and learning new things are they then considered skills you gain or are there other rooms where you can refine those to turn them into skills? I'm just wondering if I can put it in my "resume".

rapid merlin
#

Tool based rooms can be considered as resume-friendly I guess

#

but I am just an old newbie

#

Nmap, burp, ffuf, hydra do feel like that for me anyway

past sparrow
#

I wouldn't really consider it a skill unless it is explicitly some kind of activity

shell nova
past sparrow
#

using a tool is a skill, tool itself is not a skill

rapid merlin
#

caveat emptor

teal nexus
#

Lets say I go over a wireshark room and I finish it, Could I put I know wireshark and put that under my skills in my resume?

#

Same with learning about Yara or opencti or etc

wintry sluice
#

if thats your only exposure to wireshack, you could say you have some experience with wireshark

teal nexus
#

When is a skill considered a skill, I guess its more of my overall question lol

past sparrow
wintry sluice
#

don't think thats quite on the level of a skill though

teal nexus
#

So is a skill meant to know at an expert level? I would assume most HR people would read a skill and be under the assumption that this person is well versed in that skill

past sparrow
#

That's why I like resumes where with skills is also some form of measurement how much skill there is

#

I don't want to read cryptography and then later find out they just know what cryptography means

rapid merlin
slender scaffold
#

resumes are hard :<

past sparrow
teal nexus
#

Oh I am in agreeance, I'm just trying to figure out when is a good time to put added skills like hey I actually know this because I'm sure everyone is in the boat of I know this but I aint no expert and if that is the case how would you convey that in a resmue lol

past sparrow
#

if you think its 1 out of 5 then that makes it less ambigious

slender scaffold
#

8ball scale ❤️

rapid merlin
#

Or someone writes "Kobo" in their CV as a skill (a data gathering program especially used in NGOs) , you question them and they say "oh I've heard it in a course"

teal nexus
rapid merlin
#

head meets desk then

past sparrow
slender scaffold
#

I’ll just put a bullet point saying I have possible imposter syndrome… at least I hope I do… I don’t know if I’m good enough

teal nexus
past sparrow
teal nexus
rapid merlin
#

Thank you for the nice chat! Have a fantastic evening/day

teal nexus
#

I'm just more concerned about putting a skill when I am a basic user and know how to navigate and look for stuff but not an expert

past sparrow
wintry sluice
shut hawk
#

See that's why I'm not so sure on taking up space with "Skills" on my CV when its a purley subjective thing, especially if that space could be used for something better

slender scaffold
#

No way am I putting my photo up there

teal nexus
teal nexus
past sparrow
slender scaffold
#

Grading my own abilities 🟦 🟦 🟦 🟦 🟦

teal nexus
gray sonnet
#

Hey Feathers 👋

slender scaffold
teal nexus
gray sonnet
#

how're you doing this fine day?

slender scaffold
#

Surviving :3 it is adequate

past sparrow
shut hawk
#

Like talking about setting up a homelab for example

past sparrow
slender scaffold
#

It would be interesting to create a negative resume and see if the auto check for terms let’s you pass anyway

#

Does not know cryptography.
Does not know Python

teal nexus
past sparrow
#

You can increase your chances by sending 100 very fake horrible CVs so yours looks actually really good

shut hawk
sand trench
teal nexus
sand trench
past sparrow
wintry sluice
shut hawk
crude stump
sand trench
whole yew
teal nexus
past sparrow
shut hawk
teal nexus
#

Yea I'm just working through the SOC Level 1 path and was wondering when and if I could put these things into my skills hence why I asked the question at the start of our conversation but yea hopefully it helps others as well lol

wintry sluice
gray sonnet
boreal scarab
past sparrow
#

that's why you always do more than everyone

sand trench
gray sonnet
oak river
teal nexus
slender scaffold
#

metapod does good security hardening

crude stump
#

Spark

shut hawk
#

mhmm I especially like sparkling-water

crude stump
#

Wait no

sand trench
#

shiny???

crude stump
#

Gotta be vulpix

gray sonnet
#

dittoooooo

crude stump
#

Yes vulpix is one

sand trench
#

shadows favourite programming language is feebas

gray sonnet
#

onyxxxx

teal nexus
slender scaffold
#

Why is Hadoop listed twice

crude stump
#

Metapod

sand trench
#

wonders how many people here know how to catch feebas

gray sonnet
#

I don't know, fish it out of the water and hit it with a pokeball?

teal nexus
#

I assume its like fishing it at night under a full moon. Something dumb like that lol

crude stump
#

Tbh you can tell which one is Pokémon because they aren’t out of this world names

slender scaffold
#

Quick someone make a tool named after a Pokémon

shadow oyster
#

Hello, I am new to the world of cybersecurity and I am receiving training. I use try hack me for educational purposes. But my tryhack me attack box, which I always use, does not open. normally it would go from zero to 100 dollars and open. This used to only take a few minutes but now it says -3000% and the machine takes around 40 minutes to start up. I contacted support and they said they would update my account, but nothing changed. Please can someone help me?

gray sonnet
sand trench
#

see this route

#

all those water tiles

#

only 6 of them let you catch feebas