From acb09efd32812e001ac8aafc5cbc459f87f42051 Mon Sep 17 00:00:00 2001 From: bcoles Date: Mon, 10 Dec 2012 23:59:45 +1030 Subject: [PATCH] Fixed a few typos in BeEFLive.sh Moved avant_steal_history module to 'browser' category --- BeEFLive.sh | 16 ++++++++-------- .../avant_steal_history/command.js | 0 .../avant_steal_history/config.yaml | 4 ++-- .../avant_steal_history/module.rb | 0 4 files changed, 10 insertions(+), 10 deletions(-) rename modules/{exploits => browser}/avant_steal_history/command.js (100%) rename modules/{exploits => browser}/avant_steal_history/config.yaml (90%) rename modules/{exploits => browser}/avant_steal_history/module.rb (100%) diff --git a/BeEFLive.sh b/BeEFLive.sh index c5296aeea..14fedd039 100644 --- a/BeEFLive.sh +++ b/BeEFLive.sh @@ -11,8 +11,8 @@ # IT SHOULD ONLY BE RUN ON THE LIVE CD # Download LiveCD here: https://github.com/beefproject/beef/downloads # -# This script contains a few fixes to make beef play nicely with the way -# remastersys creates the live cd distributable as well as generating host keys +# This script contains a few fixes to make BeEF play nicely with the way +# remastersys creates the live cd distributable as well as generating host keys # to enable SSH etc. The script also make it easy for the user to update/start # the BeEF server # @@ -37,7 +37,7 @@ echo "" f1="/etc/ssh/ssh_host_rsa_key" if [ -f $f1 ] then - echo "" + echo "" else echo -n "Would you like to enable ssh (y/N)? " read var @@ -57,7 +57,7 @@ echo "" # Prompt the user if they would like to update BeEF and # other components installed (such as sqlmap and msf) # -echo -n "Check and install updates for beef (y/N)? " +echo -n "Check and install updates for BeEF (y/N)? " read var if [ $var = "y" ] ; then @@ -67,7 +67,7 @@ if [ $var = "y" ] ; then fi echo "" -echo -n "Check and install updates for mfs and sqlmap (y/N)? " +echo -n "Check and install updates for msf and sqlmap (y/N)? " read var if [ $var = "y" ] ; then @@ -81,8 +81,8 @@ fi # -# Create a shortcut in the users home folder to BeEF, MSF and sqlmap (if they do -# not yet exist) +# Create a shortcut in the user's home folder to BeEF, msf and sqlmap +# (if they do not yet exist) # f1="beef" if [ -f $f1 ] ; then @@ -94,7 +94,7 @@ else fi # -# Prompt the user if they would like start beef +# Prompt the user if they would like start BeEF # echo -n "Start BeEF (y/N)? " read var diff --git a/modules/exploits/avant_steal_history/command.js b/modules/browser/avant_steal_history/command.js similarity index 100% rename from modules/exploits/avant_steal_history/command.js rename to modules/browser/avant_steal_history/command.js diff --git a/modules/exploits/avant_steal_history/config.yaml b/modules/browser/avant_steal_history/config.yaml similarity index 90% rename from modules/exploits/avant_steal_history/config.yaml rename to modules/browser/avant_steal_history/config.yaml index 1121f0db2..ab161494f 100644 --- a/modules/exploits/avant_steal_history/config.yaml +++ b/modules/browser/avant_steal_history/config.yaml @@ -17,8 +17,8 @@ beef: module: avant_steal_history: enable: true - category: ["Exploits", "XSS"] - name: "Avant Browser History Stealing" + category: "Browser" + name: "Get Visited URLs (Avant Browser)" description: "Invoke AFRunCommand() privileged function. The integer 60003 is passed by default to dump the Avant Browser history." authors: ["Roberto Suggi Liverani"] target: diff --git a/modules/exploits/avant_steal_history/module.rb b/modules/browser/avant_steal_history/module.rb similarity index 100% rename from modules/exploits/avant_steal_history/module.rb rename to modules/browser/avant_steal_history/module.rb