diff --git a/linPEAS/README.md b/linPEAS/README.md index 55585f2..bbedb97 100755 --- a/linPEAS/README.md +++ b/linPEAS/README.md @@ -18,6 +18,11 @@ Find the **latest versions of all the scripts and binaries in [the releases page ```bash # From github curl -L https://github.com/carlospolop/PEASS-ng/releases/latest/download/linpeas.sh | sh + +# Without curl +python -c "import urllib.request; urllib.request.urlretrieve('https://github.com/carlospolop/PEASS-ng/releases/latest/download/linpeas.sh', 'linpeas.sh')" + +python3 -c "import urllib.request; urllib.request.urlretrieve('https://github.com/carlospolop/PEASS-ng/releases/latest/download/linpeas.sh', 'linpeas.sh')" ``` ```bash