Jump to content

IvanDoe

Active Members
  • Posts

    28
  • Joined

  • Last visited

  • Days Won

    2

Recent Profile Visitors

1,227 profile views

IvanDoe's Achievements

Newbie

Newbie (1/14)

  1. ​In the post where nano/tetra was introduced i think Sebkinne or Darren said sometime in February, not sure if that is still the plan.
  2. ​ ​ Hey :) ​I didn't update project for awhile since it worked pretty much as it should. ​I don't think evil portal would work for something like this. ​The way i would use it is have pineapple "collect" clients, and raspberry pi would run MITMf and run mitm attack and collect data. Raspberry pi would be connected via eithernet to pineapple. ​https://bettercap.org/ turned into really great project and i was thinking of getting that working with my script soon. ​I have few extra ideas but since i have MKV and current firmware isn't the most stable i am waiting for new firmware of NANO and TETRA to get ported to MKV. ​Firmware was supposed to be released this month, not sure if that is still true. ​
  3. Thats pretty cool. So based on ssid/mac you find geo location. ​ ​Few days ago i started messing around with wigle also but i went in different direction. ​Since there was no access points near me in wigle database online i made local database via wigle for android. ​ ​Made php script that based on gps cordinates goes thru local wigle database and filters close ssids (50-100meters close). ​Was thinking of making pineapple change and spoof fake accesspoints based on location. ​Have option to spoof open only or protected networks as open etc. ​ ​If anyone thinks this is good or wants it after i clean it up and test more i can release script on github :)
  4. So wifi pineapple MKV will get software/firmware update? I really don't see why MK5 woudln't get software update and new UI like nano since specs are so similar.
  5. Cpu and ram looks same as for mk5 from what i can see? I am glad and happy for hak5 making new gadgets... but i'm pretty sure alot of people was expecting this new device to be able to have better specs (cpu, ram) since it has been years since mk5 was released. There was talk of mk5 firmware maybe having MITMf implemented, i figured that was delayed so this new device can have but seeing specs i am not so sure? Big thing about mk5 was when it was released it could sslstrip etc, it can't do now with ssl tls. Will mk5 still get firmware updates and be actively developed for?
  6. ​Kali for arm devices ( from what i tested on raspberry pi and odroid) comes with basic stuff. ​You can install meta packages or individual tools you wish to have. ​https://www.kali.org/news/kali-linux-metapackages/ ​http://tools.kali.org/kali-metapackages
  7. Try and put full include on index.php or functions.php and see if that changes anything ​ ​require_once ('includes/functions.php'); to ​require_once ('/var/www/html/www/includes/functions.php'); ​ now that i see it /var/www/html/www/ doesn't look right either ​Try and put script into root folder of web server.
  8. What page did you open when that happend? ​ ​I tested script on windows and linux but it looks like include error. ​ ​Maybe Cookie.class.php is empty? ​ ​Try and delete all files and download/unzip/git clone again
  9. It says on github what files to edit in script, google for mysql import for database
  10. Yes, copy files to www, import mysql db and edit config files ​ ​Replace mitmf plugin and you should be ready to go :)
  11. Try ​https://github.com/byt3bl33d3r/MITMf or https://github.com/evilsocket/bettercap ​ ​I have tried both, mitmf has alot of plugins, i even made a web ui for mitmf that collects data via xss/php/mysql > https://github.com/ivangr0zni/mitm-grabb3r
  12. Ok so i tried script via vmware, i do have raspberry around but figured i'd try it in vm first. ​ ​I used kali 2, didn't have to install open3, worked out of the box, i just had to change interface name in script, wlan1/wlan2. ​ ​Stoped it after few minutes but it seems to work cool, i'll set kali on raspberry and try it out as dropbox somewhere :) ​ ​Anyway as i posted yesterday, alfa awus036neh seems to have driver issues or something else with kali 2.0 (monitor mode won't show any access points), so i used older awus036h with this script.
  13. ​ ​ ​ ​Sure, ill try to set it today or tomorrow. ​ ​I didn't code in ruby before but it seems like i need to add wlan2 here? ​ ​Not sure what syntax ruby uses to use multiple parameters? ​ ​From code it seems like each wifi card trys to crack its own access point? ​In video i don't see script running mdk3 attack on access point but i see function for attack in script? ​ ​Thanks for help, i just want to figure out how it actually works :)
×
×
  • Create New...