Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
hacking: security in practice
Fucked up pentest scan... Now what?

The customer didn't want to spend that much money (on me), and the sales team fucked up. So Essentially I got twice the work in half the time, because they're a new customer with a lot of possible future business I decided to say it's fine, even though the sales team would've fixed it.

Anyways because I now had a lot of stuff in very few days I ran automated scans on most addresses.

I realized just now while writing my final report I got kicked off by 50 addresses (a few subnets). A Sonicwall automatically blocked my IP, I would assume.

So what do I do? Do I just tell the customer your security is top notch here, or do I run another scan trying to get under the threshold.

I CANNOT CALL THE CUSTOMER, TILL THE REPORT IS DUE HE IS ON HOLIDAY.

submitted by /u/comrade-linux
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Understanding dll injection and other techniques used for videogame modding/hacking

Lately I have been really curious about how different mod menus or hacks for games work, there are some mods that require a mod loader and then that loads the mods, but there are also some that are external applications and somehow manage to connect to the internals of online games, how does this work exactly? I have heard the term dll injection a few times, but I am not sure if this is how these applications work, and if so, how does that work? How do dll's work? Where can I learn more about this?

My field of studies is not related to computers, so programming is no more than a hobby to me, so I don't really have a lot of knowledge about this

Also, this is learning-purposes only, I don't approve online game hacking, but I find this subject really interesting and would maybe be fun to learn about

submitted by /u/Rikai_
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
RocketPool and Lido Frontrunning Bug Fix Postmortem

SummaryContinue reading on Immunefi »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking Articles|Raj Chandel's Blog
Windows Privilege Escalation: Weak Services Permission

Microsoft Windows offers a wide range of fine-grained permissions and privileges for controlling access to Windows components including services, files, and registry entries. Exploiting misconfigured services is one technique to increase privileges.

Table of Content· MS Windows ServicesMS Windows Services, formerly known as NT services, enable you to create long-running executable applications that run in their own Windows sessions. These services can be automatically started when the computer boots, can be paused and restarted, and do not show any user interface. For each service, a registry key exists in HKLM\SYSTEM\CurrentControlSet\Services.Access Rights for the Service Control ManagerThe SCM creates a service object's security descriptor when the service is installed by the CreateServicefunction. The default security descriptor of a service object grants the following access. https://blogger.googleusercontent.com/img/a/AVvXsEiFttE9jcG1VLvRQuWtXFHO8RL9xTYivhYuE6bK8vLYzgptiVVAjbErTuAH1UVSbEytqIdzO4jBYaMm1nCXYLcyn5tMpTmr9Dt2xvxGnlIFkz-clpRAZTQDjl-SFr_oT32SAXDdIoB5g-Xu5nXGuZtdIOnaS0GHL4Vz2zApjDyWBndYgKW9BEwWg5aCjQ=s16000 Weak Service Permission Lab SetupThis article will help to set up a lab that focuses on two Windows weak service Permission misconfigurations that allow an attacker to get administrative privileges:Insecure Configuration File Permissions:A low-privileged user can update service settings, such as the service binary that runs when the service starts.Insecure Service Executable: When the service starts, a low-privileged user can overwrite the binary it launches.Steps for Weak Services Permissions Run CMD as administrator and execute the below command to create a service with the name of Pentest inside /temp directory ___________________________
@hacking_Attack
@Hacking_Video