
Research
wget to Wipeout: Malicious Go Modules Fetch Destructive Payload
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Py-Trie is a command-line interface which enables communication with a global trie hosted on the Google Cloud Platform. Users can execute basic commands such as inserting, deleting, and searching words in the trie. A list of matching words can be generated through an input prefix. Users are also able to display the words present in the trie.
The following are required to be installed on your system before using Py-Trie:
To install Py-Trie, run the following command:
pip install py-trie
There are several test cases that can be found in the test.py
file located in the cli/pytrie
folder. These tests execute the commands listed in the Usage section. Some tests also simulate multiple users sending requests to the server by running processes on different threads.
To run all the test cases with the trie, run:
pytrie test
There are 5 basic commands that can be executed using Py-Trie:
To get a list of all possible commands, run:
pytrie --help
To insert a word:
pytrie insert [WORD]
To remove a word:
pytrie remove [WORD]
To search a word:
pytrie search [WORD]
To generate a list of matching words based on a prefix:
pytrie autocomplete [PREFIX]
To display all existing words in the trie:
pytrie display
FAQs
CLI for communicating with a Trie hosted online
We found that py-trie 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
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.