Retrieve monthly 30-year climate normals (temperature, precipitation, sunshine hours) for a MeteoSwiss station. Use for planning, budgeting, or comparing with current measurements.
Extract database information from SQL injection vulnerabilities using UNION-based techniques to identify column counts, string columns, database names, versions, tables, and columns.
Identify high-confidence stock picks by finding stocks that appear in multiple screeners simultaneously. Supports intersection (stocks in all) and union (stocks in any) modes.
Read server files through SQL injection using UNION SELECT LOAD_FILE(). Requires MySQL FILE privilege to access server-side files like /etc/passwd for security testing.
Retrieve current 10-minute weather measurements from any SwissMetNet station, including temperature, precipitation, sunshine, wind, humidity, and pressure.
Get a 1–16 day weather forecast for any Swiss location or coordinates. Returns daily values (temp, precipitation, wind, UV, sunshine hours, WMO code) and optional hourly data.
Decode ASN.1 data from multiple formats (DER, BER, PEM, HEX, base64) and re-encode to consistent DER bytes. Output encoding selectable as hex or base64.
Extract private keys, public keys, and certificates from PKCS#12/PFX files with password authentication. Supports DER, HEX, PEM, and base64 input formats.
Generate an asymmetric key pair with specified algorithm, outputting private key in PKCS#8 DER and public key in SPKI DER format. Supports RSA, ECDSA, EdDSA, and Diffie-Hellman algorithms.
Extract a specific ASN.1 node and its subtree as DER bytes by providing the node ID from parse_asn1 output. Supports PEM, HEX, base64, DER, and BER inputs.
Combine two polygons into a single polygon using Turf.js union method. Accepts GeoJSON FeatureCollection with two polygons and returns merged geometry as GeoJSON Feature.