#general

1 messages · Page 85 of 1

brisk tree
#

Think it’s more hated than liked

plush mesa
#

Whys that

blazing granite
#

foxplus was another

plush mesa
#

no vscode in mint repos?

graceful lagoon
#

its that neutral feeling

boreal scarab
#

Or maybe it was actually Visual Studio, because I remember I had to create buttons and such

blazing granite
#

a bit of visualbasic too

plush mesa
#

I was just wondering because theres vs code for linux

#

Visual studio there isnt i think

brisk tree
#

Why can’t code be like ‘if car is on = drive’ 😂

boreal scarab
brisk tree
#

Else break

plush mesa
#

You break ifs?

brisk tree
#

No the car breaks ahaha

blazing granite
brisk tree
#

If it doesn’t start 😂

boreal scarab
#

If BrakePedal == PushedIn
Stop

plush mesa
brisk tree
#

Car=drive

#

This is this code needs to be ahaha

boreal scarab
#

Car==GoVroooooom

brisk tree
#

Car = police chance 😂

boreal scarab
#

WAIT I HAVE AN IDEA

#

To ChatGPT I go!

wild rose
#

car=crash

sick lance
#

Visual studio code has a linux installer

sand trench
#

vroom vrooom skreeeeeeee crash KABOOOM

brisk tree
shut hawk
sick lance
sand trench
#
IDENTIFICATION DIVISION.
PROGRAM-ID. FibonacciCalculator.

DATA DIVISION.
WORKING-STORAGE SECTION.
    01  InputNumber             PIC 9(5).
    01  FibonacciTable          OCCURS 0 TO 100 TIMES
                                 DEPENDING ON FibonacciCount
                                 INDEXED BY FibIndex.
        05  FibonacciCount      PIC 99 VALUE 2.
        05  FibonacciValue      PIC 9(18) OCCURS 100 TIMES.

PROCEDURE DIVISION.
MAIN-LOGIC.
    DISPLAY "Enter the number of Fibonacci numbers to generate: ".
    ACCEPT InputNumber.

    IF InputNumber > 100
        DISPLAY "Sorry, maximum number of Fibonacci numbers that can be generated is 100."
        GOBACK
    END-IF

    MOVE 0 TO FibonacciValue(1)
    MOVE 1 TO FibonacciValue(2)

    PERFORM GENERATE-FIBONACCI UNTIL FibonacciCount > InputNumber

    DISPLAY "The Fibonacci sequence is: "
    PERFORM DISPLAY-FIBONACCI UNTIL FibIndex > InputNumber

    STOP RUN.

GENERATE-FIBONACCI.
    ADD 1 TO FibonacciCount
    COMPUTE FibIndex = FibonacciCount
    COMPUTE FibonacciValue(FibonacciCount) = FibonacciValue(FibonacciCount - 1) + FibonacciValue(FibonacciCount - 2).

DISPLAY-FIBONACCI.
    DISPLAY FibonacciValue(FibIndex).
#

evil

#

though if you want a permanent job being a cobol programmer is maybe one of the better options

brisk tree
#

Nothings more evil than hundreds of lines of code not working to just be one of those , missing

sand trench
#

nothing is more evil then replacing a semicolon with a greek question mark in someones C# or java code

wild rose
#

That's pretty evil ngl

blazing granite
sand trench
#

think more of the most common programming environments nowadays convert between them but yeah for a while it did not

boreal scarab
# brisk tree Ahahaha I can’t wait to see what ever it is
import os
import time

# Improved ASCII art for the car
car = '''
    ______
 __/  |  \_\_
|  _     _``-.
'-(_)---(_)--'
'''

# Initial position of the car
position = 0

def clear_screen():
    # Clear the console screen. Works on Windows and Unix systems.
    os.system('cls' if os.name == 'nt' else 'clear')

def print_car(position):
    clear_screen()
    print(' ' * position + car)  # Add spaces to move the car right

print("Press the right arrow key to move the car forward...")

while True:
    try:
        if keyboard.is_pressed('right'):  # If right arrow key is pressed
            position += 1  # Increase the position to move the car
            print_car(position)
            print(" " * position + "Vroooooom")
            time.sleep(0.1)  # Adjust for smoother animation
    except:
        break  # Exit the loop if there's a problem (like a KeyboardInterrupt)

# This is to handle any clean-up or reset you want to do at the end
print("Car has stopped.")```
#

Vrooooom

brisk tree
#

ahahahaha nice

boreal scarab
#

The vroom moves, car doesn't, sadge, but you get the jist lol

brisk tree
#

my experience with ai is infurating aaha

boreal scarab
#

I use GPT4, nor 3.5, that thing is a shit show

buoyant tree
#

I use claude opus

#

thats even better

brisk tree
#

im meant copilot

wintry sluice
boreal scarab
brisk tree
#

i asked it once to ptu robert downey jrs head on captain jack sarrow then i said if you are having harful throught seek help

boreal scarab
wild rose
#

Car=stop; PUSH Car

wintry sluice
#

it moves the first line of car (which is just a newline char)

brisk tree
blazing granite
boreal scarab
crude stump
brisk tree
crude stump
#

Is visual studio good?

brisk tree
#

Yes although I prefer visual studio code

wintry sluice
blazing granite
brisk tree
blazing granite
brisk tree
#

Ahahahahahahahhahaha

#

Although do you want to see one thing it did make

hardy sand
#

So i did my research and made sure but it isnt illegal to dox someone as long as you dont threaten/harass them so how do i dox someone using their discord info

brisk tree
blazing granite
#

also a windows copilot enough said 😂

brisk tree
#

Co pilot made this it shocked me

wintry sluice
naive violet
#

Which means against the rules here also

hardy sand
#

Fine

brisk tree
buoyant tree
#

I disabled copilot on windows

#

you should also

blazing granite
brisk tree
buoyant tree
wintry sluice
#

I don't use it anyway.
disabling requires effort.
😴

blazing granite
#

bing what a big load of s.. is that 😂

buoyant tree
#

yea

wintry sluice
sand trench
#

why use bing instead of google???
Because It's Not Google

blazing granite
wintry sluice
#

😮

#

I member ask jeeves

sand trench
#

shadow remembers gopher sites

blazing granite
brisk tree
buoyant tree
#

which game to play right now

blazing granite
wintry sluice
#

but firefox is not a search engine...

buoyant tree
graceful thistle
wintry sluice
wild rose
#

Stray

sand trench
# buoyant tree gopher?

The Gopher protocol () is a communication protocol designed for distributing, searching, and retrieving documents in Internet Protocol networks. The design of the Gopher protocol and user interface is menu-driven, and presented an alternative to the World Wide Web in its early stages, but ultimately fell into disfavor, yielding to HTTP. The Goph...

blazing granite
buoyant tree
buoyant tree
brisk tree
buoyant tree
#

which one

brisk tree
#

Remnant 2

buoyant tree
#

eeh

sand trench
buoyant tree
#

watched video

brisk tree
#

😂

buoyant tree
#

didn't see any point for me

brisk tree
#

It’s amazing

brisk tree
#

Then stray you should play heard good things about it

wild rose
#

I like cats so that's why I picked Stray, plus you can complete the game in like 4-6hrs

buoyant tree
#

plus its coop

blazing granite
#

lynx browser

brisk tree
buoyant tree
#

co-op

#

remenant 2

brisk tree
#

It’s single player and coop

buoyant tree
#

also @graceful thistle ur right about dmc5 getting hard, dante with style switching gets hard

rapid merlin
#

It's good, go watch

graceful thistle
#

Have you played as Vergil yet? Imo the most fun to play

buoyant tree
#

I keep having to switch to the sprint and then kick mode then super kick mode then punch mode

graceful thistle
#

Ah okay

sand trench
buoyant tree
#

Heard DLC"s even better than the main game

graceful thistle
#

Plenty of combos to learn but not too many like Dante. Very smooth gameplay, prob my favourite

buoyant tree
#

eh I learnt the combos I have unlocked yet

#

mission 15 i think

graceful thistle
#

Well its just the main game except as Vergil. 1 or 2 special cutscenes?

#

He never got his own story except in DmC but many people dont care about that one

blazing granite
graceful thistle
sand trench
brisk tree
#

If you guys like survival horror you need to try sons of the forest

buoyant tree
#

although loved the micheal jackson crossover with dante

graceful thistle
#

Haha

#

Classic DMC sillyness.

buoyant tree
#

the caps overpowered but I gotta save the red orbs for upgrades

graceful thistle
#

Oh I never use that actually, although now I have some orbs to spare to play around a little

buoyant tree
#

yea, experimented with it and didn't realize it was using my red orbs at first

#

so lost about 4000 orbs at a wall

graceful thistle
#

Lol

blazing granite
graceful thistle
#

I dont think I had all the combos unlocked after 1 playthrough 🤔

buoyant tree
#

yea i don't think anybody does

#

although one thing I hate about DMC5 is that my global shortcuts don't work

#

in game

sand trench
#

neither did shadow when they played castlevania lords of shadow

buoyant tree
#

like its using some different technique to capture the keystrokes which makes it impossible for any other application to intercept them when am in window

graceful thistle
#

That sounds annoying yeah

#

I hate the many loading screens

#

So many loading screens. Slow

#

Restarting a mission.. uuugh. I had to restart many times in mission 19 whaha

#

Today I can feel Im gonna beat Bloody Palace 😎 I was so close a few times past few days. Today is the day 🔥

buoyant tree
#

hmm

valid mauve
#

FML. Lognhorn VOlume fails, and my last backup was 3 months ago.

#

I should've switched to something other than an SD card months ago.

#

Aaand my kube master is currently either under load or dying.

#

I think it's a bit of both.

lament tendon
#

Jokes aside, that sucks.

naive violet
#

Honestly for SD cards I'd just image the whole thing

valid mauve
#

... HomeAssistant is coming back up, but the Longhorn webui is dead. Fuuuuu..

valid mauve
#

Looks like my entire cluster is having a nervous breakdown. Good thing is services are coming back. I'll give it an hour or so, and then devise a better plan.

lament tendon
valid mauve
lament tendon
#

I see, I see. At least that.

valid mauve
#

That should read "somewhere around 2 Gi"

#

And "6 months ago" is the last back up. nvm, wrong col

#

Time to draft a backup plan while I spend the night rebuilding my HA deployment.

#

FFS. Yup, I'm gonna have to image the things. And auto-test my backups from now on.

#

... The backup from 3mo ago is faulting too. That's no fun.

blazing granite
#

that's the thing with backups, many people don't do it, the ones that do, don't usually check if the backup is viable.

#

it's not just make the backup and that's it, I learned that the hard way ☹️

crude stump
#

Aye

naive violet
#

I'm a big fan of considering levels of backups

#

Config backup, file backup, image backup

past sparrow
#

backup the backup plans as well

#

just for integrity

blazing granite
buoyant tree
#

Anybody got suggestions for a network outage monitoring tool on linux which gets served via a webpage

dull storm
#

anyone want to decode this "uggcf://jjj.lbhghor.pbz/jngpu?i=d-L0oak6Aqj"

hot cairn
#

Or detecting if that pc loosss internet

buoyant tree
hot cairn
#

It’s what I use for uptime, but guess it could function like that too

#

Just have it call to 1.1.1.1 or smn

buoyant tree
#

its paid so not for me probably

shut hawk
hot cairn
#

That’s what I do

buoyant tree
#

ah k

#

just saw it was a paid service

#

found the github

hot cairn
#

They’ll host it for you, if you pay them

#

Or run yourself for free

crude stump
#

Man where’s esqy

wintry sluice
#

ooooo, purple

crude stump
#

It’s my new look

wintry sluice
#

looks weird.
change it back

crude stump
#

Demotes myself

valid mauve
#

Just upgraded my Storage boxes @ Hetzner. Now have 2 Storage boxes in Falkenstein, Germany, and 2 in Helsinki, FInland.

valid mauve
valid mauve
# hot cairn Tf you doing

Backups. KEKW

Had my HomeAssistant longhorn vol fail today, am now re-planning my backups after I saw that they failed because I changed creds for the storage boxes.

hot cairn
#

Your going to reach my level of crazy eventually

valid mauve
#

I already have, it's just money that's an issue. If a kilowatthour costs more than double here compared to Finland, shit's gonna get expensive quick.

hot cairn
valid mauve
hot cairn
#

I got some stupid projects on the way

valid mauve
valid mauve
naive violet
hot cairn
#

And some token ring networking

naive violet
#

Lawd

naive violet
hot cairn
valid mauve
hot cairn
#

With 7 r720xd’s in a EC cluster

valid mauve
#

And that's listing tech, so even non-german isn't much of an issue

hot cairn
valid mauve
valid mauve
hot cairn
valid mauve
#

Congratulations...

prisma mica
hot cairn
#

Though, the token ring cluster and the prod CEPH cluster won’t be the same lol

#

I’m goin to do a real ceph erasure coded cluster with a 25gbps backbone properly

#

And a 3 node token ring one for memes

naive violet
valid mauve
#

Oh, and I'm debating moving from one "16 GB RAM, 180 GB Storage" server to three "8 GB RAM, 160 GB Storage" servers. One in Falkenstein, one in Nuremberg, one in Helsinki, and then round-robin the stuff

hot cairn
naive violet
#

Mine was all Cisco

valid mauve
#

All my containers currently top at 4 GB RAM usage on the host either way, so scaling down from 16 to 8 should allow me to save some costs. Which I'll promptly reinvest into more hosts.

hot cairn
#

I wish hetzner had more US options avail

#

They only have VPS’s in the US with bandwidth caps

#

or 100ms latency dedicated server

#

Which sucks bc it’s cheap

valid mauve
hot cairn
#

Could do for backups, but I already have cheaper ways

valid mauve
hot cairn
#

Hetzner

#

Or if you upgrade to a 10gbps link

#

Then it’s 20tb

valid mauve
#

All I remember is a 20TB ingress cap for VPS's, then again, that's in germany.

hot cairn
#

Which is about what I do in a day

#

On my mirror alone…

valid mauve
#

guddamn

hot cairn
#

I did 15TB a day of Kali ISOs alone during the last update

naive violet
#

bandwidth cap
Sad

hot cairn
#

Was the #2 mirror lol

#

Only behind cloudflare

#

At somepoint I really wanna setup a CDN type thing

#

With geoip dns

#

So I could also have a cache in Europe for my mirror that gets served to EU folk

#

So I can dial up my stupid

naive violet
crude stump
#

Y’all ever gotta lock in when you get a captcha

#

Start sweating Incase I’m a robot

sand trench
#

shadow don't start sweating in said case as they know they are not human

#

though they not robot either

wintry sluice
#

worse ones are those where they just present a photo divided into squares and ask me to identify images containing something.

wooden totem
#

what does "zero to hero" mean?

wintry sluice
sly wagon
#

i struggle with understanding debsums - what is the point of verifying config files since the point of config files is to be modified?

naive violet
normal fable
#

James.. I was telling my coworker that every time I see you here I think of him. He's out of Blackburn. 😁

boreal scarab
normal fable
#

Yesp

naive violet
#

Lawd that's all the way North

#

Loooong way away

normal fable
#

We have an office out there. Used to be hq.

naive violet
#

4hr by road from here

normal fable
#

Oh gawd. That's a long way to go work. 🤣

naive violet
#

Pretty much the other end of the country

normal fable
#

I gotta get out there at some point.. gotta actually meet my coworkers.

naive violet
#

I didn't meet THM people that I worked with until after I left THM

normal fable
#

My old boss flew to the US to interview me.. lol

sick lance
#

James is elusive.

mossy river
#

I’ve met meggy

naive violet
#

I've met Dark, Cry, and 0day

#

And CMN

mossy river
#

Blackhat?

naive violet
#

I'm seeing CMN again later this year

naive violet
#

(Defcon not Washington DC)

mossy river
#

Ahah, yeah

naive violet
#

I'll meet Muiri one day

#

We owe each other so many beverages that it'll be a messy evening

mossy river
#

I owe Natic a few drinks

naive violet
#

I've got a trip to Scotland on my TODO list

chilly veldt
#

I've got a trip to the UK for my TODO list

sick lance
naive violet
#

Yeah, Edinburgh way for sure and probably where Muir is

#

Or meet Muiri need Edinburgh

sick lance
#

I can stalk you both. I know what you look lime😂

shut hawk
naive violet
#

You're not a THM employee

sick lance
#

Well, maybe.

sick lance
shut hawk
#

ah I thought we were talking general

naive violet
#

Muiri was, I was (although contractor)

sick lance
#

I'm contractor

naive violet
#

I suppose you may be now

wintry sluice
#

I'm subscriber 😄

naive violet
#

Although I'm no longer working for THM

chilly veldt
#

I'm.. oh wait, can't say yet

sick lance
candid pagoda
boreal scarab
#

Oh, and Juun too

#

Couldn't get close to Ryan at Red Team conference room, 1, you need a token, 2. Line was long

naive violet
#

He keeps popping up for normal people, like my boss's wife's social media feed

#

My boss is like "oh James knows that guy, we met him"

#

Small world

boreal scarab
hasty sand
#

Which one did you see this time?

hasty sand
sand trench
#

bored bored bored bored bored

hasty sand
#

Just a guy trying to get people into cyber security 🤷‍♂️

boreal scarab
sand trench
#

welp GG

hasty sand
wintry sluice
boreal scarab
boreal scarab
hasty sand
#

Oh they all do

#

I live in Florida, even in the nice neighborhoods you have Florida men.

boreal scarab
wild rose
#

That's Florida for you

boreal scarab
#

Can I spam X to doubt? 👀

wintry sluice
#

no

sand trench
#

that is against their ToS

hasty sand
mossy river
#

Not now that you’ve taught me how to hack it 😔

hasty sand
#

I’m sure you know that 😂

mossy river
#

Haha

wintry sluice
hasty sand
#

This is a formal written notice that I do not consent to anyone stealing my car

shut hawk
#

really admire the slippers 😂

hasty sand
#

Done!

muted rock
#

hI

hasty sand
muted rock
#

0day long time no see

boreal scarab
shut hawk
hasty sand
muted rock
#

how i verify my thm acc in this server?

sharp citrusBOT
wintry sluice
hasty sand
#

Genius ^

boreal scarab
shut hawk
#

"you wouldn't download a car"

candid pagoda
#

😆

muted rock
#

I have a question, I would appreciate an explanation if I tried to execute sqli of course on ctf but I encountered a 403. Does this mean that waf caught me?

boreal scarab
#

Proceeds to 3d print a car

shut hawk
#

Or there's something else that isn't happy with your request

muted rock
#

Do you have any tips?

shut hawk
#

Btw if this is an active CTF we can't help with it, sorry

mossy river
muted rock
#

ok thanks anyway bro

mossy river
#

Why does that image always break

shut hawk
#

mmhmm nice image

mossy river
#

Download it

wintry sluice
#

maybe discord doesn't recognise the format?

mossy river
#

It’s not malware I promise

boreal scarab
wintry sluice
sand trench
#

587.51 MB image???

wintry sluice
proven quartz
wintry sluice
sand trench
#

oh

#

groggy shadow eyes see bad

boreal scarab
hardy venture
#

A question, I need to join two wp tables, one that imports and the native one, and I need to not overwrite, anyone has any idea how I can do? the tables are identical, primary keys, etc...
or with mysql from the cli of ubuntu
thanks ;P
the tables are wp_* and wpimp_*
i tried to add prefixes to the wpconfig but i fail

boreal scarab
#

Also, I swear. Everytime I bring Ryan in @pallid lotus creeps in right behind 👀

crude stump
boreal scarab
#

Best image I could find lol

wintry sluice
crude stump
#

Anonymous got Santa Locked up

naive violet
chilly veldt
wintry sluice
crude stump
#

Gotta be

#

Like a speakeasy

valid mauve
#

@hot cairn My HA k8s stuff is still fucked, but I got my status page up. 😄

hot cairn
#

Nice

#

you expose a lot of shitpublically lol

valid mauve
#

YEs I do, but idgaf

hot cairn
#

you say that for now

chilly veldt
valid mauve
#

How you doin, lass?

lone thistle
chilly veldt
valid mauve
lone thistle
#

come to me and my colleagues worskhop

naive violet
#

I've got power sorted

lone thistle
#

also come to dj set xx

valid mauve
#

I'm debating screwing around with event-driven ansible to restart docker containers if my monitoring tells me they're fucked.

buoyant tree
valid mauve
valid mauve
shut hawk
valid mauve
chilly veldt
lone thistle
pseudo void
#

hello, i spent the past half an hour trying to fix the openvpn file, perhaps i am tired and there is an easy solution. Does anyone want to help me

chilly veldt
# valid mauve Do tell if you got the time!

Let's start with gotten my own apartment, living by myself fully now, got a new job where I am going to be helping building a SOC from the ground up, starting my motorcycle licence next month and have lost 8 kgs in a little over a month, almost getting done with my psychologist appointments for HRT and it's looking like I might get it.
I think that's all

naive violet
shut hawk
#

WTF, that's the price?!

naive violet
#

Yes.

pseudo void
shut hawk
#

And you gotta bring along all your equipment too

valid mauve
pseudo void
#

fair enough...

naive violet
chilly veldt
chilly veldt
#

Yeeees

#

And I might begin some talks and stuff around Denmark about inclusivity in cybersecurity

valid mauve
#

Niiiice

hot cairn
#

@shut hawk whats your thoughts on 1hr connections kekw

crude stump
#

Why is quiet conversations on a cool down

valid mauve
#

To keep the flow less hectic than us nerds jumping from topic to topic like in here KEKW

chilly veldt
# valid mauve Niiiice

Yeeeeee, contacted a friend of mine who already does it with women in cybersec and they were looking for expanding the inclusiveness

shut hawk
#

Good luck

naive violet
valid mauve
#

Goddamn, Event-Driven Ansible is fucking cool.

normal fable
#

James! My coworker! 🤣🤣🤣
Jkjk

naive violet
muted rock
#

lol

wooden totem
#

I should've seen it coming, I knew it was gonna be some joke but curiosity got the better of me - admin.tryhackme.com

wooden totem
#

that goes to the same redirect I bet

cosmic pasture
#

Greetings and salutations to everyone! I’m trying to add cybersecurity projects to my github and I know one of the most common recommended projects is to set up your own virtual home lab, which I have done on my Chromebook. My question is what’s the best way to document and show this process? Do I just write a report in the README.md section with pictures detailing the steps, like a blog post of sorts? I’d like to show potential/future employers that I actually did something rather than just list on my resume “ virtualization experience with Qemu/KVM”. Thanks for any and all input y'all are amazing.

wooden totem
crude stump
#

What’s the best blog website

boreal scarab
spice adder
#

Anything but repay billet labs

sand trench
#

meep meep moop moop time for beep boop sleep sloop to the beepity boopity beeps and boops for shadow whadow

wooden totem
hot cairn
#

i get to choose 1h connection, or 11 hour

#

10/10 options

clear jackal
#

1 hour at ORD? Is that coming off international?

hot cairn
#

Preclearance

#

arrive as domestic

clear jackal
#

I don't even think that's enough time for domestic

#

ORD is a nightmare

polar spoke
#

It’s just a sponsored video about cominos stupid hardware

hot cairn
#

i hate aircanada

boreal scarab
cosmic pasture
boreal scarab
#

Didn't even talk about actually doing it, or the van as in the thumbnail

clear jackal
#

I ended up purchasing the flight through Turkish Airlines with points lol

hot cairn
clear jackal
#

I'm talking for the flight I had to book

hot cairn
#

star alliance pts redemptions have gotten alone worse lately imo

clear jackal
#

Yeah, three days after I made the award purchase Smiles and Miles changed their chart

hot cairn
#

which airline is that again

#

theres a few with similar names

clear jackal
#

I only "paid" 15000 points for a cross country flight

#

Turkish

hot cairn
#

iirc aegean has a similar name for theres

clear jackal
#

Yeah, I'm Air Canada on the way there, United on the way back

#

Kind of salty because the united flight was like $500

hot cairn
#

I prefer AC over united

clear jackal
#

Yeah, it was the only flight back

#

It was the only option lol

boreal scarab
wooden totem
#

This is a classic

boreal scarab
wooden totem
#

I always thought these were faces with large open mouth until I saw the emoji's name

polar spoke
boreal scarab
topaz kiln
#

how do i know when im ready to start bug bounty?

crude stump
#

And if you know how to do a bug bounty without accidentally getting into legal trouble

crude stump
topaz kiln
#

where could i learn more?

#

about that

crude stump
#
topaz kiln
#

thanks

crude stump
topaz kiln
#

im not sure if im good enough to bug hunt yet but i guess i could try 👀

crude stump
#

Make sure to follow the rules really carefully

topaz kiln
#

im young so making money off of something i enjoy seems fun

crude stump
#

Everyone starts somewhere

#

Also if your unsure what a rule in the scope means you can ask here. There’s plenty of bug bounty experts

buoyant tree
#

been on call with isp for a few hours now

candid pagoda
#

ahy

#

why

valid mauve
rapid merlin
heady nova
#

Ello

wild estuary
#

Hello friends, what do you think the future of OSINT (Open Source Intelligence) and Cyber Threat Intelligence is in cybersecurity?

#

Should I steer my career towards this field? I enjoy intelligence and research, what do you think?

ivory swallow
#

hai

simple valve
#

Plus theres no shortage of bad actors so you’ll always have a job kekw

#

But look around your country, most of the time, threat intelligence is more on big companies (they can afford it), government positions (track down bad actors attacking the govt), or IT outsource companies (they offer this as a service)

unreal solar
wanton schooner
#

i told u guys that i used some payloads ' or 1=1-- like this , so that website is working fine ,does that mean that no damage was done by me ?so i can relax now ?🥲

uncut cove
#

morning!!

normal fable
uncut cove
#

150 points left to OMNI, let's see if I can nerd my way in today...

normal fable
#

Is sleeping time for me..

uncut cove
normal fable
uncut cove
#

moo

normal fable
#

How was yours?

uncut cove
#

it's only moorning

#

so not sure yet, but I'm optimistic

normal fable
#

Moo is a good place to start

uncut cove
#

but my Saturday was nice, I finally finished Jr Penetration Tester path!

normal fable
#

Niiiice!!!

#

Moo indeed!

#

Sleeps for me now. Nite

uncut cove
#

sweet dreams!

normal fable
#

Tyty

uncut cove
wanton schooner
# normal fable What exactly do you mean?

' or 1=1--
' or 1=1#
' or 1=1/*
') or '1'='1--
') or ('1'='1-
admin' --
admin' #
admin'/* i used these payloads while working on bug bounty program,then i came to know that these can cause damage to website .🥲 .So I am asking that website is working fine , so does that mean that there was no damage done by me ?

uncut cove
#

funny question: how can I get my post liked on linkedin by TryHackMe? kekw

shell nova
#

Those query fragments don't write to db so you're probably alright, though if they don't do error handling properly then it might be more serious. You probably shouldn't be dropping random payloads on sites without knowing exactly what you are doing though

wanton schooner
#

so i tried to implement it

shell nova
#

Assuming that what you're doing is within the program scope

wanton schooner
#

but that website is working fine

shell nova
wanton schooner
shell nova
shell nova
wanton schooner
shell nova
#

But next time maybe not

wanton schooner
#

yeah i will take care

shell nova
#

SQL injection is normally a mostly solved problem, and should be very very rare these days

wanton schooner
#

yeah that means its very rare that i did something worng right

#

?

buoyant tree
shell nova
#

Eh?

buoyant tree
#

Went to the office physically and they literally spent 2 minutes and internet was up then

simple valve
#

explosion

buoyant tree
#

isn't that redundant since -- comments out everything afterwards

shell nova
shell nova
buoyant tree
#

hmm

simple valve
#

-- x is also or --%20 will also work AFAIK.

naive violet
#

@wanton schooner @shell nova you asked this before and got the same answer no?

buoyant tree
plucky folio
#

Yessirrr think i did well
Just finished physics
Thanks @timid prism n @shut hawk yall fking goatblobheart

twin ridgeBOT
#

Gave +1 Rep to @timid prism (current: #32 - 230)

plucky folio
#

And CS tmr NotLikeThis NotLikeThis

wanton schooner
#

its been almost 24 hr till i tried

unreal solar
#

Time based Blind SQLi == 💤 😴

severe hornet
#

?

wooden totem
#

Should I unsubscribe? Idk if theres something useful from emails that I will miss by unsubscribing

warm turret
#

Yo can someone plsss help me recover my gmail account

#

Cos the hacker reseted the pass plus put a 2fa

#

So I can’t recover via gmail recovery

#

So plss can someone help me

naive violet
#

@warm turret it would be illegal for someone to hack the account

uncut cove
#

you can try contacting google support

naive violet
#

Please contact google support

uncut cove
#

I think your security questions are still there and you can figure this out with them

#

oh wow where's Jabba

shut hawk
#

probably asleep

warm turret
uncut cove
warm turret
#

I rlly need it

#

It have all my info

#

I did contact the support but they didn’t respond

naive violet
warm turret
#

Just plss help me

#

There is literally all my info there

#

I’m literally willing to pay

grim sparrowBOT
#

:hammer: redx2.0.#0 has been banned.

naive violet
twin ridgeBOT
#

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

wooden totem
#

Did that guy just want to get into someone's account lol

naive violet
#

They said it was their own account

rapid merlin
naive violet
#

Yes that was rather the implication

rapid merlin
naive violet
#

Fine, thank you

oak river
#

How's everyone doing?

rapid merlin
oak river
#

Guess, I'll just look things up at THM later

#

I'll also get my premium back perhaps

rapid merlin
oak river
#

Yeah, we had to use the tool "msfvenom" and deliver a payload to our system to open calc.exe

#

Didn't really do it succesfully, but eh, well

#

Its part of BSides

#

Have you heard of BSides?

oak river
#

It's something like those blackhat events and etc that are once a year

rapid merlin
#

I haven't been to an event myself as they all seem to be in america

#

I would love to go to one though

oak river
#

I am not in America

#

Europe

#

There are Bsides all around the world

#

Now the BSides is in Bulgaria

#

Sofia

rapid merlin
#

Oh nice, I'm surprised I haven't heard about it. Is it good?

oak river
#

Yeah

#

The presenters were some really experienced people

#

We have an Italian dude, who is like really advanced in maldev

#

He works for Scada

#

I think the company was called scada if im not mistaken

#

Basically he exploits PLC computers with the aim to secure them

#

PLC computers are all those simple electrical computers and devices that are used to operate Electrical plants, Power plants, Water plants and etc. , all kinds of industrial sectors

#

Right now on the workshop, one of the other presenters, some mathematician that worked for some federal agencies in the USA I think is teaching us to develop malware for registry

#

Honestly I just watch

#

I am a noob, and I dont really know what he does

#

I mean to some extent

#

I have a pretty good general technical culture

mellow sinew
#

hello guys can someone help me please with my openvpn?

oak river
mellow sinew
viscid hill
#

does anyone have SQ 1 answer 1 ??

#

(trolled)

oak river
#

What's that?

rapid merlin
#

Is "ISO 27001" some kinda framework?

craggy wadi
#

its a standard for managing information security management systems

#

27002: details controls to protect systems
27701: privacy extension to 27001
31000: enterprise risk management

naive violet
uncut cove
#

omni reached yeet

rapid merlin
naive violet
#

I mean my google of "what is iso 27001" came back with a digestible answer

plush mesa
naive violet
#

@rapid merlin Please be civil here or you will be muted

simple valve
#

anyone know a bit of php able to help me?

naive violet
simple valve
#

i just realized it james, thanks for the offer thoughh

#

i was so stupid i overlooked it lmao

vagrant kraken
#

hey all

simple valve
vagrant kraken
twin ridgeBOT
#

Gave +1 Rep to @simple valve (current: #22 - 354)

simple valve
vagrant kraken
#

thank you- learnign thru try hack me but still an infant

simple valve
vagrant kraken
#

yea i am old skool stareted with DOS 1.0

#

and still cannot code 😄

naive violet
proven quartz
# rapid merlin I haven't been to an event myself as they all seem to be in america
Google My Maps

Blue Icons are cities which have held BSides events.
Green icons represent upcoming first-time event cities.
Star icons represent events which have happened ten or more times.
Question marks are possible events.

crude stump
naive violet
#

@devout pilot please don't advertise here

junior wraith
#

heya, is there a meterpreter command to check what vulnerabilities a windows machine has?

#

I thought vulns was a command but no succes

blazing granite
#

Good morning hacking people!!! 🙂

rapid merlin
twin ridgeBOT
#

Gave +1 Rep to @proven quartz (current: #21 - 363)

plush mesa
#

it has better performance on linux

#

If that makes a significant difference i cant say

whole yew
#

if you have a use case for vbox, you have a use case that qemu probably works better for - assuming you are comfortable with a linux desktop. the now-deprecated RH product RHEV was built on top of qemu, the upstream project was ovirt.

cosmic pendant
#

Hello!

whole yew
#

virt-manager

#

you can also manage virt through cockpit.service

#

the main advantage to using virsh is that you write scripts to start/stop, set up port exposure and pass through mapping

#

which would otherwise take more time and pain to do in the virt-manager gui

#

i strongly reocmmend you learn virsh if you are going to be using it regularly

#

and really, it's less exposure and more mapping

#

like if you need a port map from host to guest

#

yes, it sets up a DHCP server for NAT by default

#

and you dont' really need to touch routing on the host, the virbr interface for each virtual network is managed by an XML config file in the virsh/virt-manager

simple valve
#

post/multi/recon/local_exploit_suggester this one is a local go to.

#

did not see James msg, carry on dont mind me

pine palm
naive violet
mental geyser
#

is there a way to link this discord to thm profile ?

lament tendon
#

Yes.

#

If you go to your THM profile settings, you can find a token.

#

If you run the command /verify <token> here, you will link your Discord account and your THM account.

sharp citrusBOT
mental geyser
#

nice, thanks

lament tendon
#

Happy to help. ^_^

boreal scarab
#

Arch Better!

tawdry merlin
#

Hi, I've notices some strange behaviour of nmap.
When I do an nmap scan it works fine and ports show as closed but when I use the --data argument, it sends each packet twice once with sequence number 1 and a second time with a really high sequence number and all ports then show as open|filtered.
Has anyone encountered something similar?
For me it seams really strange

candid pagoda
#

huh

tawdry merlin
#

yeah, exactly

boreal scarab
#

Archinstall

jolly spade
#

Hello hackers, I have a question please that ChatGPT didn't really helped me out with, it's about Crypto is it possible to find somebody by having his Binance address ? If it's not the case why people track addresses in Honeypot and so on since we can't get to the guy who scammed us ?
Thank you.

sick lance
sick lance
jolly spade
sick lance
jolly spade
twin ridgeBOT
#

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

boreal scarab
#

THIS is a real bagel

sick lance
#

Looks like half a bagel to me.

boreal scarab
#

The other half makes a sneak peak off to the left

#

Everything bagel with lox, cream cheese and capers

sand trench
brisk tree
boreal scarab
cursive creek
#

Hey anyone wanna team up/ share knowledge on cyber security

crude stump
sand trench
crude stump
#

Now ima be wondering what step 4 is

wild rose
#

Make friends

jolly spade
#

Step four think about how to make profit
Step five make profit

cursive creek
#

How long you guys been solving machines?

brisk tree
sick lance
#

I've been on THM for 2 years.

#

Maybe 3?

sand trench
boreal scarab
chilly veldt
#

since october 2021

sand trench
#

since 950 days ago

cursive creek
#

Damn

sand trench
#

according to shadows streak

cursive creek
#

Longest streak?

sand trench
#

well shadow is a bit odd when it comes to streaks and keeping them

wild rose
#

off and on for about a year

sand trench
#

this is shadows first streak that they never lost

wild rose
#

wow

crude stump
#

Not long

cursive creek
#

What's your guys rank ?

crude stump
#

7

#

The rest that are talking are gods

cursive creek
#

I think this is the level , im asking the global rank

crude stump
#

Ooh

sand trench
sick lance
#

Not that I keep track.

cursive creek
#

Damn bruh

crude stump
#

Last time I checked I was in the 17000 kekw

chilly veldt
cursive creek
#

Im 84000 something 🥲

sick lance
#

don't worry about the score.

sand trench
crude stump
#

A lot of those are inactive accounts

plush mesa
#

also it goes pretty quick till a certain point

crude stump
#

Yeah like once you level up to Ox2 you dropped down to like the 40,000

#

But it’s best to not worry about rank

#

I can’t really be talking tho

cursive creek
#

Any tips for me

crude stump
#

Be curious, stay interested and never give up

wild rose
#

Enjoy and learn as much as you can. plus take notes on everything.

cursive creek
#

Sure will

crude stump
#

Notes notes notes

#

Number one thing

sand trench
#

keep going even if it is just a single question a day

crude stump
#

The cmds can be hella overwhelming so notes help a lot

sand trench
#

also known as pace yourself to not burn out if you are not feeling like it

plush mesa
#

do rooms and dont waste too much time on discord, it's a rabbithole ;)

crude stump
cursive creek
#

Oh I just joined

#

Discord

crude stump
#

Oh nice

sand trench
#

most of shadows knowledge in hacking has come from teaching others how to deal with their hacking problems

cursive creek
#

For talking to senior hackers

chilly veldt
#

the word senior makes me feel old

crude stump
#

It’s more in a experience sense

cursive creek
sand trench
#

also a nice welcome tip here

devout palm
#

Hiya

sharp citrusBOT
chilly veldt
#

don't worry, I just making fun 😄

sand trench
#

(140/140) upgrading yay
welp that was a lot of updates/upgrades today

plush mesa
#

did your yay break when upgrading pacman

#

Or is pacman to be done

cursive creek
sand trench
#

well it is done and nothing broke

#

just 140 package upgrades felt weird

shut hawk
#

My kali had around 1200 and then decided to break :(

plush mesa
#

i had to reinstall yay today after updating pacman because apparently they did some change and a .so was removed

sick lance
shut hawk
#

yeah I did

#

switched to uwubuntu

#

ubuntu

crude stump
#

Such a interesting name

#

Ubuntu

#

What does it mean

#

Hm

shut hawk
#

its funny, I've never had kali break - yesterday was the first time

#

Then again, I rarely use it

cursive creek
#

Any good certifications you guys recommend

sick lance
#

Depends what area you'd like to work in.

plush mesa
#

and budget

sick lance
#

Generally speaking, if you need a cert, your ecmployer should pay for it, but understandable if you want to get a cert for entry level positions.

#

Area also, where you live could also factor.

cursive creek
#

Anything similar to ctfs , I am almost addicted to it

#

Im way too young for employment yet

sick lance
#

If you're not worried about employment, then don't focus on a cert,

Some certs also have age restrictions.

cursive creek
#

Oh okay cool

plush mesa
#

Also many certificates expire so if you are only applying in a couple years you would need to redo them

cursive creek
#

I will take my good time and probably go for oscp in future

orchid birch
#

Isn’t it a model train enthusiasts discord server ? 😏

candid pagoda
#

huh

cursive creek
#

?

sand trench
#

one of the earliest usage of the word hacker comes from the train enthusiasts model trains

#

how shadow knows this is not in shadows knowledge base

cursive creek
#

What's shadow knowledge 🤔

crude stump
lament tendon
spring nimbus
#

Hi, I'm trying to create my own box for a University project, I've uploaded a 20.04 Ubuntu Server but for some reason I can't ping the machine, it has an IP when launched but I'm unsure what I'm doing wrong.

sand trench
#

i.e does it share network thingy majig

plush mesa
sand trench
#

as virtual machines in vmware have 3 different network settings if shadow recalls correctly

spring nimbus
sand trench
#

think similar in virtualbox

sick lance
#

I'm torn

sand trench
#

???

sick lance
#

We're no tsupposed to help with University projects.

however this is an issue with the uploading a machine, so It's THM.

I think I know what the issue is.

sand trench
#

oh right yeah missed that part of the message

#

ooops

spring nimbus
#

Its my final year project that I'm making, I don't need help with the actual vulnerable machine, just uploading. ^^

sick lance
#

It's still help.

lament tendon
#

But this is also literally the place to ask for support with that.

naive violet
#

It's all to do with THM and being potentially broken

sick lance
sick lance
sand trench
#

there we go... senior mod answer on the topic

#

was about to ping either you james or 0day and ask

spring nimbus
sick lance
#

0day is rarely around, I'd have stuck with James.

sick lance
#

That is how much free users get allocated.

spring nimbus
#

Ahh gotcha, I'll do that now thank you :)

#

What about CPU, just 1 core I'm assuming?

sick lance
#

half a core for free users.

sand trench
sick lance
spring nimbus
twin ridgeBOT
#

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

sand trench
#

yeah fair fair

sick lance
#

Not that 0day is in-active, he may just be busy and have pings turned off.

naive violet
#

Because otherwise people fill my DMs with account hacking requests and other nonsense

sand trench
sick lance
#

I won't mind if a user DM's me about another user, but I'll draw the line at that sort of stuff.

sand trench
#

soooo many message requests

candid pagoda
#

ohh

#

why am i crying while hacking

valid mauve
sick lance
#

Worse, using MacOs.

candid pagoda
devout palm
candid pagoda
#

vulnerable to @devout palm

candid pagoda
#

jajajajaja

sand trench
#

uses a terminal emulator made in rust

candid pagoda
#

wow chat getting more technical again i like it

sand trench
#

though shadow uses a pull request fork that has implemented sixel support

devout palm
sick lance
#

Let's make it non technical kekw

sand trench
#

.....

#

the sky is blue

#

grass is green

candid pagoda
#

roses are red

sand trench
#

blueberries are blue

sick lance
#

Deep purple.

agile flicker
#

Yall

#

I REALLY need help

#

my pc is going insane without doing anything for the past 4 months or so

#

And I need to stop this

#

I can't do anything without lagging

#

What can I do?

#

I believe it is some sort of bitcoin miner

#

I beg someone to help me

naive violet
#

There's nothing wrong in those images

agile flicker
#

look at usage

naive violet
#

Is it a laptop?

agile flicker
#

i was running discord and spotify

#

no

#

a 2k pc

#

so thats why im comfused

#

confused

boreal scarab
naive violet
#

Then it probably shouldn't be using the iGPU but the usage is on the iGPU so it wouldn't be crypto mining

karmic dove
#

what should i do after complete ( complete beginner path ) ?

hot cairn
#

but similar

agile flicker
#

what would it be?

agile flicker
#

and how can I get rid of it

naive violet
hot cairn
#

@boreal scarab how far away can your ADSB pick up stuff?

agile flicker
#

listen

#

my pc is on life support sometimes

#

for no reason

#

everything is updated

karmic dove
boreal scarab
sick lance
#

If you're that worried, and want to ignore advice, run an AV scan.

boreal scarab
#

I can get further if I put it outside and up waaaaay higher

hot cairn
agile flicker
#

where do I do that?

twin ridgeBOT
#

Gave +1 Rep to @wintry sluice (current: #201 - 27)

boreal scarab
sick lance
#

With whatever Anti-Virus you have on your host.

hot cairn
#

going like over michigan tbf

#

A220 ❤️

boreal scarab
#

I'll DM you my radius, I got my Tar1090 tricked out with some nice stuff

agile flicker
hot cairn
#

@shut hawk are A220's common over there ooc?

agile flicker
gray sonnet
agile flicker
#

no

gray sonnet
#

huh

agile flicker
#

i have a browser with 1 tab open and discord

#

and spotify

#

AND I HAVE A RTX 3060 TI???

#

so im confused

hot cairn
#

thats your IGPU

#

is your HDMI cable plugged into the right port?

agile flicker
agile flicker
shut hawk
#

that poor igpu

shut hawk
hot cairn
#

not into the motherboard

agile flicker
#

I have 2 monitors...

#

its still going at it