MCPcopy
hub / github.com/Gallopsled/pwntools / mktemp

Method mktemp

pwnlib/filesystem/ssh.py:786–788  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

784#----------------------------- PWNTOOLS ADDITIONS -----------------------------
785 @classmethod
786 def mktemp(cls):
787 temp = _decode(context.ssh_session.mktemp())
788 return SSHPath(temp, ssh=context.ssh_session)
789
790 @classmethod
791 def mkdtemp(self):

Callers 5

attachFunction · 0.80
mktempFunction · 0.80
processMethod · 0.80
download_dirMethod · 0.80
upload_dirMethod · 0.80

Calls 2

_decodeFunction · 0.90
SSHPathClass · 0.85

Tested by

no test coverage detected