Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
.. code-block::
|__ | / | | ()
| | | ( | | _ __ _ _ __ __ _ ___
| | | | |__ | | '| | '_ \ / ` / __|
| | || |) | || | | | | | | (| __
||_, |/ _|| ||| ||_, |/
/ | / |
|/ |/
strings file tool for iOS / macOS developers
|pypi| |python| |build| |coverage| |license| |codebeat|
|screenshot|
.. code-block:: bash
$ sudo pip install tystrings
.. code-block:: bash
$ tystrings -h usage: tystrings [-h] [--version] {generate,translate,lint,diff} ...
_______ _____ _ _
|__ __| / ____| | (_)
| |_ _| (___ | |_ _ __ _ _ __ __ _ ___
| | | | |\___ \| __| '__| | '_ \ / _` / __|
| | |_| |____) | |_| | | | | | | (_| \__ \
|_|\__, |_____/ \__|_| |_|_| |_|\__, |___/
__/ | __/ |
|___/ |___/
optional arguments:
-h, --help show this help message and exit
--version show program's version number and exit
subcommands:
{generate,translate,lint,diff}
generate generate `.strings` file from source code files.
translate using Baidu Translate Service to translate `.strings`
file.
lint Validates a `.strings` file.
diff Compare `.strings` files line by line.
To run tystrings generate
over all .m files in your project, you can invoke it, for example, like this:
.. code-block:: bash
$ tystrings generate $(find . -name *.m) -o en.lproj zh-Hans.lprog -v
translate .strings
file to another language:
.. code-block:: bash
$ tystrings translate en.lproj/Localizable.strings zh-Hans.lproj/Localizable.strings --src-lang en --dst-lang zh
validates .strings
file:
.. code-block:: bash
$ tystrings lint en.lproj/Localizable.strings
compare two .strings
files:
.. code-block:: bash
$ tystrings diff Localizable1.strings Localizable2.strings
.. |pypi| image:: https://img.shields.io/pypi/v/TyStrings.svg?maxAge=2592000 :target: https://pypi.python.org/pypi/TyStrings :alt: Python Package Index
.. |python| image:: https://img.shields.io/badge/python-3-blue :target: https://pypi.python.org/pypi/TyStrings :alt: Python Version Support
.. |license| image:: https://img.shields.io/github/license/luckytianyiyan/TyStrings.svg?maxAge=2592000 :target: LICENSE :alt: MIT License
.. |build| image:: https://img.shields.io/travis/luckytianyiyan/TyStrings.svg?maxAge=2592000 :target: https://travis-ci.org/luckytianyiyan/TyStrings :alt: Continuous Integration
.. |coverage| image:: https://coveralls.io/repos/github/luckytianyiyan/TyStrings/badge.svg :target: https://coveralls.io/github/luckytianyiyan/TyStrings :alt: Coverage Testing Results
.. |screenshot| image:: https://raw.githubusercontent.com/luckytianyiyan/TyStrings/master/resource/tystrings.gif :target: https://raw.githubusercontent.com/luckytianyiyan/TyStrings/master/resource/tystrings.gif :alt: TyStrings Screenshot .. |codebeat| image:: https://codebeat.co/badges/91f19856-ae12-4423-b2cb-a883ec4b5e05 :target: https://codebeat.co/projects/github-com-luckytianyiyan-tystrings-master :alt: Codebeat Badge
FAQs
strings file tool for iOS / macOS developers
We found that tystrings 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.