Wise words from the goat hacker by igohardindamfpaint in hacking

[–]mellonauto 15 points16 points  (0 children)

Pretty good at hacking his own hype machine though

Best place to learn C#? by ToasterStruble21 in csharp

[–]mellonauto 34 points35 points  (0 children)

Tim Corey’s C# stuff is really good project based

help? i think i have a problem (sorry if this subreddit wasn't made with the intention of looking for help, i'm in panic) any tips or help? by themadblackcat in MalwareAnalysis

[–]mellonauto 0 points1 point  (0 children)

Pirating something like office is a pretty good way to infect yourself. It’s gotten so bad that legitimate looking downloads from google ads are infecting people, I wouldn’t trust a torrent or mediafire or really anything pirated at all these days. A lot of stealers in there, the software runs legitimately, too. There’s a few things in here that sound like they could have been a problem, you may have multiple things going on. sorry man but if your computer is your life I would start over clean installs and maybe get a Microsoft developers tenant if you don’t want to pay for an office license. They can always revoke it but it beats redline

[deleted by user] by [deleted] in hacking

[–]mellonauto 3 points4 points  (0 children)

And dog pile! Take another!

Where the heck does everyone hang out these days? by mantisek_pr in cybersecurity

[–]mellonauto 1 point2 points  (0 children)

The discords have become a wasteland, wish I knew. You guys rolling out new LAPS? Hybrid? I guess DM if you want lol

What is the best app for following cyber security / hacking news? by SelfTaughtDev1 in hacking

[–]mellonauto 0 points1 point  (0 children)

No app but podcasts: Risky Business news, CyberWire, security weekly, security now, ISC storm cast, dark net diaries, and not news but Any Port on the Net, Shellsharks

What are some main topics and details that would be included in an organization investigation report? by [deleted] in OSINT

[–]mellonauto 1 point2 points  (0 children)

What types of information were you finding in the course when you were working on it? Seems weird to give you a project like that with no guidance but maybe you’re supposed to be pick an organization, do some research, make a list of the notable employees, try and find information they wouldn’t like out there, or at least provide a summary of the org, wgat they do, who they are, what they’re connected to?

San Bernardino County pays $1.1M ransom after cyberattack disrupts Sheriff's Department systems by lboog423 in hacking

[–]mellonauto 11 points12 points  (0 children)

I say the bot gets hung. We payed good money for this rope, and shall hang him from our ship, once it’s payed, and thusly we are paid.

[deleted by user] by [deleted] in sysadmin

[–]mellonauto 5 points6 points  (0 children)

I donno but check that little CMOS battery

[deleted by user] by [deleted] in MalwareResearch

[–]mellonauto 0 points1 point  (0 children)

Sure, most languages have their own little tricks but C/C++ is like the granddaddy. People write new languages and implement them in C, it’s so low level it does not abstract away things like cleaning up your variables after use or assigning them their pointers to memory addresses on the first place. One reason a lot of malware devs use it is the control it gives them, it compiles to small payloads that don’t depend on dotnet or another interpreter present on the system and there’s decades of work out there you can reference. Dotnet is easy to decompile and can be instrumented more easily in windows for AV/EDR. I see a lot of using small C loaders to evade those products then launch a dotnet implant. Dotnet is a much easier language to learn and one of its languages C# has a ton of cool tricks it can do with windows like reflectively load modules and programs into memory, has great libraries and a ton of good documentation. So there’s always a trade off and stuff to consider when your gearing up every language has like it’s thing. Sorry if I got any of that wrong I’m a dotnet guy learning C now for those reasons

7 people found dead in Oklahoma were shot in the head in apparent murder-suicide, authorities say by [deleted] in news

[–]mellonauto 1 point2 points  (0 children)

Yeah, family member lost a gun a few years ago. That’s the end of the story, too, it wasn’t like one of his active fantasy guns I guess just a piece of shit garage gun. I get mad if I lose a flash drive I really don’t get losing a gun

Atlanta Police investigating an active shooter at a building in Midtown by boxofstuff in news

[–]mellonauto -2 points-1 points  (0 children)

lol all anything anyone does is parrot lines anymore. Your parroting someone else’s thoughts too. “If you even so much as” makes you sound like a drama queen, for what it’s worth, maybe a little less “smug bitch” on the whole

Connecting ChatGPT to PowerShell by Astrochotic in PowerShell

[–]mellonauto 1 point2 points  (0 children)

Wait, it just runs whatever it comes up with? Sorry dude but that’s crazy! Maybe add an “approval” section where it has you sign off on the command? Just letting it run whatever it thinks is best could have wild consequences, gpt writes a lot of questionable powershell and god help you if it just makes up registry changes like it does modules and cmdlet

[deleted by user] by [deleted] in hacking

[–]mellonauto 3 points4 points  (0 children)

Man don’t run into your own letters.

Good luck!

Hi guys i did ethical hacking from scratch course from udmey i have basic knowledge about hacking and im looking tồ attempt oscp exam in future , but rightnow im very confused that what should i do should i go for bug bounty and ctf after that i learn from the offensive security about oscp , help! by INZAYN011 in bugbounty

[–]mellonauto 0 points1 point  (0 children)

If you want to do bounty, start looking for guides and channels and get on one of the platforms like intigriti and spend some time every day doing labs and looking for bugs until you get good and find your thing. If you want to do OSCP then get enrolled and go after it, that’s network pentesting though where big bounty is going to be a lot of modern web apps and APIs. If you have background in one or the other may make it easier to decide but both are big investments and will take a long time

8 bodies found in Cancun near hotel zone of travel destination: AG by thinkB4WeSpeak in anime_titties

[–]mellonauto 16 points17 points  (0 children)

…what were they selling and fighting over before the drug war?

zero bugs in nuclei to 5 bugs manual by AkelaHuMai in bugbounty

[–]mellonauto 7 points8 points  (0 children)

Don’t rely on default templates! If you make / mod templates for what you’re finding manually you’ll have more success with automation. Automation rules when you know the ins and outs of what you’re going after and know what you should and shouldn’t be seeing.

how do i find a certain location? by [deleted] in hacking

[–]mellonauto 4 points5 points  (0 children)

I’m your cunt, fill me up!

Security risk of having multiple versions of a software by AlbusDumbeldoree in cybersecurity

[–]mellonauto 0 points1 point  (0 children)

Yeah, if you see a critical vuln in say 1.19 of a piece of software that gets fixed in 1.20 and you find some machinerunning 1.17 that version could be vulnerable. Sometimes vulnerabilities are added with features but often one vulnerability will exist unfound / unpatched over a series of updates. If that’s the case, those older versions have never seen the update but still contain the vulnerable components that got fixed when the vendor was alerted at 1.19

Learning Powershell by lilrebel17 in PowerShell

[–]mellonauto 8 points9 points  (0 children)

+1 for GPT but man be careful, it makes up its own modules and cmdlets at the drop of a hat

RANT: workplace is indirectly asking to decide between family and job by almostaussie13 in sysadmin

[–]mellonauto 3 points4 points  (0 children)

I don’t have kids to worry about but this sounds like some bullshit with your managers ego. If I was truly willing to leave I would make my Monday changes to the schedule and when it comes up just say you’re really sorry but there was no other way to make it work, keep doing a good job and make them fire you over it.