Jump to content

johndanger

Active Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by johndanger

  1. It is how Window's displays the fact that you are connected to a network without encryption. There would be no way to change it without having to patch each machine that's connected to the network.

    The pineapple is a open wireless network, because encryption would not allow the clients to connect, because they do not know the key.

  2. You could open a screen session and run reaver in it.

    screen -S 'name_of your_session' - Starts a session with that name.

    You would run reaver and hit Ctrl+a+d to detach from the session, this will run even when you are logged out.

    To resume the session, just use the command: screen -r 'name_of_your_session'.

    For more information on the screen command, here is the manpage: http://www.gnu.org/software/screen/manual/screen.html

  3. You can also install openssh sftp server, which will work alongside dropbear.

    The package is called: openssh-sftp-server. Installing this should allow you to use winscp.

    You can't install it on usb storage though, tried it before and it only worked when installed on internal memory.

×
×
  • Create New...