An open API service indexing awesome lists of open source software.

https://github.com/pankajtanwarbanna/rakshak

💂‍♂️ A friendly tool to trace & protect PII (Personally Identifiable Info) on your website
https://github.com/pankajtanwarbanna/rakshak

Last synced: 4 months ago
JSON representation

💂‍♂️ A friendly tool to trace & protect PII (Personally Identifiable Info) on your website

Awesome Lists containing this project

README

        

# Rakshak

![Rakshak](logo.png)

**Rashak** - Track & protact PII on your website.

**Chrome Extension** - https://chrome.google.com/webstore/detail/rakshak/bgcklfalfikbieaakdjpjaeehodfhmec

Almost every sales organization, has in-house tools for such as tracking leads etc. It has sensitive PII and mistakenly we expose such imformation in APIs response.

A friendly tool to trace & protect sensitive PII (Personally Identifiable Info) on your website
Rakshak inspects HTTP requests and parses the response to check if any PII information has been detected. After monitoring, it presents you a beautiful UI showing all the required details.

**Features** -

- Parses response of all HTTP requests on the current page
- Light weight
- Detect PII such as Mobile Number, Email, Pan Card & Pin Code.
- Open source

### Change logs

v0.0.1
- :heavy_check_mark: Should be able to log & parse all requests
- :heavy_check_mark: Should be able to parse (xhr) API responses
- :heavy_check_mark: Should be able to show all the requests with JSON response
- :heavy_check_mark: Check boxes for PAN CARD, MOBILE NUMBER, EMAIL
- :heavy_check_mark: Should be able to show if any API is giving unwanted response
- :heavy_check_mark: API wise PII detection

v0.0.2
- Should be able to custom define the regex
- User should be able to download the summary in csv format