Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ispyintel red blinking LED #32

Open
SgtFoose opened this issue Dec 11, 2019 · 1 comment
Open

ispyintel red blinking LED #32

SgtFoose opened this issue Dec 11, 2019 · 1 comment

Comments

@SgtFoose
Copy link

SgtFoose commented Dec 11, 2019

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.

@smidgedy
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants