Jump to content

ExigentCircumstance

Active Members
  • Posts

    11
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ExigentCircumstance's Achievements

Newbie

Newbie (1/14)

  1. Ok, cool. I'll mess with it and see what I can come up with, if anything.
  2. Yeah, looks like I'll be waiting. It's weird that you aren't having the issue, which makes me think it's something I'm doing, but I can't think of what that would be... Appreciate your help with this.
  3. Haha I just noticed my USB flash drive is mounting to /sd when it's connected cause its /dev/sda1. Didn't think this would happen since this topic has Darren stating that sd mounts to /sd and usb mounts to /usb https://forums.hak5.org/index.php?/topic/30575-replacing-usb-with-sd/ Without usb connected sd gets pushed to something else and the flash drive uses /dev/sda1. Anyhow, I removed the USB flash drive and followed your directions, but didn't work. I added the flash drive and re-situated the fstab entries so it mounts both /sd and /usb and followed your directions, but same thing. Very funky. Just to be sure it wasn't some underlying issue, I've reset factory defaults between each....
  4. Yeah, since the options to install are all fubar, I installed internal since those were the only corresponding options. root@Pineapple:~# ls -la /usr/lib/python2.7/site-packages/ drwxr-xr-x 1 root root 0 Oct 20 17:51 . drwxr-xr-x 1 root root 0 Oct 20 17:57 .. drwxr-xr-x 3 root root 0 Oct 20 17:51 OpenSSL -rw-r--r-- 1 root root 119 Sep 18 10:57 README -rw-r--r-- 1 root root 580 Mar 14 2013 pyOpenSSL-0.10-py2.7.egg-info drwxr-xr-x 2 root root 0 Oct 20 17:51 sslstrip -rw-r--r-- 1 root root 305 Mar 14 2013 sslstrip-0.6-py2.7.egg-info drwxr-xr-x 1 root root 0 Oct 20 17:57 twisted drwxr-xr-x 1 root root 0 Oct 20 17:57 zope root@Pineapple:~# ls -la /sd/usr/lib/python2.7/site-packages/ ls: /sd/usr/lib/python2.7/site-packages/: No such file or directory root@Pineapple:~# opkg list-installed | egrep '(sslstrip|twisted)' sslstrip - 0.7-1 twisted - 2.5.0-1 twisted-web - 2.5.0-1 root@Pineapple:~#
  5. Thank you leg3nd. here's my output: root@Pineapple:~# ls /usr/lib/python2.7/site-packages/ | egrep -i '(OpenSSL|sslstrip)' OpenSSL pyOpenSSL-0.10-py2.7.egg-info sslstrip sslstrip-0.6-py2.7.egg-info root@Pineapple:~# ls /usr/lib/python2.7/site-packages/twisted/ | grep web web root@Pineapple:~# sslstrip Traceback (most recent call last): File "/usr/bin/sslstrip", line 27, in <module> from twisted.web import http ImportError: No module named web I also snagged the output from Python to illustrate what I was talking about before... just for the hay: root@Pineapple:~# python Python 2.7.3 (default, Sep 18 2013, 12:56:18) [GCC 4.6.3 20120201 (prerelease)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import twisted >>> dir(twisted) ['__builtins__', '__doc__', '__file__', '__name__', '__package__', '__path__', '__version__', '_version', 'python', 'version'] >>> import twisted.web Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named web >>> from twisted.web import http Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named web
  6. So I've tried getting SSL strip to work by mounting a flash drive and installing, but still no luck. The options to install aren't the same across the board. Say you go into the Pineapple bar, select Install; you have the option to install to internal or sd. To finalize the installation you click the infusion on the home screen and your options are internal or USB. If you install it using the opkg manager, you don't get anything on the home screen, but it still doesn't work. I am however getting the same type of errors as leg3nd when I run it form cli: I've attempted to correct the symlinks, but haven't gotten into that real far, since the installation of the infusion seems to be screwy. I did notice that if you type python from the cli and get the interactive python session; that if you type import twisted.web, it doesn't even have that module installed. That would make sense of the error, but it could be cause it's not installing correctly in the first place. I will post more once I figure something out that works. It may take me some time though, since it's pretty frustrating at this point. I keep holding out cause I view this as an "early adopter" issue, even though this thing has technically been out for some time (different revisions).
  7. Hmm ... I think I posted this to the Mark V portion, cause I was having problems with a Mark V. Wrong section can be left to interpretation, but I'll try posting to another section next time to see if I guessed right.
  8. Looks like installing the wifi-manager fixed my issue with the client network ... thank you. sslstrip on the other-hand, it's installed on the internal storage. I figured if it's an infusion, that's where it should be.
  9. Another issue .... connecting to clients. Both adapters are enabled, but when I connect to my home AP it says its connecting and will refresh in 10secs. Never refreshes, but if I go to the Networks tab and look at wlan0 it's getting an IP from my network. If I go back to the clients tab it states that it's not connected. How does it get an IP if it's not connected? Is it truly connected or does it just think it's connected? Autossh doesn't work, so I assume it just thinks it's connected. Just to make sure it isn't me, I reset the defaults, reset my password, enabled Karma, enabled the second adapter, went into network and connected to my client. Same thing. Baffled at how anyone has gotten this to work. Do I have a lemon and not a pineapple?
  10. I've done some searching, but most everything that comes up is for the Mark IV and installing sslstrip. I haven't seen a post that specifically covers "sslstrip is not running ..." I've enabled sslstrip and once I click refresh (due to it not working) it states "sslstrip is not running..." but shows that it's still enabled. If you X out of the window and go to the home screen, it shows it's still enabled, but if you go back into sslstrip its disabled. I tried resetting to the defaults using the dip switches, reinstalled sslstrip and it seems like it works if I don't enable Karma first, but once I enabled Karma it was all over. Is this a known issue that my search fu didn't find, or am I doing something wrong?
×
×
  • Create New...