#đŸ‘„ăƒ»help-me

1 messages · Page 83 of 1

fluid sand
#

any mods available at the moment?

fluid sand
#

awesome thanks, I have not seen that addition yet

gilded anvil
#

I figured it out . I needed to turn my windows defender off . now it works . thanks

marble prism
#

I need help I clicked on a Facebook link and it took me to a explicit video and then a ad popped up saying my phone had a virus i exited immediately should I be worried and what can I do to make sure my phone has no malware

wet gate
#

was a fake pop up

pliant palm
spice hawk
#

It worked for me also

#

@spiral notch

#

DM ME

versed pagoda
spice hawk
#

No, Im trying to properly format

#

the previous device

#

before hand

marble prism
wet gate
#

are you on iphone or android

marble prism
wet gate
marble prism
sour wharf
#

Any tips on learning Linux

lost vapor
#

the linux fundamentals course here is free

#

should teach you everything about linux

sour wharf
lost vapor
#

yw!

zealous gorge
#

Uhm does anybody know how Alibaba will drop ship your products to your customer

zealous gorge
#

I also have no idea

spice hawk
#

So when I did everything now what I have the GNU Grub

#

opened

#

and trying to figure this out

wet gate
#

dead practice

zealous gorge
#

Then what should I do

#

To get fast money

spiral notch
zealous gorge
#

Bro I am 14

spiral notch
#

go ask your parents

zealous gorge
#

Bro they aren’t giving me shit

spiral notch
#

could kinda guess from tho

spiral notch
#

also what do u need money for

zealous gorge
#

For a shirt and a soccer ball

wet gate
#

dawg go

#

clean cars in ur neighbourhood

#

make some pocket money then go buy it

zealous gorge
wet gate
#

try again

spiral notch
next dagger
#

failed to clean a car?

spiral notch
#

lol

spiral notch
zealous gorge
#

I actually mean it

#

I swear to my life

spiral notch
#

that’s insane

spiral notch
zealous gorge
#

It isn’t meant to be one

spiral notch
#

just stop attempting

#

you’re literally 14

maiden anchor
#

Yall I had a gmail account but now I can't login on it because I don't have any idea what the password is and it doesn't have any other methods like recovery gmail or same account in another phone

spiral notch
#

Go ask your parents to buy it for idk

#

Good grades

zealous gorge
#

I am actually 13 I was lying

spiral notch
#

support

maiden anchor
maiden anchor
spiral notch
next dagger
spiral notch
#

doesn’t change anything

zealous gorge
spiral notch
#

what about it

zealous gorge
#

I bark at computers

#

Wtf is that

spiral notch
#

ok?

#

fcukin hell not again

zealous gorge
spiral notch
#

I bark at computers but atleast I make over 6 figs doing so

zealous gorge
spiral notch
#

I bark at computers but atleast I’ve been on podcasts with countless people including the founder of anonymous

spiral notch
#

smh

#

we have 13yos here now

zealous gorge
#

Who is he

spiral notch
#

worse than skids

spiral notch
#

maybe yk go ask literally anyone who’s been here for a while

#

and don’t judge others

zealous gorge
#

Alr bro sorry abt that

#

6 figures what does that mean

spiral notch
zealous gorge
#

100 thousand or a million

spiral notch
#

you said I was lying and didn’t even know what it meant

spiral notch
zealous gorge
spiral notch
#

but yeah right man I’m a liar lol

zealous gorge
spiral notch
next dagger
zealous gorge
#

I am 13

next dagger
#

so am i

spiral notch
#

dw

#

when I say in caps

#

I’m not rafebaited I’m just in disbelief

#

this server amazes me more and more every day

zealous gorge
#

So you are an adult?

#

Right?

spiral notch
#

depends

#

I’m a minor too if that’s what you mean

next dagger
zealous gorge
#

How do you then make 6 figures

spiral notch
#

what

spiral notch
#

had good connections because I was interested in cybersec since 12

zealous gorge
spiral notch
#

and broke into the cybersec field with an internship by 16 and a job by 17

zealous gorge
#

That is cool

#

Not goin lie

#

Alr @spiral notch

#

You went college?

spiral notch
#

no

#

I’m considering

#

I enjoy the money but I wanna climb higher in corporate as well

#

a degree would look good on my resume

zealous gorge
#

Alr cya

spiral notch
lapis carbon
#

hey does anyone have any recommendations for free resources i can use to learn IT? i have basic knowledge on programming but im 17 so i cant get an apprenticeship or anything yet

zealous gorge
spiral notch
#

you’re 14

#

you can just learn

#

lots of resources out there

spiral notch
zealous gorge
lapis carbon
spiral notch
spiral notch
whole parcel
#

How goes it everyone đŸ«Ą

opal pilot
whole parcel
untold jacinth
#

Anyone know how to hack IOS games like Animals & Coins?

crisp star
untold jacinth
#

Wym?

#

I don’t have a credit card.

fresh forum
#

To be honest I just want to learn more tools to help people online

#

I’ve taken down a few scammers and helped some ppl but I want to expand my toolbox basically

fathom summit
fresh forum
sand elm
#

Anyone know how to 1. Check if my iPhone or sim has been closned 2. Tips advice to ultimate security on my iPhone running iOS 26

next dagger
#

you’d need a jailbroken device to disable that

#

check out amfid userspace daemon

#

interesting concept 8323kokomisip

next dagger
#

most breaches happen because of the human, not the machine

sand elm
#

I’m like totally new to this and don’t understand what a lot of words you just said means I’m sorry to be that guy. Could you explain that to me and guide me on how to check that out?

next dagger
sand elm
#

Let’s say I already received one and thought it was actually from Apple at first I clicked the link and then a weird screen open saying it was diagnosing my phone during diagnostic and then it just went away

next dagger
#

but i don’t think anything’s happened to your phone

sand elm
#

It wasn’t :/

next dagger
#

apple has a pretty solid sandbox

sand elm
#

Thank you that actually just made me feel a little bit better and more at ease

finite heath
#

I have a doubt in concept of salted hashing...

#

it's like lot of confusion for me...

#

I read lot of blogs and all of them says... salting is

At Registration

User enters password = P.

Server generates random salt S.

Compute H = Hash(P + S).

Store (H, S) in database.

At Login

User enters password P.

Server retrieves salt S from DB.

Compute H' = Hash(P + S).

Compare H' with stored hash H.

  If match → login success

  Else → login failed

But here in my office (I am fresher, joined in team of AppSec), the concept is different.. and honestly... in both concepts... I find it really confusing... and flaws in both concepts...
for this method, I say why the salt is storing... it should not store.. if it is storing then why we using salting... i think every time new random salt is generated.. for that the concept at my office they taught me...

when user is registering user is registering, then the password is hashed and saved in database. Now when he try to login, then server generates salt. Then salt is sent to client. Client enter credentials, the password will hash now, and then salt is added. Combine will again hashed. Let think of it value v1. now on server the password is already hashed there and salt is generated on server, the server will add the salt in hashed password and again the combine is hashed. let think of it value v2. So now server do the validation. if v1==v2 then successful login else if v1!=v2 then failed login attempt.

I don't think during registration, password should be send in a hash form only not with salt.. so see the concept is flaw here also.. what's the use of storing password in hashed only in database... and salting is use during authentication time only..

So yeah it's pretty much confusing for me.. and my mind if blowing...

#

what thing is correct?

#

what should I do?

#

stick with office people...? because I am not good at salted hashing.. and I am not able to counter their questions...

next dagger
#

hashing password before adding salt and then hashing again? what is that lol

next dagger
#

just to make it clear now, passwords should only be hashed on the backend server using a slow hash function whichever you’re using. don’t just go haywire on client-side manipulations of hashes

#

salting only during auth is not secure. one salt per user which has to be stored within the server or its shards

marble prism
#

I’m new to cyber security I love taking things apart but I jut joint tryhackme to see what careers I would be GREAT at any method to finding my strong suit in?

next dagger
chilly merlin
barren barn
#

Any working recourses for fud crypter and anything to lead me in the right direction thanks in advance

pallid wyvern
barren barn
finite heath
#

Thank you so much for explanation...

spiral notch
#

all anti viruses have some sort of bypass

marble prism
still rose
#

I need some clearing here. I found two port open on a private vdp target. Port 5060 (SIP) and 2000(SCCP). So i went in my Wireshark to capture the packets. Sent options and it returned

Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS

Here some weird stuff i noticed. When i make nc connection over udp it gets filtered but goes through when i make the connection in TCP, my wierwhsark showed all three packets, syn, syn+ack and ack. But here is the thing thats bugging me. It does not response to REGISTER request. It just timesout. Is this something worth looking into or skip it ?

next dagger
#

but the fact that it allows PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS means it could be vulnerable to sip floods or sip-specific protocol attacks

#

also tcp allowance and udp disallow could be the result of network segmentation

still rose
still rose
next dagger
#

if its 1 the server accepted and processed the req which means it does allow registration. maybe the register header was incomplete or didnt have adequate parameters to fulfil

next dagger
still rose
ivory grove
#

Hey, I’m fairly new does anyone know if there is anyplace that I couldn’t technically hack to get info without getting in trouble of interfering with anyone. Like any abandoned websites or something. I want to be ethical but I don’t know what to train on.
Pls dm

chilly merlin
finite heath
#

I want to learn about...

Encoding, Encryption, Hashing, Obfuscation and Salted Hashing

Can anyone suggest me some good blog posts ... multiple if possible... I want to learn them completetly

pallid wyvern
slim quiver
#

hey guys... when i was setting up my ubuntu i accidentally set it to ethernet and now my ubuntu isnt catching any internet

#

and yes on VM i went on Networks on that i enables NAT but nothing seems to work

#

and stuck on it for 2 hours

spiral notch
#

sudo ip link set eth0 up

slim quiver
slim quiver
#

like actually the real story is i saw a YT vid where guy was finding holes in his IP add with a site and i wanted to do the same but no site worked (or it did but i just didn't understand like what it was supposed to show and shit) so i knew afte all i was gonna download ubuntu and do that testing there but ubuntu has this problem

#

i mean idk if ubuntu helps finding holes in IP or kali does this?

finite heath
slow fulcrum
#

Hey peeps, hope you all doing well.
I'm looking for a bit of advice here...

I finished my BSc in Comp Sci end of last year and currently working in a DevOps/Hosting Solutions job.
I want to study further but I don't want to do my honors so I am thinking of going the cert route.

Any advise for which certs to start off with and do on my roadmap (in which order) over the next like 3 or so years in my spare time. Something in the Security/Network field

slim quiver
whole patio
#

also you were asked to run a command, and we have yet to see the output

still rose
slim quiver
#

ok then ima run that command rn now and tell u what happens

whole patio
#

dont tell "me", I dont care - better tell the channel

still rose
slim quiver
#

yeah

#

i am

still rose
#

Restart your vm with administrator

#

I had a issue similar to like this with my kali in virtualbox. I did this and it fixed it

slim quiver
still rose
#

This

whole patio
still rose
#

Oh crap i cant send images

#

Close the machien and orcale virtual box

slim quiver
#

done

still rose
#

Then search oracle box in your search -> right click the virtualbox -> run as administrator

slim quiver
#

okok

still rose
#

See if you get response

thick laurel
#

@mental oar

still rose
#

@slim quiver ?

slim quiver
#

just a moment please

#

im doing it

#

i opened oracle virtual box and runned as administrater

#

now

#

u want me to open ubuntu and open terminal?

#

right?

still rose
slim quiver
#

sorry, could u tell me what to ping

#

like the command

slim quiver
whole patio
#

That would do

slim quiver
#

ok

#

it said

whole patio
#

But since we are totally in the dark here about how you caused the problem, apart from "looking for holes in IP", I would be surprised

slim quiver
whole patio
#

ping -c 1 8.8.8.8

slim quiver
#

ok ill try this one

#

i think it did something

slim quiver
whole patio
#

None of this tells us anything

#

if with "on laptop" you want to say "via wifi", then your virtualmachine does not see wifi, it runs entirely on virtual hardware, and the host operating system will virtualize network as ethernet

slim quiver
#

ohhh

#

alright

#

soo whatÂŽs the solution for me?

whole patio
#

We still do not know what you broke

slim quiver
#

ugh😭

next dagger
whole patio
#

And when you simply write "i think it did something" and seem to think that's enough input from your side - I really don't intent to prompt you for details any longer

still rose
slim quiver
#

like what

still rose
#

You did install the ubuntu image so it wont take much

still rose
slim quiver
#

oh

still rose
next dagger
still rose
#

I think I can run any method i want i mentioned in the initial post but i only tried options, reg, inv and ack

misty kiln
#

Is anybody here familiar with the emulator MEmu and is anyone aware of a way to downgrade an app version when emulated on the app itself?

next dagger
#

infact multiple vulns

#

if you can register multiple users and unregister them then it shows signs of unauth sip registration hijacking

misty kiln
#

I’m new, “Vuln” means vulnerability yeah?

#

Felt like a no brainer jus always like to ask to be sure, I’ve been wrong plenty of times so best to jus ask than assume yk

next dagger
#

also if you could probe legitimate inv requests and place calls as legitimate users without auth, it'd lead to an unauth telephony attack

#

which is again a vuln

misty kiln
#

Thank you

still rose
unborn dirge
#

Hi havent said anything in here before but, i would really like to know if someone knows a legitimate way to check if there is a keylogger og backdoor or whatever on your android phone. I have somewhat of a suspicion there might be and really want to check.

spiral notch
unborn dirge
#

i bought an apdapter for a project but when i plugged it in my screen jumped

#

idk just wanted ÂŽto make sure

spiral notch
#

any apps it ran

#

Weird permissions it requires

unborn dirge
#

nah it just seemed sketchy

#

im just paranoid asf

worn fjord
#

hi guys, new here. i am stuck on editor box in htb. i have found the foothold but cant find the user flag. could anyone help please?

next dagger
worn fjord
#

no, got the foothold found a mysql db but couldn't find anythng valuable from there

worn fjord
#

yes 🙁

next dagger
#

look around

#

there's some password hiding somewhere

#

that will give you access to oliver

worn fjord
next dagger
#

its not req

#

when i solved it i got the password in a pretty straightforward way

#

idk if any unintended paths exist

spiral notch
#

no ur fine then :p

gusty kettle
#

Can I bypass the phpmyadmin login in PHP 4.6.6

spiral notch
hardy pulsar
#

Whats a good website to read the writeups of ctf or bug bounty i wanna learn from people's experiences

haughty dawn
oblique forum
#

Ghis one

lost vapor
#

Best to report, don't do illegal things

soft marlin
#

Tryhackme pictures will refuse to load in. plsss help. Nothing is working to get them loading in.

soft marlin
#

no other web padge acts like this, only tryhackme

whole patio
#

THM has its own discord server, maybe ask there

deep heath
#

Does anyone know how do I get started on Gatsby and ghost?

twilit hamlet
#

would anyone want to consult me on threat actor profile generation?

soft marlin
woven anvil
#

Thats what you are starting with?

whole patio
#

same day account, unbelievable story.. no clue what they are talking about, not buying it

fathom summit
#

@chilly merlin attempting to trace or track someone location through an IMEI without proper legal authority is illegal. please make sure you read the #đŸ“œăƒ»rules #3

wind willow
#

I have an alt account.But whenever I log my phone number out of it.I am unable to use the account.It is the only account that requires a phone number to be used.??

#

Why do I need to confirm mobile number to just use my account đŸ€š????.wtf is happening

fast rapids
#

dont login to an account while a vpn is on, but you can turn it on after logged in to not get flagged

wind willow
fast rapids
wind willow
#

The moment I open the account it shows verify phone number

wind willow
fast rapids
wind willow
fast rapids
#

but you can turn it on once your inside of it

#

if its already been flagged, you just have to make a new one

wind willow
fast rapids
wind willow
fast rapids
wind willow
fast rapids
#

though im not completely sure

#

lost alot of accounts from that too

wind willow
#

So once logged in using the new IP it becomes the permanent IP?

fast rapids
#

if you log out and log back in with that vpn on

#

it will flag it

#

every time you login or signup you cant use a vpn

#

but if your logged in already you can turn it on

wind willow
#

Alright thanks bro

fast rapids
#

np

vernal crater
#

need help with tryhackme rn, could someone help?

fast rapids
vernal crater
#

So there are new "Weekly Missions" and one says to earn points, how do I do that?

#

what are points?

fast rapids
vernal crater
fast rapids
vernal crater
fast rapids
#

k

vernal crater
fast rapids
# vernal crater done

you can get points by being a top performer in a league, and answering questions in rooms

fast rapids
#

i personally dont use tryhackme, im just using info i found, so what im saying may be completely false

vernal crater
#

fair

urban phoenix
#

“Hey guys, wondering if anyone can help me out. I built an RPG text game with ChatGPT — D&D style but with a different theme/genre. It’s been a hell of a lot of fun to play, and I even came up with an HTML format that ChatGPT can generate for continuity and character sheet tracking. The problem is, I’m having trouble getting the continuity to work right in each HTML. Anyone know how to fix this, or can point me in the right direction to figure it out?”

fast rapids
#

depends

#

im not a very advanced coder

#

also you left the quotes in that prompt

urban phoenix
#

yeah i have dyslexia and spell horrable so for it to be readabe i use chat to fixe it

fast rapids
urban phoenix
#

lol i have and i cant get it to work right but its cool if no one here can help thanks though

fast rapids
#

idk what we are supposed to do

urban phoenix
#

ok when i get the Html to start a new sesion of the game the story falls off some carry over to the new thread but more drop out and it has just the story parts becouse i also use a charater sheet to trak like level and inventory and quests and all that jazz

fast rapids
#

i wouldnt call that an html problem

#

its gpts data storage

frozen thicket
#

Hi so there’s a TikTok user that is stirring up a bit of trouble by the name of @pierce_the_glenn he’s basically making fun of SA victims on TikTok . I really want to figure him out if possible, namechk and tineye came back with nothing. Yandex also came back with nothing of importance. If anyone can help me I’d be grateful.

frozen thicket
chilly merlin
# frozen thicket Hi so there’s a TikTok user that is stirring up a bit of trouble by the name of ...

You really shouldn’t be posting targets but maybe you will find this helpful:

https://www.bellingcat.com/resources/2021/11/09/first-steps-to-getting-started-in-open-source-research/

bellingcat

If you’ve an internet connection, free time, and a stubborn commitment to getting the facts right, then you too, can be an open source researcher.

finite heath
#

Where can I learn OWASP Top 10 (definition, impact, mitiagations). Along with the main vulnerabilities in it.

I guess to learn main vulnerabilities in it, I should look for it in port swigger.

I want to know expert people point of view.

Thank you so much in advance.

chilly merlin
next dagger
languid solstice
#

How to install and use linux

finite heath
ivory grove
#

Can anyone help me, I’m new and I was given a link or sumth by wapiti to open but I don’t know how to open

ivory grove
spiral notch
ivory grove
#

🙄

#

Is there any breach to port 80 or 443

spiral notch
ivory grove
#

Can you attack a website that has those ports open

spiral notch
#

to be a website

ivory grove
#

Yeah but how do you attack those ports

whole patio
keen pewter
#

guys which browser for iphone is the best when connecting to unsafe wifi and resistant to exploit firefox or firefox focus or brave or opera?

crisp star
frozen thicket
frozen thicket
#

Hey guys if I’m on tryhackme and got to intro to lan and can’t go any further because of the paywall, what other resource do you recommend I get started on to day for free?

frozen thicket
spiral notch
#

htb goes in detail in introduction to networking

#

Tryhackme has most of its resources good enough

#

They’re just good at advertising modules that look like you need them

#

by incorporating paid rooms in what seems like modules where you shouldn’t skip anything

slow sierra
#

I have a question my road map is taking PT1 then CEH after that oscp is that good ?

spiral notch
#

CEH by EC is bad

#

The company ruined their reputation

#

PT1 is too new and not recognised

#

and OSCP.. don’t rush

slow sierra
#

I liked PT1 because it's more practical

spiral notch
#

you picked one of the hardest certs that exist in the industry, made by the same company that created Kali Linux

spiral notch
#

not for a resume later on to get a job?

slow sierra
#

I can get internship for Fortnite but I didn't like it

spiral notch
slow sierra
slow sierra
sullen lion
#

im currently a grade 10 highschooler looking to do impactful projects that will really help with my college profile, if anyone whos done these before and majored in CS, could please help me out, im specialising in Cyber and networks (architechture and solutions) please send me a DM :)

whole patio
fathom summit
slow sierra
whole patio
#

Fortnite the Game?

slow sierra
#

fortinet I mean

tame rune
#

Hey ...I am new to hear and I want to be good at ctf in all the catagory can you tell me from where to learn and what resources should I follow

next tinsel
#

does anyone know why SP flash tool doesn't allow Scatter files from V6 on

#

i got the scatter file for a device but the latest V5 doesn't support it and asks me to use a newer version

#

but the V6 only used .XML file

#

which I've no idea where to get from

#

can it also be extracted from the firmware files just like we do w the scatter file?

whole patio
tough moat
#

What’s a good cheap phone to buy

next tinsel
dusky socket
#

Hey i have a problem with my PC. Can someone help me?

tough moat
next tinsel
#

S24 FE?

#

or Nothing Phone 3a Pro

chilly merlin
#

help

#

yelp

next tinsel
#

welp

chilly merlin
#

how

#

how can i start

#

im lost

#

i dont know anything

tough moat
chilly merlin
#

i dk coding idk hacking idk anythin

next tinsel
#

i uh

#

dollars

next tinsel
chilly merlin
#

i need them

hardy pulsar
#

Using courses or free things on yt

grave fiber
#

hey i need some help so i use cloud warp to play valo since my hostel wifi has it blocked but now for some days i am getting very high ping uk why??

next tinsel
chilly merlin
#

never mind everyone keeps saying to me just learn just learn

#

maybe im going to try to just learn

next tinsel
#

fair enough

chilly merlin
#

goodbye

next tinsel
#

aight

dusky socket
#

Hey i have a problem with my PC. Can someone help me?

next tinsel
#

say what the problem is, someone might be able to help

dusky socket
#

my pc crashes everytime when i close a game on steam. it says "you pc ran into a problem" "critical_process_died". i have this just since a few days

next tinsel
#

now wait for someone to help 🙂

dusky socket
#

okay

tough moat
next tinsel
#

đŸ« 

whole patio
next tinsel
#

according to google đŸ€“
i think the models I've said comes in your budget dear sir @tough moat

whole patio
# dusky socket what

We don't know how to help you, since you don't know whats wrong, or can't reliable tell us any details about the problem. So we have to start somewhere.

memtest is testing your ram modules for errors/faults, which would be a way to test the first possible issue

dusky socket
whole patio
#

You ask "how do I memtest" next? Well since we don't know jack shit about your computer right now, cause you told us nothing at all - I would suggest looking up memtestx86 as a live boot linux, and let it does its thing

whole patio
dusky socket
#

ok

next tinsel
#

đŸ„€đŸ„€

grave fiber
#

hey i need some help so i use cloud warp to play valo since my hostel wifi has it blocked but now for some days i am getting very high ping uk why??

next tinsel
#

melcow :D

grave fiber
#

hey i need some help so i use cloud warp to play valo since my hostel wifi has it blocked but now for some days i am getting very high ping uk why??

next tinsel
#

man just don't play valorant đŸ„€

grave fiber
#

i get bad ping on cs2 aswell

next tinsel
#

aight

#

maybe try another vpn

grave fiber
#

i did but none are good

#

and i cant find a good one either

next tinsel
#

or pick the same server on val as the one on your vpn

#

if you haven't done it

next tinsel
#

proton, not so cheap but good

grave fiber
next tinsel
#

well

#

it is what it is

spiral notch
knotty briar
#

need a laptop around đŸ’Č600 .... mainly for coding, bit gaming ,editing ..suggest some

spiral notch
#

for gaming?

#

what games lol

#

editing is out of the question

#

unless you’re talking abt some lightweight cap cut or davinci

#

no 4k or smooth footage

knotty briar
#

skip gaming now focus on coding and bit editing

spiral notch
#

meh vpn

#

atp use more, more support

#

nord

spiral notch
#

what type of footage?

next tinsel
knotty briar
#

just normal like phone capture

next tinsel
#

switched to proton though

spiral notch
#

just some basics

knotty briar
#

yeah

spiral notch
#

then yes literally any laptop that can run windows

#

will be able to do that

#

by default when you say editing I imagine timelines with up to 10-15 bars

#

4k raw footage, etc

spiral notch
#

not anonymous

next tinsel
#

i don't do much shady stuff so...

spiral notch
#

there are other dns resolvers you can use

spiral notch
next tinsel
#

wait bro, you might be able to help me out w smthn

spiral notch
#

me neither much, not anymorenatleast

next tinsel
#

aaha

knotty briar
#

okok ...BTW what about lenovo thinkbook 16 ..any words about it

next tinsel
#

XML files

#

where do I get them from

#

for flashing using SP Flash Tool V6

#

for some reason the scatter files i made aren't working on V5

spiral notch
spiral notch
next tinsel
#

a galaxy tab a9

spiral notch
#

idk the budget country wise

#

idk the laptop economy in your country

#

find something affordable and something that seems good and send it here and I’ll give my feedback

#

@knotty briar ^^

spiral notch
next tinsel
#

it belongs to a fren

#

bro got it bricked

#

I'm tryna get into download mode so I can flash it w the firmware

spiral notch
#

ahh

#

gotcha

#

go for

#

samFW or firmwarefile

#

decently reputable places

next tinsel
#

yeah

#

I've got the firmware ready

spiral notch
#

uayor tho

next tinsel
#

eh

next tinsel
spiral notch
#

use at your own risk

spiral notch
next tinsel
spiral notch
#

ur searching for the x files

#

xml

spiral notch
#

no?

next tinsel
#

since V5 isn't working

#

I'll have to go w V6

spiral notch
#

Where yku might find them

spiral notch
#

first of all

next tinsel
#

I'll check em out thenkyuu :D

spiral notch
#

you need to get the 16gb beers

#

vers**

spiral notch
#

decent professor

#

professor

#

processor

#

smh

#

will be fine for light editing

#

hacking will be more than enough

#

gaming I mean yeah ig

#

a bit of Minecraft and Roblox

#

That’s it, no more

#

Generally best option for hacking is thinkpads

#

They’re pretty customizable good for battery life and replacement of components

#

network adapter and so on

#

and pretty compatible with Linux

next tinsel
#

@spiral notch they don't have anything remotely close to an XML, they just have the official firmware

spiral notch
#

ppl put network

#

cards

#

that support monitor mode and packet injection

#

like directly into them

#

to make them WiFi hacking ready

knotty briar
#

so finally with a bit hesitation if I extend 8 gb to 16 gb it may work 🙌

#

then final.

spiral notch
#

?*

#

have threads like these

next tinsel
#

i read a few yes

spiral notch
#

if you weren’t sure what laptop to get you’re not gonna be risking hotswapping the ram lol

spiral notch
next tinsel
knotty briar
#

honestly @spiral notch thanks 😊

next tinsel
#

@spiral notch so apparently I'll have to "create" the so said XML file

#

but idk how :/

spiral notch
#

best of luck

next tinsel
#

🙂👍

next tinsel
#

atleast i now know I'm not the only one having trouble w SP flash tool V6

#

:/

next tinsel
whole patio
#

that thing can get up to 128 GB ram, has 3 internal sata ports, should fulfill all your needs for a while with the M3200 being a 6 GB nvidia gpu

coarse wave
#

can i ask if any of you is an expert in field of AI? official expert?

whole patio
next tinsel
whole patio
#

AI expert certifications are a dime a dozen anyway

#

thinly veiled "come, join the hype parade"-recruitment stickers

coarse wave
coarse wave
next tinsel
#

nah too much for me to handle đŸ˜”đŸ„€

#

gl w it cuh

coarse wave
coarse wave
whole patio
#

"agi, neural interface platform, nanotech or robotics" this is a wild mix btw

next tinsel
#

I'm sure there'll be someone here

coarse wave
coarse wave
whole patio
#

oh well I shouldn't comment, since I have no intention to help out

coarse wave
# whole patio "Proof" you say ^^

a working agi prototype. blueprints of neural interface, nanotech and robotic stuff. and then a complete framework for agi and neural interface

coarse wave
stark willow
#

Can anyone help me with installation of Kali

fast rapids
#

ive never done kali b4 but im sure there are vids how on yt

whole patio
#

Forget about videos, forget about chatgpt. Follow the official documentation exactly. Lots of people manage daily

whole patio
#

He also said he looked all over the place.. I know the type, they simply did not follow the official guide, simple as that

fast rapids
#

k

#

im not good at reading ppl idk

whole patio
#

It's written to be followed to the letter, each and every step. We have kids that manage

#

So far every single time people fail because they don't pay attention or ignore stuff they do not understand

#

Just do what it says. From the beginning

fast rapids
#

i personally use parrot so i have no idea what was wrong with that error

whole patio
#

When this will be resolved, it will be accompanied by "Oh, I didn't do that"

whole patio
whole patio
fast rapids
#

oh wait

#

its so easy wtf

#

like 2 steps to install

whole patio
#

yeah

#

Of course we have no idea what @stark willow is actually doing, which iso/version, whether its live usb, arm, vm, dual boot, bare metal, netinstall or whatever.. the only way to get those forward is either to find them offline and install it for them.. or keep telling them to follow the official documentation.

fast rapids
#

yea

#

or anydesk but im not doing that

stark willow
whole patio
#

Great

#

Thats actual info then

fast rapids
#

ye

stark willow
whole patio
#

So at what step in the official guide are you

stark willow
#

It's showing invalid file when i tried installing lasting.....it was a .7z file

fast rapids
#

vbox or vmware?

whole patio
#

Vbox

#

They told us

fast rapids
#

o

whole patio
fast rapids
#

try extracting the 7z lol

stark willow
fast rapids
whole patio
#

On your pc

#

Also - did at any point windows complain about the download being possibly malcious

stark willow
fast rapids
stark willow
fast rapids
fast rapids
#

that isnt very normal

stark willow
stark willow
whole patio
#

How large "exactly"

fast rapids
#

in kbs

blazing basin
#

how do i extract a .rar

#

on linux

whole patio
#

Bytes.. kilobytes.. just a real number. In all likelihood windows is preventing the extraction right now. Probably quarantined or altered the contents of the zip file. It's a common occurance periodically. It is also the reason there is a section about setting exclusions on windows https://www.kali.org/docs/troubleshooting/windows-antivirus-warning/

fast rapids
#

7zip also works

whole patio
#

Which is why I asked for the exact size

#

you could also verify the checksum of your downloaded file with the value that is displayed on the server

stark willow
#

I don't think it's a antivirus problem

fast rapids
#

files dont really just dissapear

stark willow
whole patio
stark willow
#

I will text in 4 hours

#

I mean after 4 hours

blazing basin
#

@fast rapids

fast rapids
#

?

blazing basin
#

how do i open unrar

#

i installed it from mint store

#

but i cant find it

fast rapids
#

what distro u on?

blazing basin
#

mint

fast rapids
#

go to terminal and just do "sudo apt install -y unrar && unrar x file.rar"

blazing basin
#

ok

#

it said this Cannot open file.rar
No existe el archivo o el directorio
No files to extract

#

i put my .rar no?

fast rapids
#

go to "cd /path/to/folder/where/your/rar/is"

blazing basin
#

ok

fast rapids
#

then do "unrar x {{filename}}.rar"

blazing basin
#

ok i did

#

thx

fast rapids
#

np

slow sierra
#

I need help in DFI

fast rapids
#

which dfi

#

that is an acronym for a lot of shit

slow sierra
#

I have .foxfitdata1 encrypted I tried to crack the password but no result

slow sierra
slow sierra
fast rapids
#

are you doing this on your own computer?

#

or do you have permission

slow sierra
slow sierra
fast rapids
slow sierra
#

File type File but when I see the hex it's pdf but with . foxfitdata1

fast rapids
#

when it just says file its not very helpful lmfao

#

its a pdf doc, just rename the extension to .pdf then

slow sierra
#

The first thing I done is rename it but it's still ask me for password

fast rapids
#

well i cant help you get the password but try hashcat or john the ripper

#

if it was well designed, it will be something guessable

slow sierra
#

John the ripper will PF ?

fast rapids
#

u have to first extract the hash

#

but yeah

#

pdf2john comes with john the ripper im pretty sure

#

after you can run john against the hash

slow sierra
#

i usedn hashcat it says no hash-mode match

fast rapids
#

you cant do it directly on the pdf

#

u need to extract the hash from the pdf

slow sierra
#

how can i do it ?

fast rapids
#

hashcat doesnt have a tool to get the hash i think but john has a script called "pdf2john.pl" u can use for hashcat or john

#

that will extract to hash for u

#

and u can still use it on hashcat or john

slow sierra
#

i write join file.hash and give me hash type and some random value with stl-v2 how can iknow which is the pass

fast rapids
#

nono thats not the pass its a hash representation of the encrypted pdf

slow sierra
#

so i should nano the new file give it to me

fast rapids
#

the string is what john or hashcat will try to crack against a wordlist or rules

#

if it finds a match, it will output the pass

#

but until you do that all you got is the hash

slow sierra
#

i mean i do join targit.hash then it give me john.rec just show the info slt-v2 hmac0sha and other input-encodin=utf-8

fast rapids
#

john.rec is just a recovery/session file john makes while its running, it isnt the password

#

it stores info like the hash type, salt, encoding, and current state so you can resume the crack later

#

if john actually cracks the password, it will show up in the terminal output or in the john.pot file, not in john.rec if nothings showing yet, it just means no password has been found with the current attack settings/wordlist

slow sierra
#

oh so i should setup a wordlist first

fast rapids
#

yeah

slow sierra
#

but like rackyou i dont think it will be helpful becuse my frind says he saw somepassword in rigistry so it might be one of them

fast rapids
#

u can just look one up and download it, i cant directly share it

fast rapids
#

try those passwords

#

directly on the pdf

#

the wordlist is a last resort

slow sierra
#

if i used forced it will take forever maybe in judgment day it will carck one lol

fast rapids
#

yeah brute forcing strong encryption isnt very realistic

#

they probably set it up so you will realize that brute forcing isnt practical

slow sierra
#

i know i remeber i tried to see all the cloud storge ( i get premision ) but i dint find any thing i tried to use the cookies but none

fast rapids
#

id document that

#

i dont think they intended for you to find the password

slow sierra
#

yah the integrity problem lol

fast rapids
#

its still a valid result

slow sierra
#

my doctor she said make investigation for evrything

fierce lark
#

Guys I'm taking the videos and rooms on TryHackMe at the Linux part now is it enough to give me enough knowledge?

#

About cybersecurity

fast rapids
#

yeah its a solid start

ember socket
#

yo hw u all doing

fast rapids
#

but it isnt everything

fast rapids
ember socket
#

doing good

slow sierra
#

it's good start but it's not enugh

fast rapids
#

nice

ember socket
#

i am new to hacking and i just started with linux basics and network basics

#

any tips

slow sierra
#

after 2 week i will get pt1 then i will start leanring ceh

slow sierra
#

dont be a scrpit kid

fast rapids
#

dont have to master

slow sierra
fast rapids
ember socket
#

it is a good idea isnt it

fast rapids
#

not make your own app or anything

slow sierra
#

same here but do you have some knowlade in web , network , programing ?

ember socket
#

zero

#

a full newbie

#

but i do wanna do it for real

fast rapids
#

thats pretty illegal and i cant help with that bc of rule 3

slow sierra
#

how?

ember socket
#

ohh

fast rapids
#

saying it in a public discord server with 50k members is going to get you caught probably

slow sierra
#

what difranc if i used telnet comand and netcat/

ember socket
fast rapids
#

this discord server wont help you with any illegal activities

slow sierra
ember socket
fast rapids
#

lmfao

slow sierra
#

this world eve=ry move you should ask permission to do

ember socket
slow sierra
#

i mean i get gpx file just i want to felet some rows i ask for it

fast rapids
slow sierra
#

evry gray hack is black is white dude

fast rapids
#

grey hat is literally still illegal

ember socket
slow sierra
#

it's just ethical terim dude

fast rapids
ember socket
#

so like linux networks py and bash are basics?

slow sierra
ember socket
#

show some mercy on me man

#

like i legit need help

slow sierra
#

im telling you you should have genral knowlage

#

i mean you dont have to master evrything

fast rapids
#

you pretty much said you wanted to commit crimes infront of 50k people

ember socket
#

okok i deleted that how about we forget abt it

fast rapids
#

alright then

fathom summit
fast rapids
ember socket
#

yo bro

#

chill out man

#

where did i say it?

fast rapids
#

u deleted it my guy

fathom summit
ember socket
fast rapids
#

k

ember socket
fathom summit
#

You all @ me if someone start acting up. Please continue

slow sierra
#

zaid you ar an arab yah ?

ember socket
#

so ok legit now help me tell me where to start?

slow sierra
#

what difranc if i used telnet comand and netcat/ i mean poth work similer

fast rapids
#

and py

ember socket
#

thnx man

slow sierra
#

and assmply x88

fast rapids
#

bash too

ember socket
#

ok guys

#

networks?

slow sierra
fast rapids
#

use tryhackmes introduction to networking path

ember socket
#

thanks guys

fast rapids
#

np

slow sierra
#

np

ember socket
#

btw how much experience u two have?

fast rapids
#

eh

slow sierra
fast rapids
#

not good but not bad either

ember socket
ember socket
slow sierra
#

a language from hell lusfer himself make it

ember socket
#

ahh assembly

slow sierra
#

yah

ember socket
#

how much time will it take like for participating in ctfs?

slow sierra
#

but to be honst it helps me a lot

fast rapids
ember socket
#

thanks guys its 3:30 am here now i am gonna sleep

fast rapids
#

gn

ember socket
#

nice to get some info

slow sierra
ember socket
neon lintel
#

Anyone have a favorite python library for web scraping interested to get some people's opinions and try out some projects

fast rapids
#

i usually scrape with js

#

so idk

spiral notch
#

thats literally

#

one of the only ones

#

like theres only a few

zealous gorge
#

Guys

#

I need help

fast rapids
#

?

zealous gorge
#

What is the difference between communtative property and associate property and distributive property

fast rapids
zealous gorge
#

So commutative you changing the order right?

#

And in distributive you are grouping it

#

But it doesn’t change the result

fast rapids
#

yeah

zealous gorge
#

Thx

fast rapids
#

np

fathom summit
#

Did you all save @blazing basin ? I am
Sooooooo impressed. They came in here with a problem every day & didn’t know google existed! So much props to you all in this channel! Mad respect đŸ«Ą thank you for helping them 🙏

plucky tiger
#

No idea If I can ask you guys to do this but if one of you guys are able to, are you guys able to hack? My Gmail account. I forgot the password to it and Google Won't even let me provide information to confirm that to my account.

fast rapids
plucky tiger
#

I can provide proof of ownership if you need.

fast rapids
#

not hacking an email

plucky tiger
#

ohh

#

k

#

Do you know a server where I could get help for this?

fast rapids
#

uhhhhhhh

#

no

#

sry

plucky tiger
#

Okay, thank you. Have a nice day.

fast rapids
#

u too

woven anvil
fast rapids
#

yeah

plucky tiger
#

Yeah, that's exactly what I've been trying to do for the past week.

#

Anyway, thanks for your help. Bye.

fast rapids
#

cya

chilly merlin
#

Good day

woven anvil
chilly merlin
fast rapids
#

need anything?

woven anvil
fast rapids
gray linden
#

Hi guys i found a video on tron an antivirus that claims will clean your pc of malware and replace the infected files does somebody heard of this is it just a scam or smth like it?

woven anvil
gray linden
fast rapids
#

every other antivirus isnt needed

#

unless your going and trying to get viruses win defenders what id do

edgy tangle
#

your gonna love this tool set old habits use it to get into the vault and try chromepass trust me its amazing

grave fiber
#

guys so here is the thing i used to use cloud warp used gget good ping in valo now i get shit ping

#

why is that any solutions??

spiral notch
#

or switch to another one

granite zealot
#

Pls I can't install open VPN on my laptop

#

Using Kali Linux

#

I've tried but is not working

next dagger
granite zealot
#

No

#

Anytime I try installing it it show open VPN but not going to install

granite zealot
#

Yes

#

Just DM me lemme show you the picture

whole patio
#

openvpn comes preinstalled on kali

#

no need to "install" it again

#

What is the output from apt policy openvpn

jolly orchid
#

Can anyone advise me on the law with dirb? I've used it on try hackme but i want to try using it else where but I dont want to get in any legal trouble

pallid wyvern
#

wat

#

u are not going to be in trouble for using dirb cuh . jus use it

whole patio
# jolly orchid Can anyone advise me on the law with dirb? I've used it on try hackme but i want...

It depends on your legislative framework.. most of the times admins will just ignore the activity as background noise.. should anything happen right afterwards, because someone that could be you found something, and decides "oh damn, I better hide myself" and then actually attacks services they discovered.. well then your directory busting will come up in court.

As usual, know what you are doing - and remember that everything you say and do on discord is pretty much public, as soon as law enforcement wants to

#

whether they care or not, that depends

granite zealot
#

But is showing not going to install

whole patio
#

show us what it actually says What is the output of
apt policy openvpn

#
openvpn:
  Installed: 2.6.14-1
  Candidate: 2.6.14-1
  Version table:
 *** 2.6.14-1 500
        500 http://http.kali.org/kali kali-rolling/main amd64 Packages
        100 /var/lib/dpkg/status```
#

What does YOURS say

jolly orchid
whole patio
#

That is the "knowing, what you are doing" part, and where you have to risk assess what you are doing

#

or... and thats just a suggestion... keep practicing on vulnerable machines, that are meant for that

#

Building your own lab, where you host stuff, is also always an option and good practice