f8x-usage
f8xはセキュリティテスト環境の自動デプロイメントツールです。このスキルは、VPS上へのセキュリティツール導入、ペネトレーションテスト・レッドチーム・ブルーチーム環境の構築、f8xコマンドやフラグの使用方法、カタログからのツール検索、およびMCP/AIエージェント統合によるツール導入の自動化に関するご質問にお答えします。また、nuclei、httpx、nmap、subfinder、sqlmap、metasploit、CobaltStrike、Silverなどのセキュリティツール名が言及された場合、またはLinuxサーバーへのセキュリティツール導入に関するご相談の際にも対応します。
description の原文を見る
Guide for using f8x, the red/blue team environment automation deployment tool. Use this skill whenever the user asks about installing security tools on a VPS, deploying pentest/red-team/blue-team environments, using f8x commands or flags, querying available tools via catalog, or automating tool installation through MCP/AI Agent integration with RedC. Also trigger when user mentions tool names like nuclei, httpx, nmap, subfinder, sqlmap, metasploit, CobaltStrike, Sliver, or any security tooling deployment on Linux servers.
SKILL.md 本文
f8x ツール デプロイメント ガイド
f8x は赤チーム・青チーム環境の自動化デプロイメント ツールで、Linux VPS 上に 160 個以上のセキュリティ、開発、運用ツールを一括インストールできます。x86_64 と aarch64 アーキテクチャに対応し、システム環境を自動検出します。
プロジェクトアドレス: https://github.com/ffffffff0x/f8x
f8x のインストール
# 方法 1: CDN (推奨)
wget -O f8x https://f8x.io/f8x && sudo bash f8x
# 方法 2: GitHub
curl -sSL https://raw.githubusercontent.com/ffffffff0x/f8x/main/f8x -o /tmp/f8x && sudo bash /tmp/f8x
# redc で管理されている VPS では、ソフトウェアストアが自動的に f8x をデプロイします
CLI リファレンス
単一ツール管理 (AI エージェント対応インターフェース)
このコマンド グループは AI エージェントと f8x が相互作用する主な方法で、--list-tools、--search、--list-installed
...
詳細情報
- 作者
- wgpsec
- リポジトリ
- wgpsec/redc-template
- ライセンス
- 不明
- 最終更新
- 2026/5/5
Source: https://github.com/wgpsec/redc-template / ライセンス: 未指定