MCPcopy Create free account

hub / github.com/0xTriboulet/scepter-rs / functions

Functions29 in github.com/0xTriboulet/scepter-rs

↓ 5 callersMethoddata
( &mut self, _channel: ChannelId, data: &[u8], _session: &mut Session, )
scepter-server/src/lib.rs:289
↓ 4 callersFunctionwrite_output
(h_output_pipe: HANDLE, data: &str)
scepter-common/src/pipe.rs:137
↓ 2 callersMethodchannel_open_session
( &mut self, channel: Channel<Msg>, session: &mut Session, )
scepter-server/src/lib.rs:262
↓ 2 callersFunctiondll_main
()
scepter-agent/src/lib.rs:142
↓ 2 callersFunctiondll_start
()
scepter-agent/src/lib.rs:312
↓ 2 callersFunctiondll_start
()
scepter-server/src/lib.rs:327
↓ 2 callersMethodpost
(&mut self, data: CryptoVec)
scepter-server/src/lib.rs:144
↓ 1 callersFunctionWriteToNamedPipe
bof-write-pipe/bof.c:40
↓ 1 callersMethodcommand_loop
Reads from input pipe and sends that shit to the agent
scepter-server/src/lib.rs:164
↓ 1 callersFunctiondll_main
()
scepter-server/src/lib.rs:29
↓ 1 callersFunctioninitialize_input_pipe
()
scepter-common/src/pipe.rs:75
↓ 1 callersFunctioninitialize_output_pipe
()
scepter-common/src/pipe.rs:111
↓ 1 callersFunctionread_input
(h_input_pipe: HANDLE)
scepter-common/src/pipe.rs:23
↓ 1 callersFunctionrun_bof
TODO
scepter-agent/src/lib.rs:66
↓ 1 callersFunctionrun_command
(command: &str)
scepter-agent/src/lib.rs:70
FunctionDllMain
( dll_module: HANDLE, call_reason: u32, reserved: *mut c_void, )
scepter-agent/src/lib.rs:339
FunctionDllMain
( dll_module: HANDLE, call_reason: u32, reserved: *mut c_void, )
scepter-server/src/lib.rs:345
Methodauth_password
(&mut self, user: &str, pass: &str)
scepter-server/src/lib.rs:232
Methodcall
(&mut self, command: &str)
scepter-agent/src/lib.rs:35
Methodcheck_server_key
( &mut self, _server_public_key: &ssh_key::PublicKey, )
scepter-agent/src/lib.rs:22
Functiondll_main_caller
(_param: *mut c_void)
scepter-agent/src/lib.rs:306
Functiondll_main_caller
(_param: *mut c_void)
scepter-server/src/lib.rs:322
Methoddrop
(&mut self)
scepter-server/src/lib.rs:311
Functiongo
bof-write-pipe/bof.c:71
Methodhandle_session_error
(&mut self, _error: <Self::Handler as russh::server::Handler>::Error)
scepter-server/src/lib.rs:224
Functionmain
()
scepter-agent/src/main.rs:9
Functionmain
()
xtask/src/main.rs:3
Functionmain
()
scepter-server/src/main.rs:9
Methodnew_client
(&mut self, addr: Option<std::net::SocketAddr>)
scepter-server/src/lib.rs:205