TagSH — Hardware Backed Shell

500+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image

About this app

Have you ever needed to share a shell script with someone, but didn't feel like explaining the process of transferring and executing it? TagSH is an easy way to universally execute shell scripts. They can be stored on NFC tags for the added benefit of physical security. Additionally, TagSH automatically compresses your shell script with ZLIB compression so you'll be able to squeeze out over 50% more storage on your tag. Don't have any NFC tags on hand? No problem! TagSH allows you to execute entire shell scripts using QR codes or barcodes. You can even print them out for a physical copy of your script.

Features:
- ZLIB compression of scripts
- Flash your scripts directly from the app
- Dark material design compliant theme
- Script is stored directly on the tag (universal execution)
- Can work without root (permissions are limited)
- QR code and barcode scanning
- HTML code will open in a web view if detected

TagSH is fully open source: https://github.com/tytydraco/TagSH/

You can contact the developer (Tyler Nijmeh) using these platforms:
- Telegram: @tytydraco
- Email: tylernij@gmail.com
Updated on
Jun 8, 2020

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

What's new

- Require NFC to flash tags
- Update gradle and AndroidX libs
- Update NFC class
- Remove HTML support (made new app NFCWebView to handle that)