#👥・help-me

1 messages · Page 14 of 1

valid belfry
#

But I got you

halcyon flame
#

And?

valid belfry
#

Age is irrelevant however I believe you

#

Chill out

#

But it's interesting how tech was 20 years aho

halcyon flame
#

Fine, you just were making a lot of assumptions there

valid belfry
#

I didn't get to experience the very beginning unfortunately

halcyon flame
#

and it didn't feel great to be put under the spot light, just for trying to help someone.

valid belfry
#

@halcyon flame I apologize 🫡

halcyon flame
#

It's fine, as do I

valid belfry
#

Wanna go to chat ???? Gotta dew questions about the latest decade 😭

halcyon flame
#

Not right now to be honest, it's nearly 5AM I and I need to get ready for the day and have something to eat

valid belfry
#

Christ are you in the hk

#

Uk

halcyon flame
#

Help the user however you see fit. Have a nice day

#

Yes, down near Dover

valid belfry
#

Oh wow my buddy lives in stoke on a tent ? Whatever that is

halcyon flame
#

Ah that's pretty much in the midlands

#

Maybe 4-5 hours from me I think

#

Nice people up there, nice places to visit and walk

white lynx
#

I apologize for the late reply I was surfing the net for different YouTube verse to help the different ways of locking

#

I apologize to both of you for late replies🙇🏾

halcyon flame
#

No worries, so, a few questions

#

Is this your machine, as in you own it?

#

Do you have administrative access?

white lynx
#

Yes it's my ASUS STRIX gaming laptop.

#

I do have administrative access right now

halcyon flame
#

Ok, so where are you struggling with resetting your normal users password?

#

Is it part of an Active Directory, or just stand alone machine?

white lynx
#

I was able to bypass everything and pull up this command Windows system 32 ultimate EXE. I'm able to see my username administrator of the command complete successfully I'm at Windows 32 net user blank syntax of this command is net user blank information and then it has me starting again with C:\Windows\System32> basically looking for a code that allows me to change the password through the command window system / command prompt

#

I'm trying to change my password through the command prompt.

halcyon flame
#

So, sorry to be a bore but

#

Have you searched for the answer?

#

Because it's pretty straight forward if you ask your question

#

Hell

#

Just Google the last line you wrote in here 🙂

white lynx
#

All right I'll go from asking YouTube to Google thank you. 🙏🏾

halcyon flame
#

np, the answer is right there 🙂

#

Surprised you didn't have luck with YouTube to be honest

#

but yeah, Google the last line from the above message, you'll get it.

white lynx
#

Anytime I use YouTube for Google it tells me more help is available by typing net help pmsg 22 24.

halcyon flame
#

What did you get as the first suggestion when Googling the line I pointed out in your above message?

white lynx
#

It's shows me thatThe net user command in the command prompt can be used to manage user accounts on a Windows system. Some of the things you can do with the net user command include:

Listing users
To see a list of all user accounts on the system, type net user at the prompt.

Adding a user
To add a new user, type net user username password /add at the prompt, where username is the new user's name and password is the new user's password.

#

I know we have different time zones you don't have to answer now please enjoy your night or morning. 🙏🏾

stark igloo
#

Hello fellas, I have issues rooting my Itel A56 pro W6004P, Android version 9.
Kindly help me resolve this, any leads will be highly appreciated

halcyon flame
halcyon flame
# white lynx I know we have different time zones you don't have to answer now please enjoy yo...

This is the response when searching for "I'm trying to change my password through the command prompt." on Google

To change a Windows password using the command prompt, you can do the following: 
Run the Command Prompt as an administrator 
Type net user USERNAME NEWPASS 
Replace USERNAME with the current username and NEWPASS with the new password 
If the username has more than two words, put it in quotation marks 
Press Enter
#

I think you can take it from there 🙂

west maple
#

Yes its off

#

Unfortunately not yet

white lynx
#

Thank you sir.

halcyon flame
white lynx
#

Yes and thank you sir. 🙏🏾🙏🏾🙏🏾

halcyon flame
#

Awesome! You're welcome

unreal dune
#

Hii I need Two helps
Linux help + tryhackme help

#

I want to switch my main machine from windows to Linux but have few doubts

#

Also can anyone help me with Logic flaw in authentication bypass ??

chilly merlin
chilly merlin
dire flint
#

Hey everyone 👋
Please I am new here I have zero knowledge about cybersecurity or computer systems but I’m eager to learn and go through it step by step
I don’t know where to begin, I appreciate everyone that’ll put me on and guide me on each steps, thank you!

dire flint
#

Okay just checked
Where do I start from?

chilly merlin
#

That should be a good start

#

If you feel stuck jus ping here

dire flint
#

Ok Ty

chilly merlin
chilly merlin
#

Will help him decide what he want to become

chilly merlin
quasi berry
quasi berry
chilly merlin
#

The hell bro the guy is new to this realm thm pre security gives him a overview

#

He has no idea

quasi berry
chilly merlin
quasi berry
#

CompTIA net+ and sec+ will add to it

chilly merlin
#

Cant be 4sure

#

I have no idea what are u taking about

#

Can u be more clear

quasi berry
chilly merlin
#

Is the teaching free....

dire flint
#

Well I’ve signed up on tryhackme, but it keeps showing blank
Not sure what is the problem or is it because im using my cell phone as I do not have a desktop nor laptop

chilly merlin
#

Or something r you can't do on phn

dire flint
#

Yes using a vpn

chilly merlin
#

try changing server

#

sometimes it won’t work with me

#

it does work on mobile, it is just very weird tho

#

because you don’t get the full screen like pc

dire flint
#

Alright Ty

chilly merlin
#

try like turning phone landscape

#

might work idk

#

Looks like sorted

dire flint
#

Same thing occurred
I’m using Safari browser

maiden violet
#

Tryhackme is visible on iOS safari

dire flint
#

It’s showing blank after loading the website

#

I’m using vpn!

maiden violet
dire flint
#

Well, guess its from my internet or something
I’ll refresh and retry it again

#

Heard that the exams are not free…

chilly merlin
#

Slight update.

Was able find a free legal advisor though the local Uni and booked a meeting with them on Thursday as I want to keep my friend safe when all this goes down

meager needle
#

i need help i asked ai to help me code something to get someones ip through there discord id and nothing shows up this is the code that i used

#

import requests

def get_user_ip(user_id):
url = f"https://discord.com/api/v9/users/{user_id}"
headers = {
"Authorization": "your_discord_token"
}
response = requests.get(url, headers=headers)
if response.status_code == 200:
user_data = response.json()
return user_data.get("ip")
else:
return None

#

so im not sure what i did wrong

#

or what happened is anyone able to check it

meager needle
#

it is

crystal dust
#

It isn't 😄

meager needle
#

what do you mean it is lmap

#

i just searched around and see if theres any ai tool to code me things

crystal dust
#

Why do you think it is? 🤔
genuinely curious

#

I meant it isn't possible to pull an IP address through a Discord ID or token.

meager needle
#

ohhh

#

i mean its what the ai showed me lmao

crystal dust
#

AI lies.

meager needle
#

thats just chatgpt though

#

im using a diffrent ai tool

crystal dust
#

Doesn't matter, don't take everything AI says at face value, use your initiative 😁

meager needle
#

okay

crystal dust
#

I would recommend learning the fundamentals of cybersecurity, programming and networking.

meager needle
#

where do i go and see that

#

or learn it

crystal dust
#

Code Academy, YouTube, Brilliant.org, Udemy for programming

TryHackMe, HackTheBox, OverTheWire for Cybersecurity

And for Networking there are a ton of resources on the internet (try reddit if you want some links) and TryHackMe has some networking rooms. I am unsure about HTB or OTW.

meager needle
#

okay be

#

bet

crystal dust
#

Good luck!

fallow valley
upbeat veldt
vague turtle
chilly merlin
#

Can you

#

Not

vague turtle
#

ping google.com is the simple eg the connection is established

chilly merlin
#

@vague turtle let's jus not discuss this more

#

We dunno what intent he has

vague turtle
#

NVM

chilly merlin
vague turtle
#

The problem is simple but can be misused

storm pebble
#

i need to connect a server and couple of clients trough SSH that use HTTP thing instead raw TCP
(reason why: i cannot find FREE raw tcp ssh service that hosts it)

valid belfry
#

@storm pebble why not use a vps

storm pebble
#

is it free?

valid belfry
#

No

#

Lol

#

Things you want aren't free

wheat lotus
echo rover
#

Question

midnight heart
#

@crystal dust hey how are you? Remember me from try hack me

crystal dust
#

No sorry

carmine crescent
#

Hi, I recently passed an interview for a T-mobile TSR. But they only troubleshoot mobile devices. Is this a good entry level to go into network field?

echo rover
#

I'm dealing with obvious shit that is continuously going on yet buying a new phone, not giving out the number, not visiting fishy sites yet my new phones IP was leaked on the dark web despite having a VPN running 247 with a kill switch applied .. at this point I'm thinking it's the malware I found on my computer that left a back door or they got access to my account with my phone carrier somehow and they were able to see my account changes of my secondary number getting activated with a brand new phone and found the devices info that way. This is getting out of hand at this point.. and I'm not advanced enough to know what's going on exactly but can understand a bit about terminology. If someone can help before this gets into heavier shit would be great.

shut remnant
#

Can someone help me get a part time job in South Australia as an international highschool student

echo rover
#

I did. And now don't have access to neither computer as I believe they're trying to erase the proof I have in my Wireshark readings

#

Unfortunately they succeeded in disabling both my computers and I can't log into my laptop nor my desktop that I found the Malware on since wiping the comp. I believe I did save a pcap and put it on a stick.. I'm hoping they didn't get access to that to be able to rid of that too..

#

I no longer have access to a computer to access the information on the stick

#

They're slowly covering their tracks because they know I know what they're into and trying to stop me from putting them away for what they're doing.

valid belfry
#

@echo rover tripping

#

@echo rover only way this is going to work is somehow making your PC connect to theirs if their remote

#

Basic networking is that devices on the network don't reach to you typically, you reach to it

#

For example bad domain is connected to you won't work. You connecting to it will

near nacelle
#

Hi everyone. Have any of you implemented AI tools in cybersecurity that have effectively reduced your workflow? If so, what open-source solutions have you found useful?

valid belfry
#

@near nacelle yes

#

I use it to shift thru logs

#

Build scripts faster

near nacelle
valid belfry
#

Yeah just chatgpt lol

near nacelle
valid belfry
#

Because I create scripts for things I need done faster ?

near nacelle
#

ohh i see.. so its for another purpose, not for analyzing logs..

valid belfry
#

For everything

#

whoever needs help tn hmu. I'm off of work

near nacelle
echo rover
#

I'm about to set up a honeypot to accomplish this task with a burner phone with someone monitoring everything

valid belfry
#

@echo rover

#

Listen

#

They aren't doing shit

#

Your honeypot won't work if you don't port forward

#

All you're seeing is internet noise

echo rover
valid belfry
#

Only way someone can ever get in is your device tracking to the server

#

They don't have access to your router.

#

They would need local access to access the router login page

#

Only way is your router exploitsbke

echo rover
#

So then it's my carrier phone account they have access to?

valid belfry
#

@echo rover probably isn't anyone

echo rover
#

Bro

valid belfry
#

You're probably seeing just internet

echo rover
#

Lemme send you a picture of something

meager needle
#

is anyone able to help me scan this file? i will dm you it

valid belfry
#

@meager needle I can assist you on how to scan it

#

However I am not scanning the file for you boyo

meager needle
valid belfry
#

Of course I can

meager needle
#

what do i do to scan it

valid belfry
#

Need some details

#

@meager needle

#

Basically everything

#

I don't know anything

delicate prairie
#

Can someone suggest me some new ideas for Ddos protection to cloud services

valid belfry
#

@delicate prairie cloudflare

stone stratus
#

hey I need someone to help me set up sql

#

I need to start making some tables for my friend lol

#

I know how to code in sql

#

I just don’t know how to setup the application

valid belfry
#

@stone stratushello

shell sinew
#

does someone know why I cant log into Juniper switch with ssh key? I use typical ssh command ‚ssh x@ip -i id_rsa’ but it still asks me for password… Ive put public key on switch too…

mystic wyvern
#

can anyone tell me what is a pgp key and how can i get one

fierce steppe
# mystic wyvern can anyone tell me what is a pgp key and how can i get one

A PGP key (Pretty Good Privacy key) is a cryptographic tool used for encrypting, decrypting, and signing digital communications to ensure privacy, authenticity, and integrity. It involves a pair of keys: a public key, which is shared with others to encrypt messages or verify signatures, and a private key, which is kept secret and used to decrypt messages and create digital signatures. To get a PGP key, you can use software like GPG (Gnu Privacy Guard), which is free and available for various platforms. After installing it, you'll generate your key pair and share your public key with those who need to send you encrypted information.

mystic wyvern
fierce steppe
mystic wyvern
fierce steppe
#

I don’t know about that and I can’t help with that.

mystic wyvern
#

how can i get a pgp key for myself

mystic wyvern
#

thanks man

chilly merlin
#

Its a tool to create and manage pgp keys

#

And u can encrypt / decrypt / sign

mystic wyvern
#

Thanks man

night sleet
uncut wedge
#

aww

cold sentinel
#

Need help.asap please dm me

uncut wedge
cold sentinel
#

Anyone no anything about having a real life cgi problem or do I have a whicks hex on me

chilly merlin
uncut wedge
#

also make sure you have changed your id_rsa perms 🙂

#

chmod 600 id_rsa

shell sinew
#

sry, fixed it

#

it didn’t work with rsa, I has to ise ed25519

uncut wedge
#

yayy

shell sinew
#

for some reason lol

uncut wedge
#

i ran into the same issue with my gitlab repo

#

fixed using the same standard’s pub key

shell sinew
#

Ive spent literally 7hrs on this sht

uncut wedge
#

lolll

#

gladd you fixed it thenn

shell sinew
#

new problem tho haha

#

but nvm Im dropping this internship

#

literally no1 takes care of me, im doing 0 security stuff etc „oh listen, try to fix that for me cuz i couldnt do it” yep, lemme fix ur hobby project as a cybersec internship sureeee

uncut wedge
#

that’s literally the treatment of interns everywhere. they get hired for something else and are to be done something else

shell sinew
#

I want to drop it but my employer wont answer his phone…

chilly merlin
#

Are u getting paid?

shell sinew
#

literally sitting and spinning around on chair hahaha

shell sinew
#

thats why im mad af

versed fjord
chilly merlin
shell sinew
chilly merlin
#

No offence

#

I thought u learning some serious stuff

#

@shell sinew

uncut wedge
chilly merlin
#

Guy got hurt

#

I think

uncut wedge
#

nooo i didn’t mean to hurt himm

shell sinew
chilly merlin
#

Bro

shell sinew
#

lied*

chilly merlin
#

They tricked you

#

Lmaooo

shell sinew
#

yeeeep

#

i should be doing some siem etc but nah PRAISE HOBBY PROJECTS 🙌

uncut wedge
golden bloom
#

Guys i want to use a proxy, i personally use proxy cap but i don't know how to setup it like i have a premium account on ipvanish so i have free SOCKS5 but like how do you use it

#

i'm new to all of network and stuff

outer bluff
# golden bloom i'm new to all of network and stuff

Start with something easy and then build up, watch some tutorials and just practice, you don't have to get it right the first time, there's tons of programs you can use to get experience/tons of free resources . You're setting up stuff for your homelab or?

golden bloom
#

but anyway thank you i will watch videos about it

outer bluff
shell sinew
#

he said „I knew this would happen” haha

open blaze
#

Can someone help me get my fb account back i forgot the password

#

Plss

chilly merlin
open blaze
chilly merlin
open blaze
#

I tried but they said they cant do anything about it

chilly merlin
#

Well if they can't do

#

How can we

open blaze
#

Well maybe you can

chilly merlin
#

Nope we don't do that here

open blaze
#

They dont wanna do it cause they think im just trying to steal it

viral bough
#

Hey can anyone help with hosting my own Rdp or I need a windows download link for my VMware fusion , windows iso is not working everytime I try for some reason

valid belfry
#

@viral bough

#

Yes I can help

#

Wait why not use remote desktop functionality that's built in

viral bough
#

Bc I don’t have a Rdp to connect to

echo rover
#

Anybody able to walk me thru setting up Linux mint in record time? It's time I step my game up but I would like a kickstart to get shit goin

cyan meteor
#

What programming language should I use to build network programs for operating system, It should be fast .

thought about Rust/Go/C

What could y’all recommend me?

mystic idol
#

Is anyone willing to help someone recover their Facebook account? It’s an artist’s account, and they really need help. 🥹pls

#

🐇🐇

echo rover
# maiden violet Wdym?

Self explanatory. I want to set up a desktop with Linux mint and do it as fast as possible

#

Without me having to study YouTube vids and filter through the right ones and wait on shit I ain't got no time for. Who's good enough to blaze through it walking me through? Simply put

#

Having someone walk me through it would be fastest way, given that they know exactly what they are doing.

vestal obsidian
#

Hi all, hope everyone is well. I’m going challenge the A+ cert. just wondering if anyone has any resources for me. Study guide or practice tests.

Thanks in advance

mystic idol
#

yeah!! he did
let’s wait to see what happens

#

it’s okay<3 someone already helped me 🐰

chilly merlin
#

@chilly merlin you can ask questions here!!

tulip bridge
#

hey yall new here

#

how u doing

wheat lotus
valid belfry
#

Is fuck with Linus tech tips

#

Id

#

Due to a+ being hardware

vestal obsidian
#

Sorry I don’t really want to do it I just thought I should get that cert… I already play in kali

#

I prefer software to hardware

#

Sorry I didn’t totally grasp what u said lol

valid belfry
#

What's up

#

@vestal obsidian basically you'll be learning hardware with+

#

A+

#

Linux won't up with a+ in my op however is helpful and fun and I am a Linux enthusiast, however you should learn from the CompTIA a+ book which is pricy or learn hardware via Linux

vestal obsidian
#

I’d like to just take the test but try to get free pre tests or study resources

#

I feel like at this time I’m 60# ready…. My current profession is a deckhand on a boat ….. but have always loved IT

valid belfry
#

@vestal obsidian you're 60?

#

I fucking love it.

#

You'll do amazing. My boy is 53 and Is currently learning .makes me proud

frigid trail
#

I am 16 😳

#

Wha

#

I am just younger here. 😭

#

D6fault was 13 and now he is 31 😭

chilly merlin
frigid trail
uncut wedge
nimble hamlet
#

Instagram pannel accounts
Anyone?

maiden violet
fallen coral
#

Guys how do I build an FM bug? Can anyone help me?

coral rampart
#

Go has great support for Networking and the single good language that has support for both Low and High Level stuff.

heavy nymph
#

I have a small project where I need to detect the algorithm used for encryption, such as hexadecimal-based or byte-wise arranged sequences. For example:

4D 0F D0 D2 A0 09 F5 10 E0 8A 30 06 4D 53 A4 1F 63 4A 90 29

I suspect this might be a SHA-1 hashed algorithm used for encryption, but I'm not sure. I'm also confused about whether this could be a memory dump or a local representation of an encrypted file.

Could you provide some guidance on this?

chilly merlin
#

here are the tool names:

Online Hash Crack
Hash-Identifier
CyberChef
Binwalk
HxD
Hex Fiend
Entropy Calculator
Hashcat
John the Ripper
Ghidra

#

4D0FD0D2A009F510E08A30064D53A41F634A9029 - Possible algorithms: SHA1, MySQL4.1/MySQL5

gilded stone
#

Do anyone have any way to get into iPhone either rat, software or ANYTHING that I can get in…. For my school project please!!!
Thank you

gilded stone
#

Thanks

echo rover
# maiden violet Wdym by record time?

Bro you really slowing me down asking these questions. I'm pretty sure you know what I mean, I highly doubt your IQ is -1 I'm not trying to be an asshole but it looks to me like you're trying to be an asshole. I need this done as fast as possible. If you are good at what you do you can do this in an hour or less

chilly merlin
chilly merlin
echo rover
#

I appreciate it @chilly merlin , that was short, direct and to the point. Hats off to you, sir. Much respect

#

I apologize, @maiden violet I'm just running on literal fumes with no patience anymore here with my situation.

#

Hope you understand, and can forgive

bleak jewel
#

Greetings and Salutations my dear's

#

I have a self-taught knowledge in Cybersecurity field, Im fluent in Linux, Python begginer, Active Directory Junior level, Bash Scripting versatile....

I want to break into the field, but due to the lack of experience in the actual company environment I am at a loss which position to chase [Im aware I cant start in Red or Blue Team as off this moment], Im contemplating help desk, Ticketing and similar type of position as my starting point. The real Issue though is that I haven't the faintest idea which recruitment agencys offer any of IT Jobs [Im currently residing in Amsterdam]. A helpful advice and guidance would be much appreciated. Thank You All in Advance.

hexed crow
#

One of my friend shared me the code in python of discord bot I have the code but I don't know how to use it like how I can integrate the bot into discord can anyone help me

maiden violet
echo rover
#

I've got 1000 things going on, so.. not yet. I haven't even touched the computer in some time.

But got it set back up last night to prepare, hopefully soon @maiden violet

#

That's why I was looking for someone that can possibly get in voice chat and guide me through it as quickly as possible but Im sure I can do it with that simple guide @chilly merlin gave.

tidal echo
#

i was solving a question in c and there the expected output was"%f" 6.0 and mine is 6.000000 how do i fix this??
float

#

@everyone

shadow fractal
# tidal echo @everyone

Do not try to ping everyone, firstly it will not work, secondly, why would you want to bother all 38k people?

tidal echo
#

@shadow fractal sorry for that

#

but still how do i fix that

somber token
#

i need help finding a old google account that i had on my phone that i lost

#

i remember the email but i cant reset the pasward and i had some iportant things on there that i need

maiden violet
#

did it have a recovery mail?

somber token
#

i didnt have a phone number and i did have a recovery email but i doesnt work

#

i still have the phone too but it wont let me log in because of how out dated it is

#

@maiden violet

maiden violet
#

Ok

maiden violet
#

You could get a code there to reset password

somber token
#

yeah its my main email

maiden violet
#

Did you get a code to reset your email password

somber token
#

no

somber token
maiden violet
somber token
#

it says that it sent a code but it doesnt pop up in my email

echo rover
#

Check spam

versed fjord
#

place to learn bash with cetifie

fickle temple
#

I'm trying to bridge my network with vmware

#

but it doesn't seem to work

#

I used to run virtualbox before and ive disabled those old adapters

#

nvm i got it

ripe copper
#

Hi, what are the best tools to find an address of a POI in Canada?

outer geyser
#

What do you guys know about cwct program

inner peak
#

Im looking to practice hacking on my own machine, by using vms on virtualbox.
Im thinking of creating an attack machine and a victim machine
Do you guys know how to set up it up so that they can be on the same network?

valid belfry
#

@inner peak

#

Virtualbox creates its own network to my knowledge

#

To prevent this assign it to the same network/subnet

kind yew
#

Is it worth it buy a raspberry pie?

undone sluice
inner peak
#

Thanks for the responses guys @undone sluice @valid belfry

undone sluice
#

For any further information about docker and how to setup your pentesting lab on it, it would my pleasure to assist 🙏

waxen summit
#

Is there any easy way at to see if your WiFi is hacked? I mean the major red flags

echo rover
#

Run Wireshark, learn it. Dissect it. Study it, break down everything so you know what's what and what you don't know, do research. Process of elimination. Find what you know is normal and pinpoint what looks abnormal

valid belfry
#

You can run a lan scan and determine ips you don't recognize

#

You can check for open ports

#

Disable UPNP

#

I assure you your wifi wasn't hacked

echo rover
#

See that part I'm learning lol.

valid belfry
#

If you can change from wpa2 to wpa3

#

I only successfully breached a network once

#

And that was due to default password

#

Change the password you got with your router and you're actually never going to be breached

echo rover
#

Password spraying?

valid belfry
#

Unless you fuck up and give it to someone or get phished

#

Brute forcing @echo rover

#

Basically

#

You deauthenticate a user watch them reconnect capture a handshake

echo rover
#

Ahhh nicely done

valid belfry
#

Crack the WPA handshake inside aircrack

#

The key will present itself or it will not

echo rover
#

Wait so is that why my VPN kicks off out of nowhere?

valid belfry
#

Probably a shitty vpn

echo rover
#

Proton?

valid belfry
#

Deauthentition frames kick you off

#

I don't think a deauth frame can disconnect a VPN

#

No it cant

echo rover
#

I've never been kicked off in the last 5 years of using proton

valid belfry
#

A deauthentication (deauth) frame is part of the 802.11 Wi-Fi protocol used to disconnect a device from a wireless network by informing it that it is no longer authenticated with the network. While deauth frames can disrupt a wireless connection to a Wi-Fi network, they do not directly interact with or disconnect a VPN (Virtual Private Network) tunnel.

echo rover
#

Ahhh no shiiiit

#

So let's just say this was the case... What should I do in the case of them trying to catch the handshake?

#

Not reconnecting to same tunnel?

#

Oh just read last part

#

I'm trying to gain back access of my old paid VPN after all the phone flips and comp wipes I lost access 😂

valid belfry
#

@echo rover they can't crack the handshake if the password isn't in the list

echo rover
#

Right. That's what most default passwords get breached due to a database of weak default passwords.

#

I saw how password spraying looks like

#

Just haven't learned brute force yet.

waxen summit
waxen summit
valid belfry
#

You're probably good then

echo rover
#

At that point wouldn't they need a keylogger in hopes you type the pw in after a death?

valid belfry
#

The everyday guy doesn't get to hack you

echo rover
#

Deauth*

valid belfry
#

No one here is targeted

#

Usually it's bots on the internet attacking services

#

Or trying to login to your acc

echo rover
#

Well I've had 3k removed from my bank to buy 3k worth of concrete I never authorized before

#

So I def know what it's like getting hacked. My bank was quick about it though and worked with me to reimburse

#

Just wish they would have caught it beforehand. How many bodies did I bury with concrete I didn't even buy myself.. 😂

waxen summit
#

Thank you both @echo rover and @valid belfry I’ll do further research on what you shared and apply them

modern sable
#

Can someone explain me the concept of ports in networking in easy way 🙂

quasi berry
thin prawn
#

Hello please I need help with my System engineer course .. I need to choose one specific topic under system engineering and focus on .

I also need help with sites where I can get free books or lessons on system engineering and a site where I can get answers to questions

quasi berry
elder willow
#

gm guys , what progamming langugage can u learn to be an hacker ?

chilly merlin
waxen summit
elder willow
green warren
#

I hope this is the proper channel, but I wanted to migrate from windows to linux (because windows is windows) and I need help with everything honestly, primarily knowing what distro to use though

chilly merlin
#

they are many types or flavours of linux

#

depends on ur use case

green warren
chilly merlin
#

is good

green warren
#

Is it performance heavy? Because I have a mid-low end pc

chilly merlin
#

or try mint

#

it is jus like windows

green warren
#

okok

#

But the thing is I don't know if I should completely switch or maybe dual boot

#

Because I don't know if some school software runs on linux nor how to completely backup my current windows

chilly merlin
#

@valid belfry 👆

#

can u be more specific

#

its ur personal choice

#

hmm

#

bug bounty?

#

hm

native bloom
#

hi guys! I am migrating to the cyber area...still doing certs and stuff. Not a job yet. I was mostly interested in research in the field instead of working on monitoring systems on a daily basis. How do you guys see this for the future? Should I go all in a master or is it possible to get a job in research without being phd and stuff?

upbeat veldt
#

here i'll give some advice 😉 , check out #📜・rules ... Its ultimately your choice what hat you want to wear, but please dont try to bait ppl into helping you.

#

Like i said, Its your choice what you do with said bugs.. But dont expect ppl to aide you in something criminal (as you are hinting too)

upbeat veldt
valid belfry
#

@chilly merlin hi at work currently

#

On shitty ts

covert gust
#

Anyone know how to connect Alfa AWUS1900 to 2024 kali VM ?

chilly merlin
#

Okay but not for long i gotta go

#

@chilly merlin If you here can you help out, Im going offline

#

sure @frigid trail can help

cyan meteor
chilly merlin
#

@covert gust igot a fnd req from this guy

#

tell me what u want

#
  1. install drivers
#
  1. check wuith ls usb command
#

How to install Alfa AWUS1900 (RTL8814AU) drivers on Kali Linux 2023 with monitor mode & injection
::::::
Commands:
sudo apt update && sudo apt upgrade
sudo reboot
sudo apt install -y linux-headers-$(uname -r) build-essential bc dkms git libelf-dev rfkill iw
mkdir -p ~/src
cd ~/src
git clone https://github.com/morrownr/8814au.git
cd ~/src/8814au
...

▶ Play video
#

im afraid i cant

#

its nioght for me

#

@covert gust lemme kniow if issue still persists

#

For more Kali videos subscribe to our Rokland Supertech channel: https://www.youtube.com/channel/UCIpSf4EtAfkmSPviQvcoBWg?sub_confirmation=1

Kali Linux is an ever changing environment and each install can be different whether it is on a partition or via VirtualBox. This week we found a new issue in Kali 2020.3 where our other driver installatio...

▶ Play video
#

UPDATE: AS OF October 9, 2020, the Github driver has CHANGED! You will need to watch this UPDATED video to do the install

https://youtu.be/mVDbQtnivpM

For more Kali videos subscribe to our Rokland Supertech channel: https://www.youtube.com/channel/UCIpSf4EtAfkmSPviQvcoBWg?sub_confirmation=1

The Alfa AWUS036ACH and AWUS1900 can run with monito...

▶ Play video
#

NAT

#

@covert gust

covert gust
#

@chilly merlin Ty Ty it worked ✅

balmy holly
#

Hello, I'm a beginner in cybersec and i'm familiar with python can anyone tell me where do i start from? is tryhackme a good option to start?

chilly merlin
balmy holly
#

thanks 🙂

valid belfry
#

You'll want to learn the basics of python such as syntax, parameters

#

Fuck I forgot the word

#

Ah

#

Variables

normal heart
#

Test

normal heart
#

Discords fixed

tender sable
#

my friend's roblox account got hacked right after he got robuxs he never clicked on anything i have the person's g-mail

dense meteor
#

Hello, I got a really old functional laptop with a windows Vista but os is not working so I was thinking of dual booting it. But just in context or making sure, if I make a dual boot from a thumb drive will it appear on the booting section where U decide what to boot first?

maiden violet
#

yes

dense meteor
#

Could I boot a thumb drive through my phone?

maiden violet
#

no

dense meteor
#

Well, just found a way

#

I'll try either way

maiden violet
#

your phone is arm, laptop is x86

dense meteor
#

True

maiden violet
dense meteor
#

Booting it

maiden violet
#

wdym by booting it

#

like your phone's OS is in the thumbdrive?

dense meteor
#

Nah my bad

solar sage
#

anyone familiar with using kali cloud? looking into setting it up since im using mobile data 90% of the time atm so isp blocks most tcp ports being a mobile network alot of the time but causes issues when im trying to use rev shells

#

open to any other options that come to mind tho

valid belfry
#

@solar sage Kali cloud

#

So Kali Linux in a virtual private server

#

This does costs money

#

Hetzner is a good option, digital ocean, Google cloud services , Amazon services , Oracle

solar sage
# valid belfry This does costs money

yeah thats fine atm im using htb vip to get around it but its not great when im trying to use any of my own scripts, more wanting to know what limitations of using cloud os are and where its still going to need a local vm or if its something i should look into for only rev shells and go with a vps instead

valid belfry
#

@solar sage

#

You can get 300 usage of Google cloud I think still

#

And free oracle but it can randomly get shut down and it's shitty

solar sage
#

yeah ill have to make a new account or check it out i used to use google cloud for alot of developer work previously

valid belfry
#

Vps costs 2 dollars a month

solar sage
#

thats what i mean like am i better off going with a vps or will setting up kali cloud give me mroe in long run

#

then is it just like bash/terminal access i presume?

#

@valid belfry i think im going to get a vps and ill put together a server with a webapp to manage rev shells that way

#

then can just use vm for anythign else

valid belfry
#

Awesome don't forget to port forward and yes only terminal access or GUI. CLI is better

solar sage
#

yeah for sure well i figure you can get the same functionality as netcat with python listen server essentially so ill put something together and control it with a web app sometime this week

#

appreciate the help gave me some clarity

valid belfry
#

Very welcome

#

Be careful port forwarding

solar sage
#

yeah im aware, expecially with concept i got in mind lol, gonna take the time to design everything first unless i find a simpler solution in that time

chrome wing
#

hi im trying to make a funny vires that randomly makes scary images appear and scary sounds appear and i found this code but its not working. Im a very beginner coder and i was wondering if someone could help me with this.

rich nacelle
#

Hello, Guys...
Please, which is the best Domain Name Registrars that I can use?

modern sable
#

Hello guys, can some help to solve this problem where I use arp-scan -l command but I get two warnings stating warning cannot open MAC/Vendor file ieee-out.txt: Permission Denied and mac-vendor.txt: Permission Denied

chilly merlin
granite birch
#

what is a vires? Virus?

chilly merlin
#

@shadow fractal ehm ehm

#

do you need help?

shadow fractal
#

We do not deal with this stuff

#

Lmao

chilly merlin
#

i mean u need help mentally man

shadow fractal
#

Do not ask for these things again, I already warned you

#

Thank you

chilly merlin
#

no way u actually like seeing that

#

ur insane

shadow fractal
#

Hmmm?

chilly merlin
#

infected doc file probably bro>?

#

how quickly do u wanna learn

#

lots of time to learn

#

It is not me that u should ask

#

IMO it would be smart to stop learning any skills

#

Just start the project u wanna do and google the stuff instead of learning it lol

#

I spent a year learning how computers work worst mistake ever

shadow fractal
#

For ethical hacking and etc, there is platforms for this

#

TryHackMe and HackTheBox

#

Hands on experience

chilly merlin
#

This one is really simple

shadow fractal
#

U mean in regards of making a website?

#

Or am I misunderstanding smth?

chilly merlin
#

Nah like sql injection maybe

shadow fractal
#

Man... Thats illegal

#

To do on live websites

chilly merlin
#

Hmmm thought so

shadow fractal
#

Without approval

#

Or confirmation

#

Legal nonsenses

chilly merlin
#

The website could be easily hackable but it can also not be easily hackable

chilly merlin
shadow fractal
#

In a safe environment

#

Don't go around giving peeps these ideas

#

Its still illegal same way

chilly merlin
#

Nah, this one isnt

shadow fractal
#

Huh?

chilly merlin
#

Yeah just dont delete data

shadow fractal
#

Man...

chilly merlin
#

Hmm

#

Me watching all this

modern meteorBOT
#

success Successful quarantines: 1
cancel Unsuccessful quarantines: 0
activity Reason: Trolling, encouraging peeps to hack live websites, when it was told not to do so
trustedAdmin Moderator: @shadow fractal

chilly merlin
#

Man should have let me do it

#

😭

shadow fractal
#

You don't have perms

chilly merlin
#

I can time out

#

Well okay

shadow fractal
#

This is diff

#

As you can see

chilly merlin
#

@chilly merlin also can u not post links without prior notice coz we dunno what it is

#

He sent me a frnd request

#

😭

ruby girder
#

Hey Guys, has anyone ever Setup a SIEM with different VMs? Id Like to do this and use several Attack scenarios to Check If the SIEM will recognize those

maiden violet
chilly merlin
#

oops

maiden violet
#

yes

chrome wing
lament mural
#

Can any one till me software of backrest forx like tradingview but free

tough night
#

hey i need help and i can't find the promble how to fix it everytime i try use linux firefox when i try to use Beef framwork it wont show up on the URL and i try different ways to fix it but it won't work

#

i need help please

echo rover
#

Would like to learn more about phone security. Anyone got good info they can guide me towards?

#

Found some good info, nevermind

dark wadi
#

Hello everyone can anyone explain me about the metasploitable framework. And what are auxiliary How to find vulnerabilities in that and how to exploit it?.😭

sly spire
chilly merlin
sly spire
chilly merlin
#

Jz 😭

sly spire
chilly merlin
sly spire
#

good everything's good

#

trying to manage uni studies with cybersec studies

#

wbu? how's everything?

chilly merlin
#

Learning

#

Messing

sly spire
#

what are you learning?

#

the OSCP course?

chilly merlin
sly spire
#

nice

#

i am taking it now. finished 56 out of 257 videos

chilly merlin
#

Linux and win prev escalation

sly spire
#

the course is good
the instructor explains everything in a good way. you understand everything he says

chilly merlin
chilly merlin
#

Can anyone help grub rescue ?^

#

@frigid trail I booted my PC two days ago and got and got this
error : no such partition
<grub rescue>

#

I tried to ls (hd0)/ but it shows unknown filesystem

valid belfry
#

Okay who needs help

#

@chilly merlin unrecognizable filesystem

#

You need to reinstall grub

#

You sir have fucked up

chilly merlin
valid belfry
#

Boot a live image of Debian or whatever os you using and install the bootloader

#

@chilly merlin

#

Are you dual booting win 11

chilly merlin
valid belfry
#

Windows 11 and Linux will no longer dual boot

chilly merlin
frigid trail
#

@chilly merlin use vm nowadays dual boot doesn't work properly

valid belfry
#

Dual boot works fine

#

Latest version of windows prevents dual boot

#

What happened when you tried to reinstall

chilly merlin
chilly merlin
frigid trail
#

Kali + mint

chilly merlin
frigid trail
#

Which one is not booting properly?

valid belfry
#

@chilly merlin

#

What happened when you tried

#

@frigid trail none

#

Grub won't boot

#

Why not just keep a singular os

chilly merlin
valid belfry
#

And add Kali Linux repository

chilly merlin
valid belfry
#

Been doing this 6 years and no one does mint and Kali

#

Boot Kali off of a USB.

chilly merlin
frigid trail
valid belfry
#

Did you try update lok

#

With the Kali repos

chilly merlin
valid belfry
#

You need to install Kali repos the tools then remove repo

chilly merlin
chilly merlin
chilly merlin
#

Same with kali live boot

frigid trail
#

Hmm

#

Reinstall grub

#

@chilly merlin

chilly merlin
#

How

frigid trail
valid belfry
#

@chilly merlin which partition

frigid trail
#

When you boot you need to press c ig

frigid trail
#

Ig

chilly merlin
valid belfry
#

@frigid trail wrong partitions

#

You need to install it to your boot partition

frigid trail
chilly merlin
#

But it can't be

valid belfry
#

Probably 😭. You need a boot partition

chilly merlin
#

I have a qn though

frigid trail
#

@chilly merlin copy paste this 1 by one hope this solves the issue

  1. set root=(hd0,msdos1)
  2. set prefix=(hd0,msdos1)/boot/grub
  3. insmod normal
  4. normal
chilly merlin
#

Since I have both linux systems installed. Aren't they supposed to have diff boot partitions

frigid trail
valid belfry
#

What

chilly merlin
valid belfry
#

Boot resides in the / partition

#

Everything does

#

/root is the root users directory

frigid trail
#

If there's no dedicated boot partition and GRUB is failing to load, it suggests that the boot files might be on your root partition.

chilly merlin
#

What the difference between the boot partition and the /boot dir in my root system

valid belfry
#

I shouldn't say it resides in root that's confusing probably

#

It technically doesn't

#

/boot is the partition

frigid trail
#

@chilly merlin can't you reinstall any 1 os?

chilly merlin
#

But I don't want to use its ugly grub

frigid trail
#

Bruh if you don't have any important data just reinstall fresh kali 😭

frigid trail
chilly merlin
#

Ohhhh

#

I see my issue @frigid trail @valid belfry

#

I installed parrot and deleted its partition

#

And I was using its grub

frigid trail
#

Bruh

chilly merlin
frigid trail
#

it will not be fixed it's complicated now

#

I mean It can be fixed but it's toooooo much complicated

chilly merlin
frigid trail
#

Hmm

#

Good luck

valid belfry
#

That probably won't work

#

Probably lost your grub entrys lol

chilly merlin
valid belfry
#

Id just install mint and not use Kali.

#

Kali is shit

chilly merlin
valid belfry
#

I've been using it since 2016

#

2019*

chilly merlin
#

I'm gonna try setting the repo again after I finish this

valid belfry
#

Semes people who think they can hack and pentest use it

chilly merlin
valid belfry
#

But can't fix it when the actual system breaks or the software fails , you'll want to understand Linux to fix it

#

That's the issue you don't want to use Kali. Just use mint and learn how it all works

#

There's no need to try to pentest until you understand the basic functions of Linux

chilly merlin
valid belfry
#

But can't install the bootloader?

#

After bootloader corruption

#

When pentesting there will be systems like that

#

Where you gotta mount the storage volume to read off of it

chilly merlin
valid belfry
#

That can't happen

#

Only one bootloader can be installed to the /boot

#

To my knowledge

#

Then os-prober to see the other os's

chilly merlin
#

If you install multiple distros on partitions, you can have a conflict

chilly merlin
#

I still young Lukas. I have a lot of time to learn

valid belfry
#

@chilly merlin what

#

I'm 19 I'm still going

#

Young

#

2 grubs won't work

#

But you need to install grub twice or boot back to the os with grub. Grub isn't supposed to reside twice and cannot

#

Only way this can happen is if you specify another location for grub

#

Amazing I started that age

#

Or 14

#

Glad you're doing this

chilly merlin
#

Cool

valid belfry
#

It'll be hard as fuck at first

#

No doubt about it

#

Don't make the mistake I did and learn to "hack"

chilly merlin
valid belfry
#

You'll regret it when no jobs are available

chilly merlin
#

No one really knows the true meaning anymore?

valid belfry
#

Me too, however you'll regret it

#

Htb is useless as hell they are prebuilt machines ready to hack

#

You should learn why Linux works , networking, hardware, and bash scripting for making simple tools on Linux that helps functionality

#

Like let's say you collect logs right and send them to remote server

#

You can make a script to automatically do that and delete the logs off of host system before they send

#

You should look into homelab

#

It's how it kick started me

chilly merlin
valid belfry
#

That's useless too

chilly merlin
#

Fr?

valid belfry
#

You'll get yourself busted if you try to execute one

#

Yeah if you don't hide your IP. Even if you use a VPN it won't do shit for the terminal

#

The terminal needs to be proxied

#

Did you know that?

#

That's what I mean by the deep deep crevices of Linux and networking

chilly merlin
#

Atleast they are a way to learn how systems work. It's not like I'm gonna learn and. Not try out

valid belfry
#

Are you American

#

And that Mr robot PFP? I fw the show but it's a bad representation of how pentesting works

#

The technique they do is real but likely to not work

#

Of you're American get you a PC off of eBay

#

Homelab It up in this mafacka

chilly merlin
valid belfry
#

Bruh

chilly merlin
valid belfry
#

Dm me?

#

Wait

#

Go to general I can show there

chilly merlin
valid belfry
#

Homelab is a server you run at home to run your own services

quasi berry
quasi berry
valid belfry
#

They didn't cover it in cyber

#

No if they ever exploit a real machine @quasi berry

#

That's a no no

quasi berry
#

If they're using vulnhub they'll be fine

modern sable
#

Hello,can anyone recommend me some vulnerable machines that I can download and run on virtual box

valid belfry
#

@modern sable uh HTB

chilly merlin
#

You can download and run them locally @modern sable

wispy lava
#

Hey everyone do anyone have any info on how to make a chrome extension work? Everytime i try running it. It says manifest file is missing or unreadable could not load manifest. The Coding language is JS.

west wren
#

My laptop died 💀😭.
I requested a new one , It should be delivered whithin 2 weeks .
Till then , What are some theory stuff about the field I can learn using my phone ?

#

I don't want to waste time

#

Mybe books or articles

modern sable
modern sable
narrow cobalt
#

hello, I am trying to get into cybersecurity with no prior knowledge. Which of these courses should I prioritize?

#

i can dm the course sorry it wont let me upload

leaden axle
leaden axle
hallow siren
#

??want something advanced

gritty loom
#

Yes 🙂

chilly merlin
#

We don't condone in unethical hacking in the server
Read the #📜・rules

gritty loom
#

Oh sorry

open blaze
#

Plz help

chilly merlin
thick bramble
#

how to accept eula in linux terminal?

#

i done everything from pressing tab, arrow keys etc.

#

nothing seems to be working

quasi badge
#

Does any of you know of a good N free VPN?

glass venture
#

Pc or mobile

quasi badge
#

For MacBook

glass venture
#

I dont know any sorry

quasi badge
#

Oh npp

#

Thanks btw for the time

glass venture
#

Yh npp

chilly merlin
#

What does the terminal show @thick bramble ?

thick bramble
chilly merlin
thick bramble
#

ok

fallen lynx
#

Hii

lunar sigil
#

how to hack whatsap?

chilly merlin
open blaze
chilly merlin
worn bough
#

Hello guys you do XSS manually or tools?

chilly merlin
#

mostly tools

worn bough
#

which tools

#

cause i dont know yet which tool is best for xss

chilly merlin
#

lemme find some

#

or u can use owasp zap

#

for web vulns scanning

#

for educational purposes only

worn bough
#

yea yea

#

only educational purpose

worn bough
#

yea im indian bhai

chilly merlin
#

hmmmm

#

gotcha and north

worn bough
#

what about tool for XSS

chilly merlin
#

What a coincidence

worn bough
#

nah

chilly merlin
#

XSStrike: An open-source XSS scanner with four parsers and an intelligent payload generator

XSS Hunter: A tool that helps security analysts and programmers locate and monitor XSS vulnerabilities

XSSER: A free and open-source XSS scanner

Acunetix: A tool for finding online vulnerabilities, including XSS flaws

Burp Suite: A commercial web application security testing tool that can perform advanced XSS testing

OWASP ZAP: A free and open-source web application security scanner that can perform various types of XSS testing

Intruder: A vulnerability scanner that can identify XSS vulnerabilities and other security flaws in online applications

XSSmap: An intelligent XSS detection tool that uses a Python package

chilly merlin
worn bough
#

AI genreated?

chilly merlin
#

im out bro

true raft
chilly merlin
#

it is ai

#

note: no illegal action .if not yeet

chilly merlin
#

feel free to add

#

its not like i should only answer

west wren
#

Any book to teach me the theory side of these topics

chilly merlin
chilly merlin
#

@shadow fractal
I dont plan on helping anyone but isnt Ethical hacking is hacking with permissions

shadow fractal
#

Well, we do not truly know if it is his acc

#

So for this we refrain from these things

chilly merlin
#

That's what u was thinking

shadow fractal
chilly merlin
#

@chrome carbon if its really your account, You can follow the account recovery steps on whatever platform you are using.

stable yew
#

hello how can i read a -.txt file using cat?

#

tried cat "-.txt" but it doesnt work

#

anyone got any idea?

chilly merlin
#

Is the file name "-" ??

stable yew
chilly merlin
#

What is the file name of the txt file

stable yew
chilly merlin
#

You'll have to change it

#

mv -.txt open.txt

stable yew
#

i can only use mkdir :/

chilly merlin
chilly merlin
#

This isn't windows

#

No need for :

upbeat veldt
#

cat "-*"

stable yew
#

can i dm anyone its not letting me send the whitelisted cmds here

upbeat veldt
#

Is it a ctf or something?

stable yew
#

yea

upbeat veldt
#

You could also try echo "$(<'/path/to/-.txt')"

stable yew
#

can only use
cd
ls
cat
mkdir
id

chilly merlin
#

does the file give have an extension e.g -.txt or its just -

upbeat veldt
#

cat "-*" doesn't work?

stable yew
#

extention is txt

stable yew
upbeat veldt
#

cat "*.txt"

chilly merlin
#

What happens when you type cat -.txt

stable yew
stable yew
upbeat veldt
stable yew
upbeat veldt
#

Are you in the directory that contains -.txt ?

chilly merlin
#

Try cat ./-.txt or cat -- -.txt

stable yew
chilly merlin
stable yew
#

got it confirmed by an admin

chilly merlin
#

ls -la

stable yew
#
etc.txt names.txt FLAG.txt RSS.txt passwords.txt -.txt
#

FLAG.txt has fake flag
etc.txt "etc has no value"
names.txt "Rohit Rois Rojer Roland Rolande Rolando Rolf Rollie Rollo Rolly Roly Roman Romano Romina Rommel Romola Romona Romonda Romulus Romy Ron Rona Ronald"
RSS.txt "RSS What means ?"
passwords.txt "S2VlcCBzZWFyY2hpbmc="

chilly merlin
stable yew
chilly merlin
chilly merlin
stable yew
#

got it xd

#

ty guys

chilly merlin
#

Hw did you solve it?

stable yew
stable yew
chilly merlin
stable yew
#

i feel dumb tbh

austere summit
#

Hi guys

#

Idk what to do but each time I post a video on TikTok, this guy called “Subwaysurfer98” comments something like this

#

Can someone hack him and find out his full name and address please

chilly merlin
#

xd🤣🤣🤣🤣🤣

austere summit
#

I want to know if he is someone from the school that I go to

#

I mean

#

chilly merlin
#

😂😂😂😂😂

austere summit
#

Address isn’t needed but can someone please help me

#

lol

austere summit
#

Ok

#

Ik*

#

It’s just that I’m kinda feeling panicky

#

I just want a server that has ppl that can do something like that for me

#

@chilly merlin

chilly merlin
#

We don't condone in unethical hacking @austere summit

austere summit
#

Ik

chilly merlin
austere summit
#

Do u at least know a server that does so I can get help

#

@chilly merlin

chilly merlin
#

@shadow fractal Try talking sense into this guy

austere summit
#

Ok

#

Tysm

#

Wait

#

How

#

Sorry. I don’t use discord that much

#

Do I just message him