最后更新: 2026-03-16
| 层 | 工具 | 作用 | 安装方式 |
|---|
| #!/usr/bin/python2.7 | |
| # | |
| # Dahua backdoor Generation 2 and 3 | |
| # Author: bashis <mcw noemail eu> March 2017 | |
| # | |
| # Credentials: No credentials needed (Anonymous) | |
| #Jacked from git history | |
| # | |
| import string |
| var fs = require("fs"); | |
| var app = require("electron").remote.app; | |
| var fsj = require("fs-jetpack"); | |
| // example usage : copyFileOutsideOfElectronAsar( "myFolderInsideTheAsarFile", app.getPath("temp") + "com.bla.bla" | |
| var copyFileOutsideOfElectronAsar = function(sourceInAsarArchive, destOutsideAsarArchive) { | |
| if ( fs.existsSync( app.getAppPath() + "/" + sourceInAsarArchive ) ) { |