Initial module commit
parent
67d125b8e9
commit
f07030eb1d
|
@ -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 {
|
||||||
|
}
|
|
@ -2,6 +2,7 @@ autossh Maintain persistent secure shells
|
||||||
cron Schedule tasks
|
cron Schedule tasks
|
||||||
dns-spoof Forges replies to arbitrary DNS address
|
dns-spoof Forges replies to arbitrary DNS address
|
||||||
dnsmasq-spoof DNSSpoof using DNSMasq
|
dnsmasq-spoof DNSSpoof using DNSMasq
|
||||||
|
extroot Simplified SD card storage
|
||||||
follow-file Follow log printing data as file grows
|
follow-file Follow log printing data as file grows
|
||||||
keymanager SSH Key Manager
|
keymanager SSH Key Manager
|
||||||
meterpreter Metasploit payload to maintain shells
|
meterpreter Metasploit payload to maintain shells
|
||||||
|
|
Loading…
Reference in New Issue