Updated For Kali Linux + Python 2.7, PyPy, Newer Scapy#1
Open
s0lst1c3 wants to merge 4 commits into
Open
Conversation
…spaces only. Fixed import statements to work with modern versions of Scapy. Removed unused imports. Psyco is no longer maintained and does not support Python 2.7. Removed from project in favor of PyPy. Code cleanup and optimizations. Project now uses the newer argparse module instead of getopt to parse command line arguments. Input validation is now done through argparse as much as possible. Added utils.py file containing commonly used utility functions. Added include guard to all files. Added pip requirements file. Updated README.
|
Hi ! Any news about this ? Looks alright to me The project looks pretty dead, and we were linking it from our README 😅 If this PR cannot be merged (inactive maintainers), we'll just drop it. |
Author
|
@gpotter2 If GDS Labs is no longer interested in maintaining it, I have a fork on my personal Github you can use. Just let me know and I'll put it on my list of of things to actively maintain. |
|
Thanks for the call. I don't think many people still use wifitap: You could probably choose to maintain it yourself, but I'm not sure if it's worth the effort :/ It's up to you We've ended up keeping the link for a historical purpose. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The following updates have been made: