mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-10-01 01:25:58 -04:00
feat: Add ConfusedDotnet, dependency-confusion-scanner, and depenfusion tools
This commit is contained in:
parent
75b79765c6
commit
a987cb0153
9
weapons/ConfusedDotnet.yaml
Normal file
9
weapons/ConfusedDotnet.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
name: ConfusedDotnet
|
||||
description: Tool to check for dependency confusion vulnerabilities in NuGet package management systems
|
||||
url: https://github.com/visma-prodsec/ConfusedDotnet
|
||||
category: tool
|
||||
type: Scanner
|
||||
platform: [windows]
|
||||
lang: C#
|
||||
tags: [dependency-confusion]
|
9
weapons/dependency-confusion-scanner.yaml
Normal file
9
weapons/dependency-confusion-scanner.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
name: dependency-confusion-scanner
|
||||
description: This small repo is meant to scan Github's repositories for potential Dependency confusion vulnerabilities.
|
||||
url: https://github.com/Yaniv-git/dependency-confusion-scanner
|
||||
category: tool
|
||||
type: Scanner
|
||||
platform: [linux, macos, windows]
|
||||
lang: Python
|
||||
tags: [dependency-confusion]
|
9
weapons/depenfusion.yaml
Normal file
9
weapons/depenfusion.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
name: depenfusion
|
||||
description: A powerful pentesting tool for detecting and exploiting dependency confusion vulnerabilities in Node.js projects
|
||||
url: https://github.com/benjamin-mauss/depenfusion
|
||||
category: tool
|
||||
type: Scanner
|
||||
platform: [linux, macos, windows]
|
||||
lang: Python
|
||||
tags: [dependency-confusion]
|
Loading…
Reference in New Issue
Block a user