Merge pull request #73 from MuirlandOracle/main

Essential Upgrade to data.js
This commit is contained in:
Ryan Montgomery 2021-11-19 20:24:01 -05:00 committed by GitHub
commit b8a47193e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
[ [