1
mirror of https://github.com/carlospolop/PEASS-ng synced 2025-03-14 15:14:28 +01:00

Merge branch 'master' into master

This commit is contained in:
Carlos Polop 2021-02-16 12:12:21 +00:00 committed by GitHub
commit 0119992d1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 481 additions and 439 deletions

View File

@ -6,7 +6,7 @@
[![Packaging status](https://repology.org/badge/vertical-allrepos/peass.svg)](https://repology.org/project/peass/versions)
Here you will find **privilege escalation tools for Windows and Linux/Unix\*** (in some near future also for Mac).
Here you will find **privilege escalation tools for Windows and Linux/Unix\* and MacOS**.
These tools search for possible **local privilege escalation paths** that you could exploit and print them to you **with nice colors** so you can recognize the misconfigurations easily.

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,6 @@
using System;
namespace winPEAS
{
public static class Program