packetsquirrel-payloads icon indicating copy to clipboard operation
packetsquirrel-payloads copied to clipboard

ispyintel red blinking LED

Open SgtFoose opened this issue 4 years ago • 1 comments

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.

SgtFoose avatar Dec 11 '19 06:12 SgtFoose