#š„ć»help-me
1 messages Ā· Page 84 of 1
I'm not with my system right now
still waiting, buddy
When I get home I will try it
alright
But I want to show you a screenshot of what is showing before
But I cant sent it to the group
You won't have the permission for screenshots here
So I want DM @whole patio
Just show me the output of the command I gave you, when you are back at your computer
I don't do "support via DM" here
can someone help me witha ndroid root files extract
Active.sav
1 /storage/emulated/0/āŖAndroid/data/com.pubg.imobile/files/UE4Game/ShadowTrackerExtra/ShadowTrackerExtra/Saved/SaveGames/Active.sav: open failed: EACCES (Permission denied)
what to do
seems like you lack permissions to transfer them
what are you trying to do again?
or extract in that matter
how can i give permission
if you are through a phone that is
what android version? is it 11?
oh ok then you have to root the emulator
what emulator is it again?
also it looks like you're trying to copy a pubg save file?
it is rooted ..it has option of root enable
i think hes trying to install cheats for pubg mobile š¤¦āāļø
no i am trying to change config file to reduce the graphics quality nothing more ..i used to do it but now i am unable to do
due to some android update
is there way to copy that file
oh ok yeah i see what the update is
even when your phone's rooted it's hard to access /android/data to begin with
if you had access to the SE you could just disable the restriction
adb shell setenforce 0
it's a linux command but android is linux based
i have adb enabled
did you get a file manager that has root access btw? could also help
you can try and get Root Explorer
i can't hop on vc atm
i'm about to study soon
go to your mumu adb folder in your own computer
open up a cmd directly on the path
connect to the local adb server adb.exe connect 127.0.0.1:7555
open a shell session with adb adb root , adb shell
and disable the enforced security su, setenforce 0
and reboot your emulator
idk if these steps would work for you all the way
all depends on the emulator
never done these stuff before so these are all researches
how to find this
where can i find it
its 64 bit
what will be name of folder
C:\Program Files\Netease\MuMu\nx_device
i found this
search-ms:displayname=Search%20Results%20in%20MuMu&crumb=location:C%3A%5CProgram%20Files%5CNetease%5CMuMu\sh_c_bin
kk good
now just go there and open up a cmd
there is a file name default inside it
.db file
it's a database
either that or smth else
not important in short
we're looking for adb.exe
PS C:\Program Files\Netease\MuMu\nx_device\12.0\device> adb.exe connect 127.0.0.1:7555
adb.exe : The term 'adb.exe' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
- adb.exe connect 127.0.0.1:7555
-
+ CategoryInfo : ObjectNotFound: (adb.exe:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
yeah because it's not in the folder is it?
try and find adb.exe somewhere around
idk where it's located
it will be there ??
idk dude
never done mumu emulator related stuff
let alone android but i know linux
guess we'll have to see
i can see 2 adb exe
Suggestion [3,General]: The command adb.exe was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\adb.exe". See "get-help about_Command_Precedence" for more details.
.\adb.exe
yup
that's the line you gotta change and that's it
.\adb.exe connect 127.0.0.1:7555
cannot connect to 127.0.0.1:7555: No connection could be made because the target machine actively refused it. (10061)
why
they deny access to it
is there any emulator that allow access
idk of any nope
i just want copy of that file
yeah ik but i can't really help with that beyond of what i've tried
nor can anyone really help pull all the strings
try bluestacks ig
you're gonna have to research more
bluestacks dont have direct option to root it
ah
also i am not sure if game modification is against their TOS
ik it's just texture or what not
but still not sure
no its just the option that is available in low end phones
i want to enable it on high end phone .. so low grphics with better visuals
one of my friend bypasses it since more than 6 month if i send you tool can you help me with how it works
like i've said do your research or just ask your friend to help
we're no tech support here and can't pull all the strings
Sounds more and more like attempting to glitch graphics to cheat, tbh
hello guys,joined soon.any one to give me a road map .i want to be ethical hacker.currently software engineering student
I've found a telegram group that scams people by giving them fake task any idea how can I report them
EL
Can't drop data to guest ...
DnD: Error: Drag and drop to guest not possible -- either the guest OS does not support this, or the Guest Additions are not installed.
Result Code:
VBOX_E_DND_E (0x80bb0011)
Component:
GuestDnDTarget Wrap
Interface:
IGuestDnDTarge t
{50ce4b51-0ff7-46b7-a138-3c6e5ac94 6b4}
Callee:
IDnDTarget
{ff5befc3-4ba3-
7903-2aa4-4398 8ba11554}
7:03 AM
8/28/2025
Right Ctrl
Are you using virtualbox?
Do you have guest additions? Have you been able to drag & drop before?
@north nacelle
yes
no just inst
I need a pc thatās cheap I just want to download stuff into like a test pc
Basically a test subject
Simply a virtual machine?
Raspberry pi
How much storage
I don't think you do
There are quite a few, selenium seems good
@robust walrus we do not help with that here. Please donāt ask again!
It depends
Yeah why not a VM
I got a hdd hard drive
nmap -sS = Stealthier ā uses SYN scan, doesn't complete handshake.
nmap -sT -T0 = Not stealthy ā full TCP connect, but very slow (because -T0 is "paranoid" timing).
Yah I know but I mean is they both will pass the system? Or sS more stealthy? Than t0
-sS is more stealthy than -sT -T0.
Thank man
The reason nmap -sS is more stealthy than nmap -sT -T0 comes down to how each scan interacts with the target system. The -sS option performs a SYN scan, which is often called a "half-open" scan because it only sends the initial SYN packet to initiate a connection. If the port is open, the target replies with a SYN-ACK, but instead of completing the handshake by sending an ACK (like a normal connection would), the scanner immediately sends an RST (reset) packet to tear it down. This incomplete handshake means the connection is never fully established, and because of that, it often doesnāt get logged by services or firewalls that only record full connections. Itās a preferred stealth method because it's fast, effective, and less likely to trigger intrusion detection systems (IDS), especially those looking for full TCP connections.
On the other hand, -sT is a TCP connect scan which uses the operating systemās normal networking stack to complete the full TCP three-way handshake. That means every scanned port results in a real connection being made, just like any other legitimate user would do. When you add -T0 (paranoid timing), it makes the scan extremely slow and spaced out in time, which can help avoid triggering rate-based alerts or basic IDS thresholds. However, even though itās slower and less aggressive, each connection is still fully logged by the target as a legitimate TCP connection attempt. So while -T0 helps with avoiding suspicion due to scan speed, it does nothing to hide the scan technique itself, which is still obvious to systems that log or monitor connections.
In short, -sS avoids making full connections, which makes it inherently stealthier, while -sT -T0 just scans more slowly but is still very visible to any decent monitoring system.
is she locked out or is the account closed?
prolly locked out. seems like.
contact support of the email provider
Hello
Please check your dm
āŗļøš„²
Please can anyone guide me on a cracking and configs course š
Coz I really really need ur help
Iām cracking what
on*
heās asking for combolists and cracked software that you find on breachforums and all
Thanks id keep checking tho
š
LMAO
I don't think I'm relaying my message well enough
ofc
Any sites
I'm currently doing this for research purpose I need to be able to get the lists myself
for sure bro
research purposes my ass
read the rules lol
this isnāt an illegal community
we wouldnāt exist as a community if weād help with these things left and right
Its all hacking
Not illegal means I'm unto
Ok got it.
I saw option for grey hat when signing here rn
Gotcha
caught later on
Gotcha
or be an accomplice
if you want to learn legal cybersecurity and become industry ready though, go to #š„ć»new-member-guide
Good day everyone, please I'm trying to learn or work in cybersecurity, but currently I'm in my second year Computer science major. I only have a router, a dell latitude e5570 core i3 6th generation, 8gb ram, 256gb nvme ssd
Currently I don't know where to start from, thinking about it alone seems overwhelming, but I think I would love being a pentester or a cybersecurity engineer, but no path to follow, and also can't afford any of those certs at the moment because they are too costly, I need a guide please
hey, so I have been following the guide on the discord, and going through THM pre security but, intro to lan, osi model, packets and frames, and extending your network are all paywalled. What do I do?
Move onto any other free room in pre security or cybersec 101 š¤·āāļø
thanks
also your laptop is more than enough for learning and hacking
Arguably its at the lower end of the spectrum to enjoy the ride
Okay, thanks
@granite zealot I already told you I don't do support over DMs
for the third, and final, time.. what is the output you get from apt policy openvpn
so several things - first: You are doing upgrading wrong. This is the way to do it https://www.kali.org/docs/general-use/updating-kali/
When should you update Kali?
If you have a default installation of Kali, you should be checking for updates every few weeks. If you need a new version of a tool, or hear about a security update, that may speed up the timetable. However, a good practice is that you ensure all tools work before an engagement and during that engagement you should n...
the other thing - you have conflicting dependencies installed. This is something you caused yourself.. either you followed some outdated guide, or something chatgpt told you to do. This is why your update fails
I don't know what it is you did, and I have little hope that you know yourself.. but either you need to painstakingly undo what it did.. or this is just broken beyond repair and should be reinstalled altogether
Install kali new
Okay
and dont install stuff outside of the repository
if its not installed with apt install then stay away from it.
Okay sir
IF you do - it's assumed you kinda know what you are doing
I will install it again and give you feedback
Who tf breaking rules in here š jkjk Hope everyone is have a good day & thank you all for helping others š«¶
But pls where can I get the direct source to download Kali?
Cause maybe I downloaded it from a wrong source
Why dāyou want to install kali from beginning if itās just openvpn whoās broken
Okay
Also just search up install kali linux and it will show up
its not openvpn thats broken
@opal pilot I'm finding it difficult to install open vpn
no you are not
What is it
you broke your installation - and as a "result" you cant update anymore, and as a result you cant install from repositories anymore
since they do not know what caused it, the chances to recover from this are low.. reinstallation should be way faster
Just add the default kali repo to the source.list file?
eh... no
What did he broke lol
he doesn't know. but it ended up in already conflicting dependencies, that are installed right now. So unless that is resolved, apt will look at the mess and say "Yeah no, I'm not going to touch this with a 10 foot pole anymore"
this can be salvaged, "if" you know what caused the "impossible situation" and repair it manually.. but this does not seem to be a realistic option here
Lol yea he wonāt fix everything manually
Wait it looks like I downloaded the wrong version
Cause to download it takes a large amount of megabyte
Itās an iso file
You can install it through torrent tho to make it even faster
But it shouldnāt take very long with a descent wifi connection
always select the button that says "recommended"
But pls I want to as a question can you connect ur Kali to your Google Chrome ?
google chrome on linux is just the same browser as it is elsewhere
why do you want to use the default browser anyway
Seconded. Michael may be better off with a linux distro that is more lenient towards new users
Hi , I am suspicious that my device has probably been breached recently , however after which i did reset it , but now i have some huge suspicions over the data that i might have lost and multiple other things , since i have less of IT knowledge ....can someone here help me out in understanding what i can do to keep myself secure and limit the amount of damage . Can someone help?
kalis pretty simple idk
get a new device
what device was it anyway
hey i know this might look a bit fun or something ... but i find it a bit serious for me ....can someone help??
yeah what device is it
It is samsung A50
login to your google account from a desktop browser
click "security"
check sussy signins
any weird devices u dont use with that email there?
During restting it , I could clearly see a random application installed and logged into some account , which i had never done on my own
whats the app name?
An app? Does it by change have no icon?
Or no name
Resetting it, wiping it in the process.. this might bring back some stock software you don't remember, or that got a different name/icon with later updates.
It is very unlikely to have a smarthphone persistently compromised as a normal person.. so unless your life or that of your "enemies" is quite spicy.. I would not assume that anything people threw at you survived a reset. That being said - I would not consider an android 9 smartphone especially secure, and if replacing it is an option, I would consider that
it was named after a number - 74758517719
it had an android icon
lemme check that rq
i can share the image if somehow it is possible
mentioned
did you check the google devices though?
Itās probably a third app app that you installed and it send a request to connect to a port of the hacker
For him to be able to read files and extract them etc
bro i have some huge suspicions over the things that are kind of going on in my life .... and i have least of IT knowledge nor am i much of a chat person ... i would really appreciate if a person withthe right security knowledge or experience can connect with me
try factory resetting it without restoring any cloud services
I have seen my fair share of people that assumed they were hit with - essentially - nation state malware, all of them did not quite have a technical background. What I have "not" seen, is an ordinary person actually being targeted
yeah
not saying it is ruled out.. but you pretty much "know" whether you are a potential target..
yes , i did reset yes thats what i did , and right now i belive my device is secure but there are things i am a bit concerned about
but did you restore cloud services with it?
also may you list your concerns besides the 74758517719 app
logged in to google acc , thats it ....is it also not secure
drive and all
did you restore anything from google drive?
not like downloading it on device ....do u basically say that some file on it could be a malware?
possibly
"Is it theoretically possible"-questions are always nonsensical. This answer will always be "it depends" and the one giving the answer and the one receiving it take very different meaning away from it
some of the files could've been infected and if you restored it then it could potentially bring the malware back
By any chance , will anyone be comfortable in connecting on voice chat or google meet
no sry
What, like a cave man? No
What are the best TryHackme certs?
is there anyone that can help me with octosniff?
SAL1
never heard of that
What are you using it for?
??
nothing malicious i promise
Well now I highly doubt that since that is the first thing you said
oh its like phishing
Make sure to read the #šć»rules
or something
Duh
so i can use it
But people use it maliciously
and what did i say
he isnt gpt, saying your not using it maliciously wont bypass a human
Yea but you couldnāt tell us what you were using it for and your first response made you a little sus to us
i can see that
So explain. What are you using it for
"nothing malicious i promise"
im simply asking for help and if you dont want to give it then dont
You showed up 12 mins ago and the first thing you ask about is a tool that is known to be used maliciously?
i found this discord on a video off instagram
ye from srhoe
you guys are clearly no help so nvm
You are welcomed here but please read the #šć»rules and come correct. Still couldnāt tell me what you are using it for. Wow!
Guilt tripping refers to the act of making someone feel guilty, often to manipulate them into changing their behavior or complying with a request.
look at this chat
this was all because i asked for helpXD
and you felt the need to push for imformation you dont need
we do
because we donāt assist with things youāll clearly use illegally
smh
No your first question here, being here for 15 mins was about a tool known to be used maliciously and you couldnāt tell us nor explain what you wanted to use it for after being asked 3 times. Make it make sense please
@lost vapor š ā¬ļø
@fleet corali see this, and i cannot see a logical reason for one to want to use this
this is basically an ip sniffer, nothing educative about it nor can i see a reason for you to use it legally
exactly
we're talking about an ip sniffer for playstation platforms nontheless
the most non serious platforms on earth
I just looked it up, It looks like a sniffer that looks like has logic in to decrypt communication between consoles and servers. I have no idea how that could be legal
"most non serious" š¤£
There is also no code available, so it itself could have malicious code in it too that the users are unaware of 
I found a similar project. Research time!
i'd like to inspect the code for stuff like that too ngl
they had to clarify "100% no malware" in the description
gonna research as well
Just like Microsoft Clarifying that SMB3 encryption is WAN-ready 
every trojan tells you that its a trojan if it is a trojan ofc
appairently old
ohhh never heard of it
Same, but their copyright can't lie
oof
Instagram Support
good luck with that
Who do you think has access to the back-end 
i tried with them 4 times and it was linked to the same email i use rn but no good
@hasty ether we do not do account recovery here. You can contact the proper support for that platform and go from there. But here, read the #šć»rules # 3
Maybe we should offer "account burial services" .. find closure, maybe recite a poem in its memory
If I want to test all uni's server to test DOS attack for research purposes should I take premation from all of them ?
you should take that "want" of yours, press it into a tiny ball and put it far away
It's for research I want to find which one has best server I didn't ask about how to DOS I asked as bout seeking permissions
It is always "for research", "educational purpose", "curiosity" or whatever people think up as an excuse.. but you're not the owner of those servers. You are not the service providers for that servers.. whether they happen to be hosted on premise, whether they are hosted by some service providers.. you don't even know who to ask for and whether they are authorized to even give you permission.
So stop pretending your weird curiosity has a PHD, and it is fine, and keep your hands off of other peoples infrastructure, before you disrupt some service that, as it turns out, was critical.
"No sir, I'm not an arsonist, I am a fire-proof researcher"
hi guys i have a question, lets say you're keeping up to date with new cybersecurity vulns, exploits, etc. How long will that usually take, does it take like 30 -60 minutes, hours, how long?
did i say to you how to preform dos ?
You asked what you should do, if you want to do X. (ask for permission)
But doing X is a really dumb idea, regardless of whether you ask for permission.
That you didn't ask "how do I perform this" doesn't change it.
If a child come up to me with a skalpel and asks whether it should ask permission to operate a liver out of his best buddy, I am telling it not to do that.. if it replies "I didn't ask you HOW to cut someone open" is a weak, weak, weak argument
That depends.. at some point you will be part of a network, where people know what you are doing and will inform you about stuff you should be aware of.. so it feels like barely an effort anymore
maybe i ask it in wrong way i know i should always ask permeation and NDA , i was asking if i want to compare two systeam i should ask them both right?
You are really not getting it, are you
oh well, I did my due dilligence here
i got your point budy
but im asking in legal term in real word i should ask for permeation before doing any thing right ?
You do not even have an idea of who you have to ask.. this is a childish notion "I ask the university, right?"
Whom are you asking there? Are those systems even provided by the person(s) you ask.. can you verify that.. are those person(s) even authorized to answer your question? Ask a professor of the faculty? If he says "yes", did he even check with the service provider? Does he even KNOW that his servers are maintained by a service provider? Could the service provider then maybe give you permission? Hell no it can't, cause it has no idea what services the client is even running there.
Stop trying to rationalize that weird idea that anyone out there wants you to do that, can authorize you to do that, and "leave it be"
If they want someone to test their security and failback/fallback solutions.. THEY will look for somebody.. someone way more qualified and insured and organized than you
I'm so happy for you, that you learned about this new thing that people call dos - but you are not some freelance dos-protection researcher.. you are just looking for an excuse to do something, that the world does not want you to do
like with other pentesters and stuff?
might be pentesters, might be security researchers, people you met over a shared software solution, people that sift news articles and think to themselves "oh wow, that is something that Pibbler would want to know about"
I see your point about the legal and technical aspects. However, I would appreciate feedback that focuses on the issue rather than personal remarks about my understanding or intentions
I'm sure you do
but lets say im like solo right, idk if thats possible as a job for a pentester (since im new to cybersecurity), how much would i have to study the new updates for?
That is assuming there is some arbitrary mark to reach. No pentester out there is proficient at the bleeding edge of all topics and technologies, and some may be part of an organization that develops their own tools and maintains their own database of vulnerabilities that are not public knowledge.
If you are indeed solo, it varies wildly depending on how much the spectrum of your service covers. Even with distinctions of app/secure coding assessments it will depend on whether you know the specific issues of this or that programming language.
I know you are looking for a number of ~ daily hours here, but it will most likely be the other way round.. how much time do you have, and how efficiently can you fill those
I'm no pentester, I am an infosec consultant.. I have a good working knowledge of pentesting, but I would not be able maintain the level of up to date specifics to be satisfied myself with it, while still doing the consulting part.. so I don't try to
I personally consider "being" a pentester already a full time job
doing the job comes on top of that
ymmv though.. there are surely pentesters out there who are comfortable just working through their company playbook and call it a day
ahh okokk, i just dont wanna sound rude here and dont take it personal or anyone readin this, but keeping up to dates like everyweek sound so exhausting and it gives me the image that pentesters are on their computer 24/7. I just started getting into pentesting and im loving it ngl, but keeping up to date makes me feel that i wont be able to go outside at all lol.
That is why it is a good idea to crowdsource the "staying up to date" part with likeminded people
for instance.. you dont have to check every new tool or script by yourself.. quite often people just like to tell that they found something cool
Ok you all are writing books in here now š¤·āāļø cool, @ me if sh!t goes against the #šć»rules š«”
could we also order 3 cokes for table5? š
ah okokkk, thatnk you so much, sorry for the big bother
no bother at all
in fact I "should" follow the course I am doing right now, but am lowkey not motivated to do so, so any distraction is welcome š
matter fact, one final thing, could you potentially get fired from your job if you dont keep up with new vulns or exploits?
I don't think a company would risk getting sued because they did not provide their employees with the necessary training they expect them to have.
I would assume, in many cases, the question isn't whether you risk getting fired.. it is whether you will be promoted or getting a raise, if you do not offer more to your boss.
Honestly the reality is quite often that your team lead or your boss expects you to have certifications, because clients want to see that, but then there is not a high expectation for what you can actually deliver. You are always time constrained during an engagement, and the client might be ah-oh-kay with "no significant finding at all" anyway, cause they just have to do a pentest for compliance reasons and don't really want to fix anything.
many pentesters just burn out cause their own expectations are not met by their daily job, and they end up following the playbook and writing reports, while they know they "could" be doing a lot more meaningful stuff
But.. if you are the kinda person that is intrinsically motivated to always better themselves.. then the question of "do I get fired if I don't do X?" won't come up anyway.
If you are not that kinda person.. you will probably not consider pentesting a job you enjoy doing
some people pursue the career because it pays well without any personal, inner involvement.. those mostly just don't make it
Of course - all bets are out the window if your are solo/freelancer š
So my advice.. get an industry-wide recognized certification.. choose a single field you are getting REALLY good in.. become the "guy or gal to ask, if that comes up" .. find someone who will employ you, and the rest will follow
Ah Okok, so from what I kinda understood is that when you get hired, someone in there will train you and how to keep up with updates, or simple networking in the people from your job or anywhere that is in cybersecurity will also keep you up to date?
gosh that sounds illegal
that's the theory at least
Ah okokkk, well thank you so muchhhh
Good morning I'm new here need help learning ethical and also need some help getting into my old gmails that have 2fa but they have all my pics n things from the past 20 years if someone could guide me or give me a hand I'd be more then happy n thankful
your gmail is gone, if google support will not help you
as for the other question #š„ć»new-member-guide
I have a slight problem and Iām looking for someone to help me solve it.. I have someone sending hateful comments about a friend on a dedicated IG page and I would like to have it removed⦠how can I get that done?
report to instagram
the only way
How to install windows 11 when a prompt message comes saying "Install driver to show hardware"
you'll need to lookup and install the drivers specific to your computer spec
put them onto a usb and plug them in then select those drivers for install
they'll need to be the right ones though
Put them into separate usb?
yeah
????????
no
you donāt need to put drivers on a usb
you install drivers from the correct manufacturer and run the file as a normal executable
ive had this issue before, that was one of the resolutions that worked for
oh
yes this is not possible
when you are in the installation thing
Reflash
He has
A corrupted image probably
he should just reflash and reattempt install
i wanna learn bash, anyone can give me course recommendations?
thanks ill check it out
I want to build a web crawler with Scrapy any suggestions on where to start
Hi guys
I'm new hereš
Hey
Welcome! Check this out https://discord.com/channels/990435451334688768/1306084252437450763
Thank you
Also some alternatives exist like : beautiful soup, playwright, selenium,mechanical soup, frameless, colly, etc.
If youāre targeting social media I can recommend one or two books.
Did you save your 2fa recovery code?
I did but they were lost due to me becoming homeless shortly after
Im just now getting out of that
My phone was lost or stolen We recommend you: Sign out of the lost or stolen phone. Change your Google Account password. You have several ways y
If all else fails youāre gonna need to contact customer support. Weāre not gonna be able to help you recover your account any better than Google can.
I can dig it
Thank u for the advice
I've not been able to contact customer support either
It sucks
Sorry youāre having to deal with that. You can always try to explain your situation and get any sensitive documents sent to a new account if youāre in a bad spot (need legal documents etc that are trapped in the old email). I can definitely sympathize for anyone crossing over the path of being homeless. Best of luck, and well done on making it this far! Thatās not easy to recover from.
I think Iāve written a book or two in here, will try to refrain from now on. Sorry ā¤ļø
I was just kitten. I am being a hoot. Please proceed if it is helpful & educational. Thank you for sharing
I want to become a server security but I don't have any tools
What is this link for?
free giftcard
Really āŗļø

@orchid elm this is the second time you have asked for something unethical. Please read the #šć»rules when you come back from timeout.
anyone here?
have u tried bug bounty hunting?
thats very nice
I was just about to point this out š
Right
well then did u earn that alone?
without a team?
ur amzing man
I bughunted mostly alone, what I did in a team I didnāt list as earnings
well i can send my road map here right?
ye my massege got blocked (:
@spiral notch i will dm u
oh huh
alr but we can continue here later on
In case others have issues too
or similar questions
ye sure i just send u the road map u can review it and we will talk here
i need help with installing kali linux
alr i can help u
The vm machine?
Yeep
Youtube can help you
I did it that way but took me a bit of time to understand
Nope all it has is old versions
New versions the updated onces are confusing
I dont think it does
You have idea about setting up the harddrive and all
?
I think there r some new ones
Ir does
I am trying since 3 days
The new once are troublesome
Oh fair enough o probably gonna have to redo the installation then if I have downloaded the older version šš
Yea
i aspire to be you
work towards it thatās the only way
and I believe you can be better
Is your earnings after tax or before tax?
after obv
Wow you must be hitting 6 figures a year if thats after tex
I do, I work in cybersec as a red team operator and part time employer :3
these earnings are not really tied to job earnings, atleast not entirely
Wow thats impressive are you based in the UK or different country
Cz
Czech?
yes
Has anyone installed tails? If so, I can use some help, I believe Iām missing something
#š„ć»help-me message anything new on that front I talked to you about
Well i contacted a friend we are sorting things out
so.. you did not compare any checksums then
and you didnt look up how to do that in the two days since I suggested that as the next step
Well i considered reading the guide
I felt it's better to uninstall the vm and re install again
So you did.. and what did that consideration lead to?
But doing the same stuff that didn't work before, again, didn't help then
Still in mid process......had ro deal with other shit
alright then
Do things from scratch using the guide
Installing Kali Linux (single boot) on your computer is an easy process. This guide will cover the basic install (which can be done on bare metal or guest VM), with the option of encrypting the partition. At times, you may have sensitive data you would prefer to encrypt using Full Disk Encryption (FDE). During the setup process you can initiate ...
not that one, if he is using virtualbox as hypervisor
This guide is about virtualizing Kali Linux inside of VirtualBox, allowing you to have a Kali VM. This is a great way to use Kali, as it is completely separate from the host, allows you to interact with other VMs (as well as the host machine and other machines on the network), and allows you to revert to snapshots.
I still assume, from our prior interaction, that his download is corrupt or altered by AV .. but confirming that proved.. difficult
oh well
sorry for the very late reply i know but i wanna make sure i didn't allow any suspicious files from getintopc.com
and if i did intall adware or spyware or any other shit how do i get rid of it?
It always depends
So what indicators of compromise are you sure about? Whats makes you think you got malware
forget about maybes for a moment - what are we sure about
Is anyone going to register to the holmes CTF on Hackthebox?
Because I want a team to play with
well i got my ram a bit to high but it was from bitdefender antivirus i deleted it afterwards
today i got like a black screen with like the "X" and the minimize to taskbar on my screen for one second
rn im playing rainbow six seige
what are the symptoms of crypto miners?
"My ram usage is high and everything seems slow" is always something people notice, even if they have no malware at all.
That black box - any accompanying circumstances? Did you install or update or start something at that time?
Any maybe stop playing if you are looking for help at the same time
respect other peoples time here
sorry i can respond at the same pace and no i did not open or uninstall something at that time i was just looking on temu
so thats something then.
Has any antivirus software currently reported findings?
no
Alright, assessment so far
mind if i ask what is assessment?
looking at what we have
So unless you have more to go on.. like "I downloaded something shady and ran it" or "cracks", "keyloggers", some "mods" you installed or anything like that.. we only assume compromised systems right now.
Are there other machines with the same operating system at you network?
do you share with family/friends/study buddys or anything like that
no it's my personal pc
I mean the network
Since we have pretty much nothing to go on right now - could be a family member that got malware, and it had opportunity to spread. Could be that you have an outdated router somewhere that has known vulnerabilites, etc.. we don't know your situation and we can't read your mind.
You ask us "how to remove malware", but unless we have an idea about what is going on over there, thats hard to tell
Thats why I said "it always depends"
If I tell you what files to save somewhere and reinstall, but the attack vector was somewhere else, we have not gained anything
yes i might ask some hard to ask questions i don't really know what to do
thats why I am leading you with questions
So unless you have more to go on.. like "I downloaded something shady and ran it" or "cracks", "keyloggers", some "mods" you installed or anything like that.. we only assume compromised systems right now.
This was one of them, btw
sorry for wasting time just for the record is microsoft the best antivitus and should i not waste my time with the others?
I see you are on a server with a ps3 emulator.. got any new games there that where cracked, for instance
yes
but the sites i visited show really no problems with that
like keyloggers or spyware
Its not unusual that those get picked up days, weeks, even months later - its always a cat&mouse game for malware signatures to get updated. Especially if malware is not widely spread.. if its only "people that downloaded this ps3 image", it might take a lot longer than for example "I sent my malware via email to 250.000 people
Alright - what I would do, if I were in your situation. Assuming that you think you got some malware, and whether or not thats true, you want a clean slate
so to redownload windows again?
find some external hard disk, thats big enough to hold all the data you want to keep. pictures, documents, the %AppData% folder, password container, etc-
Make a backup of your files there. Store the external hardware away somewhere afterwards, we are not touching that one for at least a week
get a windows installation media, that was downloaded and flashed on a different machine.. ask friend, family, colleagues to do that.
Install anew from that installation medium. Do not connect to any shares like oneDrive, dropbox or whatever you kids use nowadays .. feel free to install programs from their official sources.. use those to change passwords at different services.. like your mail password, your steam password, etc
Check whether anything that seems odd happens
After about a week - attach the external hard drive. Scan it with any antivirus you like, I personally like to recommend malwarebyte antimalware.. in its free version its not a regular AV software, its more something you use if and when you need to check something
if it detects something, we look at that. If it detects nothing, I would assume that media and document files are fine. and reassemble your data structure from there
====
That is what I would suggest, just to ease your mind though.
So far I have not seen anything that actually confirms you have malware on your system
and keep away from cracked software .. beside cheats and mod packs its the number one vector for attackers
use a password manager, activate 2fa authetification where possible, get a haircut .. the usual advice
thx i already did the haircut tho
š
and if you want, keep the hard drive as it is.. look again in a month, see whether you were right and that there WAS something fishy there.
I think my personal record was malware, that got detected 3 years after the fact
Hey guys ,i am trying to secure my phone well for fun and I made a statful firewall for it and I prevented apk from executing any port for long session ,and I was wondering Is there any execution beside apk in the phones by default i should block too or apk is the only danger
a client had a machine, that had the "VLC plus" player installed. That was a rip off of the real vlc player, and had at various times been used to install adware/malware.. they actually found the malware, but did not attribute it to that software
jellybeans was also malware that went below the radar for a long time
at least there used to be at least one version
I was able to get to the booting part of tails but now it shows this. The next step is the persistence option that should be popping up. Does anyone know how I can fix this?
Does anyone work in cyber security or has worked in cyber security that i can interview briefly?
It's for a paper for my class
@ some1 called i bark at computers n see if they can help u
hey, had a quick question. Is it good that i use nala instead of apt in kali ?
I mean if itās good for you, then itās good.
Just a different package manager. Some people still prefer apt. Sort of a broken wheel situation.
But thatās the beauty of Linux right? Itās whatever works for you.
@feral raven
Anyone have experience with bug bounty?
Iām iso help removing a virus from my laptops if anyone can help or point me in the right direction it would be most appreciated
Grab MalwareBytes and run a full scan and pray it finds something. But if you want to be on the safe side, you just do a fresh Windows 11 installation.
Itās staying after a clean install and wiping disk from parted live
Why do you think you have a virus?
You canāt share pics. Could you explain ioc?
Thousands of registries that are new and super sketchy, a DVDRW volume thatās ONLY been seen in winPE cmd prompt and is writ protected that I canāt remove, remote featues that are disabled turning themselves on , a lot more crap as well
That is not a sign of compromise.
Iāve wiped every disk with gparted multiple times and done fresh installs with different new windows via jump drive and immediately after install it returns
There are a few registries that are interesting for malwares. One of them is for persistance.
https://attack.mitre.org/techniques/T1547/001/
ya wipe it is my call
older windows reads Old burn sectors of dvd / cd
so lets say you half burn a dvd (100 megs. ) change your mind and write NEW data older windows can "pick" what part to read new windows just reads the last one by default
Imo those are strange behaviors but they arenāt ioc by themselves. a virus is something you can verify, like a malicious hash, IP, or registry key. Its not accurate to just call that a virus without solid evidence, it could also be system anomalies or config issues. š¤·āāļø
If youāre paranoid you can just replace the hard drive lol
š
how many times would you keep asking this lol
@chilly merlin
pylon changed the name of the interface but yes i do. phy#1, interface PYLON, ifidex 2, wdev 0x100000001, addr, type managed
sudo airmon-ng check kill
š
sudo ip link set wlan1 down
sudo iw dev wlan1 set type monitor
sudo ip link set wlan1 up
yea 2nd command didnt work
Turn monitor mode ON (robust)
0) Auto-detect the AWUS1900 (driver = 8814au)
IFACE=$(for i in /sys/class/net/wlan*; do d=$(readlink -f "$i/device/driver" 2>/dev/null || true); [[ "$d" == "8814au" ]] && basename "$i"; done | head -n1)
echo "AWUS1900 interface: ${IFACE:-NOT FOUND}"; [ -n "$IFACE" ] || exit 1
1) Stop services that interfere
sudo airmon-ng check kill
2) Try native monitor mode; if it fails, create a separate monitor iface
sudo ip link set "$IFACE" down
if sudo iw dev "$IFACE" set type monitor 2>/dev/null; then
MON="$IFACE"
else
sudo iw dev "$IFACE" interface add mon0 type monitor
MON="mon0"
fi
sudo ip link set "$MON" up
3) Show result
echo "Monitor interface: $MON"
iw dev
You can now capture on $MON (e.g., airodump-ng $MON or open it in Wireshark).
Turn monitor mode OFF (back to normal Wi-Fi)
Re-detect the base AWUS1900 iface
IFACE=$(for i in /sys/class/net/wlan*; do d=$(readlink -f "$i/device/driver" 2>/dev/null || true); [[ "$d" == "8814au" ]] && basename "$i"; done | head -n1)
If we made a separate monitor iface (mon0), delete it
if ip link show mon0 &>/dev/null; then
sudo ip link set mon0 down
sudo iw dev mon0 del
fi
Put the base iface back to managed and re-enable networking
sudo ip link set "$IFACE" down
sudo iw dev "$IFACE" set type managed
sudo ip link set "$IFACE" up
sudo systemctl restart NetworkManager
nmcli dev status
If you still get an error, run:
iw dev; iw list | sed -n '/Supported interface modes:/,/^$/p'
and check that monitor is listed and the iface name matches what youāre using.
i hope that works. im getting customers and jumped the gun
all good man, ill figure it out, thx
tell me how its going
am i spossed to put the 2nd part in a file and then run it bc thats what im about to do and then run it
what's the problem?
The usual.. realtek
yep, tbh instructions are kinda confusing for step 2
Im trying to get a virtual machine on my desktop, I downloaded kali linux virtual box tor, and then i seeded it and i try to extract the folder and it basically says an unexpected error is preventing the archive from being extracted error 0x800FFF catastrpohic failure
Anyone got any tips into breaking into Kali Linux Iām a beginner when it comes to it
there is no kali linux virtual box tor to download.. whats the file name of the thing you downloaded
Thx
I didnt say it exactly right i went to kali linux selected the virtual box download and clicked tor
unless you downloaded from some weird sketchy site other than the official one
you dont need pics permission to give me a file name
Oh i was showing u the torrent
kali-linux-2025.2-virtualbox-amd64.7z.torrent
This is the torrent file
torrent then, okay - you do have a torrent client installed?
Thats my fault abriviating torrent when tor is also a popular thing
Yes qbittorrent
I understand u went to virtual machines then torrent docs or sum u went to torrent ?
your host OS is windows, I guess?
I stead of torrent see the lil arrow pointing down. Use that for 7z at least that's what I used previously
Instead*
Alright. Every now and then Windows has a thing about looking at kali images and saying LOLNOPE, that is why its a good idea to download it into a folder that is excempt from defender, or whatever your antivirus solution is.
torrent should do its own integrity check here
Yes im using windows defender
And how would i excempt a folder
I dont even have folder protection on
doing that rn
Please don't try to DM me ^^ we can do all this here
Didnt try to dm you* it went through
But alright yeah that works with me
Just sent an image cause i havent unlocked the perms yet
Excempting it didnt work
Do you know how to compare checksums?
Hey does anyone here know any browsers to stay anonymous
That donāt collect data etc
those are not the same thing, but.. if we are talking about desktop browsers, I like to recommend librewolf and taking some time reading up on extensions/plugins to give you that warm, fuzzy feeling
Ohhh thank you
Yessir
Okay thank you sir
@wanton marsh @radiant stone do you to know how to do linux depoly
Hardened Firefox is better than all
Imo
If you use firefox and your usual routine after installing in is to go through all the settings and turn off reporting, tracking and activate enhanced privacy setting.. save yourself to trouble and take librewolf right away.. its firefox without the stuff no one wants
No "we have AI now, too, to group your tabs!"

How to take over a domain ? Any resources writeup or YouTube video? If you have kindly share and ping me
you mean like a domain transfer request to a domain registrar?
maybe describe what you want to do
Takeover like if there is any misconfiguration we can get full access to the domain.
an internet domain, or a "this is my AD and this is my domain controller"
Internet domain
You dont
There is no administrator in a company that "configures his domain wrong, and then its gone". Those are registered and handled by domain registrars in constant communication.
You can put up a domain transfer request with any domain registrar and say.. you know what? gmail.com .. I would like to have that. And they take your PII for that, and inform the current owner.. then they all laugh about you and tell you to pound sand
what "does" happen though.. from time to time.. is that people forget to pay for their domain, and after a while it becomes legally available
I'll be real i want to take over my university website š¬
There are oh so many things I would like to say now
but.. let's keep those in the realm of vivid imagination and go "Gosh, that sounds super illegal, and thus #šć»rules 3 goes into effect"
Okay I won't repeat this again
Is the cybersecurity roadmap on roadmap.sh good?
https://roadmap.sh/cyber-security
It's so often referenced, that its neither good nor bad anymore, it's just a reference lots of people use by now. Whats your next question there?
I was wondering if it's something I should follow
looks pretty good to me. no harm in following it but make sure you do your external research on each concept mentioned in the flow. explore different resources, sign up on thm/htb, practice web attacks on portswigger academy and keep learning about stuff from there
Okay, thank you
though this isnāt the entire thing and you definitely donāt want to consider yourself an expert if you go through this because the concepts are just to provide you the knowledge you should know before mastering something
you canāt takeover a domain, but a subdomain takeover is very possible and frequently happens in the wild but obv you donāt want to test your uni against it and cause problems to yourself 
Listen to this
https://m.youtube.com/watch?v=G399x-r5ZSw&list=PLtN43kak3fFEEDNo0ks9QVKYfQpT2yUEo&index=11&pp=iAQB
Then, donāt do it, lol.
A 14-year-old kid who finds himself bored in class decides to hack someoneās twitter account and ends up with more than he bargained for.
hello guys iam a new member
did anyone completed ejpt ? if yes then can u give me any suggestions?
also iam new to cybersecurity and all....
If youre new you should complete the basics first
Majority of the people here have done ejpt
@bold cradle
If you dont mind me asking, what's ejpt 
Ejpt is a specialised certification for red team pen tester
oops jk wrong channel
Im not advanced enough for that š¤£
dw i was jk
Alright š
If you want to improve go on HTB and THM to improve
aight thx m8
should i try doin both
Yes it will help theres a guide if you want to follow it in #š„ć»new-member-guide
@finite vessel
no. pick thm and grind it for like a few months then switch to htb
both have different environments to learn
got it got it
Being a complete noob is great. Lots of easy wins in the beginning.
Enjoy it ā¤ļø
yeah for sure!! felt like a community like this is gon help me out big time
thanks man š
I am using caelestia dots in Arch linux.
and there is a particular part here : https://github.com/caelestia-dots/shell/blob/main/modules/dashboard/Performance.qml
I want it to be in C and not F right
But I don't know where it exists in my system
It's not in the config file
It does exist here : ~/.local/share/caelestia/shell/modules/dashboard/
but when I edit it, the changes does not apply
function displayTemp(temp: real): string {
return `${Math.ceil(temp)}°C`;
}
I used this
Either my code is incorrect, or the file is not connected to it
Need help
You can. It doesnāt even have to be great. You could get by with 4 cores and 8gb but windows is gonna run like a poop stick.
6-8 cores is gonna be nicer and 16GB ram
If you go with Linux itāll utilize your resources better, so if you have a lower spec laptop itāll kinda make up for it.
I personally recommend grabbing a refurb thinkpad.
I got a t490 for $200 off Newegg
Threw fedora on it
what linux distro
is good for beginners
i just installed mint on my old ass laptop
does that check out
Hello everyone I looking for someone who passed CND EC counsil certificate , I prepare for this certificate I need help to know how to prepare for exam and advice to pass exam š
If you want something more like windows to ease your way into Linux, Mint is the perfect choice!
Check the last pin
If you want something similar to the ease and usability of windows, but more obviously Linux, maybe give Ubuntu a try.
ohshi mb gng thx tho
thanks š„

Itās a very verbose and descriptive paragraph of most popular distros
Their pros, cons, my opinion, and different ways of installing Linux too
Honestly playing around and trying out different distributions is ja healthy part of learning Linux.
wrote it all myself, was a pain in the ass and like 10k characters
Donāt get too caught up on which distribution is best at this level.
The answer is always gonna depend on your use case.
aight thanks guys š«”
No problem! Enjoy the journey š
Speaking of whichā¦
Learn Linux with free tutorial and beginner-friendly courses. Explore Linux basics, essential Linux commands, and practical skills for mastering Linux step by step. Start your Linux journey today!
I know this is kind of a stretch but my school provides free access to almost all of the courses in Coursera
and I've been keeping an eye of Google's cybersec professional cert
is that the best one on coursera or should I go with IBM's
@chilly merlin thanks for ur help bro
I think it depends on your career goal and learning preferences
I would recommend Google's certificate if you are just starting with cybersec.In other hand, if you're interested on specific topics and you do have basic knowledge of IT, I would say you chose IBM's certificate
thx brother
Hello there,
I need to know which extensions I should use as an AppSec?
For now I have installed
- uBlock Origin
- Wappalyzer
- User-Agent Switcher
- FoxyProxy
- Open Multiple URLs
What else I should know about...?
Just the names are also fine.. I will look the details about them on Google later.. just want to know the names..
what could be the issue if I canāt copy and paste from my main system to my VM fusion
what hypervisor are you using?
and what operating system to you have virtualized?
how do i get started in cybersecurity? im beginner at python and lua
If your goal is to get a job in the end, you probably want to pursue a degree in cyber security.
thanks
appreciate it
Else you have the usual learning platforms like TryHackMe, HackTheBox and PortSwigger lab.
alright, thanks
Also the Linux foundations website. Idk if that's already been posted.
Any time š
hey i think i have a problem with task 3 in tryhackme
Gonna have to specify which room.
Offensive Security Intro
it is Offensive Security Intro
when i run dirb http://fakebank.thm it gives me this error : "fatal too many errors connecting to host"
VM fusion
Ubuntu
Ubuntu And Kali Linux
Double check your target url and command syntax
if it's vmware they have a toolkit you can install on your vm
within the menu bar
i did thats the thing
Do you have a bad network connection š¤
it just says (!) FATAL: Too many errors connecting to host
(Possible cause: COULDNT CONNECT)
not really
Maybe check url and syntax one more time lol
i did 4 times š
i executed the command like 5 times
i mean i got the answer in the main page
and not the VM
so
im trying to figure out why
thanks
Yeah, no prob.
quick question, can i post any achievement in #1261679451251409007 even if its small
Yeah bro
šÆ
Even the small achievement matter :3
Cyber is a long journey, and there will be many small steps along the way. Definitely celebrate them š
I sent a picture to your dm so you can guide me through it
thank you brother
guys anybody help please
do follow along with the article over here: https://community.spiceworks.com/t/a-step-by-step-guide-on-installing-vmware-tools-on-linux-windows-macos-freebsd-and-solaris/1014028
The installation of VMware Tools is a recommended step after you install a guest operating system on a VMware VM. This is relevant for VMware ESXi, VMware Workstation, VMware Player and VMware Fusion. In this guide, we cover what VMware Tools is and how to install VMware Tools on different operating systems, such as Linux, Windows, macOS, FreeB...
heya:)
i'm afraid i'm not as familiar with arch as i've never used it before
uh oh
nono but it's not about arch
specifically
I just need to locate where the dotfile is in
I wiped out my entire de, keyring, sddm, dependencies, browser, and so much ... earlier in the process :D
finally fixed it in 3 hrs
just needed to find this one on my system
tried that?
find / -type d -name dashboard 2>/dev/null
š
@lost vapor Thank you so much! It worked. I found the file and fixed it
yall, should i use obsidian as my note taking shi
so that i can also go back and reference my knowledge repertoire
You should at least give it a try.
Some people quite like markdown and the obsidian graph view. Kinda where it gets the nick name āsecond brainā.
@finite vessel
yes, quite aware of the markdown thing-y
?
lmfao i was thinking of not taking down notes but i realized that's too stupid of me not to do
It would be foolish to venture down the path of cyber security and not take extensive notes.
Itās too much to remember.
and my current note-taking app doesnt work with me (hierarchy-based, like folders)
I feel that.
real
thanks you a big help today
š
I landed on notion after trying a handful of note taking apps.
I personally just prefer the ease of use and simplicity.
Iām currently too lazy to bother with markdown XD
Which is pretty bad of me, but hey, everyoneās brain is different lol.
Hey, if itās helpful to you then Iām glad š
I used a lot of Notion before, but for some reason I just stopped using it (prolly im the lazy-to-take-notes type)
This is probably a "me" problem š
But yeah your instincts are spot on, itās good that you identified the need for good notes early on!
Heh, no worries. It takes some time to develop the habit.
Youāll refine your methods for taking notes along the way and become more efficient.
Just keep at it ā¤ļø
Appreciate the push man, thank you lots š
Why don't you try hyde? I am currently using it, and it is very good in performance and all
I think I am good. I am getting used to caelestia
š
Take notes in your preferred way, then get chatGPT to turn it into markdown, then review it for accuracy.
Eventually, you will want to make "small changes here and there" to what it did, and you can get familiar with the markdown syntax over time
^ I think i meant this for you
How do i contact support
@woven anvil thatās actually really clever, thanks for the tip!
Yes!
I prompted my GPT to be fully optimized to convert my long ass noted to concise marked down notes
Hey , now i was watching a 15 hours Ethical hacking course and i dont think it would give me everything i need of course but what do i need more to improve my skills and get better at it?
Practice in labs.
Set up your own or use something like tryhackme/hackthebox, or do all 3 ā¤ļø
https://overthewire.org/wargames/ is pretty cool, too. Just get your hands dirty.
@fierce lark
thank you , will try them out
Hey @rancid echo , sorry to hear about that. We do not do account recovery here #šć»rules but like someone mentioned earlier you will need to contact the platforms support team. Best of luck.
he posted the same text earlier and got the same answer earlier
such a broad question
Is anyone here familiar with the OCR technology from Rocketbook?
I want to try something but I'm not sure how to proceed.
Sup yall
Hello
Hey
eh shouldnāt take longer than like 5 mins lol
unfortunate but atleast youāre not breaking any tos
nahhhhh i“m lazzzzzzzzyyyyyy .-.
Could but...
@lost vapor please ban the same guy...
hello everyone
help
Hi dropping by say hi that Iāll become a regular Iām looking to learn
Everything this has to offer
letās see how consistent you are when you say youād be a regular
And why is that
people say theyād be consistent and all and then no clue of them after a few days lol
If you donāt hear from me itās my intent no more no less but one thing you should know about me is that my time is important so if I say Iām going to invest time in to something Iāll be there or Iāll be watching
okay but donāt just watch, participate as well 
You right sometimes I prefer to sit back and watch you wonāt understand trust me
I lurked on like 30 different discords before i started talking on a few of them to practice the knowledge i've built up.
Good that and I have my reasons mostly because I like to stay incognito sometimes helps
i understand that and respect it, but what i believe is the more you start communicating with the right people the better you understand something and also make friends. people who wonāt look down at you because you donāt know something
I want friends I just canāt bear more though so give me time fyi tag I will respond
Iāve finished school for cybersecurity. Got some certs and applied at hundreds of places and not 1 interview⦠I need to start my career somewhere and idk where to go anymore. I can do remote as I have everything I need and top Quality Office space. Anybody know anywhere I can apply at at Tier 1 in Arizona?
Can I get some help?
sure what do you need
Youāre good, thank you but someone already helped me
oki
Signed up for HTB been doing a few modules but am running out of cubes, I started with 40 cubes and am now down to 10. Is there a way to get more cubes and if possible for free? I'm not trying to spend heaps of money but also dont want to keep shifting between htb, thm etc I mainly want to kind of finish one before I do the other. TIA š
@unkempt summit never come here agian we dont care for you
@stray mural
can you time them out untill mods ban thx
fake staff and scamer
they just join the server, and DM you out of nowhere?
no they sent a inv here i joined ther server they claimed to be staff for owlsec and i asked who is the current owner and they dint know
Iāve finished school for cybersecurity. Got some certs and applied at hundreds of places and not 1 interview⦠I need to start my career somewhere and idk where to go anymore. I can do remote as I have everything I need and top Quality Office space. Anybody know anywhere I can apply at at Tier 1 in Arizona?
if it's still not resolved just make a ticket
you asked the same thing above lol
i have
Yeah but no one answered
just need some more staff
what dose you cv look like
Went and completed cybersecurity school and have like 5 certifications. Learned how to deal with routers, servers, troubleshooting them and computers and building computers from scratch
Kinda the basics but I need to start a job somewhere and begin my career
try with help desk
i just like a flavor that boots faster and has the stuff i need without fancy widgets flying all around. like dont fancy it too much, keep it simple yet appealing (obv not those ultra-fancy owl backgrounds you sent earlier). make a logo kind of thing and let it be the face of the os
Need help with a MEDIUM machine (first medium).
Hello guys I have a Question. I'm Currently taking a course on cybersec in coursera and I wanted to ask what to do after I finished this course? and improve on my skills to be hirable. I want to get into cybersecurity field as a soc analyst and I need guidance from people that are already in cybersec field. Thank you
either hackthebox or tryhackme are good platforms to further practice and gain more knowledge in the field
For SOC analyst, you actually look into recognized certificates like BTL 1, BTL 2 and CCD.
https://youtu.be/omh8FLFJX7Y
https://youtu.be/kNareBFFWtQ
stream: https://kick.com/crin1
donations: https://ko-fi.com/basedtutorials
discord: https://discord.gg/RmCM7yKguu
minecraft parkour video: https://www.youtube.com/watch?v=ZkHKGWKq9mY&ab_channel=GianLecoMinecraftGameplays
Stay tuned for my next video, I'm working on it rn it will be a banger
stream: https://kick.com/crin1
donations: https://ko-fi.com/basedtutorials
discord: https://discord.gg/RmCM7yKguu
0:00 Context
00:29 Average Questions
02:08 Powershell
06:46 Real World Samples
09:55 Forensics
12:00 Real Job Interview
The interview one is pretty amusing š
Especially if you already work as a SOC analyst
That's actually a really good video
roadmap vs reality, that's the most relatable thumbnail I've ever seen š
Thank you guys
Yo guys, i was wondering if there is anyway to spoof my IP to a burp collab link. There is this bug bounty website which takes my ip when i login directly from the tcp handshake (the network layer) and then puts that in jwt token. I wanna test it that what if i could put something else in the ip field. And no the basic alg, none bs by directly changing the jwt doesnt work. Is there anyway to achieve this ?
Might lil stupid but if there is some way to spoof it, ill give it a shot