All Projects → r00tSe7en → JNDIMonitor

r00tSe7en / JNDIMonitor

Licence: other
一个LDAP请求监听器,摆脱dnslog平台

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to JNDIMonitor

logmap
Log4j jndi injection fuzz tool
Stars: ✭ 60 (-66.1%)
Mutual labels:  jndi, log4j2
log4shell-tools
Tool that runs a test to check whether one of your applications is affected by the recent vulnerabilities in log4j: CVE-2021-44228 and CVE-2021-45046
Stars: ✭ 55 (-68.93%)
Mutual labels:  ldap, jndi
fix4log4j
No description or website provided.
Stars: ✭ 21 (-88.14%)
Mutual labels:  ldap, jndi
ldap2json
The ldap2json script allows you to extract the whole LDAP content of a Windows domain into a JSON file.
Stars: ✭ 56 (-68.36%)
Mutual labels:  ldap
vaultwarden ldap
LDAP directory connector for vaultwarden
Stars: ✭ 80 (-54.8%)
Mutual labels:  ldap
seahorse
ELKFH - Elastic, Logstash, Kibana, Filebeat and Honeypot (HTTP, HTTPS, SSH, RDP, VNC, Redis, MySQL, MONGO, SMB, LDAP)
Stars: ✭ 31 (-82.49%)
Mutual labels:  ldap
rabbitmq-auth-backend-cache
Authorisation result caching plugin (backend) for RabbitMQ
Stars: ✭ 17 (-90.4%)
Mutual labels:  ldap
k8s-idm-lab
Kubernetes Identity Management Lab
Stars: ✭ 20 (-88.7%)
Mutual labels:  ldap
log4jshield
Log4j Shield - fast ⚡, scalable and easy to use Log4j vulnerability CVE-2021-44228 finder and patcher
Stars: ✭ 13 (-92.66%)
Mutual labels:  log4j2
ntlmrelayx-prettyloot
Convert the loot directory of ntlmrelayx into an enum4linux like output
Stars: ✭ 20 (-88.7%)
Mutual labels:  ldap
authentication
A framework agnostic authentication library based on PSR standards
Stars: ✭ 19 (-89.27%)
Mutual labels:  ldap
spring-data-ldap
Repository abstraction for Spring LDAP
Stars: ✭ 53 (-70.06%)
Mutual labels:  ldap
another-ldap-auth
LDAP Authentication for Nginx, Nginx ingress controller (Kubernetes), and HAProxy via a subrequest.
Stars: ✭ 30 (-83.05%)
Mutual labels:  ldap
aspnet-core-ad-authentication
ASP.NET Core Active Directory authentication use LDAP
Stars: ✭ 21 (-88.14%)
Mutual labels:  ldap
Linux-Active-Directory-join-script
Active directory Join script for Ubuntu, Debian, CentOS, Linux Mint, Fedora, Kali, Elementary OS and Raspbian with built in failchcheck and debugmode for Ubuntu. "The most advanced and updated AD join script on GITHUB for Linux"
Stars: ✭ 97 (-45.2%)
Mutual labels:  ldap
ldapconsole
The ldapconsole script allows you to perform custom LDAP requests to a Windows domain.
Stars: ✭ 25 (-85.88%)
Mutual labels:  ldap
ldaptools-bundle
Provides easy LDAP integration for Symfony via LdapTools.
Stars: ✭ 49 (-72.32%)
Mutual labels:  ldap
horusec-platform
Horusec Platform is a set of web services that integrate with the Horusec CLI to facilitate the visualization and management of found vulnerabilities.
Stars: ✭ 32 (-81.92%)
Mutual labels:  ldap
gitlab-ldap-group-sync
Manage your gitlab groups with ldap / active directory
Stars: ✭ 21 (-88.14%)
Mutual labels:  ldap
paddle
A library simplifying LDAP usage in Elixir projects
Stars: ✭ 46 (-74.01%)
Mutual labels:  ldap

JNDIMonitor2.0.1

免责声明

本项目仅面向合法授权的企业安全建设行为,在使用本项目进行检测时,您应确保该行为符合当地的法律法规,并且已经取得了足够的授权。

如您在使用本项目的过程中存在任何非法行为,您需自行承担相应后果,我们将不承担任何法律及连带责任。

在使用本项目前,请您务必审慎阅读、充分理解各条款内容,限制、免责条款或者其他涉及您重大权益的条款可能会以加粗、加下划线等形式提示您重点注意。

除非您已充分阅读、完全理解并接受本协议所有条款,否则,请您不要使用本项目。

您的使用行为或者您以其他任何明示或者默示方式表示接受本协议的,即视为您已阅读并同意本协议的约束。

简介

随着Apache Log4j被打的越来越多,常见的dnslog平台估计会被屏蔽的越来越狠,而且对于一些流量监测设备,直接使用公开的dnslog平台无疑是自寻死路。

突然想到常用的Java jndi注入工具就有这功能,然后就删去了多余的代码,当一个LDAP请求监听器,摆脱dnslog平台。

使用

Usage: java -jar JNDIMonitor-1.0-SNAPSHOT.jar [options]
  Options:
  * -i, --ip       Local ip address  (default: 0.0.0.0)
    -l, --ldapPort Ldap bind port (default: 1389)
    -p, --ApiPort  Http api port (default: 3456)
    -h, --help     Show this help

2.0.1 更新

2.0.1版本新增http API接口,接口固定如下,支持返回全部日志记录。

日志记录新增来源ip触发时间,获取来源ipbug已经解决。

添加防止重复内容写入功能。

http://ip:port/?api2=all
aaaaaa,127.0.0.1,2021-12-14 21:46:56 PM
bbbbbb,127.0.0.1,2021-12-14 21:47:01 PM
cccccc,127.0.0.1,2021-12-14 21:47:08 PM

2.0 更新

监听LDAP请求,以及开启 http API 服务

程序启动后会自行在当前目录创建tmp.txt文件,用来存放LDAP的请求记录。

curl请求API接口测试

2.0版本新增http API的接口,接口固定格式如下。

http://ip:port/?api=xxxxxx(长度无限制)

参考

https://github.com/0x727/JNDIExploit/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].