Documentation
¶
Overview ¶
net wrapper library with interesting functions for creating malicious code
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReciveFile ¶
function to receive file from a connection arguments are: connection=as the name says, the connection handler standard error handling, will come nil if it works
func SendFile ¶
function to send files over a connection arguments are: path=path to the file to be send, connection=as the name says, the connection handler standard error handling, will come nil if it works
func SendFileList ¶
function to list local files and send this list over connection arguments are: path=path where the files will be listed, connection=as the name says, the connection handler standard error handling, will come nil if it works
Types ¶
type FileList ¶
typing to a list with file/directory name and confirming if this item is indeed a directory or not
func ReceiveFileList ¶
function to which receives a list of files from the connection then returns it in the file|isDir format arguments are: connection=as the name says, the connection handler standard error handling, will come nil if it works