Skip to content

Commit

Permalink
Update README.md (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamg authored Jun 20, 2021
1 parent 3e1a3e3 commit d25d9de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ CGO_ENABLED=0 go get -u github.com/liamg/traitor/cmd/traitor
```

If the machine you're attempting privesc on cannot reach GitHub to download the binary, and you have no way to upload the binary to the machine over SCP/FTP etc., then you can try base64 encoding the binary on your machine, and echoing the base64 encoded string to `| base64 -d > /tmp/traitor` on the target machine, remembering to `chmod +x` it once it arrives.

## In The News
- 20/06/21: [Console 58](https://console.substack.com/p/console-58) - Awesome newsletter featuring tools and beta releases for developers.
- 09/03/21: [Hacker News thread](https://news.ycombinator.com/item?id=26224719)

0 comments on commit d25d9de

Please sign in to comment.