Pentest Chronicles
The Screenshot presents a view from the BloodHound software, indicating that members of the "Domain Users" group have the ability to connect to the three workstations shown in the image.
The screenshot shows the view after logging into the workstation using the RDP service. Case #2: Unconstrained Delegation Three computers have been detected with the "Trust this computer for delegation to any service" option enabled. If one of these computers is compromised, this setting allows for privilege escalation by impersonating any user within the domain.
Case #3: A Very Large Number of Administrative Accounts The audit detected a significant number of accounts with administrative privileges. The list includes both personal accounts and purely technical accounts.
Case #4: GPO Abuse The audit detected accounts with the ability to manage specific GPO policies. This configuration could ultimately lead to the takeover of the AD controller.
The screenshot shows a view from the AD Miner tool, highlighting the path leading to the editing of the GPO LOCKSCREEN@XXXX policy.
The screenshot shows a view from the BloodHound application, highlighting the possible RDP connections for the user XXXXX. Case #6: User with DCSync Execution Ability on the AD Controller During the audit, the user SQL3.ADMIN was identified as having the ability to perform DCSync (a form of "replication" of the controller) on the AD controller.
The screenshot shows a view from the BloodHound application, indicating that the user SQL3.ADMIN has the ability to perform DCSync on the AD controller. Case #7: Workstation with Elevated Privileges The workstation APP-TEST has been identified as potentially having excessive privileges, allowing for the modification of GPO policies, which could ultimately lead to an escalation to the AD controller.
The screenshot shows a view from the BloodHound software, indicating that the APP-TEST workstation belongs to the SERVEROFFICE365EXCLUDED group, which has permission to edit the GPO OFFICE365 policy.
The screenshot shows a view from the BloodHound software, highlighting a possible escalation path for taking over the AD controller using the APP-TEST workstation. 
In today's world, ensuring the security of our accounts is more crucial than ever. Just as keys protect the doors to our homes, passwords serve as the first line of defense for our data and assets. It's easy to assume that technical individuals, such as developers and IT professionals, always use strong, unique passwords to keep ...

SOCMINT is the process of gathering and analyzing the information collected from various social networks, channels and communication groups in order to track down an object, gather as much partial data as possible, and potentially to understand its operation. All this in order to analyze the collected information and to achieve that goal by making …

PyScript – or rather Python in your browser + what can be done with it? A few days ago, the Anaconda project announced the PyScript framework, which allows Python code to be executed directly in the browser. Additionally, it also covers its integration with HTML and JS code. An execution of the Python code in …