mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2024-12-18 19:06:09 +00:00
Merge pull request #73 from MuirlandOracle/main
Essential Upgrade to data.js
This commit is contained in:
commit
b8a47193e1
@ -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