https://github.com/svetlanam/vulnerability-test-project
This project is an example project of many various JS security vulnerabilities on backend or on frontend.
https://github.com/svetlanam/vulnerability-test-project
attack directory-traversal javascript node npm npm-module redos snyk vulnerabilities xss-vulnerability
Last synced: about 2 months ago
JSON representation
This project is an example project of many various JS security vulnerabilities on backend or on frontend.
- Host: GitHub
- URL: https://github.com/svetlanam/vulnerability-test-project
- Owner: SvetlanaM
- Created: 2022-05-17T21:02:12.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T23:21:10.000Z (about 2 years ago)
- Last Synced: 2025-03-02T08:52:12.540Z (about 2 months ago)
- Topics: attack, directory-traversal, javascript, node, npm, npm-module, redos, snyk, vulnerabilities, xss-vulnerability
- Language: JavaScript
- Homepage:
- Size: 3.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Security of JS applications
This project is an example project of many various JS security vulnerabilities on backend or on frontend.
In different files, you can find different attacks. All of the vulnerabilites comes from the NMP packages and mainly from external dependencies of these packages, that are popular and installed to the many projects.
You can find here these vulnerability types:
1. Directory Traversal
2. ReDoS attack
3. XSS attackAll vulnerabilites you can check with command:
```
npm run audit
```