#general
1 messages · Page 1126 of 1
that is weird
welp time for shadow to go sleep... laters everyone
Night
woosh it is now banana beer
Bless you
That reminds of that time I tried out the cucumber lime flavored Gatorade. Me personally, it was horrible
Epic new TNO
That orbit tho lmfao
Still ain’t this a cool discovery?
i was about to say that
also i read somewhere the words "cousin of pluto" which seeemd adorable
Yea
fr. way more than anything in our solar system
It also has a very similar perihelion to Pluto as well
It is in our solar system
At the very edge of it
i mean like it has the longest orbiting time among anything in our solar system
yh
I'm with the theory that it's been ejected from the Oori Cloud
Doesn't seem right to have been ejected by multiple gas giants tbh
rejected as wat?
As it is lol
if i remember correctly, somewhere it said smth like "it has similar origin to pluto"
oh lol
Either that or it's been ejected as a comet and developed over time in our solar system
They don't know yet
They only roughly know the size of it, how long orbits are, and where it is
yea
hmm but istg i saw "it has similar origin to pluto" somewhere
It may be an assumption
maybe
But as far as the team who discovered it, they don't know the exact origins yet
i mean i just read the title of the article, not the whole thing lol
Lmao
oh
wasnt it discovered in like 2017?
First spotted in 2017 yes
But because of the extreme orbit and how far away it is it took years for them 7ish years to identify it properly
And 1 year to publish the paper
i used the word "yea" after so so long
It do be
"It must have experienced close encounters with a giant planet, causing it to be ejected to a wide orbit," says Yang.
"There may have been more than one step in its migration. It's possible that this object was first ejected to the Oort cloud, the most distant region in our solar system, which is home to many comets, and then sent back," Cheng adds.
oh dang
Uhhhhh maybe
Would've been years ago
damnnnnnnn u r old
jk ofc
Would've either been mars or Jupiter for me
i have seen jupiter too. im pretty sure i have seen mercury, venus, mars and jupiter and maybe even saturn if i remember correctly
Hello there! What channel would be best to ask regarding questions about the PT1 and SAL1 exams? I just have some minor questions about the exam itself, since I plan on taking both of them in the coming months
@sick lance Can you check dms on my main account
r u meta stormz?
Yes
wsp metadata
Hi
why r u on alt?
I got muted for 7 days and was told to contact scrubz
oh dang rip
was it a false mute?
Probably
rip
gn
How many pages of text are usually in a blog on medium,
Also how’s that the time
😩
I didn’t realise it was that late
Probably 1+ bil
IMO
the tech market situation is getting worse and worse

Lol assignments
I don't know why in the world uncoder insists on adding these quotations for ElastAlert queries, it screws up the entire thing and had me wracking my brain on why my query kept coming up with nothing even though I was entering the sigma rule to be translated correctly
something changed in the newer version compared to 2 years ago that just screwed it all up
tbh idki wats happenin
Hi folks
btw hi black panther. im black hydra. nice to meet u
Wah, how are yall doing on this lovely $LOCAL_TIME_STATE?
I’m writing by choice. 😆

Hey guys how are you all ?
Gr8 wby mate
Yeyy
Great as always. Hru
How r my buddies here???
@rapid merlin @safe oxide
Heyyy
I’m good just finished my first blog
Great as always. Hru
I feel sick mate
I dunno if that link works
Can ya smuggle some smoked brisket and pulled pork for me :)
I want smoked brisket
Same honestly
Been awhile since I ate western style BBQ
I’ve never got the chance
I always see the videos of those American bbqs
The meat there is so big and juicy
Send on DMs. I’ll see tmmrw
Alright I sent there to
Gn all
Night
Aye thanks brother owe you one
Gave +1 Rep to @last harbor (current: #326 - 21)
Np
@round onyx u gave me this in return so tyy😁
Anyways gn all
Bye bye
I’m not tired enough, might write another one.
Gr8 thx
Gave +1 Rep to @last harbor (current: #318 - 22)
Facts
wanna join? we have it a match in aboit 50 mins
I want to go against bots
😆
I’m writing a blog
LMAO
ouhhhh
i need to practice writing notes of what i learn
dm me please
i realised notes are FREAKING Important
Interesting i have gained lot of interest in Cyber Sec Recently
Nice
It’s so bright outside
😑
same, i blocked it with curtains
Can’t be asked to get up
currently gloomy as shit and raining
well
atleast its not hot so theres that
So many buildings here, it got dark as soon as one dark cloud passes by
It’s not raining here or I’d open my window
Hi
Any Russian hackers or north Korean hackers , I love them really
They are god in hacking
Especially north Korean, obviously
Do North Korea have computers
Where are you from?
North korea
💀
Joking, lol
I know
Yes
He was rather referring to the people who work there for the government.
Well ,which one is easier crypto or reverse engineering, I need answer please
You mean work for the government dictator 
Yes 😂
....?
You mean THM path?
Crypto
Nah real life
RE u should have knowledge of C and Assembly ...if yes ..then it would be easier for u
Why not python 😭😭
You will have to deal with ELF files in RE
are you kidding?
It has many module, specialally for crypto exploit also
For crypto ofc python...
U know cryptography
Ya I'm into both RE and Crypto challenges
Not too professional but able to handle it fine
Well in web pentesting , we test vuln by sending payloads so what we do in cryptography to exploit it ,may u explain
Decoding and Decryption and running Scripts for it, in short
Okay but only just that's it ?
I though it would be hard bte
Btw*
Yes pretty much ...but no means that it's simple
It is ...if you do CTFs ... you'll understand 
Participate in CTF competitions .. you'll understand and know what it is like
Okay but my exam is going on so ,when it will finish,so I need a team to join
Sure ..the online ones happen alot frequently u can find them thru the site CTFTime
Okay
Hello who can help for create a room on tryhackme? i've a simple code like that :
import threading
import subprocess
def run_js():
subprocess.run(["node", "./scripts/index.js"])
def run_py():
subprocess.run(["python3", "./scripts/admin.py"])
t1 = threading.Thread(target=run_js)
t2 = threading.Thread(target=run_py)
t1.start()
t2.start()
t1.join()
t2.join()
i think i've to sudo systemctl enable [script] but i can't export my VM on thm
mornin
Tbf
A lot of the crypto challs on ctfs aren't too hard
You get tasked with IDing the cryptography and using either known CVEs or primes to beat it
Lmao failed everyone ping
Morning 🌄
Like the impossible RSA challenge FooBar did this year?

FooBar felt dodgy as hell ngl
Okay if , in crypto we do ,decoding , decrypting , so what we do in reverse engineering
To exploit it
Pulling apart and analysing an application or exploiting an application
It used in application not for website
Should've been a google search tbh
Analyze the code and figure out it's working and exploit using various methods ..such as for eg buffer overflow
Websites you don't need to
The client code is given to you in clear text
The source codes are provided
If you can read Javascript and HTML you'll do fine
In RE?
U mean reverse engineering can be exploit on websites, and buffer overflow vuln can give us RCE?
It can't be done on websites because the source is given to you
Atp if you're looking for an RCE or Buff you're either testing the browser or you've found server side code execution
The latter being found during web application testing
Not RE
But why ,if source is given then ,it should be good right , simply Reverse engineering use in operating system and applications , to find vuln,Am I right ..?
Not how it works at all
Read this ^
No.
There is no monthly discount codes.
It’s a bit cold this morning
my kali is so ugly is error with qct5 please who can help me
What is qct5 and what error?
its since i've touch from preferences on my kali terminal the text is bold weird
in normal time my terminal is like that
My cat just caught the fattest fly
Did you launch qct5 and select fusion style?
yess but i cant remove it
Guys how do i hack my brain to be productive 😭
Try to gamify your work and studies
git clone productivity
its okay thx for ur help🙏
Gave +1 Rep to @sick lance (current: #2 - 3750)
cd brain ls (empty)
is there any rooms for the people that have premium
how do i get the subscriver rolke
role
does anyone know how to stop the attack and task machines from crashing, it takes triple the time to finish a simple task.
im sorry for pinging you but how do i get the subsciber role
king of hill is hard, but gives lot of exp
sorry for pinging how do i get the subscriber role man
You need to verify your account.
first verify as Scrubz said, and then if u has bought subscription u will get subscriber role by default
ok thank you so so much bro

oh yawp did it thank you guys so much
If an average car has 4 wheels, how many wheels exist in the world
Too many
Even with out great economy the world should at least have 2billion cars
At least working ones
So 8 bil
But how many doors are there

Except not only cars have wheels in the world
My brain has wheels
Mine hv NO2
Morning
Morning Jull
MOurning
How are you today?
3hr 20min yeah?
Mr Alpha is going down.. 🙂
its on 0200 saturday for me :v
Oh yeah cause it starts an hour after presentation
mhm
Can I try ethical hacking on a discord server ?
No
No because that's against Discord ToS
Ctf / rooms at THM is perfect!
What is THM ?
The irony of the question
Tryhackme.com is a learning platform
Okay. I do know about that
Ok.. and there you learn and do practice at real targets..
100% etichal
Well, exactly, maybe I was a little unclear, of course these are simulations...
He wanted a biased report not an unbiased one

If it's a learning platform, why is it way too short ? I watch one video of it and it's really, it doesn't give any explanation about ethical hacking
The audacity of the stupid scam internship from college to inform that there's an exam today just 4 hrs in prior
Well most of the things have doors cars have 4 avg house has 2 stories avg building is 12 floors to the greatly had estimate I would make is somewhat in the ballpark of 20 billion+
There also cabinets
So prolly we can bump it up to 30bil+
one thing tho.....
Which video?
the does the hinge count as wheels?
Nah
Also 1 video isn't going to teach you ethical hacking
Nyo
There is a lot more material than that I can promise. Do a whole Path and you will see that you learn things..
alright so a wheel is a device that can do free 360 degree motion without being stopped by its range of motion
can we agree on that?
Yah
I can't show you which one because I can't send a screenshot here
You can send the link.

Watching just one video and thinking you'll learn ethical hacking is like thinking you'll become an astronaut by watching a YouTube clip.
Not quite
A wheel goes around an axis.
alright then cause there is alot components inside a vehicle that fit that description
Your description makes it seem like it's a sphere.
Tbf the first wheel was originally a rock
Before they found out how to put it on a wagon

I can't send the link. I don't know how to collect the link from the video except from Youtube videos
updated definition: wheel is a device that can do free 360 degree motion in 1 axis without being stopped by its range of motion
good enough?
The room?
I don't know what you're talking about
Where did you watch the video?
Ok, copy and paste the URL in here.
❤️
You have to sign up then there will be the actual content on the Learn section
Hey he asked me to do it so I did it
Ya got it
no problem buddy..! As said, you have to register and log in.
If you've watched a video that doesn't even belong in any room, it's not particularly strange that you don't think you're learning anything.
It was just a tutorial of the site I think or demo
I havent seen that vid so idk
Hi Guys hope you are well. I am trying to lear hacking I am working through Try hack me do you have any advice on how I can become good at it. Sorry for the stupid question just want to educate myself and surround me wtih the right people.
Practice and lots of study
can i legally hack my own phone so I can play skibidi toilet on it with no cooldown to scare away children or does this not teach that
Make notes while u learn, do go through those notes then regularly, participate in CTFs and events , Try to brainstorm the Challenges on your own as much as possible without hints and writeups (but do go thru them if needed)
Maintaining consistency and routines of ensuring u study or revise DAILY
Thanks Everyone Is try hack me the best place to study of
It's a good starting point I'd say ..but not everything is covered in TryHackMe ..so go thru other sources as well ..
Don't just depend on THM materials
You've already received a lot of good advice, I just want to add that you should have patience and perseverance, don't put too high demands on yourself, and work hard but not TOO hard, take breaks and rest.
Thanks for the advice!
Good morning buddy's
Yes, THM is In my opinion, best for beginners, for example HTB is good but not as adapted for those who are just learning.
HTB is definitely for intermediate and advanced
Morning
@crystal moss let me get bread 🍞
🙂
Then go to the bakery

Is it just me or does the new doom give Halo and WarHammer vibes
The environment - definitely lol
yeah the devs deffo take more inspo from warhammer
Doom Guy is just a Space Marine on crack /j
Lol
bethesda where is the doom guy 2 bore anti-materiel rifle?
Iirc Dark Ages is between Doom 3 and Doom (2016)
wait doom 3 is actually cannon?
i thought they continued from doom 1+2 in 2016 and eternal
Lore wise it's 1,2,64,3, Dark Ages, Doom (2016), Eternal
huh i see
play the original doom modded
Chocolate Doom
girl at least use crispy doom
Also I love how it's canonical that Doom Guy is so angry at demons cause they killed his pet bunny
If humans have 2 ears, how many ears exist in the world
honestly one of the few things that humanise doom guy in the OG games
He is human technically
Dude just has a lot of trauma
And is so angry he refuses to die
Even though I basically never play anything at all, Doom was really fun when it came out, but the thing I played was Dukenukem 3D, but that wasn't yesterday.. 😄
Yoooo Duke Nukem
And also GTA 1, multiplayer via dialup modem.. 😄
but never been interested in games, was most interested in learning how everything worked under the hood..
A bit of both for me
Now most games are boring cause I understand the mechanics a bit too well lol

IGuys , anybody know how to hack mobile hotspot ( phone wifi ) .
If you guys have any videos
Please share with me
0o0
i think u'll get banned
When I upgraded my 2.8 modem to 28.8 it was really cool, but when it went to 56K FLEX you thought it was taken from a movie 😄
If humans have 2 ears, how many ears exist in the world
0
For humans specifically, around 14-15 billion
We do not discuss things like that, only legal and ethical things!
manipulate gpt and extract ur answer
Or learn wireless communications and security
this one is better
Then contribute to society by making sure it's secure
go for this
just completed cyber 101
It wasn't at all, at least for me, I really enjoyed learning it lmao
completed pentester path?
Haven't been on THM for a few weeks
will do it after completing notes :' )
Two rooms away from completing it
HTB?
Haven't been doing anything outside of work
Yeah
ur age?
Too old

?
Hello
hi
ello
How is everyone doing today
some sort of stupid exam ....rest is explanatory
ah noo
exams bad
is it published?
what is it about
Mhm
which one?
some scam internship's exam from the college
ah, Goodluck
i had my schedule today to grind AD Labs on CRTP today
Nitwits all of a sudden out of nowhere 4 hrs prior the exam time sent msg that the exam will be today

Bruh
i'm prepping for OSCP atm
and it has not been uploaded for 2 months
.
you are ina big queue ...all i can say is to maintain patience ..no idea when they'll be reviewed and published lol
my room is about ... phishing
Good!

Nice. It is i good cert, but hard .
and i am trying to make a ctf
Thats the way to go!
I already register and locked in. I went through the first training of offensive security as well

Tell me about it
Good. Then move on to next path, like Cybersecurity 101 and then Jr Pentester

If you guys want a real nightmare to try and breach, company I'm contracted to rn for websec, requires you to auth through not just an internal VPN but our own version of Loki to get the codes to sign the request and decrypt the response 
Btw @knotty valve Did you participate in Hackosint last year?
bro there was the current flags which i got where wrong
Setting up JWT securely isn't too hard

hacking is fun but very hard
cracking a jwt
I believe last time I used them, I had a local Redis DB storing the key and timeouts and the keys were generated by a urandom hex 32 with timeouts of 5 minutes
okay, dust here. but I have used the writeup and information from last year and put together a page for my team with techniques etc that worked last year..
Nice
Morning
morning 🌄
Morning
Morning Bella
Found out my car is leaking oil
some things were quite tricky.. the flags had different formats etc, tx was a flag in plain text in a url..
F
Yeee, good thing I got my own mechanic shop
😦
Makes sense
Cause nothing in OSINT is uniform
anyone worked for a company?
One of the things I went through with zombie earlier was order of operations for geolocation of images
Oh and good news, they just announced some of the speakers feel a local bsides and they confirmed that I am speaking
Text first, environment second, micro details third
no, but some flags have a completely different format, so you have to be vigilant..
anyone?
Most of the time there's going to be written text that tells you decent amounts of info
a company in general?
I've worked for many companies
yes
Hospitals included
i was a former ceo
ive worked for a handful
worked for both companies and the government
I was an NUM for a psychiatric ward 
i applied for a gov position but it wasnt a good place for me to start
i do really wanna apply there again someday in the future
Can I say it was government if I worked as a comms engineer for the navy?
Cause technically that's military
But arguably defence force is govt
Military is government for me
Here they're kinda the same
Like there's two branches of it
You have the DSG which is government, then you armed forces which do their own shit usually
is anyone a ceo
i am
cool
a former one
you have stated that yes
I sleezed myself into COO position to takedown a scam group if that counts
no but CTO for my Startup 

lol
^
but it's a fine line, the military is its own, and in some situations they take over completely instead of the government... but I think they are strongly connected to each other of course
Yea it's kind of a "which branch of defence are we talking about?" situation

@mossy river
Hello
hello
Jabbaaaa 

How are you
I have also been involved in hunting cybercriminals, can't go into details. And possibly I will start a new company with the mission from the police and the government.
Yes
"can't go into details"
Meanwhile we've both talked openly about our run ins with those kinda groups 😂
Hehe, i know.. bad OPSEC
😂
OSINT
It's only bad if either of us leaked details we shouldn't have
recentlty had my first run in with a RaaS group and the service they provided, doing research into that was really fun
To which it didn't happen
True
my favorite osint
?
anyone going to do koth soon?
Are you doing Hackosint today, and hunt for 'Alpha"?
Havent heard of that, ill go check it out
its french
yikes
Hackosint will be live in a few hours
anyone reversed engineered something before?
Yes, french
DeepL will help in cases that they haven't translated yet
🤓 reverse engineering is for our advanced channels only 
What’s up? 😄
Deepl could be good yeah
Is it? 😄
i thought it was
Depends on the context
Good 😀
🤔
For malware yes
For general no
We have a thread for RE, as long as you’re not Reverse Engineering malware lmao
And even ChatGPT, to translate text from pictures and such
i did it once for a project
then use this https://www.imagetotext.info/
Image to text converter is a free online image OCR tool that allows you to extract text from image at one click. It converts picture to text accurately.
If I'm RE malware im poking a friend of mine to go "hey, what does this ASM mean here?"
I remember when my brother and I had an argument about what malware I was analysing did
eternal blue is fun at its limits 😀
He was right, I was wrong
More job.. ChatGPT translate it directly..
He doesn’t even work in cyber SMH
WITHOUT QUEEN STILL WIN
ChatGPT is similar to DeepL in translation iirc
Cause it doesn't translate word by word
Its The CapsLock Guy!
who?
🧢 🔒
🤣🤣
Istg if you say “Asked?”, my brother
Was it an infostealer, rkit, miner, or RAT?
Asked 
I read that deepl is good for this particular ctf, certain words must be translated in a certain way and not directly translated in order to solve the task.
Yea
i reversed engineered sulfoxide exactly...
whats sulfoxide
trojan
...
Sounds lika chemicals

Uhh gosh, I spent three days analysing and I can’t remember lmao
It was a trojan dropper payload? It used a word macro to connect to a domain and download the real malware
Pretty sure sulfur oxide isn't even a valid bonding on its own lmao
because it has a process where it ''oxidizes your disk'' erasing and damaging it and also destroys the mbr
Ahh stager trojan
goated show
Ok
Mr white
Nice EDR evasion tech, pity it wasn't memory resident /j
Snow White?
I love Mr White
Better Call Saul too
frosty five
We argued because he said it connected to an internal private address which meant network communication*
I said that made absolutely no sense, getting one malware onto a network is difficult nevermind two; i was wrong
bit tougher to get through for me but very fun yeah
el camino also
the bb movie

Batter Call Saul is nice too
Please bare with me, I’m on three hours sleep and cannot articulate rn 😭 🙏
my ctf is going to be ready probably in the next month...
But not like BB

Wouldn't net comms on a dropper be external? Unless it's setting up a proxy to try and hide itself
Actually, proxies make plenty of sense here
BRUH ...now that stupid scam internship company from college is like - today's exam is for those who had failed the 1st attempt ...and remaining they're still discussing what to do
literally WTF
This is exactly why I was confused and argued it didn’t
It was a 10.10 IP address that it downloaded the ransomware from
I’ll dig up my coursework later and send you the VT scan
Bye
I just assumed the malware was modified for the coursework
Easy, sounds like it's utilising something like tailscale to route the traffic or DoH
Lmk when you're going to send it so I can open up my dms
Probably
Cya
This just gave me a fancy idea for a malware 😂

Apparently it wasn’t, I still think it’s weird
I was too swamped at the time to care tbh 🤣
If it's not then it'll be a proxy it's dropped somewhere to try and hide
I've been working on my own CTF, don't know when it will be finished but I've come a long way, quite an interesting story and quite difficult to solve.. but fun to make your own, then use CTFd..
🔊 Unmuted callmezombie
wah
Speaking of making CTFs, I'm yet to hear back from my uni about starting one for our CS students
lol
Do I even want to know what you did Zombie 😂
Well, it was downloaded from the zoo github, and I did see OpenVPN in the victim VM but I couldn’t analyse the memory dump for the life of me
gif
Ah
turns out their automod is really sensitive
Tags in the link moment
It's overly sensitive at times.
Ah
Discord should let us copy paste the links before sending them
Honestly the automod has it’s own mind
I thought it did.
Making CTFs is fun.. dont been making many but some..
Auto-mod is sentient.
I want the AI to think I’m on their side so I’m pretending I don’t realise
Lmfao
lmao real

Wasn't that the leviathan theory for AI
That one day AI would be smart enough to rule humanity
Yagpdb and Discord’s, it’s mainly yag that mutes normal users
We will be switching to custom automod as soon as I can get the time to write it
Discord has a shitty regex parser imho
If you need the help you can always ask us
Automod generally isn't too hard to make unless you're going for contextual analysis
Which would be: bear with me for a few months
3 years ago I tried training my own ML model to detect phishing links, I don’t know how I had the energy to even try that
Another day, another day of waiting on results.
I did the same for my coursework.
Surprisingly not that hard
That and checking for ham or spam in a data set.
There's more efficient ways to do it tho
My email filter utilises Deep Neural Nets to identify scams
For my coursework I trained two models to detect malicious and normal traffic from a dataset
But the phishing ML was with absolutely 0 knowledge of AI and self taught JavaScript
We used python.
I started out learning logistical linear regressions then NLP, then CV
It was really interesting but I ran oht of time to train my model and had to strip it down and submit with a half-assed one
Still got a better grade than 90% of the class somehow
completely off topic, but I just have to say that I have the dog every other week, partly custody.. and today he comes again, loves being here
And now I'm doing behavioral sciences in ML
I used Python for the assignment, JS for the bot I wrote
I primarily use C++
Oh I see
aw how old are they?
My current project is being built almost solely off of the C++ STL
Anyone writing low-level code?
I wish I could learn C, Python coddled me too much
I'm using openCV where needed
But I'm making my own stuff for most of it cause target hardware is about as powerful as hospital patient monitors
C is relatively easy to learn i'd say
Which are HORRIBLE
It’s mainly lack of motivation
Except C
I use C for maldev, C++ for everything
I am learning C for a CTF challenge I am making
Like assembler
yeah i should learn more advance C :v
Or machine code
The CTF I've proposed to uni is primarily websec and forensics
I taught myself ASM before I did C
Ok
i should get to that as well since RE is a pain to do without understanding ASM
So general IT to people in their PHD in cyber
I see. Never played with it myself
I'm expecting the poor IT folks to get curb stomped 😂
prolly some will do fine-ish and decide to switch majors
We're planning for about 40 challenges
20 forensics, 20 websec
One of the challenges is going to on a live intranet that they need to identify the initial intrusion and exfil cause the infected device was hit with memory resident malware and all logs got sent to the ether
Or well "hit" with a malware
Realistically I just personally deleted everything and left no disk artifacts
when i need to do things like that i use a disbosible in Qubes ..
I just used GNS3 to setup everything before doing it on actual hardware
not PacketTracer:D
no, because it's horrible.
PT wouldn't have helped here
Since I needed to ensure that it would be as close to 1:1 to physical hardware as possible
it was meant more as a joke.. When I was training to be a network engineer, there was a lot of PT in the beginning...
PT is primarily for Cisco
It's pretty universal tbh
and cannot run “real” OS or firmware
The logic behind everything is basically the same since it's all the same RFCs
That's where you yoink the ISOs from Cisco's download centre and setup GNS
But most of the devices on Cisco are 1:1 to how their firmware works anyway
Just the actual edge devices are emulated
And behave weirdly
But as I said, PT is not bad and a good way to learn networking and also to some extent to plan a network.
But it's been a while since I've done any networking at that level.
My sister was really good with Python but I don't even know how it works. She used Python to help me with my homework
I hate python.
I also tried opening an image in my laptop, and wondered why it wasn't showing, them I realised it's a fucking transparent image.
There is literally nothing to see.
Yeah there were times that I wanted to bash my head in with python lol
But otherwise it's just a pretty decent scripting language that I would use over a calculator
import numpy as np
npArr = np.array(range(0,10))
print(npArr.max())
print(npArr.min())
print(npArr)
print(npArr.shape)
print(npArr.ndim)
print(npArr.size)
print(npArr.dtype)
print(npArr.itemsize)
print(npArr.nbytes)
print(npArr.sum())
print(npArr.max())
Every AI lesson I wanted to bash my head, to make it worse, it was a mandatory module for my course, the networking students go to choose between Ai and Networking.
In ethical hacking / pentesting etc., it is of great benefit to know some Python and also Bash Scripting.
Are there gonna be any certificates for the security engineer path
Certificate or Certification?
The one that other learning paths have
They have certificates.
I mean like the new one for junior pentester
print(npArr.max()) is called twice. This is unnecessary and can be confusing. Each attribute only needs to be printed once. or it have any purpose?
so u mean "certification"?
PT1?
mlst likely
i think yes
I'm not sure which their next cert will be.
I know we can expect a SAL2 and PT2.
And I already have a few tid bits in what will feature in PT2... 
interesting
@sick lance How did you do PT1 yesterday?
I haven't sat it yet, 😄
I'm procrastinating.
I want to follow people on medium
Medium, ew.
Ah

I swear you hate everything I do
Not everything you do,
I think Medium is a nice site
Just platforms.
Meduim likes to delete and ban blogs on ethical hacking and such.
Github is much more leniant.
and the Paywall..
All the blogs I’ve read on medium have been about cyber though
It's more without warning they delete it, there will stuff on there.
I just close it
Do you not get the option to close it
neh
Fuck yeah.
Whenever somebody posts a paywalled article for a writeup, THM ask for a free version.
i dont use it much so idk never really noticed

I suck at using GitHub, I’ve tried. I can’t get used to the layout of things.
Honestly, some of these would make cool stickers.
These two would espeically look cool as holographic.
python is good for scripting imo
and that is all i use it for
I love GitHub.. But I haven't been that active before, but I'm starting to become more and more... Then Git as a structure/function is very useful.
This first one giving me world of Warcraft vibes
It's a scripting language 😭
Allot content is not behind a PW..
and yet it supports oop which i never used but had to study for uni
and dont even get me started on tkinter
hi guys!

What's wrong with tkinter?
I’ve gone on there now and then but every time I end up signing out because I’m just lost 😅
anyone here can help me ?
ya it takes time to get used to Github
With?
coding]\

You're making me ask more question than answer... 😄
The only times I’ve been on there is download CLI of cyber software
everything /hj
yeah let me ask the help first
What are you doing?
am high school computer science graduate gonna do BE ai and ml
in college
We can't help with school work.
no bro
Git is not just GitHub, but is a tool that makes version control and collaboration much easier... As with everything else, there's a learning curve, but if you start reading a little and actively use it, you'll soon get the hang of it.
Get ready for half of your job being: not knowing why it works and having to reverse engineer it to figure it out
Cause that's 90% of ML/AI
Especially research
Okay thanks, maybe I’ll try again tonight. 😌
Gave +1 Rep to @crystal moss (current: #216 - 38)
Yes sister.
i am learing python from online by myself ok i cannot able to think myself and code what i can do is just watch the tutorial and doing the code they did how i can code myslef and how i can learn even more efficeint can you give some advice @sick lance
Ask your lecturer to provide help.
i hate how it looks
okay man ! i thought you would give some i finished my 12 th grade in india it doesnot work like that
Use Qt5 or 6 then
Fellas, would y'all use this case
Yes
You could fit two 240mm fans in the front and liquid cooler at the top and ensure the exhaust at the back is high CFM
Pfft, you have limited yourself too much
I mean Qt exists
if you use python for gui you need help
Exhibit A: Django
Exhibit B: Qtpy
Isn't Django an API server?
Honestly the reason I would get it is because of the 3.5" bays so that I could put a dvd drive and a floppy drive
It’s a web framework
Sorry on the train, bad service, give me 1-2 days for my messages to send

Makes things easier if I ever play with old tech
what is the best linux os? i wanna learn how tools work and how i install them amd get updates and kali is bad for me
im kinda begginer
ARCH!!!!!
not for beginners but go for pop
pop is more user friendly and quite beautiful too
👀
I mean its just as simple as Kali
Just get a simple install of any distro
And start installing tools
ubuntu, mint, popOS
there are alot of options
just pick any that looks cool
me too thinking of booting arch bare metal on my lap,
its pretty fun im just lazy
will be underestimating mt i9 14900hx
wot do u use?
Arch
Too many arch lovers
Lol
I'm a fedora user
Hmmm
I mean you can whatever to any Linux distro
I just like to not compile manually
Send your rice
Same and I don't like manually setting up SELinux every install
Can't you just install linux-hardened packages in other distros?
recently purchased a new lap, now using a kali vm thts it
Welp I've only used it in arch
Hasn't been maintained since Linux 5
planning to boot arch baremetal
Arch is the only one with a community supporting the arch version of hardened
Yayyy full disk enc
SELinux pretty much gives you everything and more
Hmmm gonna have to look into it
Also the development of immutables kinda made hardened redundant too
If you're absolutely paranoid, you're using either Qubes or an immutable OS with SELinux and dockers or jails
Hmm welp at qubes level paranoia I better move to the mountains
With my open source chickens
Thought that said cakechips
:' )
hi
hello
اهلا
eng
شراك
ssup
hi
ssup
where are you from
I still read it wrong even the second time
If we speak Arabic, will you give us a band?
This is an English only server

😆
10 days to pc
Time travel and make it 0
i wish i can i gotta study math
I am from Algeria and I live in Palestine
Do you love Palestine?
^
its not the white house
ok
fr



not great atm



