Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
laf — 登录区域查找器:扫描主机以查找登录面板 | Kitploit
工具/GitHubGitHub/takeshixx/laf
侦察漏洞分析信息收集Web安全渗透测试Archived
GitHubtakeshixx/laf

laf

登录区域查找器:扫描主机以查找登录面板

查看仓库
14911年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

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

从标准输入扫描主机列表:

root@kitploit:~
cat hostlist.txt | ./laf.py -l -
下载工具