#👥・help-me

1 messages · Page 139 of 1

steady ledge
#

Sure send specs

limpid musk
#

hp windows 11 pro amd razen 7 5825U 16gb ram 520gb ssd amd readon tm integrated gpu

#

pls dont be bad news

#

im gonna use it for cyber security

steady ledge
#

nah dw ryzen 7 5825U + 16gb RAM is great for programming, cybersecurity labs, VMs and daily use

#

nocap

deep quail
#

Exactly, do you know how to configure LDAPS on it?

steady ledge
deep quail
crude wraith
#

Hey, been enjoying this server a lot, however with discord news thats been around it made me concerned with trusting the platform.

Does this server have another website/community elsewhere where I can still be apart of? As I am heavily considering deleting discord.

Greatly appreciate it!

karmic carbon
#

Good Morning, I would like to learn about using ai agent for automation and I’m not sure where to start. Does anybody have any advice?

steady ledge
#

also verify if da certificate CN/SAN matches the FQDN you’re using for LDAPS, IP won’t work if the cert is name based

steady ledge
#

but you could ask any staff for confirm

blissful sonnet
deep quail
crude wraith
#

Nonetheless I appreciate it, Thank you Vulnerobling, and Ruin. 🙏

steady ledge
#

you should make sure the DNS server is reachable (ping/test from the firewall), the firewall has the correct default gateway and if DNS queries (i think UDP/TCP 53) are allowed by policy

buoyant carbon
#

Hey..... what's the easy way to locate someone when there phone is active?????

steady ledge
#

I don't think your intentions are good

buoyant carbon
buoyant carbon
steady ledge
deep quail
blissful sonnet
buoyant carbon
buoyant carbon
buoyant carbon
blissful sonnet
buoyant carbon
limpid musk
#

Guys my laptop's camera gets so hot why?

steady ledge
limpid musk
#

Nah for real tho why?

steady ledge
#

I was just glazing 👹

whole patio
# limpid musk Nah for real tho why?

either it is working as inteded, a known problem with your model, or something is broken. With the information you provided any variant is possible

snow steppe
#

Got a ESP32 for cool project/home lab. My goal is to configure it and code it so that my IoT devices connected to my isolated network (via WiFi), will get knocked off the network, but i don’t know where to start or good resources to help.

limpid musk
#

When I open camera it gives me 0xA something error

blissful sonnet
#
# Using esptool.py
esptool.py -p /dev/ttyS5 -b 115200 write_flash \
  --flash_mode dio --flash_freq 40m --flash_size detect \
  0x8000 partitions-table.bin \
  0x1000 bootloader.bin \
  0x10000 hydra32.bin ```
whole patio
limpid musk
#

And what if I will take out camera

blissful sonnet
#

camera wont work

limpid musk
deep quail
limpid musk
#

It just so hot it gets me nervous

blissful sonnet
#

so remove it

limpid musk
#

Alr

torpid jungle
#

Hello @flat dirge I don’t usually reply DMs from people I haven’t interacted with, sorry. What do you need help with?

wheat rivet
#

Hello I was wondering if someone could help me. My other discord was hacked and the person changed my email and number so I can’t recover it. Is anyone able to help me get it back? All I can provide you with is the user name. I can pay a little for help

vernal hemlock
#

Does anyone know how to find files that are infected and or apps on a samsung phone. Dont want to factory reset it. Any help would greatly apperciated

desert vine
#

Heyyyy

blissful sonnet
winged pike
#

Guys i need help. I am using my 2nd win11 laptop as a extended monitor to my fedora host. Using two at a time is confusing and tiring. Now i just want to use only one and make the 2nd act as just a monitor. Does anybody have an idea?

blissful sonnet
blissful sonnet
whole patio
#

Apart from you being easy to scare have you found any indication that it is actually a problem?

limpid musk
#

It has a problem it's not turning on camera but I don't think it has anything to do with it but camera gets so hot only camera area I can't even touch it

whole patio
#

And have you googled the actual error message.. or checked whether that is a known problem with your make and model?

limpid musk
#

It's a problem you have to check device manager camera there isn't one in there you have to check from windows+r services there is not the one you have to check bios there isn't one it just disappeared 😂

winged pike
uncut jewel
#

I install Ubuntu Linux and i want to make it into a self hosting server and i need some help if you a good guide for setting it up and make it secure pls sent to me 🙏🏾

vivid steeple
#

Block him

vivid steeple
#

I mean, if you want to..

uncut jewel
whole patio
#

Honestly, block them and forget about it

#

If someone were to post your name and address on this server, right now... you would be the only one interested in the event.. no one else would care.. thats doxxing in a nutshell

vernal plank
#

need help! in the process of (mounting a Vite-built Web3 app inside WordPress and trigger the wallet modal from a button)

acoustic haven
#

Hey I am new here in this group can you pretty please tell me like how can I chat within different subgroups like codes and scripting and GitHub ....

placid wedge
#

Can anyone help me with leetcode ;-; teach me the way I should think after reading a question sideeye

torpid jungle
astral laurel
#

revamped roles

stray mural
stray mural
karmic carbon
bold vortex
#

does anybody have any good alternatives when trying to de-google their life?

#

i’ve personally seen enough but finding a good replacement for google photos is throwing me

turbid wing
#

Hello everyone I am looking to convert my CMD usage to Powershell what are some useful Shell commands you use and why? Or Does anyone have a list of useful commands they would like to share?

exotic wharf
haughty dawn
tiny quail
#

Does anyone know how to recover data from a dead phone? What are the options?

tiny quail
#

Just old phones that dont work anymore

sharp sleet
#

hey guys

#

I’m doing the PortSwigger lab “Blind SQL injection with conditional errors” (Oracle backend).

In the previous lab, we used AND to inject boolean conditions.
In this one, we’re using string concatenation with || and a scalar subquery.

My confusion is:
Since WHERE id = 'xyz' is already a boolean condition, why can’t we just inject AND (CASE WHEN condition THEN 1/0 ELSE 1 END=1) instead of using concatenation?

What exactly prevents AND from being used here? Is it Oracle syntax rules, scalar subquery limitations, or just lab design?

frail flax
manic dune
#

anyone know/ familiar with AI automation?

frail flax
#

and here your injection point is inside a string expression, not in a boolean context expression if that makes a sense

sharp sleet
#

We are breaking the string expression with '

#

the previous lab I did it with AND so i do not know what is the differnece

sharp sleet
sharp sleet
#

I asked chatgpt it kept saying it is because the database it Oracle but I do not know I feel something is wrong

woven anvil
#

it gives a boolean true/false as a result, but its a string comparitor

manic dune
sharp sleet
#

I am not doing 1=1, I am doing something like this: xyz' AND (SELECT CASE WHEN (Username = 'Administrator' AND SUBSTRING(Password, 1, 1) > 'm') THEN 1/0 ELSE 'a' END FROM Users)='a

woven anvil
#

So you mean the AND (SELECT CASE...)?

frail flax
sharp sleet
sharp sleet
sharp sleet
# frail flax what surrounds your input in a final query? I dont see the code , I am not sure ...

In the previous lab, we injected like this:

xyz' AND SUBSTRING((SELECT password FROM users WHERE username='administrator'),1,1)='s

So we were modifying the WHERE clause using AND.

But in this lab, the payload looks like this:

xyz'||(SELECT CASE WHEN (username='administrator' AND SUBSTRING(password,1,1)>'m') 
THEN 1/0 ELSE 'a' END FROM users)||'

Here we’re using string concatenation || instead of AND.

My confusion is:

Why can’t we just use AND like in the previous lab?
Why do we need concatenation in this case, even though the explanation still uses AND inside the subquery?

Is this because of Oracle syntax rules, or because the injection point is in a different context?

frail flax
#

Because in the previous lab your input extended a WHERE condition, so AND worked, but in your second lab, your input is part of a string, not condiiton, therefore you must use | | to concatenate the case expression instead of AND

sharp sleet
woven anvil
#

can use docker desktop if you want

sharp sleet
#

Actually It worked my syntax wasn’t quite correct

#

Sorry for the hassle

frail flax
#

The problem isnt the error logic, its AND which is not allowed at that position in the query, but concatenation is allowed so, yes that's how you trigger the error to get condition true

sterile tiger
#

Thank you

olive solstice
#

Lol

sterile tiger
frail flax
olive solstice
#

Humble pipino me?

olive solstice
#

FYI em also learning how to code... tho iz just a hobby. I did robotics when i was 5yrs old cause of me dad but yeah daz way way way back then, i already forgot how to do those stuff.

pale junco
#

hello I have a question related to THM's Metasploit:exploitation module...not sure if this is the right place to ask it, but can anyone help with task 6?

#

sorry nvm found a video

buoyant crystal
#

Can somebody learning basic knowledge of cybersecurity

buoyant crystal
#

Thank you

olive solstice
# pale junco sorry nvm found a video

I remember the time after em done with that room i tried doin one of them ez challenges cause i felt like em already hacker. Got humbled real quick 🤣. I did the "Billing" thm challnge room. It said it only gonna take 30mins. Took me 2 weeks of headache 😂

pale junco
#

Yeah im pivoting from biomedical to cyber and there is a lot of times im getting stuck 😅

#

Sometimes i think im getting stuck on probably what seems to be the most basic stuff 😭

#

Thankfully there's a lot of video tutorials and ai lol

olive solstice
#

Hm hm hm hm.

empty ginkgo
#

Please who can help with maxsip telecom unlock code for my tablet

feral ether
#

Guys today am sleeping hungry 🥺

#

Whos gonna crypto me. $5🥺

placid wedge
#

😭 😭 😭

fluid gulch
#

They involve concepts about pointers, and if you don’t know what’s that you probably don’t have prior programming experience in C or C++

stray mural
whole patio
chilly merlin
#

Thank you Sir for sharing will take a look shortly

sleek flare
#

this is not YouTube by the way

quartz bay
#

i am new to cybersecurity and i would like to know where to start
things i am aware are basic networking and basic linux commands
i am looking for some kind of roadmap
can anyone help me

vale saddle
sleek flare
crisp star
#

sideeye
Oof yea you gonna need to put more effort into it. Don't you have access to the Defender XDR dashboard?

#

Also no Sentinel Use Cases implemented? Just a simple KQL query?

whole patio
vale saddle
glacial canyon
#

Hey everyone.

Yesterday, I noticed that my VPS had high utilization caused by an unknown process.
I don’t know how it started.
I don’t know what it is. Someone said it might be a crypto bot.
But how could it have reached my server?
Can anyone help me understand this?

#

It was hosted in OVH. It didn't had ufw or cloud firewall enabled.
It had internet access and everything.
Ssh was running in the default 22 port.

#

No everything was exposed i guess

Sorry if not being specific.
I don't have that much experience in this.

#

Ufw was disabled and cloud firewall was disabled.
That's what my friend told me.
He purchased and managed this.

After I mentioned this he reinstalled the vps.

blissful sonnet
#

not very smart

#

ovh exposes to the internet

whole patio
#

so unless we know which services are out with their butt on the internet, we dont know how someone might get in,

blissful sonnet
#

"Ufw was disabled and cloud firewall was disabled"

whole patio
crisp star
whole patio
#

If there is no service to pick up the phone when you try to reach a service, then it doesn't matter

blissful sonnet
whole patio
blissful sonnet
#

well he doesnt know cuz he reinstalled it so

#

not sure why were even asking questions

glacial canyon
blissful sonnet
whole patio
crisp star
#

I would not trust him anymore to run anything he hosts lol

turbid glacier
#

i think this discussion will not lead anywhere. he wiped all evidence by reinstalling anyway.
lets discuss again when it is pwned again 🙂

glacial canyon
blissful sonnet
#

this whole thing is hilarious

#

ur friends dumb

#

anyways

#

moving on

glacial canyon
#

😅😅

#

I now realise how big of a mistake that was

#

I need to learn more about these

crisp star
#

You never know if something like a webshell has been uploaded sideeye

glacial canyon
#

Okay. I'll check again

Thank you guys.

chilly merlin
#

You really are good Linux system you used for me isn't easy wow excellent work man

whole patio
#

though I still have no idea why @vale saddle posts it in the #👥・help-me of all places

true quarry
#

Hey @everyone can some open doors for me how cash out from card you purchase online

uncut harness
true quarry
#

👍🏾👍🏾

uncut harness
#

Sell it to someone you know for cash

#

If they wanna buy it

#

Why is try hack me more easier then hack the box in terms of learning? Anyone experience this

#

At least for me

placid wedge
#

Like the way they are coded and how to create them and manage them

placid wedge
torpid jungle
whole patio
#

We don't help with it, and if you get DMs, they are from scammers

#

Microsoft support is your only option

toxic umbra
whole patio
#

I hear what you said - but you seem to be under a misconception here.. I am telling YOU that people sending you a DM about being able to help you, are trying to scam YOU

#

There even was a recent announcement on this server, telling people to be less gullible when they get offered account recovery services via DM

pale junco
#

Hello, does anyone have an opinions or thoughts on the ISC2 free certification?

blissful sonnet
#

they are different ways to encode Unicode characters into binary numbers for storage and processing

woven anvil
#

@vale saddleThis is not a place to self-advertise your channel or videos. Please do not do it on this server.

#

@toxic umbra
Please Listen when people are saying that anyone who is going to tell you that they can assist you over discord is lying, and looking to scam you.

Microsoft support is your only option.

whole patio
#

What do you know about the specific subject or target

#

so this is a box somewhere?

#

sigh

woven anvil
#

@tribal siren
Do not ask for assistance with attacking networks and servers that don't belong to you.
Read our #📜・rules and our #👥・info

whole patio
#

wasnt aimed at you

woven anvil
#

@blissful sonnet

thorn dagger
whole patio
thorn dagger
#

Thanks 4 the notice tho....ffr

thorn dagger
whole patio
#

debatable

#

No need for the charade, no one is buying the story

thorn dagger
#

Gotta try!!

#

Lol

woven anvil
#

@thorn dagger
Take some time to read our #📜・rules please.
Do not NSFW chat here, and do not ask for assistance with breaking into things you do not own.

zinc cave
#

Hello everyone

whole wave
whole wave
pale junco
cursive sierra
#

Hello everyone..I recently joined this server..I was told that there are many professionals here that have vast amount of knowledge..I'm an undergraduate student encountering a little prblm with the coding language 'python'..I would be very obliged if someone would take out a little time to teach me..
Thank you..

whole wave
cursive sierra
steady ledge
#

It gets easier with small practice problems, you could share an example you’re stuck on and we’ll break it down

cursive sierra
steady ledge
severe acorn
#

i am performing a pentest on site but igot that the website is deploy on vercel so can anyone help me to know what should i do next

#

sorry for come in ongoing chats

whole patio
#

you are a student.. but on a pentest engagement?

tawny bloom
#

Please who can assist to build a trading bot

whole patio
#

and the answer to the next question is No

tawny bloom
#

Okay

cursive sierra
steady ledge
severe acorn
woven anvil
# severe acorn i have a authority to do by owner

Does the owner know that you have no idea what you are doing?
Are they using a hobby account? or a pro/enterprise account?
Do they have authorization to attack a server they do not own on a network they do not own?

Do not ask for such things here. We have no way to verify that you have written consent from all involved parties.

steady ledge
#

💔

mint merlin
#

Hey guys can someone give me an advice regarding this:

I want to start from now as 16 years old and learn about cyber security and every essential necessary thing for future job (penetration tester) but I’m afraid if I’ll not learn enough and therefore not get a job or not be good enough or miss something. What should I do and learn from now that will absolutely help me and not waste my time on not important stuff.
And lastly should I also have Certification, is yes which ?
Thank you

whole patio
#

And yes, certifications go a long way.. afterwards

mint merlin
whole patio
#

that doesn't mean much

#

Feel free to stress yourself, but you have a lot of time here

mint merlin
#

How can I make sure that I’m not wasting time ? Could you help me with that?

mint merlin
whole patio
#

Why are you in a hurry here? Cause let me tell you.. no one is looking for young pentesters out there

#

way too many young people try to, pretty much none of them find employment cause they lack real world experience

#

You Have Time

mint merlin
#

Ohh no that’s not what I mean, I didn’t say I want to work as pentester right now I meant in future maybe 22+ but I’m stressing from now

blissful sonnet
#

"start and learn"

#

wants to start from now learning cybersecurity

#

is what he meant

whole patio
#

so do what worked for the majority of people... get an adjacent job.. could be any number of things.. some are programmers, some worked help desk, sysadmins.. and quite a few come from finance or vocational activities

#

build yourself some options

blissful sonnet
#

eventually it all clicks

whole patio
#

this isnt naruto, relax

#

Most pentesters I know a little have had anything but straight career paths .. and turned into it 30+

#

I know a lot of IT professionals who freely admit they don't have what it takes to become a pentester.. this is not an entry level job

mint merlin
#

Oh okay idk why I’m stressing man

whole patio
#

If you have no idea how implementations are done in the real world, how organisations work, don't know any industry to specialize in.. you won't be of use to anyone..

Start with a plan to build youself some options if the original plan does not work out

muted shard
#

dont know if i can get any help here from this but i am constantly getting hacked on discord its like they are posting as me in servers and being able to message my friends malware links but they havent signed in as me its like they are signed in already even after i kick all sessions and i have 2fa on and everything kind of a last ditch effort here for me before i just nuke the account this has happend 4 times now

steady ledge
whole patio
#

and stop downloading cracked games or weird mods

rain sluice
#

Hey! Just giving you an update. I kept updating my terminal and just kept doing it until completion, after 100% it seems that my disconnecting wifi has stopped. Thank you very much! 🖤🖤🖤🖤🖤🖤

rain sluice
# muted shard dont know if i can get any help here from this but i am constantly getting hacke...

The irony of mimic like actions mimicking an account by the name MimicBBX 🥲 Hope it all gets resolved sooner than later. I've had this similar thing happen to me recently. I changed passwords multiple times and resulted in changing the email for the account as well. If discord allows this, which I think it does. Try that route after killing all sessions and all that good stuff. Change/reset your form of 2fa, basically everything without nuking it completely. Best of luck to you and your account.

prisma kettle
#

hi

#

im having issues with setting up kali in virtual box could anyone help me out?

whole patio
prisma kettle
#

i cant send a ss here for some reason

whole patio
#

without watching it - I suggest you tell us what the issue is (and follow the official docs)

prisma kettle
#

its in the storage

whole patio
crisp star
#

I bet it's about the service startup again sideeye

prisma kettle
#

i think kali linux.vdi has some issue

whole patio
prisma kettle
#

wait pasting the issue

whole patio
#

calling it will include %AppData%

prisma kettle
#

Could not open the medium C:

\Users\Admin\VirtualBox VM s\Kali Linux Kali Linux.vdi'.

VD: error

VERR_FILE_NOT_FOUND

opening image file 'C:

\Users\Admin\VirtualBox VM s\Kali Linux Kali Linux.vdi (VERR_FILE_NOT_FOUND).

Result Code:

E_FAIL (0x8000400 5)

Component:

MediumWrap

Interface:

IMedium

(7d510820-

a678-4730-

a862-818dcd3f

bed0

whole patio
prisma kettle
prisma kettle
#

also which file

whole patio
#

go to the location the error messages tells you where it is looking for the .vdi and then whisper into your microphone "are you there, file?"

prisma kettle
#

well there is no file there

whole patio
#

there you have it - you either moved or deleted it

prisma kettle
#

so what do i do

#

there are other files there

whole patio
#

if you moved it - move it back. If you deleted it - start over

prisma kettle
#

i didnt moce or delete so where do i start over from?

whole patio
#

See the thing is.. yeah you did. You do not have to convince me you did not - you have to convince your computer that you did not

prisma kettle
#

yea true

#

delete vm or kali?

whole patio
#

cause it is looking for the file there and its not there. So delete the VM in virtualbox, and start from the beginning

prisma kettle
#

ohk

#

thanks bro

modern pond
#

Hi all, this may be the wrong place.
But I want to start diving into my network fundamentals but prefer to have labs to help it stick. Do you guys know of any resources? Trying to stay away from cisco

uneven dove
#

hi

prisma kettle
#

bro downloaded it again and it just showed this on the side without me doing anything

whole patio
#

seems like you didn't delete the VM in virtualbox

#

btw. feel free to stop with the "bro" thing .. kinda cringe

prisma kettle
#

ohk how do i delete the vm

whole patio
#

open virtualbox..

select the vm

right click

delete

next bough
#

Hey! I’ve been doing some beginner CTFs and want to get better at writing writeups. What’s your advice for making them easy to read, well-structured, and useful for learning?

zenith monolith
#

Greetings everyone . please help me out with this link got it from a friends its for a game

crisp star
#

Defang the URL please

#

@lost vapor @slow edge Better remove the link. Else someone is going to download the malware by accident.

slow edge
lost vapor
#

@zenith monolithdon't distribute links that are malicious over here

zenith monolith
#

sorry was trying to get help i wont send anymore

lost vapor
#

thank you

blissful sonnet
#

for example here is a header

here is a subheader

here is text that is bolded and italic'd

here is bold text

here is non-bolded italic text

next bough
blissful sonnet
#

go on thehackernews.com, find an article that is interesting, and look for the hyperlink that references the original report, usually its something like "This new threat, while only seen in a limited number of rather targeted campaigns, already poses a great risk to the users of mobile banking, allowing its operators to remotely control infected devices and perform device takeover attacks with further fraudulent transactions performed from the victim's banking accounts," the Dutch mobile security company said in a report shared with The Hacker News."

#

"the Dutch mobile security company said in a report shared with The Hacker News"

#

the original report has more information and can show you how threat reports/blog posts are formatted

next bough
#

@blissful sonnet Thanks for the resources.

spring dome
blissful sonnet
#

welcome

spring rain
#

Hi, there is someone who use my card and spend 250€ on temu and I would like someone to help me on how to find some info about who might the person be

blissful sonnet
junior jasper
#

who has 4+tb

spring rain
#

If not, no problem

blissful sonnet
#

we dont help with that

blissful sonnet
rain sluice
blissful sonnet
#

do that also

spring rain
spring rain
spring rain
#

But I hope the fraud department do something

blissful sonnet
#

contact your bank and the relevant authorities

spring rain
#

Yeah will do it tomorrow morning cause now is midnight

#

But anyway thanks again

rain sluice
spring rain
rain sluice
# spring rain But I hope the fraud department do something

And also take it up with your bank. The sooner is better. If it was recemt, the transactions will still be pending over the weekend and you wont be able to necessarily get them reversed, yet. First thing Monday morning get on the phone with your bank again to dispute the matters, but do get in contact with your bank now to let them know.

spring rain
rain sluice
spring rain
lethal elm
#

Guys I need help anyone who can put me on what they doing to make money. I’m new to discord and I barely know my way around it. Someone please help. Bless you all

muted shard
hollow rover
#

who here is ready for some tough ass steganography ctf

lunar plover
#

Hello guys I am om nice to meet you all I am IT student doing my bachelor

Q

I need your help

I need a mentor to teach me cyber security I am huge fan of computers.

I am completely empty in terms of this stuff I want learn and earn from my learning can any of you tech me I would really appreciate that.

Thank you,

sage viper
#

can somone help me i join this server for a purpose

olive solstice
#

What purpose

sage viper
#

i just want to spy on my gf for some reason

olive solstice
#

Ah

sage viper
#

i want to check her insta acc

#

so umm

olive solstice
#

This not the place for illegal stuff

sage viper
#

ok i leave

#

sorry i just

#

leave

olive hull
#

Hello please I joined this Chanel because I don’t have a job and I’m broke, if I can secure a remote job, I have a laptop and strong network

#

Can someone help me?

unborn ibex
vagrant kernel
#

are subfinder and ffuf enough to find admin login domains ?

opal shale
#

hello! ive been meaning to get into malware analysis recently but i dont really know where to start, i researched on some videos and courses but i dont know which ones are reliable, and i wouldnt want to waste my time stuck in tutorial hell. i would appreciate any suggestions on reliable sources/materials, preferrably free, but i dont mind if its paid if its a good investment to my skills. also would love some tips and tricks when getting started. thank you!

raven pawn
#

Hey I need help with something

devout linden
fast swift
#

@spiral stirrup I don't know where to start . I tried to solo config niri and it's usable but feels horrible to use.

How do people have such nice setups? - everything feels like I'm walking backwards lmao

spiral stirrup
whole patio
unborn ibex
whole patio
#

I see!

limber night
#

Please I need help, am really broke, I need someone to teach me any thing online that can help me make little money please 🙏

whole patio
limber night
whole patio
hushed oasis
#

Hey, is there anyone who could help me get claude credits?

I saw recently a few people who got 10, 30k of credits for limited time, couldn't find their posts again to reach out how. Does anyone know how?

For context, I use pro plan and hit limits 4 5 times a day. Too broke to afford max plan yet

limber night
north merlin
barren orchid
#

Any one can help me to make 1000$ dollar

feral minnow
#

hey guys Im a university student and currently learning cyber security from THM and i want some project ideas as i have to make a project and submit it in the uni for my evaluation (ANY PROJECTS IDEAS ) pleaseee!!!!

light harbor
#

so like a FYP?

steady ledge
#

also focus on methodology and documentation, not just tools

olive solstice
rain sluice
bright sonnet
#

Just a quick reminder from those using Burp Suite, the Form Field in the Sequencer was available to the Professional edition only or also for Community? Cause I send requests with tokens but only the Cookies field is active with the Form Field being grayed out. I am currently on the Burp Suite community edition.

frail otter
#

Can anyone help me with tool for sending anonymous messages sms to any number

crisp star
carmine oracle
#

G

lilac goblet
#

Afternoon all, completely new here and just wanted to say hiiii.

whole patio
lilac goblet
#

soz my bad 🙁

whole patio
#

No problem at all. It's just that this place is prone to questions being overlooked, if there is smalltalk 😉

north fog
#

Can someone please help me

#

I have exhibition on 26th and My project is a phishing simulator on localhost.

#

Can someone help me build it? I have no clue of how to develop a website

vast cloak
#

Hello all, can someone guide me on how I can test for server side vulnerabilities and deployment vulnerabilities of a website if I have physical access to it? Open to any and all methods, it's a Moodle website and yes it is an institution's website, was challenged by my internship mentor to see if I could crack it. Would be very grateful for any help.

Dms are open or you can reply in this thread. Whichever one you prefer.

whole patio
#

Physical access as in.. what exactly?

torpid jungle
vast cloak
#

Im in the lab where the server that's hosting the website is located.

#

And I can fuck around with it as much as I want

#

Provided I don't crash the whole thing

#

The task is to retrieve my mentor's password

whole patio
#

That's the thing.. burn it, steal it, kick it.. what's the situation here

north fog
whole patio
north fog
#

And I also actually wanna leaarn how it works and how to develop

torpid jungle
vast cloak
#

She's not giving me any clues other than I have all I need to try to crack it

north fog
vast cloak
#

I don't remember the name atm

north fog
north fog
#

They said it's okay but I'd need to figure out what to answer when asked what did I make

north fog
torpid jungle
vast cloak
#

I get that. But even if you can't learn to code the website by then(which would be fairly easy to do) you can just copy the code from online.

whole patio
#

Same as with Renmei

vast cloak
north fog
#

Then my database started giving errors

torpid jungle
mint merlin
#

Guys people always recommend me to daily use Linux.
But I don’t know what to do on Linux VMware.
What do yall recommend me to do on it daily even if it’s fo half an hour

silver niche
#

I need help making some money chat, please can y’all a YN out?

olive hull
blazing vine
#

Is there a way to hide that your the owner of a discord

edgy gyro
#

Hey everyone, which certification would you recommend as a first junior red teaming cert — eJPT or PJPT?

#

Crto 1 and 2 ??? Sorry! but I didn't get it, wdym by that
Yeahhh Ik before going for OSCP
I want to go with a junior cert and next PNPT --> OSCP

whole patio
edgy gyro
#

Ohhh okayyy bro thnx

whole patio
blazing vine
whole patio
#

then you are not the owner of a discord

#

they are, but they give you a leg up in conversations - when it comes to employment, I usually recommend to go with the one that companies in your area are looking for. But do you know a lot of people that simply started with OSCP?

uneven pawn
#

Hi there, I was wondering if someone could help me download a software that is not available in my country. I’m very interested in learning this technology, but unfortunately I don’t have access to IBM QRadar Community Edition. I would really appreciate any assistance. Please dm me

mint merlin
#

I wanted to do that already but I usually get to work on word etc so i need windows for that. Otherwise I would have alredy replaced it

whole patio
#

I've never attempted the oscp, but I've heard that its, lets be honest, not the best content wise

mint merlin
#

Ohh so there will be no issues making homework’s ? If I’ll be able to use Linux as main and use windows as vm while being able to make homework’s on vm windows the I’ll switch rn lol

steady ledge
whole patio
#

I am not a pentester and never intended to switch.. but I got asked so often whether I am, that I went through PNPT and eJPT and did the exam for the last one, just so I can tell people "Certified, yes, but non-practising"

mint merlin
#

Then that’s great I’ll do it now I’ll switch it, and I’ll try it if it don’t work I’ll with to windows again why not lol

whole patio
#

Also I can't stomach artifical scenarios in most boxes

mint merlin
whole patio
mint merlin
#

Thanks tho

#

It’s laptop anyways

#

Well thank you for letting me know lol that’s very good.

Btw which Linux should I be installing as main OS?

limpid musk
#

Hi guys which Linux should I install for a beginner

whole patio
#

used to have excel installed in linux ^^
This was my "kali undercover" project for a while

limpid musk
#

And in what should I install virtual box or where?

whole patio
#

the old office 2007 worked great emulated.. with the 32 bit support getting EOLed though my old licences no longer work

mint merlin
#

Alright I’ll probably install Ubuntu or Debian I don’t like fedora.
I gotta see an YouTube tutorial on how to install it as main OS lol, thank you so much

whole patio
#

I was in financial controlling for over a decade.. I use excel virtually everywhere

limpid musk
#

Guys what are other ways to get Linux other than virtual box

mystic egret
#

how can i get behind a anonymous caller

whole patio
mint merlin
mystic egret
#

ight

whole patio
#

But while I am not a pentester by trade.. I feel my working knowledge in the field is slightly above average.. certainly enough to talk eye to eye.. I'm an infosec consultant, all I really need is slightly higher working knowledge in most of the adjacent fields

limpid musk
#

@mint merlin imma Install one that you are which Linux are you getting

mint merlin
limpid musk
#

Alr

mint merlin
whole patio
#

I just told you 😉

#

infosec consultant

mint merlin
#

Never heard of that let me search rq

limpid musk
#

@whole patio I want to become pentester I mean I wanna learn red team

mint merlin
whole patio
#

It actually is.. I get to do all the fun parts

mint merlin
#

But isn’t penetration testing/erhical hacking part of red team so technically you did?

whole patio
#

I mostly deal with healthcare clients, .. tough crowd, but I have the knack

whole patio
# mint merlin Is it hard ?

Everything is simple, if you know how to do it. The question is if you know what you are talking about, regardless of what a client needs.. I'd say its not trivial, if you want to do it right

whole patio
#

The truth is that many of the things consultants are asked to do is not really difficult, it may just be new to the clients. But if you want to be a consultant people call if the stuff gets hairy, then it takes a while to get there

mint merlin
#

I never have understood the work that a red team does.

limpid musk
#

Fr

whole patio
#

Imagine pentesting as OSHA inspectors .. yellow vest.. checklist.. all above board

#

Red teaming on the other hand is mimicking attackers

brisk frost
limpid musk
#

Is red team good for work I mean for job are that kind of jobs wanted?

mint merlin
whole patio
brisk frost
#

Pentester tests system, red team test blue team:)

mint merlin
whole patio
mint merlin
#

Thanks for explaining I now understand

#

Going to install Ubuntu now

#

I’ll let you know when I’m finished

whole patio
#

red teaming may include lots of stuff, that is not strictly by the books.. various ways to gain entry to objects.. going the extra mile to compromise a client.. maybe drop a couple of malicious usb drives in the parking lot.. or send a client manipulated keyboards.. kinda depends on what the client is trying to test.. but in some cases those lucky few red teamers get card blanche to really try and see how far an actual attacker could get

dim flax
#

Hi chat, which GPU I should get for budget options? RTX 3060 12GB or 5060 8GB (currently available in the physical store)

mint merlin
whole patio
brisk frost
dim flax
whole patio
#

And that is where I can just get to do the fun stuff.. I can hold workshops on "find the listening device in this room", or lockpicking.. or devise a way to simulate a ransomware attack for awareness reasons.. all without the pressure 😉

mint merlin
#

I like red team

whole patio
#

Mostly I coach the (information) security officers

brisk frost
whole patio
#

not outside a work contract ^^

mint merlin
#

I like it even though I know it requires a lot of knowledge and efforts to become red team, but I’m ready I’m still young I’ll do my best to become one

brisk frost
#

Aww man

whole patio
#

join a local hack space.. might find some interesting people there

brisk frost
#

On paper

whole patio
#

My SO is pentester and soc analyst.. and most clients I coach have no realllllly indepth topics

#

I do workshops for fun at a few ccc adjacent events from time to time though

brisk frost
#

._.

whole patio
#

there is a non-trivial client base who wants you to test the stuff they are confident about purely for compliance reasons.. it can get tedious to be a pentester

mint merlin
#

Since I find you very knowledgeable about this. May ask an advice from you to me,
What do you advice me to do from now to do that will help me in future.
Just to let you know I’m still 16

#

I see, thank you man

whole patio
#

Told you, you have time

brisk frost
#

Yeah I wouldn't do that but alright

mint merlin
whole patio
#

honestly waste away

mint merlin
#

I’ll just focus for now on improving myself in Linux fundamentals and networking fundamentals.

#

Maybe then learn python and java

mint merlin
brisk frost
whole patio
#

cause
a) it matters way less than your think, and
b) soft skills, people skills, a general knowledge, is just as important

whole patio
#

Client likes to talk about motor bikes? Or shared communities, or whatever.. always good to have something you can reply and tell yourself

#

also it prevents you burning out

#

or at least.. lessens the chances.. shortens the periods

#

I keep recommending tabletop RPGs as a hobby to people who ask how to get into consulting

mint merlin
#

I really had misconception then

whole patio
whole patio
#

So feel free to take the scenic route through life.. none of the plans I had with 16 went smoothly, or even mattered at all, later in life

brisk frost
#

And he is 40 now

mint merlin
brisk frost
#

It will just give you more stress

whole patio
#

If in doubt, its always smart to chose the option that gives you more options.. might be a significant other, might be a job opportunity that opens up possibilities.. might be a move.. etc

#

but even people who messed up royally at some point still manage.. all this matters way less than you think

brisk frost
#

Life lesson right there, im inspired ✨️

edgy gyro
#

And Bro , If a person wants to do Freelancing in Pentesting he Needs At least OSCP cert nah like a trust for the client , that he can do the job
I'm Not Talking About a role in the red team but about a Free lancer and his perspective in Pentesting

hoary solar
#

Am new here

whole patio
hushed oasis
high shard
#

Hi! I recently lost my password for my e-bike linking app, it’s a 6 digit code, anyone can help?

whole patio
hushed oasis
whole patio
high shard
hushed oasis
whole patio
edgy gyro
#

Yeah bro, that makes sense. I was also considering PNPT because of its practical format — 5 days of testing followed by 2 days of reporting, plus a report review process. I like that it emphasizes real-world methodology and documentation, which seems useful for freelancing since reporting quality is critical.
I’m also looking at beginner certs like eJPT (or) PJPT. Both seem solid entry points. eJPT is more beginner-friendly with a 48-hour exam, while PJPT has a more professional structure with 48 hours of testing plus reporting. Since TCM focuses heavily on reporting (especially in PJPT and PNPT), I feel that could be valuable preparation before eventually attempting OSCP.
And I appreciate Your Earlier input as well , Thanks ^^

whole patio
#

The PNPT course material is pretty dated/outdated. Couple of the tools/sites they reference no longer exist, githubs archived years ago.. and they suggest to fix that by running a post installation script that artifically installs old versions.

#

Also Heath, the guy in the videos, left TCM a short while ago - so I don't think it's going to be updated any time soon

torpid jungle
#

Friends, you know how TryHackMe teaches a "hacking" framework of like enumeration, exploitation, foothold, etc? Is that formalized anywhere? Is it part of some sort of formal pentesting methodology?

steady ledge
whole patio
#

I think the kali menu mirrors that for the mitre attack matrix, too

crude wraith
#

wanted feedback on my little PSA thing I wanted to send to family... not sure if I nailed the main points well.


Why should you care about your privacy and security?

Traditionally, digital security was mostly your responsibility — users managed passwords and limited data themselves. [Verified]

Today, personal information is a high-value commodity. Regulations like the UK Online Safety Act 2023 mandate verification (e.g., ID uploads, facial estimation), but profit-driven platforms often outsource these processes to third-party vendors. This increases the “attack surface,” as seen in historical breaches like AU10TIX (2024), Clearview AI, and Equifax (2017). [Verified / Inference]

In this ecosystem, privacy is no longer a default — it is a contested asset that you must actively protect. [Inference]

Sources:

Nissenbaum, H. (2010). Privacy in Context: Technology, Policy, and the Integrity of Social Life [Verified]

UK Online Safety Act 2023 [Verified]

Culnan, M., & Bies, R. (2003). Consumer Privacy: Balancing Economic and Social Interests [Verified]

Historical breach examples: AU10TIX 2024, Clearview AI incidents, Equifax 2017 [Inference]


crisp star
crude wraith
visual tinsel
#

Where can i find help related to React ?

steady ledge
uncut harness
#

Just get a marker and draw a face on your finger. Then use that for 2fa

#

Im joking btw

visual tinsel
steady ledge
full thistle
#

Wsp guys

whole patio
full thistle
whole patio
full thistle
blissful sonnet
full thistle
#

Bruh why is Everyone dissing me, I’m just showing love😭

#

Happy Ramadan byw*

whole patio
full thistle
#

I have a ddos script can y’all test it for me because my pc is broken

fluid depot
fluid depot
#

first off, vibecoded, second, pasting it again after it already got deleted won't make it less vibecoded

#

and multi-threading != ddos

full thistle
#

It’s multi threading ong

blissful sonnet
#

would be dos

#

attack is coming from one single IP

full thistle
#

Yeah that’s probably true mate

#

But I got the script try it on my website

torpid jungle
full thistle
#

Aight bro

steady ledge
#

💔

full thistle
#

Bruh the second I step in this shit in getting bullied

steady ledge
full thistle
#

Thanks, happy Ramadan bytw

crude loom
#

hello good day is there anyone that could help on a project am currently running ?

scenic saffron
#

yo hi need help

steady ledge
scenic saffron
steady ledge
scenic saffron
#

wasn't this the hacking server?

steady ledge
crude loom
steady ledge
steady ledge
#

also check for bruteforce protections and pingback abuse

crude loom
steady ledge
crude loom
steady ledge
crude loom
#

ohk sir let me check

crude loom
steady ledge
#

set your proxy to 127.0.0.1:9050 (SOCKS5)

crude loom
crude loom
steady ledge
#

then first check if tor is running withh

sudo systemctl status tor

crude loom
crude loom
steady ledge
#

and SSH won’t use tor unless you set it to use the SOCKS5 proxy

crude loom
#

thanks alot

steady ledge
weary spade
#

LOL

obtuse jolt
#

im making a Discord Bot to announce when a new song video and such drops for discord and such and it should more or less search all music platforms and such for new songs added toan artists profile and such i need help to leanr how to host it and such and someone to look over the code and such and maybe work on it with me i wont like i used AI to make the code there is no errors but ik that doesnt mean it works correctly so would anyone be able to help me?

Edit; ik discord says im a spammer but I promise you i am not i added to many of my old friends too fast

slow edge
# obtuse jolt im making a Discord Bot to announce when a new song video and such drops for dis...

Well that's a good question, I myself know a bit about scraping but scraping latest music to keep updates on discord is not really my thing. I would still say look for any apis or python based scraping stuff that you can use for this.

Also, make sure before scraping platforms, those platforms do allow it! Most of the music platforms don't have legal issues with that, as long as the songs are getting advertized correctly, but ya make sure of that

obtuse jolt
# slow edge Well that's a good question, I myself know a bit about scraping but scraping lat...

That’s fair and to be honest I’m the artist that wants his stuff scraped I’m making music and I’d like a way to advertise it passively I can send you what Chat GPT has made for me and if you think it would work in a way that makes sense and legally of course kinda like what some bots do when someone goes live and such but again it’s ChatGPT so I know it’s not gonna be perfect

#

If you wanna dm please do and I’ll send my GitHub repository to you when I wake up again

stable mountain
weary spade
#

lol

#

you can just find a seller or buy csint.tools or another automated osint api with intelx integrated

stable mountain
wanton maple
#

would anyone know whats causing a CPU light on my pc, originally it was a DRAM light and i moved some stuff around then that went away and became a CPU light, theres no display when plugged in

#

i swapped out the CPU and motherboard today so this is a new cpu and MB

frail flax
#

Owh ok, so you swapped motherboard

#

Did you check in BIOS?

wanton maple
#

cant boot

#

no display at all

#

however i just found out about a thing called MB memory learning so i might give that a try rq

frail flax
#

Check in Bios if its supporting that motherboard, power cable I am sure you checked if its plugged in?

wanton maple
#

how

frail flax
#

check if that pin cable at the top of the motherboard is properly plugged

wanton maple
#

it is

#

ive tried it 9 times

frail flax
#

Did you check the correct cable? no bend pins or something like that?

wanton maple
#

yes

frail flax
#

Reseat the CPU and cooler, check for bent pins or socket debris, then do the same with RAM, one at time, clear CMOS and check if CPU is supported by the motherb Bios. But I ma an expert, its what I would try to do to solve it

wanton maple
#

ive done that 5 times

frail flax
#

did you check if Cpu and mother are compatible with each other?

wanton maple
#

yes

edgy gyro
wanton maple
lofty sierra
limpid musk
#

Guys which one is better mint or Ubuntu?

devout linden
limpid musk
#

I want to learn red team

#

And I'm a starting now I know basic linux commands and little basic networking

whole patio
steady ledge
uneven pawn
#

Hello everyone,
I’m currently learning IBM QRadar SOAR and working with playbooks and Python scripting. If anyone has experience in this area, I would greatly appreciate your guidance.
Could you please share any recommended learning materials, documentation, courses, videos, or practical tips that helped you?
Thank you in advance for your support!

indigo marlin
#

Hii

#

My old pc is not working problem sometimes with hard disk i don't know is anyone know?

whole patio
teal flame
#

Hello bruhs, please where do I get legit CC on the net?, I need some recommendations

#

I will appreciate any reply to check places out

limpid musk
#

Guys after I'll set ubunutu as main os will I be able to get on windows again?

steady ledge
devout linden
steady ledge
#

yh

strange ivy
#

Hello my people , I have started the PT1 on try back me bout a week ago and so far I’m halfway though it , it’s really interesting stuff and very beneficial learning path

fluid gulch
#

How do yall handle with headaches? Do y’all usually get headaches for staring at the screen too long?

flint summit
#

hey, any guides on accessing streat cameras?
(nothing illegal. just finding accessible points) maybe some shodan filters or something ?

blissful sonnet
flint summit
hard steeple
#

and then click on an IP it gives you in the results

#

plenty of badly secured cameras

hard steeple
#

really

#

as in yges, but i ignore the pain better

fluid gulch
#

how do yall relieve the headache

hard steeple
#

sleep it off

flint summit
hard steeple
#

thousands of filters

#

for web cam finding

#

down to traffic cams

#

highway speed monitors with accelerometers

#

and so on

flint summit
#

yeah, thanks

hard steeple
#

nws

empty tendon
#

how do i gain access to voicechats?

#

theyre currently all locked for me

devout linden
empty tendon
#

okay thanks brother

empty tendon
#

I’m currently working on a project for one of my classes where we’re building a program to educate people on basic cybersecurity concepts. I don’t have all the final details yet, but I told my professor I wanted to focus on the database/backend side rather than the frontend (React/HTML/CSS/Blender).

Right now I’m interested in cloud security and maybe pentesting, but I’m still exploring different areas to figure out what I enjoy most. My thinking was that working with databases would help me build more experience with SQL and backend systems (it might be good for cloud). However, the project feels like it’s leaning more toward general software development experience than cybersecurity.

Does anyone have recommendations on features I could implement to make this more geared towards cybersecurity and get some hands-on cyber experience out of it? I’m considering designing it with security-first principles, and possibly attempting passwordless authentication (a stretch goal since I haven’t implemented that before), but I feel like these implementing these features won't reflect cloud security/pen testing skills. Any recommended features to implement would be greatly appreciated

whole patio
empty tendon
#

target group would most likely be students in college (of all types of majors)/people with minimal to no cybersecurity awareness. the person greenlighting the result would probably just be my professor

#

@whole patio

whole patio
#

Sounds like typical awareness content then, if it should appeal to everyone. So barely any truly technical content, unless in target group specific modules

obtuse jolt
#

Gm yall

steady ledge
obtuse jolt
steady ledge
#

kk

#

@obtuse jolt You are marked as a spammer by discord, i can't jump into your message

obtuse jolt
#

its not too far up

steady ledge
#

roger

rotund ruin
#

Hi can you please me a reverse engineering

steady ledge
steady ledge
whole patio
rotund ruin
#

A app

fluid depot
blissful sonnet
whole patio
#

Wasn't what they wanted to hear

rotund ruin
#

Means it a app created by my colleage

#

Who will reverse engineering gets a reward like a ethical reverse engineering project

whole patio
blissful sonnet
rotund ruin
#

And it also be a my education I get some knowledge

fluid depot
rotund ruin
#

@blissful sonnet i didn't get any message

whole patio
#

they don't know what they want, but they want someone to do it for them, explain it to them, and hold their hand the entire time

steady ledge
rotund ruin
#

Yeah I use x64dbg to find a breaking point I don't know how to proceed further

#

@steady ledge I will DM you

#

You will not guve a reply

steady ledge
#

and im too lazy to open

rotund ruin
#

Ok

steady ledge
rotund ruin
#

One sec

#

So what should I do next to get the because it in native binary

#

The app developed in c language

fluid depot
#

what even is your goal? a flag? a check?

steady ledge
rotund ruin
#

Ok

#

Next I will call you

whole patio
#

Its their homework

fluid depot
#

if he doesnt even know if he's supposed to get a flag you can help all you want

whole patio
#

Im sure thats the case.. if I had to guess, an overdose of AI during education

blissful sonnet
#

4.3.0 release x64 for windows

rotund ruin
#

Yeah this only

steep zenith
#

Guys I need help

mint merlin
#

@turbid glacier hey man how are you doing, I wanted to let you know I’ve installed Ubuntu as main os and windows as vm and I tried multiple things on vm windows it worked perfectly fine, and I love it, I’ll improve myself on Ubuntu maybe later in future switch to more advanced Linux distribution, thank you so much !

blissful sonnet
steep zenith
#

I had this question they sead what is the information contained in the file located in the directory /home/captain/files ??

whole patio
#

"They"?

steep zenith
#

I didn't find the damn answer

#

Yeah it is like exam

#

Of Linux fondamentales

fluid depot
#

perhaps cat the file you're supposed to check

steep zenith
#

Any one can help me

whole patio
#

Well what is at the location then

steep zenith
#

They sead it is /home/captain/files??

#

But I don't know what do they mean by this question

whole patio
#

Its a location in a linux filesystem. Do you have access to a linux system here?

steep zenith
#

No

#

I don't have access

whole patio
#

Elaborate..

steep zenith
#

Huh??

#

I am still learning I am new ?

whole patio
#

Tell us the whole story here.. a "linux fundamental course" without a linux system? Tell us the whole story here.. we can't read your mind, we don't see your screen.. you HAVE to tell us the situation

steep zenith
#

I tried to send pic but I can't here

whole patio
#

Use words

steep zenith
#

Okey will they gived me question

#

Ok

#

The question say :
What is the information contained in the file located in the directory /home/captain/files ?

#

Do u get it now?

whole patio
#

You just repeat yourself

whole wave
#

if you wanna share the image

steep zenith
blissful sonnet
#

then find the "file" with the information in it

#

and do: cat filename

whole patio
#

They say they don't have access to a linux system

steep zenith
#

Oh okey thx guys it worked

whole patio
#

ffs..

whole wave
#

woah

whole patio
blissful sonnet
#

no he just didnt understadn man

#

chill tf out lmfao

smoky whale
#

does anyone know how to hack into roblox accounts and find passwords...?

#

ill explain

steep zenith
whole patio
smoky whale
#

awh man

whole patio
#

But you may now get DMs by people looking to scam the gullible

whole patio
shy spruce
#

?

obtuse jolt
obtuse jolt
shy spruce
shy spruce
obtuse jolt
shy spruce
#

Can you please me

blissful sonnet
#

what makes you think anyone can help you with a trading bot/indicator lol

uncut harness
thorn heart
#

When trying to perform some dynamic malware analysis on a sample i would have gotten, sometimes it's not possible because it automatically crashes (because some files are missing), how do I proceed from there because usually I even need to go to dynamic analysis because static would not have given me solid evidence that the sample is malicious

#

I'm using a VM, when I try to execute it it shows an alert like "the absence of DDRAW.DLL is preventing the program from starting. Reinstallation is recommended."

whole patio
#

more malware should do that ^.^

thorn heart
#

Alright thanks

spring slate
#

does anyone know how to bypass lockdown browser my school recently started requiring to use proctorio extensions?

steady ledge
#

it can get you in serious trouble 🫴

spring slate
#

oh ok

#

why is that ?

steady ledge
steady ledge
spring slate
#

ok

fluid berry
#

just dont cheat

whole patio
sterile pewter
#

The sheer fact of ignorance in asking to remove a browser extension put by a administrator in your school is crazy

#

The school puts them in place to ensure cheating isn't done and attention to schoolwork is kept in check. They are not removed unless they have a reason to. Doing so without permission can and usually is punished by means of court.

#

Don't think you want the probation and $975 restitution.

floral mortar
#

guide for wireshark and nmap?

thin wave
#

Hey this is gonna sound really odd but I need to turn this kindle book I got into a PDF but its heavily locked behind DRM. I was able to get it somewhat removed and converted to a pdf but I only got as far to 45 pages so if anyone can convert this file that I have into a PDF please let me know ASAP

lavish robin
#

Does anyone know how I can get my Minecraft account back? It’s no longer linked to my email and I can’t play the game. (I thought I fixed the issue a while ago but I lost access again)

mighty nimbus
#

Can anyone help me with a real life attack tutorial video?
I promise it's not what it sounds like

woven anvil
#

@nocturne scroll
Do not ask for people to attack infrastructure here. Instead of doing things that will get you fired, please consider looking into the proper way to have a pentest done for your resources.

woven anvil
woven anvil
supple agate
#

Hello, I just want to learn about Cyber security to strengthen my portfolio as a CS student and gain the necessary skills. Whats the best possible route to do it on my own preferably free?

sterile pewter
#

W3 schools is a good start for learning to code.

#

It comes with the certificate testing as well, though not a free service to test, free to learn.

north summit
#

what is the best way to protect your ip ?

blissful sonnet
north summit
#

i am a web dev first year and i want to change to cybersecurity so i want to learn some stuff before i enter the domain

blissful sonnet
#

ur ip being leaked isnt something that is a big deal anyways

#

people can only really ddos you, for about 5 minutes before most botnets will end up losing power and dying

sterile pewter
blissful sonnet
#

no kid who is trying to grab your IP is going to bother trying to demask it

#

just dont give your IP out to people, and dont click on suspicious links, theres nothing else you really have to be worried about

sterile pewter
#

Fair. Most people don't actually try to DDoS anyways. If the threat is made, I'd ignore it, personally.

blissful sonnet
#

your local wifi router most likely has a firewall implemented and isnt accessible by the public internet anyways

north summit
#

i have heared about tor browser also

blissful sonnet
#

so its not like someone is going to eternalblue your machine and get remote access

#

use a vpn if you like extra privacy/encryption, and just dont be stupid clicking random links and you'll be fine

#

nobody cares to get your IP and do anything with it anyways

north summit
#

okay thank u

heavy forge
#

Is oath net a good search engine?

blissful sonnet
supple agate
#

I've been trying to play Multiplayer Hytale with my friend using Hamachi/Tailnet. When we try to establish a connection via Hamachi it says "Relayed tunnel" in game it says Carrier type "CGNAT" how do I bypass this and get a Peer to peer connection with my friend?

north summit
#

i have kali on a vm on my laptop and i would like to learn things on it i learned a little bit the linux like how to use the terminal ... and i would like to try something on kali what is the easiest thing to try?

blissful sonnet
north summit
#

okay thank u and the best tool for brute force my own email i get it from github?

heavy forge
blissful sonnet
blissful sonnet
#

theres also loads of other tools in kali

heavy forge
north summit
#

nope i am new to kali

blissful sonnet
#

justsearch on youtube

#

for videos about idk cracking passwords with hashcat or something

north summit
blissful sonnet
blissful sonnet
blissful sonnet
olive pecan
#

hello! newbie here that is looking for some clarification, sorry if im interrupting the convo

im trying to lock down specifically what skills id need to learn to become an IAM Analyst, ive gotten a bunch of different information from reserching and i keep getting returned videos of people saying to buy their course to get in the industry.

So far what i think i need to do is (as someone coming from outside of cybersecurity), get the following certs to prove i have foundational knowledge to get an entry level role:

CompTIA A+
CompTIA Security+
Cybersecurity CC by ISC2

can someone let me know if im misunderstanding anything / point me to where i should go? thank you!!

olive pecan
#

yeah its just confusing since i keep getting told about different certs and when i look at entry level job descriptions the main common identifier im seeing is like "are you familiar with okta/some other similar software"

blissful sonnet
#

stupid bot

blissful sonnet
#

u see job descriptions that say "are you familiar with okta/other software"

#

well, are you familiar with them?

olive pecan
#

confusing in that im being told to get different certs by different people

blissful sonnet
#

dont stress about that

#

get as many certs as you can

olive pecan
#

some people are saying i dont need network+ for iam, some are saying i should, things like that

blissful sonnet
#

certs hardly matter, sure they're good, but if you are knowledgeable, you can easily get into the industry

olive pecan
#

i am familiar with okta for my current role, but thats as an end user

heavy forge
blissful sonnet
blissful sonnet
heavy forge
blissful sonnet
blissful sonnet
#

the other ones i said are cheaper

heavy forge
olive pecan
#

sure, provinh you have foundational knowledge and not a piece of paper that claims you can do whatever, i get that

#

i guess to be more specific, is there anywhere you'd reccomend me to start off at first? and then go from there? or does it not really matter and just learn what i can ?

blissful sonnet
olive pecan
#

ah, fair i overthought it, thank you!

heavy forge
blissful sonnet
#

regarding geolocation and such, you cant get someones home address from their IP

heavy forge
blissful sonnet
#

you can pretty much get the county/state maybe, thats about it

heavy forge
#

So there’s really no way

blissful sonnet
#

you would need to social engineer their ISP to get their address if you were a motivated actor

heavy forge
blissful sonnet
#

ik

heavy forge
sterile pewter
#

Okay, need a bit of a pointer on what to do.

So, back in 2019, I got hired at Charter Communications as a Dev Ops working directly under my father's old manager (as he switched to Lumen) and worked there roughly till 2023. I then opened my own tech solutions business with my father after getting enough saved up to do so. Just recently, I finished my Master's in Cyber Security and Counter Terrorism, but due to sicknesses, I'm not really capable of working outside my home and I don't know jack about the state I reside and it's technology jobs.

Any pointers?

blissful sonnet
sterile pewter
#

I didn't really get far.

blissful sonnet
#

then you my friend, are unhelpable

sterile pewter
#

I see.

#

Welp, that concludes my stay then. Kinda only reason I came.

blissful sonnet
#

if you cant get a good idea of the employment/jobs sectors of the state you live in, then i have no idea what to say to you lol

#

if you want to work in IAM, search for "IAM Analysis jobs in (insert ur state here)" on google

sterile pewter
#

Google often points me to physical locations for work instead of virtual as my health will not permit a physical.

blissful sonnet
#

go on indeed, glassdoor, literally any recruiter site

#

filter for remote only jobs

sterile pewter
#

Indeed was the first I went to. Glassdoor similar like an alt?

blissful sonnet
#

yes

sterile pewter
#

Noted. And how reliable is Glassdoor compared to indeed?

blissful sonnet
#

i dont think you should be worrying about the reliability of said site when you are jobhunting

#

especially today, with a lot of job markets being fucked

#

just get signed up, upload ur resume, and apply for jobs

sterile pewter
#

Alright.

#

It's not really job hunting, just more of looking for a better one, yk?

blissful sonnet
#

fair

#

either way

sterile pewter
#

I appreciate it

heavy forge
blissful sonnet
#

john hammond

unborn ibex
#

uhh cool I guess but this server is not proper legal channels soooo goodbye?

whole patio