Commit Graph

94 Commits (d54e9e54752060ec9573bc962f2f7b79a21485f4)

Author SHA1 Message Date
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
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
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
Darren Kitchen 4073109c2e Create QuickCreds
Snagging creds from locked machines --Mubix, Room362.com. Implements responder attack and saves creds to numbered directories in /root/loot. Upon capture of NTLM hash the amber LED will repeat a 3 blink pattern. Author: Hak5Darren. Credit: Mubix.
2016-09-12 10:17:01 -07:00
IMcPwn 68d4493522
Update responder
Fix missing dependency, ping 8.8.8.8 instead of lanturtle.com, move iptables rules to functions
2016-08-23 13:50:19 -04:00
Carleton Stuberg d64934e956 Fix meterpreter-sl typo 2016-04-14 15:40:08 -04:00
IMcPwn d7043d422c Update module_list with meterpreter-sl and responder 2016-04-13 15:43:35 -04:00
Sebastian Kinne 26ee4a0158 Merge pull request #8 from CCarleton/patch-2
New module responder
2016-04-07 15:39:36 +02:00
IMcPwn 8f028e1ba5 Fix pgrep typo 2015-11-22 13:16:48 -05:00
IMcPwn 2f2e644a80 Change stop methods and show PID 2015-11-22 12:32:13 -05:00
IMcPwn bc7716f187 Add meterpreter-sl module 2015-11-22 12:29:49 -05:00
IMcPwn 0e36c49ab1 Make first time download look nicer
Pipe opkg updating to /dev/null
Make git quiet
Notify user how to view log in real time
2015-10-24 15:25:33 -04:00
IMcPwn 6a1ce22832 Minor formatting improvement 2015-10-12 10:31:54 -04:00
IMcPwn c0fb3ea73e Improve start messages 2015-10-12 09:02:47 -04:00
Sebastian Kinne e47b64f01c Merge pull request #10 from IMcPwn/patch-4
Fix misspellings of missing
2015-10-11 23:47:11 -07:00
Sebastian Kinne 11ebb43d38 Merge pull request #9 from IMcPwn/patch-3
Fix misspelling of urlsnarf_log - Thanks!
2015-10-11 23:46:47 -07:00
IMcPwn 4d1fa206d1 Improve internet check formatting 2015-10-05 18:29:18 -04:00
IMcPwn c8fe3bf949 More formatting fixes! 2015-10-04 20:33:41 -04:00
IMcPwn 4168ba0607 Minor formatting fixes 2015-10-04 13:34:31 -04:00
IMcPwn cc3f65609d Improve formatting and add internet check 2015-10-04 13:20:25 -04:00
IMcPwn fbb0181f9c Fix rm's and add more validity checks 2015-10-03 13:15:43 -04:00
IMcPwn c3401c6727 Remove extra function call 2015-10-03 12:52:36 -04:00