![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Python 3.5 is required!
For Ubuntu
sudo apt-get install macchanger gpsd libjpeg-dev python-scapy libiw-dev iw aircrack-ng libiw-dev python-dev redis-server libbluetooth-dev libpcap-dev
python setup.py install
manage
For OSX
brew install --with-python libdnet
sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/local/bin/airport
This projects uses settings.py with some example configuration, however with the command manage you can speficy the path of your settings.
DUMP_DIRECTORY = path where all captured packets will be save. inside this path a folder wpa_handshake will be created where all handshakes will be stored. LOG_FILENAME = path for the logging filename DEBUG_LEVEL = logging level. ex: info, warn, debug, etc.
The main entry point of this application is manage command. Running this command will save every packet in an specific location, which can be changed in the setting.py. Dot11 packets will be saved in files with "dot11" prefix, all other packets will be saved without the "dot11" prefix.
Example of wifi jamming usage
manage -i wlan0mon -s 00:11:BB:33:44:AA
where 00:11:BB:33:44:AA is your access point (this param avoids sending deauths to that mac address)
Example of usage for offline pcap analysis
manage -o old_capture.pcap
Wigle allows to use cellphone gps to track access point locations. Since wigle uses a sqlite database it's easy to import all the data from the cellphone
import_wigle -i wigle.sqlite
This software allows to extract aps location for usage with google earth.
generate_kml -o exported.kml
this software logs all the information in the file "wifi_tools.log"
FAQs
Wifi python scripts for raspberry pi wardriving. Supports wifi, bluetooth, nrf24
We found that wifi-tools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.