https://github.com/madeindjs/vulnerability-scanner-extension
https://github.com/madeindjs/vulnerability-scanner-extension
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/madeindjs/vulnerability-scanner-extension
- Owner: madeindjs
- Archived: true
- Created: 2021-10-21T09:50:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-21T09:51:55.000Z (over 4 years ago)
- Last Synced: 2025-02-05T21:41:41.319Z (over 1 year ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/