PowerSploit by evilsaint

9 May 2022, 3:49 p.m.

Powersploits tagline was "PowerSploit is a collection of Microsoft PowerShell modules that can be used to aid penetration testers during all phases of an assessment.". While the library is no longer s...

read more

This article demonstrates how to fix a mouse that doesn't work inside VirtualBox VM on a computer with Windows 11....

read more

Creating SMB Servers by evilsaint

22 Apr 2022, 6:20 p.m.

This article looks at two ways of creating an SMB Server. First, we use the impacket library to spin up an SMB server from the command line and then we look at creating an SMB share manually on our Ka...

read more
SMB

WinRM PSRemoting by evilsaint

8 May 2022, 11:28 a.m.

PowerShell Remoting is the recommended way to manage Windows systems. PowerShell Remoting uses Windows Remote Management (WinRM), the Microsoft implementation of the Web Services for Management (WS-Ma...

read more

A package manager is a tool that allows users to install, remove, upgrade, configure and manage software packages on an operating system. The package manager can be a graphical application like a soft...

read more

Curl For Pentesters by evilsaint

19 Apr 2022, 12:44 p.m.

Curl can be used for a number of useful activities during a pentest engagement. It can send HTTP Methods and data to an API endpoint, upload a file to a WebDav Server or grab server response headers, ...

read more