-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# bunny-api | ||
BashBunny API | ||
# BunnyAPI | ||
|
||
`BunnyAPI` is a Node.JS/Express.JS simple API that retrieves JSON from the [BunnyScripts](https://github.com/danner26/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 as well as 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](https://github.com/danner26/BunnyScripts) repo. After following the [wiki setup](https://github.com/danner26/BunnyAPI/wiki/Setup-Install-Guide), 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 | |