
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
This python utility will scan for network Access Points (APs) using underlying OS utilities and list related AP information.
pip install dt-apscanner
or for source code:
git clone https://github.com/JavaWiz1/dt-apscanner.git
Note: poetry is used for dependency management and packaging
usage: dt_apscanner [-h] [-i <iface>] [-r] [-j] [-c] [-v] [--nmcli] [--iwlist] [--iw] [--netsh]
Scan for wi-fi access points (Networks)
options:
-h, --help show this help message and exit
-i <iface>, --interface <iface>
(Linux only) Interface to use, default=wlan0
-r, --rescan (Windows only) force network rescan for APs
-j, --json Output json result
-c, --csv Output csv result
-v, --verbose Debug/verbose output to console
--nmcli Force Linux Network Manager discovery
--iwlist Force Linux iwlist discovery
--iw Force Linux iw discover
--netsh Force Windows netsh discovery
This utility will scan for network APs (Access Points) using underlying OS utilities
and list related information.
- Supports Linux and Windows.
- Output options include: formatted (default), csv and json
Windows - trigger re-scan to get most current list of access points
> dt_apscanner -r
===========================================================
== dt_apscanner v0.1.2 ==
===========================================================
== Scan for wi-fi access points (Networks) ==
===========================================================
Validate command line options
- 1 Wifi adapter(s) detected: Wi-Fi
- "Wi-Fi" will be used to scan via 802.11ac [99%]
- Windows Scanner netsh selected
Rescan requested
- Autoconnect enabled for MyLAN1
- Disconnect to trigger re-scan of network
Scan for access points (WindowsWiFiScanner)
- Executing: netsh wlan show network mode=bssid
Process results of scan
- 5 APs discovered
SSID Auth Encryption Mac Address Signal Radio Band Channel
------------------------- --------------- ---------- ----------------- ------ -------- ------- -------
MyLAN1 WPA2-Personal CCMP 0c:9a:91:2c:bb:28 99% 802.11n Unknown 3
0c:9a:91:2c:bb:2c 99% 802.11ac Unknown 36
NETGEAR99 WPA2-Personal CCMP b0:41:a0:85:0f:d6 99% 802.11n Unknown 3
**hidden** WPA2-Enterprise CCMP dc:eb:62:0a:b0:8b 33% 802.11n Unknown 1
42:f1:9a:6d:5c:7b 21% 802.11n Unknown 1
22:47:5c:fa:01:39 18% 802.11ac Unknown 6
Nirvana Open None f4:cf:b2:ac:bd:b1 58% 802.11n Unknown 1
ThePond WPA2-Personal CCMP 7c:80:26:01:70:de 51% 802.11n Unknown 1
Linux - Use wlan2 connection for scan and use Network Manager (nmcli) for discovery
> dt_apscanner -i wlan2 --nmcli
===========================================================
== dt_apscanner v0.1.1 ==
===========================================================
== Scan for wi-fi access points (Networks) ==
===========================================================
Validate command line options
- 1 Wifi adapter(s) detected: wlan2
- "wlan2" will be used to scan
Scan for access points (NetworkManagerWiFiScanner)
- Executing: /usr/bin/nmcli -t -f ssid,bssid,chan,freq,signal,security,rsn-flags device wifi list
Process results of scan
- 5 APs discovered
SSID Auth Encryption Mac Address Signal Radio Band Channel
------------------------- --------------- ---------- ----------------- ------ -------- ------- -------
MyLAN1 WPA2-Personal CCMP 0C-9A-91-2C-BB-28 100% Unknown 2.4 MHz 3
NETGEAR99 WPA2-Personal CCMP B0-41-A0-85-0F-D6 100% Unknown 2.4 MHz 3
**hidden** WPA2-Personal CCMP 88-9E-62-1D-3E-1A 100% Unknown 2.4 MHz 11
Nirvana Open None F4-CF-B2-AC-BD-B1 44% Unknown 2.4 MHz 1
ThePond WPA2-Personal CCMP 7C-80-26-01-70-DE 44% Unknown 2.4 MHz 1
FAQs
Wifi AP scanner tool
We found that dt-apscanner 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.