ransimware:模拟勒索软件的行为和技术

时间:2021-03-17 08:56:20
【文件属性】:
文件名称:ransimware:模拟勒索软件的行为和技术
文件大小:141KB
文件格式:ZIP
更新时间:2021-03-17 08:56:20
Go 勒索软件 这是什么? 该Go模块允许您模拟勒索软件。 如何安装 打开一个终端并运行以下命令: $ go get -u gitlab.com/mjwhitta/ransimware 用法 最小示例: package main import ( "os" "path/filepath" rw "gitlab.com/mjwhitta/ransimware" ) func main() { var e error var home string var sim *rw.Simulator // Try to get home directory if home, e = os.UserHomeDir(); e != nil { panic(e) } // Create simulator w
【文件预览】:
ransimware-master
----utils.go(11KB)
----go.mod(427B)
----.gitmodules(76B)
----go.sum(3KB)
----LICENSE.txt(34KB)
----simulator.go(5KB)
----gomk()
----png.go(162KB)
----utils_windows.go(7KB)
----tools()
--------wslistener()
--------httplistener()
--------genrsa()
--------ftplistener()
----README.md(3KB)
----Makefile(22B)
----utils_unix.go(4KB)
----globals.go(804B)
----.gitignore(56B)
----cmd()
--------ransimware()

网友评论