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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
laf — Login Area Finder: ホストをスキャンしてログインパネルを探します | Kitploit
ツール/GitHubGitHub/takeshixx/laf
偵察脆弱性分析情報収集ウェブセキュリティペネトレーションテストArchived
GitHubtakeshixx/laf

laf

Login Area Finder: ホストをスキャンしてログインパネルを探します

リポジトリを見る
149111年前未レビュー

人気

すべて見る →

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

すべてのツールを探索

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

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

laf

指定されたホストまたはホストのリスト上の管理/ログインパネルをスキャンするPythonスクリプト。

root@kitploit:~
usage: laf.py [-h] [-d host] [-l hostfile|-] [-sys system] [-c cookie]
              [-u user] [-da] [-p pass] [-ic] [-k] [-v]

Find admin/login panel for a single host (-d) or a list of hosts (-l).

optional arguments:
  -h, --help     show this help message and exit
  -d host        host to scan
  -l hostfile|-  list of hosts, one per line (- instead of a file to read from
                 stdin)
  -sys system    comma seperated list of dirs|php|cfm|asp|pl|html|pma
                 (default: dirs)
  -c cookie      cookie
  -u user        http authentication username
  -da            use digest auth instead of basic
  -p pass        http authentication password
  -ic            ignore invalid tls certificate
  -k             halt on first valid path
  -v             enable verbosity

単一のホストをスキャン:

root@kitploit:~
./laf.py -d google.de

ホストのリストをスキャン:

root@kitploit:~
./laf.py -l hostlist.txt

stdinからホストのリストをスキャン:

root@kitploit:~
cat hostlist.txt | ./laf.py -l -
ツールをダウンロード