mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
feat: support command probe template
This commit is contained in:
@@ -26,6 +26,7 @@ export interface ProbeContentConfig {
|
||||
sleepServer?: string;
|
||||
server?: string;
|
||||
reqParamName?: string;
|
||||
commandTemplate?: string;
|
||||
}
|
||||
|
||||
export interface DNSLogConfig {
|
||||
|
||||
@@ -160,6 +160,7 @@ export const probeShellFormSchema = yup.object().shape({
|
||||
host: yup.string().optional(),
|
||||
server: yup.string().optional(),
|
||||
reqParamName: yup.string().optional(),
|
||||
commandTemplate: yup.string().optional(),
|
||||
seconds: yup.number().optional(),
|
||||
sleepServer: yup.string().optional(),
|
||||
packingMethod: yup.string().required(),
|
||||
|
||||
Reference in New Issue
Block a user