From 6a39c32086342ef9dfe8fcb41aaaab8a6922804f Mon Sep 17 00:00:00 2001 From: Khas'Mek Date: Tue, 7 Mar 2017 05:42:32 -0700 Subject: [PATCH] fix Bunny Helper variable table --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 3a3eefe..55e0304 100644 --- a/index.md +++ b/index.md @@ -62,6 +62,7 @@ The _Bunny Helpers_ can be sourced which extend the bunny scripting language wit The bunny_helpers.sh file from the mass storage payloads/library folder contains a number of functions and variables which may be sourced from any Bash Bunny payload. Over time these functions will grow to enhance the platform with standardizations and simplifications of frequently used tasks. The 1.0 version from Bash Bunny launch, March 1, 2017 include the following variables: | VARIABLE | Description | +|------------------|------------------------------------------------------------------------------------------------------| | $TARGET_IP | IP Address of the victim computer as obtained by the Bash Bunny DHCP server (typically 172.16.64.10) | | $TARGET_HOSTNAME | Host name of the victim computer | | $HOST_IP | IP Address of the Bash Bunny (default: 172.16.64.1) |