
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Python3 module to test and ensure connectivity on a network which have stability problems on traffic routing (link layer).
Python3 module to test and ensure connectivity on a network.
This module attemps to ensure connectivity on networks which have stability problems on traffic routing (link layer).
You need network manager. (sudo apt install network-manager)
pip3 install --user -U wifireconnect
From shell:
$ python3.7 wifireconnect -h
usage: wifireconnect.py [-h] [-v] [-t TARGET] [-s SLEEP_BETWEEN] [-c COUNT]
[-e ESSID] [-p PASSWORD]
Run a connectivity test on a network connection(using ping) every a 's' time
and try to reconnect if that test fail.
(See your networks with 'nmcli conn')
optional arguments:
-h, --help show this help message and exit
-v, --verbose Verbosity.
-t TARGET, --target TARGET
Target webpage. Default httpbin.com.
-s SLEEP_BETWEEN, --sleep SLEEP_BETWEEN
Time between connectivity tests. Default: 10
-c COUNT, --count COUNT
Num of attemps to ping target on the connectivity
test. Default: 2
-e ESSID, --essid ESSID
AP's ESSID.
-p PASSWORD, --password PASSWORD
AP's password.
From the interpreter:
help(wifireconnect)
FAQs
Python3 module to test and ensure connectivity on a network which have stability problems on traffic routing (link layer).
We found that wifireconnect 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.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.