This article looks at several different VNC Server technologies, and we perform a number of actions on them including installing and configuring them. We then look at interacting with them via connect...

read more
VNC

Working With SMB by evilsaint

21 May 2022, 1:28 p.m.

A look at interacting with SMB Shares using the Windows Command line and using various tools available within Kali Linux....

read more

During a pentest engagement, you often come across the need for a screenshot for the report. Using the `$host.UI` parameter inside our PowerShell terminal we can do things like set the window title, c...

read more

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

wfuzz by evilsaint

22 May 2022, 12:20 p.m.

Wfuzz is a tool designed for fuzzing Web Applications. It can be used for finding direct objects not referenced within a website such as files and folders, it allows any HTTP request filed to be injec...

read more

Using PowerShell, `Invoke-CradleCrafter` and Microsoft’s Certutil.exe to craft a payload and one-liner that can be used to evade the latest version of Windows Defender (as of this writing)....

read more

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

GNU nano is an easy to use command line text editor for Unix and Linux operating systems. It includes all the basic functionality you would want in a text editor. It offers syntax highlighting, multip...

read more