mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2024-12-18 10:56:10 +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 = {
|
||||
'ReverseShell': 'ReverseShell',
|
||||
'BindShell': 'BindShell',
|
||||
@ -306,6 +307,8 @@ const reverseShellCommands = withCommandType(
|
||||
]
|
||||
);
|
||||
|
||||
// https://twitter.com/MuirlandOracle -- #Muiri Was Here :D
|
||||
|
||||
const bindShellCommands = withCommandType(
|
||||
CommandType.BindShell,
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user