Skip to content

Mah1ndra/dependencyConfusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DependencyConfusion is tool used for finding any library used by the project that might be vulnerable to dependency confusion attack.

Project with following languages supported:
- Golang
- Perl
- python (still in progress)
- c/c++ (still in progress)

Flags:
	-u, --url  provide github go.mod raw url
    -l, --lang programming language
    -f, --file path to local module file
	-v, --verbose  Print verbose logs to stderr.

sample usage:

For remote project: go run main.go -u URL_HERE -l

For local project: go run main.go -f /tmp/myproject/go.mod -l go

About

DependencyConfusion is tool used for finding any library used by the project that might be vulnerable to dependency confusion attack.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages