Jump to content

Oneiroi

Active Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Oneiroi

  1. Just purchased the Mark IV Pro a few days ago ... ye gods of the internet why do you curse me! :(
  2. I see the issue is only when I am logged into github I am prompted to create the Doku.php page, when not logged in I am redirected to: https://github.com/WiFiPineapple/web-interface/wiki instead
  3. Looks like the mark iv pro I have received has the new 3.0.0 firmware on it, however the instruction booklet screenshots are all for the 2.x web interface? Where can I find the USB configuration interface for instance? Also please note: https://forums.hak5.org/index.php?/forum-65/announcement-7-wifi-pineapple-wiki-page/ links to http://cloud.wifipineapple.com/wiki/doku.php This redirects to an empty github wiki. curl -ILs http://cloud.wifipineapple.com/wiki/doku.php | grep -v Cookie HTTP/1.1 302 Found Date: Wed, 25 Sep 2013 22:28:35 GMT Server: Apache/2.2.22 (Ubuntu) Location: https://github.com/WiFiPineapple/web-interface/wiki/'>https://github.com/WiFiPineapple/web-interface/wiki/doku.php'>https://github.com/WiFiPineapple/web-interface/wiki/'>https://github.com/WiFiPineapple/web-interface/wiki/doku.php Vary: Accept-Encoding Content-Type: text/html; charset=iso-8859-1 HTTP/1.1 302 Found Server: GitHub.com Date: Wed, 25 Sep 2013 22:28:35 GMT Content-Type: text/html; charset=utf-8 Status: 302 Found Cache-Control: no-cache Strict-Transport-Security: max-age=2592000 X-Frame-Options: deny Location: https://github.com/WiFiPineapple/web-interface/wiki/'>https://github.com/WiFiPineapple/web-interface/wiki/ X-Runtime: 20 Content-Length: 118 X-GitHub-Request-Id: 5185E126:124E:38F5372:52436393 Vary: Accept-Encoding HTTP/1.1 302 Found Server: GitHub.com Date: Wed, 25 Sep 2013 22:28:35 GMT Content-Type: text/html; charset=utf-8 Status: 302 Found Cache-Control: no-cache Strict-Transport-Security: max-age=2592000 X-Frame-Options: deny Location: https://github.com/WiFiPineapple/web-interface/wiki X-Runtime: 3 Content-Length: 117 X-GitHub-Request-Id: 5185E126:124E:38F538A:52436393 Vary: Accept-Encoding HTTP/1.1 200 OK Server: GitHub.com Date: Wed, 25 Sep 2013 22:28:36 GMT Content-Type: text/html; charset=utf-8 Status: 200 OK Cache-Control: private, max-age=0, must-revalidate Strict-Transport-Security: max-age=2592000 X-Frame-Options: deny X-Runtime: 44 ETag: "619cfa8195ad16b55d4073c8cf46e51a" Content-Length: 24296 X-GitHub-Request-Id: 5185E126:124E:38F53A7:52436393 Vary: Accept-Encoding RTFMs welcome with valid links, thnaks.
  4. You'll want to ssh into the freenas box and check dmesg and /var/log/system.log for "stepping down" notifications, this indicates an overheat IIRC.
  5. I'd like to see alternatives to using windows only software the pe2usb seems to be available for windows only, anyone know of some alternatives?
  6. That said self signed certs are useful when you do not need a 'client facing' ssl secured page, i.e. a web service, as PHP has a major problem verifying SSL certs most developers choose to disable this check, I would only use this in the case where you want network level security (SSL encryption of transmitted data, PCI compliance etc ...) Again this doesn't stop the MITM attacks, an additional step is to lockdown the access by IP address and even the device MAC, but then these too can be circumvented, it depends what you are trying to achieve. If it is just a web service between two servers, an SSH SOCKS tunnel to the server running the webservice, which is then locked down to only allow access to localhost using htaccess, would be a way to secure this. Anyway This is going off at a tangent, just some food for thought.
×
×
  • Create New...