You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tested this payload on FW 3.2 and I get a blinking red LED. My USB is NTFS formatted and I tried both interface="lo" and "br-lan". Any tips?
P.S my squirrel is in between my ISP modem and a second wireless router.
According to the code it should echo trouble to the log which it doesn't:
_# Interface could not be found; log it in ~/payload/switch1/log.txt
ifconfig > $lootPath/log.txt
echo "Could not load interface $interface. Stopping..." >> $lootPath/log.txt
#32 USB storage could not be found; log it in ~/payload/switch1/log.txt
echo "Could not load USB storage. Stopping..." > log.txt_
It would be nice if someone would be willing to put more debugging code into this payload so I can post more info to help.
The text was updated successfully, but these errors were encountered:
Hey, I came across what is probably this same issue tonight - the line of code that checks for the presence of USB storage looks like if [ -d "/mnt/loot" ]; then. If you don't have the folder loot on your usb drive then it will fail. I needed to create loot/intel/ to get this working.
Sorry it's a long long time after you asked, hopefully this helps someone out!
Hi, I tested this payload on FW 3.2 and I get a blinking red LED. My USB is NTFS formatted and I tried both interface="lo" and "br-lan". Any tips?
P.S my squirrel is in between my ISP modem and a second wireless router.
According to the code it should echo trouble to the log which it doesn't:
_# Interface could not be found; log it in ~/payload/switch1/log.txt
ifconfig > $lootPath/log.txt
echo "Could not load interface $interface. Stopping..." >> $lootPath/log.txt
It would be nice if someone would be willing to put more debugging code into this payload so I can post more info to help.
The text was updated successfully, but these errors were encountered: