
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
A Python client for interacting with the CyberTemp temporary email service API.
🌐 Website
·
📜 ChangeLog
·
⚠️ Report Bug
pip install cybertemp
from cybertemp.cybertemp import CyberTemp
# Initialize (free tier)
client = CyberTemp()
# Or with API key (premium)
client = CyberTemp(api_key="your_api_key_here")
# Get available domains
domains = client.get_domains()
# Check mailbox
emails = client.get_email_content("test@cybertemp.xyz")
You can purchase an api key here: https://cybertemp.xyz/pricing
client = CyberTemp(
debug=True, # Enable debug logging
api_key=None, # Optional API key for premium features
)
emails = client.get_email_content("test@cybertemp.xyz")
email = client.get_email_content_by_id("email_id_here")
domains = client.get_domains()
mail_id = client.get_mail_by_subject(
email="test@cybertemp.xyz",
subject_contains="Verification",
max_attempts=10
)
url = client.extract_url_from_message(
email="test@cybertemp.xyz",
subject_contains="Verification",
url_pattern=r'https://[^\s<>"]+'
)
balance = client.get_balance()
v1.0.0 ⋮ 202-02-14
! Initial release
FAQs
A Python wrapper for the CyberTemp temporary email service API
We found that cybertemp 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.