Monthly Archives: August 2018

LanTurtle QuickCreds/Responder

LAN Turtle offers a handful of useful Modules to the end user such as sshfs, meterpreter-http, urlsnarf, dnsmasq-spoof and more, the drawback is that if you try install and configure all of them then you most likely will be left with no space: “fatal: write error: No space left on device”

…with the most space hungry module being that of Responder/QuickCreds and one of its dependancies (git). At this point you have two options, a) either install whatever module you need and delete whichever you dont or b) use the below respondeme.sh script
ssh root@172.16.84.1
mount -o rw,remount /

cat <<EOF > respondeme.sh
#!/bin/bash
opkg update
opkg remove git
opkg install unzip
opkg install python-openssl
opkg install python-sqlite3
cd /tmp
rm -fr /tmp/Responder
rm -fr /tmp/Responder-master/
rm -fr /etc/turtle/Responder
wget -q -O /tmp/responder.zip --no-check-certificate https://github.com/lgandx/responder/archive/master.zip
unzip /tmp/responder.zip
mv /tmp/Responder-master/ /etc/turtle/Responder
rm /tmp/responder.zip
rm /etc/turtle/Responder/.gitignore
rm /etc/turtle/Responder/LICENSE
rm /etc/turtle/Responder/OSX_launcher.sh
rm /etc/turtle/Responder/README.md
EOF

chmod +x respondeme.sh
./respondeme.sh
turtle
(to go back to the Ncurses style text-based menu, navigate to QuickCreds or responder and configure or start)

Facebooktwitterredditpinterestlinkedinmailby feather