LANs.py | Inject code and spy on wifi users | Wifi library
kandi X-RAY | LANs.py Summary
kandi X-RAY | LANs.py Summary
LANs.py is a Python library typically used in Networking, Wifi applications. LANs.py has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has medium support. However LANs.py build file is not available. You can download it from GitHub.
Automatically find the most active WLAN users then spy on one of them and/or inject arbitrary HTML/JS into pages they visit. Individually poisons the ARP tables of the target box, the router and the DNS server if necessary. Does not poison anyone else on the network. Displays all most the interesting bits of their traffic and can inject custom html into pages they visit. Cleans up after itself. Also can be used to continuosly jam nearby WiFi networks. This has an approximate range of a 1 block radius, but this can vary based off of the strength of your WiFi card. This can be fine tuned to allow jamming of everyone or even just one client. (Cannot jam WiFi and spy simultaneously). Prerequisites: Linux, python-scapy, python-nfqueue (nfqueue-bindings 0.4-3), aircrack-ng, python-twisted, BeEF (optional), nmap, nbtscan, and a wireless card capable of promiscuous mode if you choose not to use the -ip option. Tested on Kali 1.0. In the following examples 192.168.0.5 will be the attacking machine and 192.168.0.10 will be the victim.
Automatically find the most active WLAN users then spy on one of them and/or inject arbitrary HTML/JS into pages they visit. Individually poisons the ARP tables of the target box, the router and the DNS server if necessary. Does not poison anyone else on the network. Displays all most the interesting bits of their traffic and can inject custom html into pages they visit. Cleans up after itself. Also can be used to continuosly jam nearby WiFi networks. This has an approximate range of a 1 block radius, but this can vary based off of the strength of your WiFi card. This can be fine tuned to allow jamming of everyone or even just one client. (Cannot jam WiFi and spy simultaneously). Prerequisites: Linux, python-scapy, python-nfqueue (nfqueue-bindings 0.4-3), aircrack-ng, python-twisted, BeEF (optional), nmap, nbtscan, and a wireless card capable of promiscuous mode if you choose not to use the -ip option. Tested on Kali 1.0. In the following examples 192.168.0.5 will be the attacking machine and 192.168.0.10 will be the victim.
Support
Quality
Security
License
Reuse
Support
LANs.py has a medium active ecosystem.
It has 2511 star(s) with 513 fork(s). There are 199 watchers for this library.
It had no major release in the last 6 months.
There are 13 open issues and 37 have been closed. On average issues are closed in 50 days. There are 4 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of LANs.py is current.
Quality
LANs.py has 0 bugs and 0 code smells.
Security
LANs.py has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
LANs.py code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
LANs.py is licensed under the GPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
LANs.py releases are not available. You will need to build from source code and install.
LANs.py has no build file. You will be need to create the build yourself to build the component from source.
Installation instructions are not available. Examples and code snippets are available.
LANs.py saves you 559 person hours of effort in developing the same functionality from scratch.
It has 1308 lines of code, 57 functions and 1 files.
It has high code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed LANs.py and discovered the below as its top functions. This is intended to give you an instant insight into LANs.py implemented functionality, and help decide if they suit your requirements.
- Main method .
- Inject HTML code .
- Discover users on the network .
- Sets the command line arguments .
- Return the deauth packet .
- Start threads .
- Called when a packet is received .
- Handle Pcap command .
- Do a channel hopping .
- Try to find the wifi interface for the given interfaces .
Get all kandi verified functions for this library.
LANs.py Key Features
No Key Features are available at this moment for LANs.py.
LANs.py Examples and Code Snippets
Copy
python wifijammer.py -c 1 -p 5 -t .00001 -s DL:3D:8D:JJ:39:52 -d --world
Community Discussions
Trending Discussions on LANs.py
QUESTION
Importing python files in another python file
Asked 2020-May-04 at 07:58
I have a folder of this file structure:
...ANSWER
Answered 2020-May-04 at 07:56You have many solutions to solve your problem :
1. Add compagn_AL folder to your PYTHON_PATHIt depends of your OS but there is tutorials that explians better than me
2. Change the PATH for your scriptCommunity Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install LANs.py
You can download it from GitHub.
You can use LANs.py like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
You can use LANs.py like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page