Strix•sqlmap 用法
Strix sqlmap 命令手册,覆盖目标语法、无交互执行与常见枚举流程;触发名:strix-sqlmap
npx skills add asdfgh1445/ctf-super-hub --skill strix-sqlmap --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# sqlmap CLI Playbook Official docs: - https://github.com/sqlmapproject/sqlmap/wiki/usage - https://sqlmap.org Canonical syntax: `sqlmap -u "<target_url_with_params>" [options]` High-signal flags: - `-u, --url <url>` target URL - `-r <request_file>` raw HTTP request input - `-p <param>` test specific parameter(s) - `--batch` non-interactive mode - `--level <1-5>` test depth - `--risk <1-3>` payload risk profile - `--threads <n>` concurrency - `--technique <letters>` technique selection - `--forms` parse and test forms from target page - `--cookie <cookie>` and `--headers <headers>` authenticated context - `--timeout <seconds>` and `--retries <n>` transport stability - `--tamper <scripts>` WAF/input-filter evasion - `--random-agent` randomize user-agent - `--ignore-proxy` bypass configured proxy - `--dbs`, `-D <db> --tables`, `-D <db> -T <table> --columns`, `-D <db> -T <table> -C <cols> --dump` - `--flush-session` clear cached scan state Agent-safe baseline for automation: `sqlmap -u "https://target.tld/item?id=1" -p id --batch --level 2 --risk 1 --threads 5 --timeout 10 --retries 1 --random-agent` Common patterns: - Baseline injection check: `sqlmap -u "https://target.tld/item?id=1
What does the Strix•sqlmap 用法 skill do?
Strix sqlmap 命令手册,覆盖目标语法、无交互执行与常见枚举流程;触发名:strix-sqlmap
How do I install it?
Run `npx skills add asdfgh1445/ctf-super-hub --skill strix-sqlmap --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From asdfgh1445/ctf-super-hub, a repository with 718 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.