Jump to content

gripgrizzly

Active Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by gripgrizzly

  1. i haven been working on it as many other in a diffrent thread

    isnt learning fun

    riiiiiiight.....

    You could achieve this by using iptables:

    Block all traffic on interface wlan0.

    Allow all traffic on MAC ABC on interface wlan0.

    Allow all traffic on MAC XYZ on interface wlan0.

    Remember, MAC addresses can be spoofed easily.

    Best Regards,
    Sebkinne

    following this format tip ......... i got this

    #Rules for allowing your mac addresses/sbin/iptables -A FORWARD -i eth1 -m mac --mac-source XX:XX:XX:XX:XX:11 -j ACCEPT/sbin/iptables -A FORWARD -i eth1 -m mac --mac-source XX:XX:XX:XX:XX:22 -j ACCEPT/sbin/iptables -A FORWARD -i eth1 -m mac --mac-source XX:XX:XX:XX:XX:33 -j ACCEPT#One final rule to drop all packets which do not match one of the rules above (are not from one of your allowed macs)/sbin/iptables -A FORWARD -i eth1 -j DROP

    cleaned it up a bit of corse change /sbin/ to sd and eth1 and such works ..but a little unconventional having to restart the pineapple everytime to make adjustments..... hmmm i think i might start from scratch with this....

    mabe just Deauth...... will look into jammer

  2. sorry now that i reread a bit confusing for me wlan0 is pineapple ap wlan1 is my client for internet my thouht is using a evilportal for user pass to allow the use of client mode for each user connected to ap

    so connecting to the pineapple is open but to get internet you need a user pass

    i hope that makes more sence

    makes alot more sence now have you done that before?

  3. Couldn't you configure evil portal with a username and password if the password and username are in file.txt allow access to wlan1 (brlan)

    ok this is intersting i thought that only wlan0 could create an AP and wlan1 can not

    so are you saying that users could connect to wlan1? or was that a typo and you ment wlan0?

  4. You could achieve this by using iptables:

    Block all traffic on interface wlan0.

    Allow all traffic on MAC ABC on interface wlan0.

    Allow all traffic on MAC XYZ on interface wlan0.

    Remember, MAC addresses can be spoofed easily.

    Best Regards,
    Sebkinne

    ahhh iptables .... i see ..... hmmm i would have to look into this ..... i think this can do it tho

    ok so the MAC's can be spoofed so the best approach would be to block all traffic then allow individual MACs ..... that sounds about right what do you think.. could i get problems with that

  5. Just wanted to know if there is an infusion that could allow me to deny access to my open AP.

    ex:

    allow all to connect but not have internet access then allow them internet access by their mac address.

    or

    everyone is allowed to connect and have internet access but then you could specify specific mac addresses deny internet access to.

    -Is anything like this possible at all?

×
×
  • Create New...