Jump to content

Is there a way to not loose Recon Data between logins/reboots?


Ninja_Hobo

Recommended Posts

As the title says, I often have to reboot the nano due to power outage or swapping power supplies, this causes me to have to log in again via the web GUI, but this causes a loss of all the Recon data, which is a pain if its been going for >10min.

Does anyone know how to keep a persistent log of the recon data so that only a new recon would wipe it?

 

Cheers

Link to comment
Share on other sites

Each scan creates a recon file in the /tmp/ directory. You could try to move them to /root/ or sd (for nano) and put them back after reboot. I haven't done/tested this but think it should work.
 

#to move to storage location

mv /tmp/recon* /root/
#to return to /tmp/ so shows up on recon page

mv /root/recon* /tmp/

 

Edited by Just_a_User
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...