Skip to content

Commit

Permalink
Merge pull request #405 from d4t4s3c/patch-1
Browse files Browse the repository at this point in the history
useful for when on the victim host we have access to the internet but…
  • Loading branch information
carlospolop authored Jan 13, 2024
2 parents a762fdd + 28a8f4b commit 46612a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions linPEAS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46612a2

Please sign in to comment.