Research
Security News
Malicious PyPI Package ‘pycord-self’ Targets Discord Developers with Token Theft and Backdoor Exploit
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
github.com/hsanjuan/go-nfctype4
Package go-nfctype4
implements the NFC Forum Type 4 Tag Operation Specification Version 2.0.
The implementation acts as an NFC Forum Device (an application that can read and write NFC Forum Tags) via a provided Device
type which can perform Read
, Update
and Format
operations.
The module and submodules contain all the pieces to implement software-based NFC Type 4 Tags as well. For more information about this check the documentation. You can also check out this snippet showing how this is done using the static tag implementation provided.
nfctype4-tool
is a command-line tool to read and write NFC Type 4 tags. It can be installed with:
go get -u github.com/hsanjuan/go-nfctype4/nfctype4-tool
You can then run nfctype4-tool -h
to get going.
Note: to turn a Mifare Desfire EV2 (4k) card into an NFC Type 4 Tag check: https://gitlab.com/snippets/18476 .
go-nfctype4
and its subpackages offer access to the implementation of all the entities described in the NFC Forum Type 4 Tag specification. These are the links to the reference documentation of the most relevant packages:
Device
, CommandDriver
and Commander
. They are the main entry point to interact with NFC tags.Tag
.Tag
interface, on which software tags that use this library should be based-on.FAQs
Unknown package
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
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.