From 7d90307029db12e2ee3ba76d8d60bdc27ad2da48 Mon Sep 17 00:00:00 2001 From: Samantha Chalker Date: Fri, 5 May 2017 19:49:10 -0400 Subject: [PATCH] badges --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9810488..8a14d9b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # WSSiP +[![Travis-CI](https://travis-ci.org/nccgroup/wssip.svg?branch=master)](https://travis-ci.org/nccgroup/wssip) [![npm version](https://img.shields.io/npm/v/wssip.svg)](https://www.npmjs.com/package/wssip) [![npm](https://img.shields.io/npm/dt/wssip.svg)](https://www.npmjs.com/package/wssip) [![github](https://img.shields.io/github/downloads/nccgroup/wssip/total.svg)](https://github.com/nccgroup/wssip) [![github release](https://img.shields.io/github/release/nccgroup/wssip.svg)](https://github.com/nccgroup/wssip/releases) [![license](https://img.shields.io/github/license/nccgroup/wssip.svg)](https://github.com/nccgroup/wssip/blob/master/LICENSE) + Written and maintained by Samantha Chalker (@[thekettu](https://github.com/thekettu)). Short for "WebSocket/Socket.io Proxy", this tool, written in Node.js, provides a user interface to capture, intercept, send custom messages and view all WebSocket and Socket.IO communications between the client and server. Upstream proxy support also means you can forward HTTP/HTTPS traffic to an intercepting proxy of your choice (e.g. Burp Suite or Pappy Proxy) but view WebSocket traffic in WSSiP. More information can be found on the blog post. There is an outward bridge via HTTP to write a fuzzer in any language you choose to debug and fuzz for security vulnerabilities. For that, see Fuzzing for more details. diff --git a/package.json b/package.json index d8a3be7..fe7b626 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "babel-preset-tomekf-es2016-node6": "^2.0.6", "chai": "^3.5.0", "debug": "^2.6.6", - "electron-prebuilt-compile": "^1.6.8", + "electron-prebuilt-compile": "1.6.8", "electron-react-devtools": "^0.4.0", "eslint": "^3.19.0", "eslint-config-airbnb": "^14.1.0",