Jump to content

kpoeticg

Active Members
  • Posts

    116
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kpoeticg

  1. Damn lol. I wish u were around when I ordered it. Was it that Premiertek one or one of the random ones that have the same amp with like 4 different brand names? I had the Hawking in my shopping cart then switched to that one kinda last minute cuz of all the positive feedback.
  2. It seems like you're not associated at all with your internet connection. I don't know if you setup your wireless config file like i said last night but if u did it should be solvable in Network Manager. Under the wlan iface you're trying to use click next to SSID where it says [Avaliable AP], Click on the AP you want, Choose the security/encryption the router uses from the dropdown menu, type in the key, then scroll up and click Save, and then Commit. Then do killall hostapd && ifconfig wlan 2 down && ifconfig wlan1 down && ifconfig wlan0 down sleep 6 wifi sleep 6 udhcpc -i wlanX # X being 0, 1, or 2. Whichever radio ur using to connect to the internet If it doesn't work reboot. If it still doesn't work it'll be easier to just reflash and start from scratch. Just save ur /etc/config/wireless file on ur pc or usb and copy it back over after ur flash. (You can just copy and paste that string of commands into the Advanced tab. Just change wlanX to wlan0 or wlan1 or wlan2)
  3. just out of curiosity, give me the log output of "udhcpc -i wlan1"
  4. Did you check ur Logs tab? See if you're associating with the AP
  5. Has anybody else noticed this in the install.sh output? root@Pineapple:/usb/infusions/keylogger# ./install.sh Installing kmod-ebtables (3.7.6-1) to root... Collected errors: * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-ebtables: * kernel (= 3.7.6-1-457c49a821916a4f100490a4508003ce) * * opkg_install_cmd: Cannot install package kmod-ebtables. Installing kmod-ebtables-ipv4 (3.7.6-1) to root... Collected errors: * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-ebtables-ipv4: * kernel (= 3.7.6-1-457c49a821916a4f100490a4508003ce) * kmod-ebtables * * opkg_install_cmd: Cannot install package kmod-ebtables-ipv4. Installing ebtables (2.0.10-4-1) to usb... Collected errors: * satisfy_dependencies_for: Cannot satisfy the following dependencies for ebtables: * kmod-ebtables * * opkg_install_cmd: Cannot install package ebtables. Downloading http://cloud.wifipineapple.com/packages/Packages.gz.
  6. O ok. Well in that case u should look at the config i posted last night. putting 'option phy phyX' in place of 'option macaddr' and then putting 'option macaddr (spoofedmac)' at the end of the section works great for me!
  7. deathdealerxx, u don't have trouble getting Network Manager to recognize ur radio when u have ur macaddr set like that in the config file? I started using the option phy because everytime i changed my mac it broke Network Manager.
  8. There's a few ways. I personally find ifconfig wlanX down macchanger -r wlanX ifconfig wlanX up easier. Also a third option is to change it directly under option macaddr in ur /etc/config/wireless. If u do that it's good to add an "option phy phyX" above it though.
  9. WOW!! I've seen a handful of posts with other devices people think could be the WIFIPineapple Mark V but this is literally a hornet with bigger ram and flash. SICK!!!
  10. This seems like a pretty sick toolbox. Only problem is i can't figure out how to get it to play nicely with Kali. 90% of the tools are just grayed out. I've tried pointing them to their directory in settings to no avail. Any info would be appreciated
  11. Yeah i replied to that too. The wireless file is why the top of that picture is all messed up. I don't know how to get ur ICS set correctly if ur wireless radio's aren't setup first... It should look something like Physical Interfaces radio0 wlan0 Enabled [Random Mac] radio1 wlan1 Enabled [Random Mac] radio2 wlan2 Enabled [Random Mac] Logical Interfaces wlan0 Enabled [Disable] wlan1 Enabled [Disable] [DHCP Release] wlan2 Enabled [Disable] Then set ur ICS to share from wlan1 to "" (i use wlan0)
  12. Well i made it a little more complicated than it had to be by trying to explain it before i pasted my config. =P If u just copy my wireless file and paste it in yours, then follow the post i wrote after it u should be good to go. U should definitely take my advice on keeping a couple backup copies around. They come in real handy when u need to configure ur wireless setup. And u can change those mac addresses to anything u want as long as u keep the phy option where i showed u.
  13. I don't know how many it's supposed to show but the Infusions UI shows Available Packages 3483 I think I remember when I first flashed 2.8.1 before I updated it for the first time it showed over 3500. Since nobody else has responded to either of my posts, i don't know if i'm the only person that's experiencing this or if it's a compatibility issue with the 2.8.1 upgrade. Maybe a symlink issue? Or Swap?
  14. So for your third radio you should copy the radio0 and wlan0 sections and paste them under the second radio. Then go through and change radio0, phy0, wlan0, and radio0 to radio2, phy2, wlan2, radio2. Then give it it's own macaddr. Then change AndroidAP to it's own AP name. After all that make sure u make a backup of ur new wireless file. Then reinstall Network Manager and it should register everything succesfully. If not u might just need to reboot. Then make sure u "ifconfig wlan1 up && ifconfig wlan2 up" and then try opening Network Manager again Hope this solves ur issue...
  15. Here is my /etc/config/wireless file That's just for 2 radio's though. You'll need to duplicate for a third and change in the obvious places.
  16. where it says " config wifi-iface " change it to " config wifi-iface 'wlan0' " That will make a complete section for just your internal radio. You need to make a radio1/wlan1 section for ur 2nd and a radio2/wlan2 section for ur third. I personally find if u replace all the "option macaddr" with " option phy 'phy0' " or "option phy 'phy1' " or option phy 'phy2' " then put "option macaddr" underneath where it says "option disable '0' " it makes it alot easier for the purposes of being able to change ur macs and the system still recognizing your radio by the phy option. Hold on I'll give u an example of what my wireless file looks like...
  17. I said to go into /etc/config and open ur wireless file. Not bash the /etc/config folder =]. /etc/config/wireless is the file that handles ur wireless radios cd /etc/config nano wireless although it's easier to scp in with WinSCP and just double click the file. That way it opens it like a normal txt document
  18. Oh. In that case all the details or the correct details for it might be missing from your wireless file. Sometimes Network Manager has issues setting up ur external adapters and u need to set it up urself in the config file to get the Infusion to recognize it properly.
  19. It wouldn't be difficult for some1 that wants multiple options to write a quick script for it. Just to quickly "mv 'currentcss' 'currentcss.bak'" "cp /usb/mycssfolder/csschoice 'currentcss'"
  20. You should SSH or SCP in and go to /etc/config/ and open ur wireless file. First section should begin with "config wifi-device 'radio0'" Second section should begin with "config wifi-iface 'wlan0'" "option device 'radio0'" Third should begin with "config wifi-device 'radio1'" Fourth should begin with "config wifi-iface 'wlan1' "option device 'radio1'" I don't know where that 3rd radio (radio2) is coming from. I usually share "wlan1" to "wlan0". I don't know which is right. My setup works great for me though
  21. No problem. I appreciate you creating this post in the first place. There aren't enough posts on here with first hand experiences with the various different antenna upgrade choices out there. I ended up ordering this amp instead http://www.amazon.com/gp/product/B004S3OKLK/ref=ox_sc_act_title_1?ie=UTF8&psc=1&smid=A2N1S6D8VVCNZ3 cuz some guy that has both left feedback that this one produced like a 30% better signal. I got a 6ft LMR-240 RP-SMA extension too in case this one makes that high pitch wine as well.
  22. Here's the one I made a while back when I first got my Pineapple
  23. I've been wanting to show screenshots of my "Pineapple Flavored Skin" for a while. I just haven't gotten around to making an account on any image hosting sites yet. I like your Dutchess Theme though. I might take it for a spin myself
  24. Thanks Whistle Master. I've been tinkering with the code but I'm still a bit of a n00b and haven't had any luck yet.
  25. Yes. Whistle Master did a while back. Check your Pineapple bar... And if it's the Java injection u were interested in, check out the EvilJava infusion that dustbyter revived. Both r pretty sweet
×
×
  • Create New...