From f07030eb1d95e4ddc34370fed3c9996e91d4b7dc Mon Sep 17 00:00:00 2001 From: jrwimmer <67992074+jrwimmer@users.noreply.github.com> Date: Sun, 5 Dec 2021 08:13:09 -0800 Subject: [PATCH] Initial module commit --- modules/extroot | 27 +++++++++++++++++++++++++++ modules/module_list | 1 + 2 files changed, 28 insertions(+) create mode 100644 modules/extroot diff --git a/modules/extroot b/modules/extroot new file mode 100644 index 0000000..94dba58 --- /dev/null +++ b/modules/extroot @@ -0,0 +1,27 @@ +#!/bin/bash /usr/lib/turtle/turtle_module +# Title: LANTurtle OpenWRT Extroot configuration +# Description: Simplified SD card storage +# Author: jrwimmer +# Props: ImNatho, mike111b, madbuda +# Version: 1.0 +# Category: General +# Target: N/A +# Attackmodes: N/A + +VERSION="1.0" +DESCRIPTION="Simplified SD card storage" +CONF=/tmp/extroot.form + +# All "dialog" functionality is related to the Turtle shell +: ${DIALOG_OK=0} +: ${DIALOG_CANCEL=1} +: ${DIALOG_HELP=2} +: ${DIALOG_EXTRA=3} +: ${DIALOG_ITEM_HELP=4} +: ${DIALOG_ESC=255} + +function configure { +} + +function start { +} \ No newline at end of file diff --git a/modules/module_list b/modules/module_list index dc5d36b..5c39768 100644 --- a/modules/module_list +++ b/modules/module_list @@ -2,6 +2,7 @@ autossh Maintain persistent secure shells cron Schedule tasks dns-spoof Forges replies to arbitrary DNS address dnsmasq-spoof DNSSpoof using DNSMasq +extroot Simplified SD card storage follow-file Follow log printing data as file grows keymanager SSH Key Manager meterpreter Metasploit payload to maintain shells