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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
jmxbf — A brute force program to test weak accounts configured to access a JMX Registry | Kitploit
ツール/GitHubGitHub/nccgroup/jmxbf
Password AttacksPenetration TestingAuthentication
GitHubnccgroup/jmxbf

jmxbf

A brute force program to test weak accounts configured to access a JMX Registry

リポジトリを見るウェブサイト
35129年前Kitploit レビュー済み

人気

すべて見る →

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

すべてのツールを探索

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

すべてのツールを見る →
共有
要求された言語のコンテンツは利用できません。英語版を表示しています。

jmxbf - A brute force program to test weak accounts configured to access a JMX Registry

Released as open source by NCC Group Plc - http://www.nccgroup.com/

Developed by Daniele Costa, daniele [dot] costa [at] nccgroup [dot] trust

http://www.github.com/nccgroup/jmxbf

Released under AGPL see LICENSE for more information

root@kitploit:~
$>Usage: 
java -jar jmxbf.jar
	-h,--host <arg>              The JMX server IP address.
	-p,--port <arg>              The JMX server listening port.
	-pf,--passwords-file <arg>   File including the passwords, one per line.
    -uf,--usernames-file <arg>   File including the usernames, one per line.

Example:
   
$>java jar jmxbf.jar h 192.168.20.1 p 1099 uf usernames.txt pf passwords.txt

Some samp;e output below:

root@kitploit:~
$>java jar jmxbf.jar h 192.168.20.1 p 1099 uf usernames.txt pf passwords.txt

Auth failed!!!

Auth failed!!!

Auth failed!!!

. . . 

Auth failed!!!

Auth failed!!!


###SUCCESS### - We got a valid connection for: control:supersecretpwd

Found some valid credentials - continuing brute force
....

###SUCCESS### - We got a valid connection for: monitor:monitor


Found some valid credentials - continuing brute force
Auth failed!!!

Auth failed!!!

Auth failed!!!

Auth failed!!!

. . . 

Auth failed!!!

Auth failed!!!

Auth failed!!!

The following valid credentials were found:


control:supersecretpwd

monitor:monitor
ツールをダウンロード