Jump to content

KronicTec

Active Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by KronicTec

  1. Hey Darren and Barry, thanks for the reply... Ive been experimenting with this a lot lately and this is getting very interesting... one thing you might be able to help with is on the occupinapple thing... you cant acctually join the ssids that occupinapple creates however that would be awsome to mess with people on the ssid they ended up joining.... I saw this post that uses airbaseng which I had a brief crack at but failed misserably.. what is the difference between airbase/dump/etc... ng and mdk3? http://www.iodigitalsec.com/fully-automatic-wireless-hacking-station/ ---> if I was to get this to work would people acually be able to see the ssids that are being created?
  2. Hi Guys Ive been playing around with the karma around shopping centres etc... and as we all know it doesnt seem to work well on new android and iphones post 2012... however if there are known wifi points that people have previously connected to and creating an interface with the same name on the pinapple usually results in a connection with new phones as well. Also have found its possible to create multiple access points off the one radio with unique ssids by adding entries into wireless config: Snippet from /etc/config/wireless config wifi-iface option device 'radio0' option network 'lan' option mode 'ap' option encryption 'none' option ssid 'SSID1' config wifi-iface option device 'radio0' option network 'lan' option mode 'ap' option ssid 'SSID 2' option encryption 'none' config wifi-iface option device 'radio0' option network 'lan' option mode 'ap' option ssid 'SSID 3' option encryption 'none' Soooo.....I was thinking would it be possible to read all the probe requests every n seconds from karma log and then create a new ssid programmatically via a shell script or php statement? I've found at the moment I'm limited to about 6 interfaces before the interface dies btw...
  3. Guys, really having trouble disconnecting users on android phones from the device once connected on wan 0, users connect via karma then get a nodogsplashportal then I want to disconnect them after theyve been authenticated... works like a charm for ios using the following commands from a php file. but doesnt seem to disconnect android users for some reason. exec('ndsctl deauth "'.$mac_addr.'"'); exec('ndsctl block "'.$mac_addr.'"'); exec('hostapd_cli -p /var/run/hostapd-phy0 disassociate "'.$mac_addr.'"'); Any ideas?
  4. Hi guys I love the concept of occupinapple, however really wanted to create network interfaces that people can connect to, I've worked out to get at least 5 running you can add multiple "config wifi-iface" statements however it starts to become unreliable (messages like cannot connect to wifi network) at 6-7 and 7 plus the wifi interface wont start (talking wan0 here btw). Why does it start to conk out after adding 6-7 network interfaces? How can I add moreā€¦ (like 10+) so the pineapple can handle it? Snippet from /etc/config/wireless config wifi-iface option device 'radio0' option network 'lan' option mode 'ap' option encryption 'none' option ssid 'SSID1' config wifi-iface option device 'radio0' option network 'lan' option mode 'ap' option ssid 'SSID 2' option encryption 'none' config wifi-iface option device 'radio0' option network 'lan' option mode 'ap' option ssid 'SSID 3' option encryption 'none' config wifi-iface option device 'radio0' option network 'lan' option mode 'ap' option ssid 'SSID 4' option encryption 'none'
×
×
  • Create New...