danner26 / BunnyAPI

🌐 Node/Express.JS API for use in conjunction with the BunnyScripts repo by @danner26 and @walshg3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BunnyAPI codebeat badge

BunnyAPI is a Node.JS/Express.JS simple API that retrieves JSON from the BunnyScripts repo by Daniel W. Anner and Gregory Walsh. This project is originally for our CSIS33-3381 with Dr. Aakash Taneja. In working on this project, we have found a new respect and passion for these Bash Bunny scripts. We plan to keep our research going, and continue to upkeep and integrate new features for this API.

Usage

When using this API, you are free to adapt it for your needs, but it will work best with the tested scripts over in the BunnyScripts repo. After following the wiki setup, you are set to use the API!

Current API locations

BunnyScript API Base (Port+Path) Individual API Path Full API Path
ChromeCreds 4001 + /chrome /submitChromeCreds http(s)://domain.tld:4001/chrome/submitChromeCreds

License

BunnyAPI is licensed under the GNU GENERAL PUBLIC LICENSE v3.0. (https://opensource.org/licenses/GPL-3.0)

Code of Conduct

This project and everyone participating in it is governed by the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to daniel.anner@danstechsupport.com.

Contributing

Pull requests are the way to go here. We only have two rules for submitting a pull request: match the naming convention (camelCase) and any other styling set hereon.

LGTM/Codacy/Code Factor

Total alerts Language grade: JavaScript Codacy Badge CodeFactor

Disclaimer

This repository is for education and research purposes only. Anything provided by this repo is to be used with your own responsibility, as we do not assume any responsibility for damages to any party. By cloning, copying, or using anything in this repository, you accept any and all responsability and liability. Please be careful and think.

About

🌐 Node/Express.JS API for use in conjunction with the BunnyScripts repo by @danner26 and @walshg3

License:GNU General Public License v3.0


Languages

Language:JavaScript 85.7%Language:Shell 14.3%