Jump to content

Molotof

Active Members
  • Posts

    157
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Molotof

  1. MK5 needs to be more powerful than a raspberry pi, in the past month the community started brain storming really heavy and the more stuff we jam into the MK4 the more it starts to reboot and now we are going to the point of backpacking two, we need to consolidate into one.

    We need to be like backtrack, the F-bomb is coming soon on archlinux, so we need to get into something more flexible.

  2. I was planning on using VNC to access the Raspberry Pi so I don't need keyboard and mouse..... In regards to power output on the usb port I'm really hoping I can power a regular usb wifi adapter along with a Alfa for deauthing.

    If i were you i would use a console only distribution on the raspberry pi, avoid anything with an X session manager or GUI interface, as that makes it use precious cpu cycles that otherwise would be used for what we want that little thing to do.In any case you would need a usb powered hub.

  3. Well it all depends on what you want to do, is it distance or reliability you are after!

    If it is an official pen-testing then go with the antenna and the AMP.

    If you are just going to do it for educational purposes then go ahead with the antenna alone.

  4. I thought the mk4's internal wifi is 80 to 125 mw?

    Ohhh i thought he was talking about an alfa adapter, but yeah if the MK4 is 80mW-125mW that would make it be heard out there a lot more. Actually i do not know how much the MK4 output to the antenna.

  5. Please remember that going up on Wattage of such dangerous signal has health risks, do not stand in front such antenna as it is a micro wave signal, the other thing if you are using an alfa its already on 500mw , while using this type of antenna it has very good gain so it will amplify your 500mw by the DBi gain it already has.

    DBi = the gain of an isotropic dipole, so when its 18DBi means its 18 times better than a simple dipole antenna.

    And the AMP is rated 800mw so if you give 500mw from the alfa to the amp then what is going to the antenna is only 800mw.

    The amp is used for exciting a 10mw signal and amplifying it to 800mw not and already high 500mw which in some cases could burn out the amp with such high wattage as an input.

    So rule of thumb is to find an amp with high input wattage to get maximum output, in this case it will have to be commercial and / or illegal and a health risk.

  6. Yeah its A log periodic antenna , similar to a yagi but much better gain and narrow angle of radiation, from the pic it looks like its used vertical to match up with Omnidirectional router antennas, and they are using triangulation to pin point and he has a walki talki trunked digital radio APCO 25 encrypted so anyone with an apco cant listen, so they look like they are stationed in groups they don't have to move or anything just dispatch a MAC finder and boom your out LOL !

  7. <facepalm> I'm so embarrassed.

    Just checked the voltage on the PoE Adaptor. It's 48v.

    I should have checked first but this dopey bugger assumed everything was 12v.

    Now my stupidity has left me without my Pineapple. 8(

    I'm absolutely not blaming anyone else, but I wish there were some kind of over-voltage protection.

    Guess I need to start saving for the replacement.

    Cheers, Jason

    It's ok man, no body learns for free ;)

    Try to fix that blown little piece, check that thread and try to contact the guy he can help you in all things related, he knows cuz he got burnt too.

  8. what kind of scripts are you running or how are you handling ??

    ". configure bandwidth so it would trickle

    . configure the firewall not to allow streaming media"

    All these can be configured in the web ui of the TP-Link router, HERE is an emulator of the router's standard firmware, you can play with it and explore its features :)

  9. Is there any formatting needed to setup a usb hub??

    I want to use a usb storage and the alfa at the same time... I was thinking about buying a usb hub but wasn't sure if you needed to format the pineapple to accept it. How did you set it up?

    I would also like to add that your power-source might be dangerous... I was reading reviews on amazon and it turns out that the battery in the isound tends to expand and melt. Just a tip in case you have issues.

    Regarding the USB hub it is a matter of plug N play(pray) and no need to change anything on the pineapple.

    For the isound it did overheat on me many many times while it is in mobile mode ( in 90 Degrees F weahter ) BUT it has a very good overheat shutdown ciruit.

  10. Add your stuff in a .sh file and chmod +x it plus a sleep 20 and put the file somewhere not on the usb.

    So as you said earlier :

    #!/bin/sh

    sleep 20 # makes it work

    CAPTURE_DIRECTORY="/usb/"

    CAPTURE_DIRECTORY_DISK_USAGE=$(du -s $CAPTURE_DIRECTORY | awk '{print $1}')

    TCPDUMP_FILE_PREFIX=${CAPTURE_DIRECTORY}${CAPTURE_DIRECTORY_DISK_USAGE}$(echo ".pcap")

    airmon-ng stop mon0.wlan0

    airmon-ng start wlan0

    tcpdump -i mon0 -n -C 10 -w $TCPDUMP_FILE_PREFIX

    # save it to tcpdump.sh

    And then run it in rc.local as:

    /whatever/tcpdump.sh &

    Can you tell me why did you stop mon0.wlan0 at start-up ?????

  11. i have a MBA and i must say wired is an epic pain in the ass, i have tried usb/and thunderbolt adapters on both virtualbox and parallels even got ahold of a virtual HD of backtrack specifically setup and configured for the mac in parallels. the most reliable setup i have come up with is using a secondary tplink mr3020 router flashed to openwrt to act as a backpack for the pineapple using the wired connection between the two routers and the 3020 as a network bridge to whatever wifi connection that is configured.. pineapple handles the dhcp on the lan and then the 3020 gets an external wan ip /internet

    I am using the same config with mr3020 to get rid of wires alltoghter.

  12. When using a pineapple and 3G what are the odds of someone noticing that they are getting pineappled, recording the external IP then filing a complaint with the cellular provider? Then you get a knock on your door. The 3G seems great for remote administration but is it safe to use to provide internet access to the masses?

    My understanding of using the pineapple is for educational purposes only and to advance yourself in penetration testing, remember the one bad apple ruins the whole crop, so use the knowledge wisely.

    The gift of knowledge can be used in good and bad, its your call and always know if you have knowledge someone else knows alot more than you, and if a man built it, A man can hack it, and then there is A man who can track it ;) ALWAYS !

×
×
  • Create New...