Giter Site home page Giter Site logo

Comments (20)

DanMcInerney avatar DanMcInerney commented on July 4, 2024

My friend was just talking about how he might need it for javascript keylogger injection on his Mark V. I'd be honored to have it in an infusion. Let me know if you need anything done.

from lans.py.

DanMcInerney avatar DanMcInerney commented on July 4, 2024

Actually I realize that we'll probably need to eliminate the arp spoofing portion if it's on the pineapple.

from lans.py.

mw3demo avatar mw3demo commented on July 4, 2024

Thank you very much for the very quick reply. I setup a thread a couple weeks ago on the Hak5 forum when I came across your Github.

https://forums.hak5.org/index.php?/topic/31275-extremely-powerful-python-creds-program-lanspy/

The devs and other infusion devs frequent the boards and are much more knowledgeable then I am. I only just purchased a pineapple a couple weeks ago and haven't had time to really play with it.

It it possible to continue the discussion in that thread for others to pitch in? I really believe that the pineapple is a very powerful platform just waiting to be taking advantage off, and Lans.py would be an exciting addition.

from lans.py.

mw3demo avatar mw3demo commented on July 4, 2024

Hey Dan,

Hope you had a good Christmas. Is this something that could happen, or would the change in code base be too drastic? (You mention the elimination of arp spoofing) Do you need anything from the pineapple community?

from lans.py.

DanMcInerney avatar DanMcInerney commented on July 4, 2024

It will be easy. I'll just need like a week or two

On Sun, Dec 29, 2013 at 12:14 PM, mw3demo [email protected] wrote:

Hey Dan,

Hope you had a good Christmas. Is this something that could happen, or
would the change in code base be too drastic? (You mention the elimination
of arp spoofing) Do you need anything from the pineapple community?


Reply to this email directly or view it on GitHubhttps://github.com//issues/28#issuecomment-31320776
.

from lans.py.

DanMcInerney avatar DanMcInerney commented on July 4, 2024

I'm sure someone out there saw my comment above and thought, "poor delusional fool". They would be right, I'm going to get a karma-like attack working within the script before I spend my time resources on making it pineapple compatible so this is likely going to take much longer than a week or two.

from lans.py.

chadfurman avatar chadfurman commented on July 4, 2024

My pineapple is coming soon, I might give it a shot.

from lans.py.

chadfurman avatar chadfurman commented on July 4, 2024

Hey, I got my Pineapple. Can we get together a list of dependencies? Scapy is the big one that comes to mind right off the bat.

I'm gonna package the missing dependencies and then package LANs.py. The Pineapple runs openWRT http://wiki.openwrt.org/doc/devel/packages

from lans.py.

chadfurman avatar chadfurman commented on July 4, 2024

Nevermind, all the dependencies are at the top of the primary file in this project :)

from lans.py.

chadfurman avatar chadfurman commented on July 4, 2024

Looks like someone started a thread over on Hak5 Forums. https://forums.hak5.org/index.php?/topic/31275-extremely-powerful-python-creds-program-lanspy/?hl=lans.py

from lans.py.

DanMcInerney avatar DanMcInerney commented on July 4, 2024

My plan is to try and add a fake ap attack to the script and once that's done I should have an easily convertible version of the script for the pineapple. No ETA, but I'm working on it.

from lans.py.

mw3demo avatar mw3demo commented on July 4, 2024

Sounds good Dan! The effort is much appreciated, good luck!

from lans.py.

chadfurman avatar chadfurman commented on July 4, 2024

Yay Dan! :)

from lans.py.

DanMcInerney avatar DanMcInerney commented on July 4, 2024

So I have the fake AP working in Kali, not yet integrated into LANs.py but damn does it ever slow down the users' browsing. Anyone think using hostap would be faster? I'm inclined to say it wouldn't be compared to airbase. I actually have a pineapple and I don't think it slows down the victim as much as this. Using an alfa card and a modern laptop I can barely surf at all on the 1 victim machine that's attached and that's without parsing the packets for interesting data. I can't imagine what 2+ victims attached to the AP would do, probably DOS it.

It makes me wonder how the pineapple would fare under the stress since the pineapple is so low powered if it were parsing the packets itself I'm guessing you might take it down if there were more than 1 victim attached. I'm continuing the research.

from lans.py.

DanMcInerney avatar DanMcInerney commented on July 4, 2024

I just put up creds.py, a simple portable credential harvester that should work very well with the pineapple. I'm not entirely sure how to add it as an infusion though. When I created a hak5 account and tried to submit it on the infusion submission page it said it was an invalid file.

from lans.py.

chadfurman avatar chadfurman commented on July 4, 2024

Infusions get created on the pineapple, iirc. They're just a web-interface to your back-end script.

from lans.py.

mw3demo avatar mw3demo commented on July 4, 2024

Hey Dan!

Sounds great, here are some resources that may help:

http://wiki.wifipineapple.com/index.php/Infusions
http://wiki.wifipineapple.com/index.php/Creating_Infusions
https://forums.hak5.org/index.php?/forum/79-mark-v-infusions/

I'd also recommend PM'ing "Whistle Master" on the forum and/or making a post on the Mark V infusion section, Whistle Master has done most of the infusions.

from lans.py.

mw3demo avatar mw3demo commented on July 4, 2024

Also a quick heads up, scapy is not on the pineapple by default. I installed it via:

  1. Download the latest scapy via http://scapy.net/ then unzip, then transfer to your SD card on your pineapple via sftp (Important for it to be on the SD as the internal memory is not big enough)
  2. SSH into the pineapple, then "python setup.py install" in the directory you transferred the scapy directory into.

This allows me to run your scripts.

from lans.py.

mw3demo avatar mw3demo commented on July 4, 2024

Hey Dan,

You might be interested in adapting your modules for FruityWifi instead of the the pineapple. It is basically the pineapple but for Debian, Kali Linux, Kali Linux ARM (Raspberry Pi), Raspbian (Raspberry Pi).

https://github.com/xtr4nge/FruityWifi/

The RTL8187 is bugged on the Mark V, and limited to 11Mbps. The SD also resets under load. It is very buggy in it's current state, and they have no ETA on a fix.

See my thread here: https://forums.hak5.org/index.php?/topic/32013-pineapple-ap-is-incredibly-slowinconsistent/

from lans.py.

DanMcInerney avatar DanMcInerney commented on July 4, 2024

So the main things that have stopped me from working on this are 1) code injection is available via strip-n-inject so I feel like the part of LANs.py thats somewhat novel is already taken care of and 2) I have no web front end skills to make the infusion. 2 is the lesser of the problems. Mostly I'm just unmotivated since there's already dns spoofers, arp spoofers, nmap scanners and code injection scripts in the pineapple. I'm checking out fruitywifi but looks like the same issues. For now I'm indefinitely done.

from lans.py.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.