Jump to content

yabasoya

Active Members
  • Posts

    184
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by yabasoya

  1. It just needed a wlan1 on the last line and an extra set of parenthesis on line 4. Without them it was assigning '20 /sd/mac.list' to max, not just '20'

    #!/bin/bash
    
    sleep 20 #Wait 20 seconds - Use if you need to wait for other things to load first
    max=($(wc -l /sd/mac.list)) #Count the macs in list (i assume each mac is on a seperate line and only contains MAC?)
    num=$(( ( RANDOM % $max )  + 1 )) #Get number between 1 - number of macs in file.
    mac=$(tail -n $num /sd/mac.list| head -n 1) # get random mac
    
    macchanger -m $mac wlan1 #Change to random mac address :)
    
    Thanks for the help! It works in a shh terminal on the pineapple. I just need to test it on a dip switch next.
  2. I have a list of 20 'authorized' macs (will add more as I come across them). I was looking to write a script that runs on startup to query the file of macs and randomly pick one to clone it to wlan1.

    Can someone help me write a script to do this or at least point me in the right direction?

    Thanks.

  3. I was on a mission on Friday when I was trying to overpower an access point. I kept noticing that clients were connecting to the other open access point and not mine. It prompted me to experiment with my pineapple today. After trying to change the stock 18dbm power level of wlan0 without success I tried to test it a different way. I was told on the message board that this is locked by design. Ok, fine, I accept that for now. I changed it to client mode when I noticed that I get very poor reception through wlan0.

    First scenario, TP-Link usb(wlan2), wlan0 and wlan1 all connected to my ASUS router in client mode. As you can see, wlan0 is detecting my ASUS router at ~30db less than the other 2.

    image001_zps25a88531.png

    Scenario 2. Same test but my TP-Link(wlan2) is swapped for my Alfa G(wlan3). Again, wlan0 is 30db less than the other 2.

    image002_zpsd7fcf1cd.png

    I did the same test using single connections with the same result.

    I already swapped antennas between wlan0 and wlan1.

    Am I doing something wrong?

    Do I have a bad unit or is this done by design?

    Thanks.

  4. I had this yellow case for a camera that I have. I only used it one at the beach anyway. I haven't really figured out what I want to do with this one as far as drilling holes yet. I have 3 - 12v batteries at 12,000mAh each. Total sum of 12v @ 36,000mAh. I am still testing this on for longevity but I am hoping for at least 5 days for this one. I know the coloring of the charging wire is opposite, it's just what I had in the drawer but is the right polarity when hooked up this way. I plan to order a "Testing in Progress" sign for this. The fact that it is bright yellow will make it look more "official" and less likely to get the bomb squad involved.

    th_photo_zpsc2708356.jpg

    th_photo1_zps81d63779.jpg

    th_photo2_zpse107db08.jpg

  5. This was my first project. I tore apart a bunch of battery packs that I get from work. Each cell is 3.5v @ 1100mAh. I soldered 13 packs of 2 (7v@1100mAH). I have a total sum of 7v @ 14,300mAh. I get exactly 48hrs out of this with the pineapple pretty much idle with 2 radios.

    th_photo4_zps23c827aa.jpg

    th_photo6_zpsa4b74c86.jpg

    I haven't gotten around to adding the cage antenna externally yet. I really only use it for deauth anyway. I also cut a piece of plexiglass to separate the batteries fom the pineapple.

    th_photo7_zps594ab9f2.jpg

    th_photo8_zps45d4ea75.jpg

  6. Thanks for the info.

    Where would be a good place to start getting some hands-on experience with pen testing?

    I have programming experience in C and Python, and some knowledge of TCP-IP

    is this book reccomended? :

    BackTrack 5 Wireless Penetration Testing Beginner’s Guide

    I watched the entire set and I loved it. It got me started with many of the utilities in Back-Track/Kali

    http://www.cbtnuggets.com/it-training-videos/course/backtrack-kali-linux

×
×
  • Create New...