#general

1 messages · Page 975 of 1

grizzled wing
#

i understand laziness

gritty bane
#

Why do you even need nethunter

knotty valve
#

I almost always carry my laptop on me anyway

grizzled wing
#

carry around a rasp pi

knotty valve
gritty bane
#

There's a nethunter rootless version but it's not the best as well

gritty bane
knotty valve
#

I have a pi but that's a firewall rn

#

And pi's aren't cheap where I live

#

I could just force Arduino to do everything I want to tho

desert dirge
knotty valve
#

I never watched Mr Robot tbh

grizzled wing
#

its hyped

desert dirge
knotty valve
#

Is it like NCIS

grizzled wing
#

5 min of total hacking

desert dirge
#

Better than NCIS

knotty valve
#

Where it's so overdramatic

grizzled wing
#

its not that great

#

season 1 is only good

knotty valve
#

The "hacking" they do in NCIS is such a meme imho

knotty valve
#

Tho I expect it from Hollywood

grizzled wing
#

hollywood is fun command to run

desert dirge
#

the technicals in mr robot is quite a lot better than on NCIS, but nothing crazy if you've done some THM

#

Or listened to a few Darknet Diaries episodes

knotty valve
#

I used to run in attack-defence/koth events so it's probably going to be very underwhelming

desert dirge
#

Yeah, the suspense is what makes it good

#

and the way they interleave the various storylines

knotty valve
#

I found Scorpion a neat show

#

I bit bland at times but it was alright

#

They did nail the health conditions tho which I liked

#

the sigint was very dramatised tho

desert dirge
#

wait, I've heard this story before

#

oof, very dramatised indeed

knotty valve
#

Story was neat but dear gods was the SIGINT things they did really 80s esque

desert dirge
#

oh my god

#

there's so much crazy in so little time

#

Oh my god, there are so many cliche action tropes in this show lol

#

I'd watch it though

#

reminds me of 24

knotty pendant
#

My backend not working😳😮

gritty fern
desert dirge
knotty pendant
#

Im trying to create register and login

desert shuttle
#

Be careful with that fiber lol

strange crypt
gritty fern
knotty pendant
knotty valve
gritty fern
knotty valve
#

Is it MiTM proof? No
But does it waste an attackers time? Absolutely

gritty fern
#

Not even super secure just an inconvenience lol

desert dirge
#

oh no

knotty valve
#

The backend was relatively secure

desert dirge
#

that's how I was going to manage my remote access 😦

knotty valve
#

I just decided it would be funny to make extra steps to waste an attackers time lmfao

gritty fern
#

Oh haha

desert dirge
#

At a certain amount of wasted time, you do consider something secure

gritty fern
#

I wanna make a lib but i have nothing to make a lib for

gritty fern
knotty valve
#

I've gotta turn a project into an unreal engine plugin eventually

#

Not looking forward to working with unreal's STL

knotty valve
#

Until sites cap you at 16 characters

gritty fern
#

I mean 16 is more than enough

knotty valve
#

I generally use passphrases/mnemonic codes instead

#

So 16 can be pretty limiting

desert dirge
#

I don't think anyone is going to use anything over 16 without a password manager, there's just no way

knotty valve
#

I remember quite a few of mine without a PM

gritty fern
#

napkin math says 10^38 combinations for 16 chars

knotty valve
#

But the ones that are just completely random characters I use a PM for

desert dirge
#

Ashlynn got a brain like a thumb drive

gritty fern
knotty valve
#

I just remember certain patterns

desert dirge
#

lmao

knotty valve
#

My brain is like chatgpt, if it doesn't have a strict pattern I'm not remembering it and I'll just spew out junk

desert dirge
#

lmao

gritty fern
#

I can remember random patterns relatively well

#

C dev means i have to know the random acronyms and shortenings that are in the std libs

knotty valve
#

Man the std libs have some insane acronyms

gritty fern
#

like how gets should never be used so they made a safe version called fgets lmfao

knotty valve
#

I normally work with the higher levels of C++ so I don't torture myself with the weirdness of it

knotty valve
#

I basically don't do anything that would require me to do systems programming, where I've heard C and C++ can get funky at times

gritty fern
#

Oh yeah they definitely do

knotty valve
#

Most of my current project is just math

gritty fern
#

Whats it for?

knotty valve
#

Machine Learning in Behavioural Sciences

gritty fern
#

Oh dang

knotty valve
#

Yeah it's like 90% math

wary ocean
#

that sounds cool tho tbh

gritty fern
#

Most machine learning ive done is Q-Tables

knotty valve
#

Rn I'm working on uhhh.....I don't think there's actually a known model for it 😅

gritty fern
#

Free-styling machine learning??

knotty valve
#

Tho I do plan to Multi-Model with RNNs, R² Regression for some of the data

knotty valve
gritty fern
#

I could never lol

knotty valve
#

All my response mechanisms in it I plan to use RNNs for the unsupervised learning, R² is just for data alignment, and the rest is currently me studying psych and small sections of neurology

gritty fern
#

So youre using machine learning in a “biological” context more or less?

knotty valve
#

Basically, the idea came from "how can I mod Alien Iso to feel more realistic?"
So I started looking into behavioural science which has led me down the path of studying speech patterns, which led to harmonic analysis, then to studying how people react under adrenaline

knotty valve
#

To which I realised three months ago: this would probably help the medical field to some degree

#

Also, thank god for OpenMP, I'd have abandoned it by now with all the parallelism this needs lmao

gritty fern
#

Use Vulkan kekw

knotty valve
#

I want to try and get it to run with as little latency and compute as possible

#

Which means: I'm designing this unholy thing with just a laptop CPU

gritty fern
#

Oh god lol

knotty valve
#

Sometimes I wonder why I do this to myself

gritty fern
#

I tried running a llama model on my 14.5 yo laptop and it took like 3 minutes per word

knotty valve
#

Oof

#

I'm running it on a T470 so uhh yeah

#

Performance rn isn't great (it doesn't even run either 😂)

gritty fern
#

at least its not Haswell lmfao

knotty valve
#

I'm dumb enough to try and make it run on punch cards

#

So yeah, I did try running an older iteration of the project on an i7-2600

#

To which it crashed ubuntu

gritty fern
knotty valve
#

Look, the first few attempts weren't the best 😂

#

They were riddled with memory leaks and collisions

gritty fern
#

lol

#

I want to learn machine learning at some point but ive been pre-occupied with my game and various side projects recently

#

Specifically my java class C lib which has taken me like 15 hours of programming so far

knotty valve
#

Machine Learning can be painful sometimes, but more basic stuff like Decision Trees, Regression, Generational models, and PPOs are fine

gritty fern
#

Ah i see

#

I’d best be off to bed

#

Night everyone

blissful current
#

🦹‍♂️

desert dirge
#

Well, I just found out why I can't post gifs in the HTB channel. That's embarassing.

blissful current
desert dirge
#

smurf alert!

wind magnet
#

hi

desert dirge
wind magnet
#

how are u dud

desert dirge
#

lol nothing nevermind

#

good m8, hbu?

wind magnet
#

im well

desert dirge
#

I should probably do koth too but I have chores and classwork to do, raincheck! I'll be around

#

I've been to scared to do koth because I feel like I don't know enough to do it

#

Not really sure when I should start it

knotty valve
#

I learnt quite a bit from KoTH events ngl

#

First time I did one I was horrible, but they're pretty fun regardless imho

celest dirge
#

That's pretty interesting.

knotty valve
#

I learnt a lot of blue team work from KoTHs

#

Do I still get absolutely annihilated by people? Absolutely 😂

It's fun to learn where your limits are and where you work best

spice otter
#

how is KoTH blue and not red? aren't you trying to get into the machine?

knotty valve
#

You get in and defend

#

Defending against other players (so patching out exploits, setting up detection schemes, etc.) is very much blue

Red team is mainly the initial access and regaining access

#

As well as persistence

spice otter
#

ahhh ok ok so its both red and blue teaming, thanks 🙂

knotty valve
#

If you're doing it solo, yeah
I used to play in a team so I was very much just doing blue team work after the others got persistence

#

Yea, I didn't want to list a bajillion things so I just left it at etc. lmao

spice otter
south walrus
#

I installed a mod apk in my tab and when I try to use it I got a message like "please make sure that you are running an official version of this apk".

I tried singing apk with Mt manager, google bypass pairip protection and turned off my google play protection.

I installed the same mod file in android and it's working fine.

Please help me guy's. Thank you.

knotty valve
gritty rock
#

Good day, have anyone tried here changing email address? After changing my email address, all the progress and my subscription restarted.

spice otter
#

lol i feel that, cant wait till i can start getting into blue teaming

knotty valve
#

I do blue professionally, imho it has its really boring times

#

Like the tickets....oh how much I loathe Jira

spice otter
gritty rock
#

Good day! Has anyone here tried changing their email address? After I changed mine, all my progress and subscription were reset.

knotty valve
#

Specifically my works Jira setup

knotty valve
spice otter
#

ohh alright, true tickets would be such a pain

#

its all good 🙂

gritty rock
#

Help pls

knotty valve
#

Oh i was reading that yesterday 😂

amber inlet
knotty valve
#

Oh no, I forgot how to do the graphs in obsidian

desert dirge
#

graph tab xD

#
row 1 row 2
Is this what you're talking about?
knotty valve
#

Nah the graph view

#

I forgot how to do the wikilinks thing

#

Annnd I just tried and failed at sending a screenshot 🤣

blazing granite
sharp citrusBOT
blazing granite
spice otter
#

i did it 🥳

knotty valve
#

I love how the Next.JS room says 45 minutes, but the exploit and defense would only take a couple of minutes -combined- at best

spice otter
#

lol you gonna speedrun it

knotty valve
#

i already did it

rugged galleon
#

@verfie

knotty valve
#

It was simple, mainly cause I already knew of the exploit before the room got released

spice otter
knotty valve
#

All it is, is adding a single header
Which imho the most dumbest exploit I've come across yet

spice otter
#

oh is it literally just js injection

#

lol

knotty valve
#

it's not even that

#

literally just append x-middleware-subrequest: middleware and it does away with all the middlewares

spice otter
#

👀

knotty valve
#

It makes me wonder why that was even a thing at all 😂
This is why I don't use frameworks like that, I trust my own code more than I trust Next or Nuxt

spice otter
#

some people just want a quick cash grab even if it means such a high security risk

#

😦

knotty valve
#

It was probably a dev settings that got accidentally leaked through when production mode on Node is enabled

scarlet kelp
#

guys i need help connecting my openvpn through kali linux, no matter what i try it just doesn't want to work

knotty valve
#

I haven't read through the CVE yet

sharp citrusBOT
knotty valve
#

Next.js uses an internal header x-middleware-subrequest to prevent recursive requests from triggering infinite loops. The security report showed it was possible to skip running Middleware, which could allow requests to skip critical checks—such as authorization cookie validation—before reaching routes.
nvm it was this

scarlet kelp
# spice otter ^

thank you but i already tried everything in this, i feel like support is going to have to remotely do it for me

twin ridgeBOT
#

Gave +1 Rep to @spice otter (current: #2773 - 1)

scarlet kelp
#

i'll message in support chat

spice otter
#

good luck

spice otter
knotty valve
#

Now the better question: for how long was this being abused in the wild for

spice otter
#

years and years

lilac shore
#

Hi Everyone

knotty pendant
#

Hi

lilac shore
#

Stormz! how you doing tonight man...where you texting from?

#

Ohio for me.

#

I'm free and open tonight to chat about anything. Hope everyone is doing well. Blessings

blissful current
#

🦹‍♂️

knotty valve
#

Aye I got a nice uni assessment

#

I get to write a mini essay on WannaCry

cloud quiver
#

Please don't upload inappropriate content

knotty pendant
#

😳

cloud quiver
knotty valve
#

Oh I know

#

I wasn't asking for help lmao

blissful current
cloud quiver
cloud quiver
blazing granite
devout wharf
#

can someone help me

modern vessel
hybrid plover
knotty pendant
heady nova
#

sup peeps

wind magnet
#

yoop

fallow gate
#

Somehow, I don’t know how, but I made it to the top 10 global THM this month

wind magnet
#

how can join with you

fallow gate
#

Nah tks, I have a team rn. Apologies to you

silver sky
#

Problem In Chair, Not In Computer

wind magnet
#

Generally, how do I join teams?

#

Because I'm new here

knotty valve
silver sky
knotty valve
#

tbf that could be the computer too, since it has carbon in it as well

split plover
#

Hey guys, there is a script that I think might be malicious. Can I test it in my VM or there are more secure ways to do so?

blazing granite
shell nova
pliant bronze
#

@dusk canyon You ready?

eager marsh
knotty valve
#

referring to the point that people are also apart of a system, and designated as "wetware"

candid oar
#

Hello

blissful current
#

hello

modern vessel
candid oar
#

What's up bud, I just joined in now

blissful current
#

welcome to the THM hekar's lair xD

candid oar
#

XD glad to be here

#

It seems a fun channel to hang out

blissful current
#

Yup , all time active and all time hacking goes on

candid oar
#

Great, i am new to this field to it will be great to learn from you all

blissful current
candid oar
#

where are from frnd?

blissful current
#

im from India

candid oar
#

Ah same

blissful current
#

noice

candid oar
#

XD

blissful current
candid oar
#

How long has it been for you in this field?

blissful current
#

less than a year or almost a year i'd say

i between i was busy with other domains like Game Dev ...now again switched back to Cyber

candid oar
#

It's my final year of college, Been busy with so much that i didn't get time for my main field and now i am worried about completing everything.

candid oar
#

F

#

XD

blissful current
#

still havent got a job , final sem going on

candid oar
#

Same dude XD

#

Still i think learning's more important but getting a job is too for "Gharwale" if you know what i mean

blissful current
#

Yeah

candid oar
#

Worried about it or just will see type situaction?

blissful current
#

Me n my team working on startup tho

even my teammate who got a good package he's still not feeling any joy in corporate job

candid oar
#

Where and what position?

blissful current
#

Blockchain Dev/SDE-1 , Catalog ,Hyd

candid oar
#

I dd work on a startup got selected on MSME funding then my organization which reached me cheated me on 12lakh prototyping funds

#

my whole 3rd year went there and now i am technically fed

twin ridgeBOT
#

Gave +1 Rep to @blazing granite (current: #53 - 168)

blissful current
#

in this country atleast

candid oar
#

I got few friends if you ever need help for anything yea? I don't have any friend offline just my roomate that's all as for some reason my classmates as such don't know sht about computers or anything related to tech.

#

which college are you in?

blissful current
candid oar
#

You are at the startup hub so location wise nice. What's the progress on your startup?

blissful current
#

incubated with an office space trying for fundings , got partnership with a few blockchain companies like Plurality, PerplexityAI and few more minor ones (my team members handle all that , im the main dev at the backend)

candid oar
#

Good progress, god wht the f am i evn doing

blissful current
blissful current
candid oar
#

sdevop.com is a portfolio website of mine check once you will se a 3d. stl file shocase there

#

Kiit University , Bhubaneswar

#

?

blissful current
#

nice

candid oar
#

Tbh i am really bad in finding good people to build a company with, going solo is difficult and 1-2 people it's tough. So will like to join in as a volunteer somewhere

simple leaf
#

Which course desync

candid oar
#

Now a days atleast it's damn hard to find good people

simple leaf
#

What did you take

#

I wanna know

candid oar
#

Computer Science and System Engineering

blissful current
simple leaf
#

K

#

Check dams

candid oar
#

Hi Ionic nice to meet you

simple leaf
#

Dms

candid oar
#

ok

#

So yea for now lets see what happends i stay a little worried now. and haven't seen slleep didi for a while now

blissful current
#

oh

candid oar
#

do you do ionic karmaya?

#

*know

blissful current
#

no

candid oar
#

he's frm india aswell

blissful current
#

cool

candid oar
#

just 16 dude and a good kid he just texted me and is much ahead age wise

simple leaf
#

You guys there on nahamsec?

#

There is an event coming on Friday

candid oar
#

nah

simple leaf
#

Live demo on hacking PayPal ig

candid oar
#

i don't have any team as such so no info on this

simple leaf
#

K

#

I’ll send the server

candid oar
simple leaf
#

K

#

Good

#

It’s at 1 in the morning for us Indians

candid oar
#

great thanks bud will be available @blissful current u joining in aswell?

simple leaf
#

K

candid oar
#

XD

blissful current
dusk canyon
#

@pliant bronze class

wild pebble
#

Hi

blissful current
#

Hi

zealous grail
#

Hello Guys I’m Collins Nice to meet you all

#

I Started Path to Penetration Tester few months ago

blissful current
simple leaf
feral raft
#

Hello, I'm looking for someone who knows about hacking to explain something, if so, add me (I'm asking for explanations and advice, I'm not buying anything).

simple leaf
#

K

#

Bet

#

Check dms

naive violet
#

No one can know if they can answer your question until they know the question too

unkempt marsh
#

How do i use my discord token?

blissful current
#

/verify

unkempt marsh
simple leaf
#

Hi syscaller

unkempt marsh
#

Hey guys ^^

zealous grail
simple leaf
#

Thts nice

queen flare
#

do newer rooms have less points?

cloud quiver
queen flare
# cloud quiver No

then why only 8 points?
the tomcat cve room also had like 24 points only

#

while old rooms seems to have around 100 points at least each

cloud quiver
blissful current
primal sage
#

wsg yall

grim sparrowBOT
#

An error occurred while executing this command. Please try again later.

queen flare
blissful current
pliant onyx
#

Got the

#

'congratulations on selection' email

sage marlin
#

.

chilly citrus
#

where can i find the guide

#

for vm machines

#

to connect using a vpn to the machines

quick plank
#

click on your profile and then access

chilly citrus
#

thanks!

quick plank
#

np

primal sage
#

hey guys for the vm parts for tryhackme should i use my vpn?

chilly citrus
#

if your pc can run it, why not

primal sage
#

k

cloud quiver
cloud quiver
golden yew
#

How can I continue to work on hackinfinity topics that I didn't finish working on?

#

it disappear

#

Or I want to see if there's Writeup or something like that

woeful frost
#

I need a help

woeful frost
#

Someone help me

cloud quiver
woeful frost
#

In a question

#

but i can't send picture for here

#

I can send it to you in private

#

?

woeful frost
#

Thanks, one minute

#

About this question, I don't understand

#

Can you splain for me?

orchid current
#

Just an observation - the colour scheme in terminal at AttackBox is barely visible especially when editing files with vim. Any chance that we can change the default to 'Solarised Light' so that users like me don't have to change the colour scheme every time we spun up the AB? Thanks a lot!

cloud quiver
cloud quiver
woeful frost
#

but i anwers in English but it won't

orchid current
#

Yeah, that's I was seeing. But if we can, perhaps apply the changes to VM image with changes at $HOME/.config/<was-it-xfce-terminal>/config.something, then that would persists. Me just hoping.

orchid current
#

I've just checked, it was actually MATE Terminal.

cloud quiver
vague dragon
#

yup

vast lake
#

Good morning guys

#

In your opinion, what is the best winapi book?

valid breach
#

Books ? Eh I don't know much about those. Why do you want to learn winapi ? blobheart

cloud quiver
#

You have channel on YT called Cybernews which uploads daily news from cysec 🙂

twin ridgeBOT
#

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

golden yew
#

It may be that copyright is not respected for film and television works; But the news should be okay

cloud quiver
#

No piracy here

sick lance
#

Already clocked it 😉

boreal scarab
sick lance
twin ridgeBOT
#

Gave +1 Rep to @boreal scarab (current: #28 - 352)

boreal scarab
native grove
#

New to TryHackMe, there's a module that had rooms for wireshark -> tcpdump -> nmap.
I finished wireshark's path just now, but I lost the initial room is there history in the website so that I can get back to it?

sick lance
#

It's on your dashboard.

native grove
# sick lance There is a recent tab.

Yeah I have seen this one but it's showing me only wireshark's rooms which is weird, I can't find the very first room which had something for tcpdump and nmap

woeful cedar
#

Hello

sick lance
brave totem
topaz topaz
#

If you're doing a ctf on a forum setting and the clue says "the magic number is 1111, 2222, 3333, 4444", what does your mind go to?

sick lance
twin ridgeBOT
#

Gave +1 Rep to @brave totem (current: #1108 - 4)

topaz topaz
sick lance
#

If you don't wish to have help, you could use #room-hints

brave totem
brave totem
#

expect the unexpected

chilly veldt
#

why is there no markdown in word online 😭

sick lance
#

Word Online has many useful stuff removed.

crystal mauve
#

What’s btl1 @chilly veldt

#

That was a quick question

#

Came n gone bash

rapid merlin
#

yeah no i saw the other channels

#

so a quick n stupid question

rapid merlin
#

alr here's a question tho
how do i install linux without fking up my existing windows

#

and ive tried virtualbox my pc isnt powerful enough it kinda lags

woeful cedar
lapis berry
#

will there be part 2 of hackfinity

rapid merlin
#

i5 4th gen

#

intel hd 4600 graphics

woeful cedar
#

hmmm theoretically it should work tho its expected to lag

#

you can assign more ram to your virtualbox machine

sick lance
sick lance
rapid merlin
rapid merlin
rapid merlin
rapid merlin
#

bad decesion

woeful cedar
sick lance
rapid merlin
woeful cedar
lapis berry
sick lance
#

Also which desktop interface?

rapid merlin
woeful cedar
#

DEs like KDE require more resources

rapid merlin
#

VB works on my laptop but i just wanted it to use on my pc more since my laptop is more used for gamign

woeful cedar
#

XFCE is what you should run if youre using Kali Linux

rapid merlin
chilly veldt
woeful cedar
chilly veldt
#

A certificate

sick lance
#

Do you install a new ISO, or do you use a pre-made one?

woeful cedar
#

XFCE is the default desktop environment for Kali Linux

rapid merlin
woeful cedar
rapid merlin
woeful cedar
#

or distributions

rapid merlin
woeful cedar
#

within the distros there are things called desktop environments

rapid merlin
#

alrr

#

and how does that affect performance

woeful cedar
#

each desktop environment has a different amout of resouce demand

sick lance
#

XFCE is light-weight.

rapid merlin
woeful cedar
#

for example KDE is a heavy resource demanding desktop environment

rapid merlin
lapis berry
rapid merlin
rapid merlin
lapis berry
woeful cedar
gritty fern
sick lance
#

That's.... Insane.

rapid merlin
woeful cedar
#

good luck

lapis berry
rapid merlin
#

thanks yall were pretty helpful

cerulean marsh
#

Guys there use to be a tool which use to make whole backup of Kali and we can go back to past system . What was its name , I forgot it ?

cerulean marsh
#

The one I am talking use to be CLI based

lapis berry
cerulean marsh
sick lance
#

It's Timeshift.

leaden marsh
#

There is cert or not?

sick lance
leaden marsh
#

Yes.

cedar swan
sick lance
cedar swan
sick lance
sick lance
cedar swan
#

\n do

sick lance
#

New line.

#

That is commonly used in many different languages.

cedar swan
#

so what does it print the string in a new line

sick lance
#

Depends where you place it. 😄

cedar swan
#

what does either do

lapis berry
#

@sick lance do you like hack the box?

sick lance
#

Whatever is after the \n will be placed in a new line.

cedar swan
#

oh

#

thx

sick lance
#
print("Hello\nWorld")

Output:

Hello
World
sick lance
lapis berry
#

i LOVE TryHackMe

twin ridgeBOT
#

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

cedar swan
#

since when were you a python prodigy

sick lance
#

I hate python.

blissful snow
#

D:

#

why

dusty compass
#

Did anyone faces issues like that Loading your results...
Almost there! We're just finalizing your results.
The last two days shows like that

lapis berry
#

im sql lover

round orbit
#

How long does the SOC L1 on THM take to complete?

blissful snow
#

btw should I use understand what asm is doing ?

lapis berry
#

oh no

sick lance
#

Wait and I'll show you some of the python I've been writing.

blissful snow
#

like math,etc

near sapphire
#

noice streak

sick lance
blissful current
#

🦹‍♂️

blissful current
round orbit
lapis berry
#

vote is anyone premium

sick lance
sick lance
round orbit
#

That should be ok

#

I have nothing else to do this week

sick lance
#

If you spend 15 hours/week you'll be done by 29th.

round orbit
#

I can spend 5 hours a day

shut hawk
sick lance
shut hawk
#

fair enough

primal meteor
#

yo

mossy river
#

@sick lance MacOS has the dark theme now

primal meteor
#

i made this pic

blissful current
sick lance
primal meteor
#

is it good?

blissful current
sick lance
#

You need encode the @ in the URL.

#

Do you know how?

#

It's really easy, I'll be away. but somebody here will know how. 😄

wraith bison
#

Hello I need someone to work with me to prove to cort that my phone and laptop being spayed on by some people they call them self (CID ) when they are not

crystal mauve
#

Hey @marble tusk

wraith bison
#

I will pay

crystal mauve
#

I really like the detailed approach in your medium walkthroughs

wraith bison
#

And the hotel room m in right now have cameras hidden inside I need to find em

crystal mauve
#

But I’d like to see the actual input , so I could verify I’m doing it correctly along with u

#

Or I can feel like I’m doing it, if I’m just reading. Great write ups tho !

mossy river
wraith bison
blissful current
#

🦹‍♂️

twin ridgeBOT
#

Gave +1 Rep to @crystal mauve (current: #466 - 13)

candid oar
#

Hello

blissful current
#

hi

cosmic pendant
#

Lol there is alot to unpack there

mossy river
#

eww what did they do to the discord client

tropic sapphire
#

hlw

brave totem
#

“MAJOR UPDATE”

mossy river
brave totem
#

i wouldnt know anyway I use web :))

#

web >

mossy river
brave totem
#

that doesnt even look like discord anymore

#

cheap remake

mossy river
#

It's genuinely making my eyes hurt

lapis berry
#

@mossy river do you like hack the box?

mossy river
#

Yes I do

brave totem
#

Hack the Try Me

sturdy pike
#

Try the Box

brave totem
#

TryBoxMe

lapis berry
#

Hack The Try

boreal scarab
#

TryTheHack

primal meteor
#

boxthehack

lapis haven
#

hey guys is in THM contucting any events or something these days not hackfinity

crude stump
crude stump
sick lance
sick lance
sick lance
mossy river
brave totem
#

Only heard Azure used with AD

#

Lol

sick lance
#

I have never had a positive Discord update, the always make it worse.

brave totem
lapis berry
#

hackfinity was a disaster

crude stump
#

Why, never tried it

mossy river
#

I had to change the appearance just so that it would be bareable

blissful current
crude stump
#

The manager is here

dim horizon
#

has anyone gotten access to leagues back yet? I had it for a few minutes yesterday

dim horizon
#

never that

boreal scarab
mossy river
dim horizon
#

gives me a 404 since yesterday

mossy river
#

Looks like it might have been temporarily removed, likely to resolve a bug

blissful current
#

people said they did 2 rooms as the instruction told to but it still didnt update on the League

rapid merlin
#

Can anyone give me a work
I need to earn

worn thorn
#

You'd have better chances looking for local offers

placid idol
#

It was great!

woeful cedar
#

Crazy

placid idol
#

What happened to discord?

mossy river
mossy river
languid torrent
#

HEY ALL

inner bloom
mossy river
woeful cedar
mossy river
#

Be happy while you have the old client

inner bloom
#

lmao

kindred yew
#

Good evening chat

celest dirge
inner bloom
#

bro is admin NotLikeThis robin

kindred yew
inner bloom
#

nice try box

woeful cedar
#

Try hack box

#

Try the box

inner bloom
celest dirge
#

What if, what if, they did a collab

mellow narwhal
#

You mean for you?

woeful cedar
#

But would they?

blissful current
#

OverTheTry

mellow narwhal
#

also yes it would be awesome if HTB and THM collabed

celest dirge
mellow narwhal
#

Maybe on Twitch events or something

grizzled wing
#

overthewireBox

mellow narwhal
#

Or maybe a competition amongst themselves

blissful current
#

Try.college

mellow narwhal
#

like, 5 hackers from THM (staff), 5 hackers from HTB (staff)

#

the ultimate showdown

inner bloom
#

0day

celest dirge
#

That would be a cool CTF

inner bloom
#

=

#

win

blissful current
#

ConnorHacks will Win

woeful cedar
celest dirge
#

Lol

inner bloom
blissful current
celest dirge
inner bloom
#

connor hacks is my idle i want same python skills

placid idol
woeful cedar
blissful current
celest dirge
inner bloom
#

0day vs connorhacks

woeful cedar
#

He took it to the heart

blissful current
#

🦹‍♂️

sick lance
rapid merlin
#

Can anyone give me a work
I need to earn money

woeful cedar
mossy river
blissful current
sick lance
blissful current
woeful cedar
mossy river
rapid merlin
woeful cedar
woeful cedar
#

Go to that channel

#

Well he joined discord yesterday

brave totem
rapid merlin
placid idol
brave totem
#

hasnt he been cleared from the boards?

#

connor and the other guy

wicked glen
#

Let's 🙏 I don't get the update 😅

blissful current
#

🦹‍♂️

woeful cedar
brave totem
inner bloom
brave totem
#

vs top 1 Pico

mossy river
haughty musk
inner bloom
#

very old

mossy river
#

PicoCTF is not dead ahah

woeful cedar
wicked glen
inner bloom
mossy river
#

Umm I'm not sure

woeful cedar
#

Would it be possible to hack discord though, hypothetically

mossy river
mossy river
placid idol
woeful cedar
#

Ive never heard news on that

celest dirge
woeful cedar
mossy river
mossy river
haughty musk
woeful cedar
wicked glen
mossy river
# woeful cedar Oh it does?

They have a bug bounty program, you get a badge if you find a security vuln and if you find multiple it turns golden

slow cloud
#

im currently using discord in the web and it hasnt changed

woeful cedar
placid idol
inner bloom
mossy river
celest dirge
placid idol
inner bloom
wicked glen
#

Some things can just be left the way they are 🙏

placid idol
mossy river
hybrid plover
#

are leaderboard points gained from challanges only or also from learning rooms?

blissful current
sharp citrusBOT
blissful current
grizzled wing
#

rm digital-fly

brave totem
keen juniper
#

is there anyway to tie a room to what badge that you get for completion? Seems like the rooms that I am completing are not really correlating to the badges I am getting. Does not really matter I just like getting trophies 🙂

blissful current
grizzled wing
placid idol
blissful current
#

USEalexe

grizzled wing
haughty musk
blissful current
inner bloom
#

i hate my university

blissful current
#

🦹‍♂️

inner bloom
mossy river
#

jujutsu kaisen

blissful current
sturdy pike
inner bloom
grizzled wing
#

seems like Anime 101 is needed for people like me

sick lance
blissful current
keen juniper
blissful current
#

i didnt know either i do watch a few but rarely

keen juniper
twin ridgeBOT
#

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

rapid merlin
#

yo is somone here good with port forwarding?

mint copper
twin ridgeBOT
#

Gave +1 Rep to @sturdy pike (current: #104 - 76)

mint copper
blissful current
sturdy pike
blissful current
#

ah yes

#

still havent seen tho

#

initial D >>

grizzled wing
#

today i learned the term PDF Farming

blissful current
#

i am Learning how to use radare2

#

assembly

grizzled wing
#

-# low level coding

blissful current
#

how to type like that?

grizzled wing
#

-# words

#

no `

blissful current
#

ohhhh noice

#

-# NOICE

grizzled wing
#

i am tired of that gif

blissful current
#

-# cat one?

grizzled wing
#

there are 10000s of gifs why are the same 10 used repeatedly ?

leaden marsh
#

How to use this fonts like this

blissful current
grizzled wing
#

at least its not a cat gif

blissful current
#

-# Gonna grind more today , no schleep

#

-# YES

leaden marsh
#

Nesscary this

#

For ur health

worldly jay
#

Without sleep you will be worse .

pliant bronze
#

And IDK how but he do. Like i can msg him anytime he just stay awakes... Like anytime..

#

And i wants that if i can do this too

worldly jay
wary ocean
#

Don't you start having brain damage at 5 days?

worldly jay
pliant bronze
pliant bronze
pliant bronze
worldly jay
lethal flicker
#

hi

worldly jay
worldly jay
mossy river
#

#koth would be your best bet

lethal flicker
twin ridgeBOT
#

Gave +1 Rep to @mossy river (current: #6 - 1546)

pliant bronze
worldly jay
#

I never play Koth but I think I can try 🙂

worldly jay
pliant bronze
worldly jay
#

Even if some people need less sleep it's not like they can just sleep for 1 hour

pliant bronze
worldly jay
#

Ya sure how to join

worldly jay
#

Ok

#

Just a sec

#

I don't have any additional VPN tho

#

Bro that's too much can't I just play a game ?

#

I think I will play later , it bit complex thing I haven't even logged in , maybe I will just for a while and then play with u 😅

blissful current
languid torrent
#

hello everyone, I have a question 36 miles ago linux distribution and kali linux and parrot are two that I know for hacking between quotes but what is the use of ubuntu, debian...

modern fox
#

arrives

languid torrent
mossy river
#

FlareVM

queen flare
loud marlin
boreal scarab
mossy river
#

Perfectly fine here

loud marlin
boreal scarab
#

Awww

#

Lol

languid torrent
#

I have always been told that Kali was good but if there is something better I take it as offensive between quotes

desert shuttle
#

Hmmmmm

sand trench
#

Wallpaper of the day:

sand trench
#

right snorlax the pokemon based on a person working at pokemon company

boreal scarab
loud marlin
sand trench
languid torrent
#

magikarp attack dip

sand trench
#

Origin

Snorlax's appearance and behavior of constantly eating and sleeping were directly inspired by Game Freak planner Kōji Nishino.[4][5] Additionally, Snorlax may be loosely based on hibernating bears or teddy bears. It may also be based on a food coma, as it eats large quantities of food, then takes a nap, both of which are symptomatic of the condition. Snorlax's Gigantamax form resembles a small hill.

boreal scarab
crystal mauve
#

55 mph, get off the road grandma

sand trench
leaden marsh
#

I dont why I want eats cat

leaden marsh
#

Not that

crystal mauve
#

That’s not even cool

leaden marsh
#

Like lovingg so much

crystal mauve
#

Uhm

#

Just gonna post a gif to get rid of that img

boreal scarab
#

It AI generated, don't worry

leaden marsh
#

Please I hate that

boreal scarab
#

Ayyyy OT is not being taxed anymore effective Monday dancedogpls dancedogpls dancedogpls dancedogpls dancedogpls

leaden marsh
#

I'm feeling werid

boreal scarab
leaden marsh
#

Thank u

#

I have taruama

#

Trauma

#

I dont want what I say because if I said it everyone will shocked and I respect the server

boreal scarab
blissful current
#

🦹‍♂️

#

Sup

leaden marsh
#

Hello bro💕

blissful current
leaden marsh
#

I want to sleep with my self

leaden marsh
#

💕🥺.

crystal mauve
blissful current
blissful current
leaden marsh
crystal mauve
#

🥷

#

My ninja

#

What rooms u doing today karmanya

blissful current
#

almost done with Reversing ELF
then i dont know whatever seems like i could do it now i'll start

round orbit
#

Driving with your pet, love it

modern fox
#

hi

blissful current
#

hi

sick lance
mossy river
#

Silly goose, keep your eyes on the road

round orbit
#

And who’s to say it’s taken on a hand held device 😛

#

But yeah, ride together die together right?

mossy river
#

All I said was keep your eyes on the road 😄 I didn't say anything about driving blobfingerguns

blissful current
mossy river
sick lance
#

People who don't concentrate on the road are wreckless and stupid.... 😄

#

And selfish.

spice otter
#

rip doggo

blissful current
round orbit
#

I also have a drone

#

Like to get some good footage

mossy river
round orbit
#

Lotta people stare when I’m out walking my dog but f em man

blissful current
mossy river
#

No need to apologise 😆

sick lance
#

😄

blissful current
sick lance
mossy river
#

It's more of a party trick on Discord to tell non-IT users what phone they're using.

You can tell by the file type and other information just by looking at the amount of pixels etc.

sick lance
#

Pixel phone media straight up tells you I think.

blissful current
mossy river
sick lance
round orbit
#

Doesn’t uploading to Discord strip the metadata?

mossy river
#

Do you mean mkv?

mossy river
round orbit
#

You can also modify metadata

sick lance
#

GP6 and earlier.

sick lance
mossy river
#

Ah right, you are correct

blissful current
mossy river
#

It is the hero older ones that use .mov, but you can rule this out because of the dimensions of the video 😁

blissful current
grizzled wing
blissful current
celest dirge
#

It's not you.. it's me...

#

I should honestly get back to finishing up the SOC path

blissful current
grizzled wing
celest dirge
#

The guy that I have looks sleep deprived

round orbit
#

Anyone ever strapped a go pro to their dog

blissful current
round orbit
grizzled wing
blissful current
mossy river
light mirage
#

Anyone who has completed the SAL1 - how did you manage to verify ID via Onfido? Upon starting verification, straight away it states, 'your identity verification has expired'...

celest dirge
#

Lmfao