
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.
usb-barcode-scanner-julz
Advanced tools
Support input from a hand-held USB scanner in python - such as this one:
https://www.amazon.co.uk/gp/product/B0736NNZNV/
The library is very simple to use: just import it and in case, wait for input.
from usb_scanner.scanner import barcode_reader
if __name__ == '__main__':
try:
while True:
upcnumber = barcode_reader()
print(upcnumber)
except KeyboardInterrupt:
logging.debug('Keyboard interrupt')
except Exception as err:
logging.error(err)
pypi homepage : https://pypi.org/project/usb-barcode-scanner/ github : https://github.com/julzhk/usb_barcode_scanner
install with:
pip install usb-barcode-scanner
Tested and working in Linux and Raspberry Pi, using Python 3.6, but should work with Python 2.7 too.
The software is provided "As is", without warranty of any kind, express or implied. Please see the MIT license attached.
Questions? Drop me a line : usb_barcode_scanner_support.20.learningfuture@spamgourmet.com
Suggestions and improvements welcome.
FAQs
Handheld USB Scanner package
We found that usb-barcode-scanner-julz 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.