
Product
Introducing Manifest Alerts
Socket now detects supply chain risks in project manifests, starting with missing lockfiles that can make dependency installs non-reproducible.
Chaos-Python-Client
Advanced tools
This is Un-Official Python client to communicate with Chaos API
git clone git@github.com:arkwrn/chaos-python.git
cd chaos-python
This will display help for the tool. Here are all the switches it supports.
| Flag | Description |
|---|---|
| --domain | Domain to find subdomains for |
| --count | Show statistics for the specified domain |
| --key | Chaos key for API |
In order to get subdomains for a domain, use the following command.
↳ python3 chaos-client.py --key MASKED_API_KEY --domain gojek.com
mail.gojek.com
mailserver.gojek.com
gocorp.gojek.com
l.gojek.com
sms-demo.gojek.com
www.gojek.com
track.gojek.com
thmerchant.gojek.com
netbox-test.gojek.com
gocorp-integration.gojek.com
track-integration.gojek.com
www.newsroom.gojek.com
newsroom.gojek.com
To get the number of subdomains count, you can use the count flag.
↳ python3 chaos-client.py --key MASKED_API_KEY --domain gojek.com --count
13
pip3 install Chaos-Python-Client==1.0.0
from chaos_python.client import chaosAPI as chaosapi
domain = "example.com"
key = "XXXXXXXXX"
options = "default"
print(chaosapi(domain, key, options))
Available options: - default : output will be only subdomains - count : output will be only count of subdomain - json : output as JSON format
API_KEYAs of now Chaos dataset is in beta for testing and API endpoint access available to invited users only, you can request an invite for yourself here
FAQs
[Unofficial] Python client for contacting with chaos API
We found that Chaos-Python-Client 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.

Product
Socket now detects supply chain risks in project manifests, starting with missing lockfiles that can make dependency installs non-reproducible.

Research
/Security News
The trojanized extensions use TinyGo-compiled WebAssembly and Solana transaction memos to resolve command-and-control infrastructure.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.