Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
edge-diagnostics-adapter
Advanced tools
Edge Diagnostics Adapter is a protocol adapter that enables tools to debug and diagnose Edge using the Chrome DevTools Protocol.
The latest version of Edge Diagnostics Adapter works in Windows 10 - 14393 x64.
You can install Edge Diagnostics Adapter via npm
:
npm install edge-diagnostics-adapter
Or downloading it from the releases page in GitHub.
Once you have it installed locally you can execute it as follows:
node /path/to/edge-diagnostics-adapter/out/src/edgeAdapter.js --port=8080 --servetools
Navigate to localhost:9222. You'll see a listing of all debuggable targets.
The following API of the Chrome Debugger Protocol is supported:
Area | Method |
---|---|
CSS | getComputedStyleForNode |
CSS | getInlineStylesForNode |
CSS | getMatchedStylesForNode |
CSS | setPropertyText |
CSS | getStyleSheetText |
Debugger | canSetScriptSource |
Debugger | disable |
Debugger | enable |
Debugger | evaluateOnCallFrame |
Debugger | getScriptSource |
Debugger | pause |
Debugger | removeBreakpoint |
Debugger | resume |
Debugger | setBreakpointByUrl |
Debugger | stepInto |
Debugger | stepOut |
Debugger | stepOver |
DOM | getAttributes |
DOM | getDocument |
DOM | getOuterHTML |
DOM | hideHighlight |
DOM | highlightNode |
DOM | pushNodeByPathToFrontend |
DOM | pushNodesByBackendIdsToFrontend |
DOM | querySelector |
DOM | querySelectorAll |
DOM | requestChildNodes |
DOM | setInspectModeEnabled |
Network | enable |
Network | clearBrowserCache |
Network | setCacheDisabled |
Network | requestWillBeSent |
Network | responseReceived |
Network | getResponseBody |
Page | canEmulate |
Page | canScreencast |
Page | deleteCookie |
Page | enable |
Page | getAnimationsPlaybackRate |
Page | getCookies |
Page | getNavigationHistory |
Page | getResourceTree |
Page | loadEventFired |
Page | navigate |
Page | reload |
Page | setOverlayMessage |
Page | setShowViewportSizeOnResize |
Page | screencastFrameAck |
Page | startRecordingFrames |
Page | startScreencast |
Page | stopRecordingFrames |
Page | stopScreencast |
Runtime | callFunctionOn |
Runtime | enable |
Runtime | evaluate |
Runtime | getProperties |
You can also download the protocol.json.
To build this project you will need VS2017 Community. Make sure to select the Windows 10 14393 SDK in the options.
You will also need to install the windows-build-tools.
Once you have the previous dependencies, run the following commands:
npm install
npm run build
The .dll
s need to be signed in order for Microsoft Edge to run them.
If you are doing any changes to the binaries, you will need to enable
testsigning
mode in your machine following this instructions.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
FAQs
Microsoft Edge Diagnostics Adapter
We found that edge-diagnostics-adapter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.