use_alienx_tools native flag60+ Native Tools.
Zero Overhead Tool Calling.
Frontier models send ~2,500 tokens of tool definitions every round. With use_alienx_tools, alienxmodel already knows its tools — baked in during training. Available via MCP in Alienx Suite, or via standard OpenAI-compatible function calling for BYO harnesses.
Traffic & Proxy
http_requestSend raw HTTP requests through the Alienx Suite proxy. HTTP/2, TLS, cookie jar.
history_searchQuery intercepted traffic by URL, status, content-type, or regex on response body.
repeater_hintSuggest a request template for the Repeater (Forge) module.
Scanning & Recon
portmapperNmap-like TCP/UDP scanning with service fingerprinting. Multi-threaded, async I/O.
dir_bust_startDirectory busting: wordlist-based, recursive depth, status filter, extensions.
subdomain_enumDNS brute + certificate transparency + APIs (crt.sh, AlienVault) for subdomains.
tech_stackWappalyzer-like fingerprinting: JS frameworks, headers, cookies, error pages.
Vulnerability Scanning
plugin_filter_run100+ Rhai passive scan plugins (info disclosure, misconfig, secrets).
plugin_active_runActive scan plugins: SQLi, XSS, SSTI, LFI, SSRF, command injection probes.
idor_testerIDOR enumeration: parameterized IDs, JWT rotation, privilege testing.
sql_injectorSQLMap-like: union, boolean blind, time blind, error-based. MySQL, PG, MSSQL.
race_testerRace condition detector: concurrent requests, TOCTOU analysis, limit bypass.
Exploitation
code_execGenerate payloads: reverse shells (nc/bash/python), webshells, deserialization.
jwt_forgeJWT analysis: alg confusion, none-alg, weak HMAC, kid injection, JKU manipulation.
deserializeDeserialization chains: PHP, Java, .NET, Python pickle, ysoserial-like gadgets.
Binary Analysis
memory_dumpCapture process memory via debug bridge. Virtual memory read/write.
bin_debugBinary debugger: breakpoints, step, registers. WinDbg/GDB backends.
decompileGhidra-like decompiler: x86/x64/ARM/ARM64 to C pseudocode, function graph.
pe_analyzePE/ELF/Mach-O analysis: imports, sections, entropy, packer detection.
rop_gadgetROP gadget finder: search for useful gadgets, generate chains.
Crypto & Encoding
decodeMulti-format decoder: Base64/32/16, URL, Hex, HTML, Unicode, JWT, protobuf.
encodeMulti-format encoder. Generate encoded payloads for WAF bypass.
hash_crackHash cracking: MD5, SHA, bcrypt, NTLM, Kerberos. John/Hashcat bridge.
crypto_auditWeak cipher scanner: ECB mode, short keys, predictable IV, hardcoded secrets.
Auth & Session
auth_bypassAuth bypass: parameter pollution, verb tampering, header injection.
mfa_testerMFA/2FA bypass: response manipulation, rate limiting, enrollment abuse.
password_sprayBrute/spray with adaptive rate limiting, response diffing detection.
Cloud & Infrastructure
ssrf_forgeSSRF exploitation: AWS/GCP/Azure metadata, internal scan, credential theft.
dns_reconDNS recon: zone transfer, DNSSEC, CAA, SPF/DMARC audit.
Intel & Reporting
vuln_cve_lookupCVE lookup: CVSS v3/v4, CWE mapping, EPSS probability, KEV catalog.
vuln_exploitdb_searchSearch Exploit-DB for public PoCs by CVE, platform, or vuln type.
report_generateGenerate structured HackerOne-ready report: summary, steps, impact, remediation.
Automation & Desktop MCP
shell_executeExecute shell commands with allowlist. Dry-run mode. Security-scoped.
script_saveSave Python/Node/Rust scripts locally. Version-controlled.
desktop_screenshotCapture desktop screenshots for visual evidence in reports.
mcp_callBridge to any external MCP server. Extensible beyond built-in tools.
Baked in. Not sent every request.
Standard tool calling sends schemas every round — ~2,500 tokens wasted. alienxmodel knows its 60+ tools natively. Use use_alienx_tools in your prompt or system message.