Commit Graph

113 Commits (gh-pages)

Author SHA1 Message Date
Darren Kitchen 9ee23159b9
Merge pull request #46 from jrwimmer/newmodule-extroot
New Module: extroot
2021-12-21 16:53:56 -06:00
jrwimmer b0c8927aed
Restored missing parameter
* perform_step was not passing the tmpfile used for error processing
2021-12-20 21:55:21 -08:00
jrwimmer a5d084610f
Bash variable linting
* Added double quotes where possible to prevent globbing/word-splitting
2021-12-20 21:02:23 -08:00
jrwimmer 0ed9bc94fb
Added rootfs-size sanity check
* Module will now check the total size of the active root filesystem
* - This is done to catch and prevent instances of double-extroot migration
2021-12-20 20:32:06 -08:00
jrwimmer 1a78065764
Remove inconsistent use of path prefixing 2021-12-20 19:49:41 -08:00
jrwimmer 3e108f1cba
Process refinement
* Migration stages are now piped through to a dialog progressbox for monitoring
* Migration stages are now proxied through a separate function to monitor for breaking errors
* Each migration stage now ends with a 3-second sleep to provide time to review the last lines written to the progressbox
* Limited the wget spider retry amount to prevent an indefinite wait during a bad connectivity check
* Nulled stderr on select calls during formatting and data-copy to hide non-critical extraneous errors
* Added a finalization step to inform the user of an impending reboot
2021-12-20 19:42:19 -08:00
jrwimmer d02f467a0c
Correct props from template copy 2021-12-20 19:34:20 -08:00
jrwimmer 29582b7780
Modify initialization
* Moved entrypoint to CONFIGURE since the module framework already uses "dialog" in START
2021-12-20 19:32:04 -08:00
jrwimmer 26053d83de
First flesh-out 2021-12-05 08:56:22 -08:00
jrwimmer f07030eb1d
Initial module commit 2021-12-05 08:13:09 -08:00
monsieurmarc 10f44f6cb1
Update nmap-scan (#45)
Updated the dselect height for setting the log path.  The original setting was too large for a default putty screen and was preventing a user from setting the log path.
2021-11-11 14:13:51 +00:00
Theo 1452617da4
Fixed quickcreds with new responder size. (#43)
* Fixed quickcreds with new responder size.

Forces use of SD card amongst some other small fixes.

* corrected fixes

* remove comments

* fixed indexing

* Fixed indexing

* QuickCreds: Remove all trailing whitespace, fix indentation, drop unwanted comments

* Removed odd comment

Co-authored-by: Marc Egerton <foxtrot@malloc.me>
2021-04-09 22:49:35 +01:00
Marc d6c5b4e346
Merge branch 'gh-pages' into patch-1 2020-12-26 20:51:10 +00:00
jmkebalo 0ff93be9e0
Fix quickcreds
Blink 0.04 was not handled: changed to integer (so, no longer "rapidly")
Orange led was missing: replace by "yellow", which seems to be the orange one...
2020-11-07 19:44:09 +01:00
Dallas Winger 9bac19b21a
update broken status functions 2020-07-23 14:23:42 -04:00
Micheal Wall 25b1af53f2 Fixed an incorrect month token argument to the date command. 2020-06-29 10:24:39 -05:00
Darren Kitchen a1214e9671
Merge pull request #37 from mmdj4u/feature/module-ping-monitor
feature/module-ping-monitor
2020-05-10 15:30:09 -07:00
Micheal Wall d54e9e5475 ping-monitor: modified the lanturtle-heaven url after repo name change 2020-05-10 16:38:58 -05:00
Micheal Wall 3d3c26f0b2 ping-monitor: updated the help - removed the .git extension 2020-05-10 16:36:14 -05:00
Micheal Wall 08123be584 ping-monitor: updated the help with a repo to aid in analysis of the data 2020-05-10 16:31:02 -05:00
Micheal Wall a32b25897a changed some text and moved a function 2020-05-09 19:29:51 -05:00
Micheal Wall 1b278496e9 ping-monitor: added 2020-05-09 19:10:01 -05:00
Micheal Wall bfd522c7f8 sshfs: bugfix for status not reporting properly 2020-05-09 19:07:04 -05:00
Darren Kitchen 85ea267c89
Fixed error in LED blink function 2019-10-21 12:55:17 -07:00
Darren Kitchen fbb39f2bcb
added deprecation message 2019-10-10 12:21:32 -07:00
Darren Kitchen 2544ffe50d
Added deprecation message 2019-10-10 12:20:56 -07:00
Darren Kitchen e831e1296b
Removed deprecated php-based meterpreter modules
Firmware v6.2 removes php-cli. Metasploit users are advised to use the meterpreter-https module
2019-10-10 12:19:29 -07:00
Darren Kitchen c7d1615a11
Rename QuickCreds to quickcreds 2019-10-10 12:17:25 -07:00
Darren Kitchen 1eb5272771
Updated to no longer rely on ssh-keyscan 2019-10-08 13:41:15 -07:00
Foxtrot b244de6371 AutoSSH: Fix an issue where endquotes would show in the configuration input boxes 2019-10-08 19:11:01 +01:00
Darren Kitchen 07f5edfeeb
Fixed bug in autossh module
uci now sets enabled=1 in autossh config
2019-10-02 13:30:16 -07:00
Foxtrot 69638f52d7 QuickCreds: Remove git dependency, pull Responder from release. (LT-12)
Instead of installing git and then git cloning the Responder repository, it is better to download the release to save storage space.
2019-07-12 18:20:53 +01:00
Ceramicskate0 af33784c9c
Update autossh 2019-06-25 19:28:53 -04:00
Sebastian Kinne c9a79cf096
Properly stop OpenVPN module
Until we move this to init.d, we should kill the openvpn process manually.
2017-11-22 13:45:41 +11:00
Sebastian Kinne 9436474412
Ensure ddnsc doesn't throw UCI errors 2017-11-20 08:32:47 +11:00
Dylan Smyth 755e1cf139 Added Turtledump module (#22) 2017-11-20 08:30:24 +11:00
Sebastian Kinne 3a3baa8d38 Updated QuickCreds module to save precious space
Because the QuickCreds module clones the Responder repository, a lot of metadata can be found inside the .git folder. Removing this folder will free up valuable space on the LAN Turtle.
2017-05-15 09:28:43 +10:00
GermanNoob c8bc34625a Update tortle 0.9 (#21)
* Reorganised the menus
* Added
    - TOR Bridges
    - http proxy
    - https proxy
    - fascist firewall function
2017-03-13 10:54:38 +11:00
Josh Hale 9fc49bfec2 Add meterpreter-https module (#20) 2017-02-17 13:38:26 +11:00
Sebastian Kinne fc1ca50a29 Added Autossh port configuration (thanks QDBA) 2017-02-09 09:08:07 +11:00
Sebastian Kinne ff63a4ba86 Update responder Git repository 2017-02-09 08:49:18 +11:00
Darren Kitchen dc97f6c965 Fix logs symlink
replace "rm /etc/turtle/Responder/logs/*" with "rm -rf /etc/turtle/Responder/logs" on line 118 to fix symlink with /root/loot/#
2016-11-04 17:27:48 -07:00
Patrick Kiley adf6747518 Merged PR (#17) - Fixes and improvements to QuickCreds
* Modified Script to fix a couple of issues

Made the following changes:
 Modified check script to only stop when User credentials were harvested.  Machine credentials are often captured by Responder and are next to useless on a penetration test.  Machine credentials have a $ as the last digit of the username.  I also purge the Responder logs correctly at the start of the script and then make a copy of the logs directory to the current loot numbered directory before the cleanup.

* Bumped version to 1.2 to fix 2 issues

Made the following changes:
1. Modified check script to only stop when User credentials were harvested. Machine credentials are often captured by Responder and are next to useless on a penetration test. Machine credentials have a $ as the last digit of the username.

2. I also purge the Responder logs correctly at the start of the script and then make a copy of the logs directory to the current loot numbered directory before the cleanup.
2016-10-13 09:10:04 +11:00
Darren Kitchen 634bae3a83 Update module_list
Cleaned up QuickCreds description
2016-09-21 19:56:56 -07:00
Darren Kitchen d4d510652a Merge pull request #14 from NotMedic/gh-pages
Added iodine DNS Tunneling Software
2016-09-21 19:55:46 -07:00
Darren Kitchen 6dba852882 Version 1.1
Fixes new directory creation in /root/loot and changes LED blink behavior to now rapidly blink when running and light solid when NTLM hashes have been saved.
2016-09-20 17:23:05 -07:00
Darren Kitchen 7749b58116 Update QuickCreds
Replace --ForceWpadAuth option with --ProxyAuth and remove --fingerprint
2016-09-19 09:55:22 -07:00
Sebastian Kinne f011a0737f Merge pull request #13 from IMcPwn/patch-1
Update responder bug
2016-09-16 04:28:22 +10:00
NotMedic 09b9777099 Added iodine DNS Tunneling Software
A module to configure and start an iodine (currently v0.7.0) IP over DNS
Tunnel.
2016-09-14 22:23:17 -05:00
Darren Kitchen 1a354f3dac Added QuickCreds
QuickCreds - Snag creds from locked machines -Mubix, Room362.com
2016-09-12 10:18:37 -07:00