littlebopeep Posted January 14, 2015 Share Posted January 14, 2015 Hey guys, I am using my phone to SSH into the Wifi Pineapple on Android using JuiceSSH. I SSH and start reaver manually however when I disconnect from the wifi or my phone goes out of range, reaver decides to stop. Just wondering if anyone knows a way I can keep reaver running on the pineapple even after my SSH client has disconnected? Quote Link to comment Share on other sites More sharing options...
Sebkinne Posted January 14, 2015 Share Posted January 14, 2015 Use the "screen" command. You will need to install it first: "opkg update && opkg install screen" Alternatively, you can background the process. Best Regards, Sebkinne Quote Link to comment Share on other sites More sharing options...
DataHead Posted January 14, 2015 Share Posted January 14, 2015 I love me some screen, but for optional use cases, you can also use 'tmux' opkg update opkg install tmux Quote Link to comment Share on other sites More sharing options...
lunokhod Posted January 16, 2015 Share Posted January 16, 2015 (edited) Another thumbs up for Screen... very handy! I use it with my Raspberry Pi powered pentest box... start screen, start reaver, quit the SSH session... reconnect to the Pi later, type "screen -r" and it will reconnect to the last active screen session... almost magical! This is handy too...http://cfenollosa.com/misc/screen.pdf Edited January 16, 2015 by lunokhod Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.