Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
A Python module for interacting with the TIU (Tishk International University) website, offering features like login, profile information retrieval, and course data access.
You can install tiupy using pip:
pip install tiupy
Alternatively, clone the repository and install it manually:
git clone https://github.com/heromr/tiupy.git
cd tiupy
python setup.py install
To get started with the Tiu Python Module, follow these steps:
from tiupy import Tiu
tiu = Tiu()
You can customize the initialization by providing optional parameters like proxies and request timeout.
The Tiu module provides the following methods for interaction:
Login to the TIU website.
tiu.login(username='your_username', password='your_password')
Login using a session ID (SID).
tiu.sid_login(SID='your_session_id')
Log out from the TIU website.
tiu.logout()
Fetch course data from the TIU website.
courses_data = tiu.get_courses_data()
This module is open-source and available under the MIT License. See the LICENSE file for more details.
FAQs
A web scraper for TIU student system
We found that tiupy 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.