From f9cc6b22e6aaffe88c4e7f84142238c5b3720cce Mon Sep 17 00:00:00 2001 From: Rakha Kanz Kautsar Date: Thu, 19 Oct 2017 17:04:12 +0700 Subject: [PATCH] Add Snyk in tools and exploits list, as it is pretty useful for exploiting web applications through outdated dependencies --- README.md | 1 + tools.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 32fde0a..bdb1ee6 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ Exploits * [Exploit Database](https://www.exploit-db.com/) * [CXsecurity](https://cxsecurity.com/exploit/) * [0day.today](http://0day.today/) +* [Snyk Vulnerability DB](https://snyk.io/vuln/) Forums -- diff --git a/tools.md b/tools.md index 5cdb226..7bbb7f9 100644 --- a/tools.md +++ b/tools.md @@ -24,6 +24,7 @@ Name | Description [Retire.js](http://retirejs.github.io/retire.js/) | detecting the use of JavaScript libraries with known vulnerabilities [pyup](https://pyup.io/) | Automated Security and Dependency Updates [RIPS](https://www.ripstech.com/) | PHP Security Analysis +[Snyk](https://snyk.io/) | find & fix vulnerabilities in dependencies, supports various languages ### Linux Security Tools Name | Description