Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
voidsec-proxy — SOCKS5プロキシチェーン、ポートスキャン、DNS列挙、ハッシュクラッキング、リバースシェル生成、ステガノグラフィ、匿名化のためのマルチモジュール型オフェンシブセキュリティツールキット。 | Kitploit
ツール/GitHubGitHub/voidsecsoftwares/voidsec-proxy
パスワードクラッキング偵察暗号化/復号化ツールポートスキャンDNSおよびサブドメイン列挙データ流出ウェブセキュリティステガノグラフィーデジタルフォレンジックペネトレーションテストシェルコード生成
312日前未レビュー

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有
GitHub
voidsecsoftwares/voidsec-proxy

voidsec-proxy

SOCKS5プロキシチェーン、ポートスキャン、DNS列挙、ハッシュクラッキング、リバースシェル生成、ステガノグラフィ、匿名化のためのマルチモジュール型オフェンシブセキュリティツールキット。

リポジトリを見る

voidsec-proxy


root@kitploit:~
 ██╗   ██╗ ██████╗ ██╗██████╗ ███████╗███████╗ ██████╗
 ██║   ██║██╔═══██╗██║██╔══██╗██╔════╝██╔════╝██╔════╝
 ██║   ██║██║   ██║██║██║  ██║███████╗█████╗  ██║     
 ╚██╗ ██╔╝██║   ██║██║██║  ██║╚════██║██╔══╝  ██║     
  ╚████╔╝ ╚██████╔╝██║██████╔╝███████║███████╗╚██████╗
   ╚═══╝   ╚═════╝ ╚═╝╚═════╝ ╚══════╝╚══════╝ ╚═════╝

v3.0.0 | 18モジュール | 50以上のコマンド | 依存関係ゼロ

License: MIT Python: 3.8+ Platform: Linux Version: 3.0.0


よくあるスクリプトキディツールではありません。これは実際に機能します。



目次

  • インストール
  • クイックスタート
  • コマンドリファレンス
    • proxy — SOCKS5チェーンローテーション
    • scan — ポートスキャナー
    • dns — DNSツールキット
    • crack — ハッシュクラッキング
    • password — パスワード生成
    • mutate — ワードリストミューテーター
    • recon — ネットワーク偵察
    • web — Webフィンガープリンティング
    • exfil — 隠密チャネルとエンコーディング
    • encrypt — AES-GCMファイル暗号化
    • shred — 安全なファイル削除
    • stego — ステガノグラフィ
    • shell — リバースシェル生成
    • forensic — ファイル分析
    • anon — 匿名化
    • plugin — プラグイン管理
    • config — 設定
  • プロキシファイル形式
  • プラグインAPI
  • ライセンス

インストール

root@kitploit:~
# Clone the repository
git clone https://github.com/VoidSecSoftwares/voidsec-proxy.git

# Enter the directory
cd voidsec-proxy

# Install (basic)
pip install -e .

# Install with crypto support (AES-GCM, ChaCha20, steganography)
pip install -e ".[crypto]"

要件: Python 3.8+ | 必須依存関係ゼロ


クイックスタート

root@kitploit:~
# Start a SOCKS5 proxy chain
voidsec-proxy proxy -f proxies.txt

# Scan a target
voidsec-proxy scan -t 10.0.0.1

# Resolve DNS
voidsec-proxy dns example.com

# Generate a password
voidsec-proxy password -l 20 -c 5

# Full recon on a target
voidsec-proxy recon -t 10.0.0.1

コマンドリファレンス


proxy

自動ローテーション付きSOCKS5プロキシチェーン。

root@kitploit:~
# Basic usage
voidsec-proxy proxy -f proxies.txt

# Custom listen address and port
voidsec-proxy proxy -f proxies.txt -l 0.0.0.0 -p 1080

# Shuffle proxy order on start
voidsec-proxy proxy -f proxies.txt -s

scan

バナーグラビング付きマルチスレッドTCPポートスキャナー。

root@kitploit:~
# Scan common ports
voidsec-proxy scan -t 10.0.0.1

# Scan specific ports
voidsec-proxy scan -t 10.0.0.1 -p 22,80,443,3389

# Scan port range, export to JSON
voidsec-proxy scan -t 10.0.0.1 -r 1-1000 -o results.json -f json

dns

DNS解決、逆引き、サブドメイン列挙。

root@kitploit:~
# Resolve A records
voidsec-proxy dns example.com

# Multiple record types
voidsec-proxy dns example.com -t A -t MX -t TXT

# Reverse DNS lookup
voidsec-proxy dns 8.8.8.8 -r

# Subdomain enumeration
voidsec-proxy dns example.com -e -w wordlist.txt

crack

ワードリスト対応のハッシュクラッキング。

root@kitploit:~
# Crack MD5 hash
voidsec-proxy crack --hash 5f4dcc3b5aa765d61d8327deb882cf99 -t md5 -w rockyou.txt

# Hash text with SHA256
voidsec-proxy crack --hash-text "hello" -t sha256

# Hash file
voidsec-proxy crack --hash-file secret.bin -t sha512

password

強度監査付きパスワード生成。

root@kitploit:~
# Generate 5 passwords, 20 chars each
voidsec-proxy password -l 20 -c 5

# Audit a password
voidsec-proxy password -a "MyP@ssw0rd"

# Generate 6-word passphrase
voidsec-proxy password --passphrase -l 6

mutate

ワードリストミューテーションエンジン。

root@kitploit:~
# Apply all mutations
voidsec-proxy mutate -w wordlist.txt -o mutated.txt -m leet,upper,append_num,dups

# Leet speak + numbers
voidsec-proxy mutate -w wordlist.txt -o out.txt -m leet,append_num

recon

完全なネットワーク偵察。

root@kitploit:~
# Full recon (IP, geo, ASN, open ports)
voidsec-proxy recon -t 10.0.0.1

# WHOIS lookup
voidsec-proxy recon --whois example.com

# IP geolocation
voidsec-proxy recon --geo 8.8.8.8

# ASN lookup
voidsec-proxy recon --asn 8.8.8.8

# Traceroute
voidsec-proxy recon --traceroute 8.8.8.8

web

Webアプリケーションフィンガープリンティングとディレクトリブルートフォース。

root@kitploit:~
# Full fingerprint
voidsec-proxy web -u https://target.com

# Header analysis
voidsec-proxy web --headers https://target.com

# Directory brute-force
voidsec-proxy web --dirbust https://target.com -w wordlist.txt

exfil

隠密チャネルとデータエンコーディング。

root@kitploit:~
# Encode data
voidsec-proxy exfil --encode "secret data" -m base64
voidsec-proxy exfil --encode "secret data" -m morse
voidsec-proxy exfil --encode "secret data" -m dns

# Decode data
voidsec-proxy exfil --decode "dGVzdA==" -m base64

# Vigenere cipher
voidsec-proxy exfil --vigenere "encrypted" --key "secret"

encrypt

AES-GCMファイル暗号化。

root@kitploit:~
# Encrypt a file
voidsec-proxy encrypt -i secret.txt -o secret.enc -p "mypassword"

# Decrypt a file
voidsec-proxy encrypt -i secret.enc -o secret.txt -p "mypassword" -d
フラグ説明
-i, --input入力ファイル(必須)
-o, --output出力ファイル(必須)
-p, --password暗号化パスワード(必須)

shred

複数パスによる安全なファイル削除。

root@kitploit:~
# Shred file with 5 passes
voidsec-proxy shred -f file.txt -n 5
フラグ説明デフォルト
-f, --fileシュレッドするファイル(必須)—
-n, --passes上書きパス数3

stego

PNGステガノグラフィ — 画像にデータを隠蔽・抽出。

root@kitploit:~
# Hide data in image
voidsec-proxy stego -i image.png -f secret.txt -o stego.png

# Extract hidden data
voidsec-proxy stego -i stego.png -e -o extracted.txt
フラグ説明
-i, --imagePNG画像ファイル
-f, --secret隠蔽する秘密ファイル
-o, --output出力ファイル

shell

ペイロードエンコーディング付きリバースシェル生成。

root@kitploit:~
# Python reverse shell
voidsec-proxy shell --lhost 10.0.0.1 --lport 4444 -t python

# Bash with base64 encoding
voidsec-proxy shell --lhost 10.0.0.1 --lport 4444 -t bash -e base64

# PowerShell reverse shell
voidsec-proxy shell --lhost 10.0.0.1 --lport 4444 -t powershell

forensic

ファイル分析とフォレンジック。

root@kitploit:~
# Full file metadata
voidsec-proxy forensic -f suspicious.exe

# Entropy analysis
voidsec-proxy forensic --entropy unknown_file

# Extract strings
voidsec-proxy forensic --strings binary.bin

# Hexdump
voidsec-proxy forensic --hexdump file.bin

# Compare two files
voidsec-proxy forensic --compare file1.txt --file2 file2.txt

anon

匿名化ツール。

root@kitploit:~
# Spoof MAC address
voidsec-proxy anon --spoof-mac eth0

# Set random hostname
voidsec-proxy anon --hostname

# Start TOR proxy
voidsec-proxy anon --tor --start --port 9050

# Clear system tracks
voidsec-proxy anon --clear

# Full anonymization
voidsec-proxy anon --interface eth0

plugin

プラグイン管理。

root@kitploit:~
# List installed plugins
voidsec-proxy plugin list

# Create example plugin
voidsec-proxy plugin create -n myplugin

# Execute a plugin
voidsec-proxy plugin execute -n myplugin

config

設定管理。

root@kitploit:~
# Show all config
voidsec-proxy config show

# Set a value
voidsec-proxy config set -k scanner.threads 200

# Get a value
voidsec-proxy config get -k listen

# Reset to defaults
voidsec-proxy config reset
フラグ説明
actionshow、、、

プロキシファイル形式

root@kitploit:~
# One proxy per line
# Format: host:port

10.0.0.1:1080
proxy.example.com:9050

# With authentication: user:pass:host:port

admin:secret:192.168.1.5:9050

プラグインAPI

~/.voidsec/plugins/ にPythonファイルを作成します:

root@kitploit:~
PLUGIN_NAME = "myplugin"
PLUGIN_DESC = "My custom plugin"
PLUGIN_VERSION = "1.0"

def run(*args, **kwargs):
    print("Hello from my plugin!")
    return "Success"

次に実行します:

root@kitploit:~
voidsec-proxy plugin execute -n myplugin

Windows Arsenal

Windowsツールをお探しですか?8つのPowerShell GUIツールを備えた別のリポジトリがあります:

→ VoidSec Windows Arsenal


ライセンス

MITライセンス — 詳細は LICENSE を参照してください。

ツールをダウンロード
フラグ説明デフォルト
-f, --fileプロキシファイル(必須)—
-l, --listenリッスンアドレス127.0.0.1
-p, --portリッスンポート9050
-s, --shuffleプロキシ順序をシャッフルfalse
フラグ説明デフォルト
-t, --targetターゲットホスト(必須)—
-p, --portsカンマ区切りのポート一般的なポート
-r, --port-rangeポート範囲(例: 1-1000)—
-o, --output出力ファイルstdout
-f, --format出力形式(text、json、csv)text
フラグ説明デフォルト
domainターゲットドメイン(必須)—
-t, --typeレコードタイプ(繰り返し可能)A
-r, --reverse逆引きDNSルックアップfalse
-e, --enumerateサブドメイン列挙false
-w, --wordlist列挙用ワードリスト—
フラグ説明デフォルト
--hashクラックするハッシュ—
--hash-textハッシュ化するテキスト—
--hash-fileハッシュ化するファイル—
-t, --typeハッシュタイプ(md5、sha1、sha256、sha512)md5
-w, --wordlistクラッキング用ワードリスト—
フラグ説明デフォルト
-l, --lengthパスワード長 / 単語数16
-c, --count生成するパスワード数5
-a, --auditパスワード強度を監査—
--passphrase代わりにパスフレーズを生成false
--separatorパスフレーズの単語区切り-
--no-upper大文字を除外false
--no-lower小文字を除外false
--no-digits数字を除外false
--no-symbols記号を除外false
フラグ説明デフォルト
-w, --wordlist入力ワードリスト(必須)—
-o, --output出力ファイル(必須)—
-m, --mutationsカンマ区切り: leet、upper、append_num、prepend_num、dups、reverse、append_symすべて
フラグ説明
-t, --target完全偵察のターゲットホスト
--whoisWHOISルックアップ
--geoIPジオロケーション
--asnASNルックアップ
--tracerouteターゲットへのTraceroute
フラグ説明
-u, --urlターゲットURL
--headersヘッダーを取得して分析
--fingerprintテクノロジーフィンガープリント
--dirbustディレクトリブルートフォース
-w, --wordlistブルートフォース用ワードリスト
フラグ説明
--encodeエンコードするテキスト
--decodeデコードするテキスト
-m, --methodbase32、base64、hex、morse、binary、rot13、caesar、dns
-s, --shiftシーザー暗号のシフト
--vigenereヴィジュネル暗号テキスト
--key暗号鍵
--decrypt暗号化ではなく復号
-d, --decrypt
暗号化ではなく復号
-e, --extract
隠蔽ではなく抽出
フラグ説明デフォルト
--lhostリスナーホスト(必須)—
--lportリスナーポート(必須)—
-t, --typeシェルタイプ: python、bash、perl、php、ruby、java、powershell、netcat、socat、lua、cpython
-e, --encodingペイロードエンコーディング: base64、hex、url、double_base64、base64_bash、base64_python、rot13—
フラグ説明
-f, --fileターゲットファイル
--entropyエントロピーを計算
--compare--file2 と比較
--strings印刷可能な文字列を抽出
--hexdump先頭Nバイトをヘックスダンプ
--min-length最小文字列長
フラグ説明
--spoof-macMACを偽装するインターフェース
--new-mac特定のMACアドレス(省略時はランダム)
--hostnameランダムなホスト名を設定
--torTOR操作
--startTORを起動
--stopTORを停止
--portTOR SOCKSポート
--clearbash/zsh履歴、ログ、/tmpを消去
--random-hostnameランダムなホスト名を表示
--interface完全匿名化用のネットワークインターフェース
set
get
reset
-k, --key設定キー(ドット記法対応)
--value設定する値
ツール説明
VoidCryptAES-256-GCMファイル暗号化
GhostProcessプロセスビューア&マニピュレーター
NetPhantomネットワーク偵察
RegGhostレジストリアナライザー
StealthLogシステム痕跡クリーナー
HashVaultパスワード&ハッシュツールキット
SysPhantomシステム偵察
AntiForensics証拠破壊