mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 23:11:52 +08:00
refactor: enhance web ux
This commit is contained in:
@@ -33,8 +33,16 @@ export interface GodzillaShellToolConfig {
|
||||
headerValue?: string;
|
||||
}
|
||||
|
||||
export interface BehinderShellToolConfig {
|
||||
shellClassName?: string;
|
||||
pass?: string;
|
||||
headerName?: string;
|
||||
headerValue?: string;
|
||||
}
|
||||
|
||||
export interface InjectorConfig {
|
||||
className?: string;
|
||||
classInheritance?: string;
|
||||
urlPattern?: string;
|
||||
}
|
||||
|
||||
@@ -71,6 +79,6 @@ export interface GenerateResult {
|
||||
injectorSize: number;
|
||||
injectorBytesBase64Str: string;
|
||||
shellConfig: ShellConfig;
|
||||
shellToolConfig: CommandShellToolConfig | GodzillaShellToolConfig;
|
||||
shellToolConfig: CommandShellToolConfig | GodzillaShellToolConfig | BehinderShellToolConfig;
|
||||
injectorConfig: InjectorConfig;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user