Skip to content

mamaoag/binosearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binosearch

An auxiliary scanner written in Go that checks if your API is vulnerable to OWASP Top 10 API vulnerabilities.

Authors

Badges

MIT License

Issues

Installation

Install Binosearch by cloning the project.

  git clone https://github.com/mamaoag/binosearch.git
  cd binosearch

Usage

You can run Binosearch by running the following command:

  go run main.go

Or if you will provide your own wordlist,

  go run main.go path/of/wordlist

Follow the interactive commandline and it will run the scanner.

Package

If you prefer to use the packages in this repository you would only need to use the following:

go get https://github.com/mamaoag/binosearch/services/scanner # Scanner for Wordlist 
go get https://github.com/mamaoag/binosearch/services/owasp # Contains OWASP Checklist 

Contributing

Contributions are always welcome!

  1. Create first an issue describing what can be improved / bug.

  2. If the issue is tagged as good first issue or help wanted, You may then create a pull request linking to the issue.

About

Simple Auxiliary API Endpoint Scanner with Security Checklist

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages