mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2024-12-19 19:36:10 +00:00
Essential Upgrade to data.js
Made on Ryan's orders ¯\_(ツ)_/¯
This commit is contained in:
parent
6c675b9310
commit
f196ff3370
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
const CommandType = {
|
const CommandType = {
|
||||||
'ReverseShell': 'ReverseShell',
|
'ReverseShell': 'ReverseShell',
|
||||||
'BindShell': 'BindShell',
|
'BindShell': 'BindShell',
|
||||||
@ -306,6 +307,8 @@ const reverseShellCommands = withCommandType(
|
|||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// https://twitter.com/MuirlandOracle -- #Muiri Was Here :D
|
||||||
|
|
||||||
const bindShellCommands = withCommandType(
|
const bindShellCommands = withCommandType(
|
||||||
CommandType.BindShell,
|
CommandType.BindShell,
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user