Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.48 KB

README.md

File metadata and controls

65 lines (34 loc) · 1.48 KB

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.