Jump to content

Sebkinne

Root Admin
  • Posts

    3,978
  • Joined

  • Days Won

    331

Everything posted by Sebkinne

  1. Sebkinne

    HackRFOne

    Mind you, the hackrf is not full duplex, so no sending and receiving at the same time, making it impossible to use as a WiFi card / a base station.
  2. Please see the FAQ pinned in this forum: https://forums.hak5.org/index.php?/topic/31667-answers-to-common-questions/ Best regards, Sebkinne
  3. Sorry guys, I have had to take the last week off unexpectedly. II'll get back to his thread asap tomorrow. Best regards, Sebkinne Edit: We are looking into the issue.
  4. Yup, it's already patched and will be released soon with other fixed and a few more features, mainly focusing on security. There is no immediate need to fix shellshock, at least not as it's own firmware release. It's going to be shipped in the next firmware, to be released soon. Best regards, Sebkinne
  5. Yes, the issue will not be present in the next firmware. Best Regards, Sebkinne
  6. That'll work. Best Regards, Sebkinne
  7. Hi Josealmeidajr, Wlan0 does what it did before. Wlan1 is used for PineAP - It will bring down the wlan1 interface and create a mon0 interface. Wlan2 (external device) can be used for clientmode like you used to use wlan1. Mon0 (created by pineAP, if you are using it) can be used to deauth clients. Note though that this could conflict with PineAP. We will release an update that adds targeted deauth to PineAP too and will play nice. Best Regards, Sebkinne
  8. True, but you can BLACKLIST a MAC - which answers the question asked here. Best Regards, Sebkinne
  9. Hi Jamz33, Indeed, I haven't gotten around to incorporating PineAP into the CLI yet. To make up for it, here is a small python program to do what you want: start.py: import socket import os import time def communicate(command): sock = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) try: sock.connect("/var/run/pinejector.sock") sock.send(command) except socket.error, msg: print("Connection error") def execute(command): os.system(command) print("Starting karma, bringing up monitor interface, and starting pineAP") execute("pineapple karma start &>/dev/null") execute("airmon-ng start wlan1 &>/dev/null; mac=$(ifconfig wlan0 | grep HWaddr | awk '{print $5}'); chan=$(iw dev wlan0 info | grep channel | awk '{print $2}'); iface=$(ifconfig -a | grep $(echo $(ifconfig wlan1 | grep HWaddr | awk '{print $5}' | sed 's/:/-/g')) | head -n1 | awk '{print $1}'); echo \"pinejector $iface $chan $mac\" | at now &>/dev/null") print("Done. Sleeping two seconds") time.sleep(2) print("Turning beaconer, responder, and harvester on.") communicate("beaconer:on") communicate("responder:on") communicate("harvest:on") I'll make sure that all of these features are included in the CLI in the next firmware version. Best Regards, Sebkinne
  10. You cannot, it was a quick program I wrote for Darren. It only runs on the WiFi Pineapple MKV. Best regards, Sebkinne
  11. Hey harmless, You need to background whatever commands you run. If you need a sleep (which you likely do for this), you should wrap all that and background the entire command. Best regards, Sebkinne
  12. Please do not bump your own post, especially not if not even 24h have passed.. To answer your question, this should (and does for me) work out of the box. If it doesn't, it is probably a routing issue on the end of your PC. Your PC should receive an IP over ethernet. Make sure that works. Then double check your default gateway and routes. If they point to 172.16.42.1 then all should be good. Best Regards, Sebkinne
  13. In my proxy, I make sure that the length is recalculated on injection. In regards to ettercap, I genuinely do not know, I haven't got too much experience, but I would expect it does. I'll take a look at the source this weekend. I am expecting to launch my proxy by the end of the month / start of next month. Best, Sebkinne
  14. This is not possible. You have to use wlan0 for karma. You currently have to use wlan1 for recon mode / pineAP features like dogma, beacon responses, etc. You can use wlan2 (a USB wireless card) for client mode (giving the WiFi Pineapple MKV internet). If you don't want to make use of recon mode / pineAP, you can use wlan1 to connect to a nearby network and share you internet over that. Best Regards, Sebkinne
  15. Sorry guys, it got lost up during the defcon dev cycles. It's in the pipeline and will be available soon. Best Regards, Sebkinne
  16. Kann ich leider nicht, ettercap ist etwas buggy.. Mal gucken ob wir vllt an einen neuere Version kommen. Best Regards, Sebkinne
  17. We have something like this coming, specifically replacing files such as .exe on the go. It is currently written in python, but we have noticed that when lots of clients are browsing, proxying files such as images becomes heavy for the WiFi Pineapple. Writing the same program in C++ has given much better results, so we will see where it takes us. Best Regards, Sebkinne
  18. Correct. The thing is, you want to supply the WiFi Pineapple MKV with at least 5W of power, but should aim for 9-12W. To do this over USB, you would need to have a USB port that can supply at least 2A. In testing, we have found that 5W is enough for normal use though. Just make sure your laptop has overdraw protection, otherwise weird things can happen (say you can only supply 0.5A and the pineapple wants 0.7, your machine could error out / stuff could break. Best Regards, Sebkinne
  19. Hi Chaser, What are you doing with your WiFi pineapple MKV when it crashes? How long does it usually take to crash? If infusions randomly do not show up, it can very possibly be a defective / corrupt SD card. If you have a good (Best would be class10) SD card lying around, format it ext4 (or fat if you have to) and pop it in. Of course, you will now have to re-install any infusions you had previously installed to the SD card again. If you do not wish to put a new card in, you can try to reformat the current one. There is a way to do it over the webinterface (it is experimental as it does sometimes fail) by going to resources -> USB -> format SD. If that doesn't work, you can format it in your own devices. If that fails, you should try the above. If all of this fails though, I suggest you re-flash your device by following the instructions here. Best Regards, Sebkinne
  20. Hi Quisty, You can NOT use the USB to barrel power cable. You can also NOT use the PSU that comes with the WiFi Pineapple. This is because the battery charger has charging circuit logic built in. The only way to make it work is to buy a simple (small) adapter. I suggest something like this. As you can see, it doesn't really add any bulk and is cheap as hell. Best Regards, Sebkinne
  21. Entirely possible, however I advice you to use nodogsplash / evilportal for this. The only reason I say this is because you want to give people internet afterwards. Best Regards, Sebkinne
  22. Let me phrase it this way: "Fuck no!". This would be highly illegal.
×
×
  • Create New...