Skip to content

Commit b43ab1e

Browse files
authored
Create electron.txt
Keywords from BH paper related to auditing Electron apps https://www.blackhat.com/docs/us-17/thursday/us-17-Carettoni-Electronegativity-A-Study-Of-Electron-Security-wp.pdf
1 parent f8f4c52 commit b43ab1e

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

electron.txt

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
openExternal
2+
registerBufferProtocol
3+
registerStringProtocol
4+
registerHttpProtocol
5+
registerFileProtocol
6+
registerServiceWorkerSchemes
7+
registerStandardSchemes
8+
setAsDefaultProtocolClient
9+
allowpopups
10+
eval
11+
executeJavaScript
12+
insertCSS
13+
setPermissionRequestHandler
14+
experimentalCanvasFeatures
15+
experimentalFeatures
16+
certificate-error
17+
allowRunningInsecureContent
18+
disablewebsecurity
19+
webSecurity
20+
disablewebsecurity
21+
preload
22+
require(‘electron').remote.app
23+
appendSwitch
24+
appendArgument
25+
nativeWindowOption
26+
webviewTag
27+
sandbox
28+
nodeIntegration

0 commit comments

Comments
 (0)