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

https://github.com/madeindjs/vulnerability-scanner-extension


https://github.com/madeindjs/vulnerability-scanner-extension

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Vulerabilty scanner

**This repository in in work in progress stage. Some features may not work properly.**

This is a [Chrome extension](https://developer.chrome.com/docs/extensions) to scan and modify HTTP request to tests some vulneribilities:

- [x] [SQL or bad number injections](./src/hacks/injectionHacks.js)
- [ ] test existence of special folder (ex: `.git`, `.ssh`)

Then it display results into an uggly popup.

## Usage

~~~sh
npm run build
~~~

Then load extension in Chrome.

## Todo

- [ ] found a way to check if injection worked
- [ ] display more detailled results in popup

## Links

- https://developer.chrome.com/docs/extensions/mv2/getstarted/
- https://developer.chrome.com/docs/extensions/mv2/manifest/