码迷,mamicode.com
首页 >  
搜索关键字:osgi cm服务 configuration admin servie    ( 15056个结果
mybatis 配置
mybatis-config.xml <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd ...
分类:其他好文   时间:2021-04-20 15:04:02    阅读次数:0
中新金盾信息安全管理系统默认口令
漏洞描述 系统存在默认弱口令,登录身份为超级管理员。 FOFA title="中新金盾信息安全管理系统" 口令 admin/zxsoft1234!@#$ 登录界面 成功截图 来源 https://www.adminxe.com/2253.html ...
分类:其他好文   时间:2021-04-20 14:40:44    阅读次数:0
Caused by:com.rabbitmq.client.ShutdownSignalException: connection error;(reply-code=530, reply-text=NOT_ALLOWED - access to vhost '/' refused for user 'admin'
学习rabbitMQ时 自己写了一个发送者 案例 运行后报错: Caused by: com.rabbitmq.client.ShutdownSignalException: connection error; protocol method: #method<connection.close>(r ...
分类:数据库   时间:2021-04-20 14:20:37    阅读次数:0
shell-script - shell 如何获取 nginx 配置文件位置?
通过nginx -t获得 nginx=`nginx -t 2>&1 | grep configuration` if [ ! -z "$nginx" ];then nginxtmp="${nginx#*file}" nginxf="${nginxtmp%test*}" echo $nginxf fi ...
分类:系统相关   时间:2021-04-19 15:38:16    阅读次数:0
gateway踩坑记录
问题一:Consider defining a bean of type 'org.springframework.http.codec.ServerCodecConfigurer' in your configuration. 原因: gatweway使用的是webflux,webflux属于响应 ...
分类:其他好文   时间:2021-04-19 15:26:06    阅读次数:0
web12
常规打开f12,发现有个注释,看起来像base64,尝试解码 看起来像是密码,便尝试账号,尝试常规的 root,admin等 发现需要本地管理员,因此想到要修改 xff 使用burpsuite和谷歌插件里的switchyomega和X-Forwarded-For Header(这两个插件可以在谷歌插 ...
分类:Web程序   时间:2021-04-15 12:35:10    阅读次数:0
解决Navicat连接MySQL出现1251-Client does not support authentication protocol requested by server;
解决Navicat连接MySQL出现1251-Client does not support authentication protocol requested by server; 。 一:出现的一个错 在安装完MySQL的时候,我们现在一般都使用Navicat来连接数据库,可惜出现下面的错误:1 ...
分类:数据库   时间:2021-04-13 12:42:55    阅读次数:0
MySQL---基本常用信息
查看 mysql 提供的存储引擎 mysql > show engines; 看你的mysql当前默认的存储引擎: mysql> show variables like '%storage_engine%'; 你要看某个表用了什么引擎(在显示结果里参数engine后面的就表示该表当前用的存储引擎): ...
分类:数据库   时间:2021-04-13 12:12:00    阅读次数:0
Springboot 常用注解
springboot常用注解 1. @SpringBootApplication 这个注解是 Spring Boot 项目的基石,创建 SpringBoot 项目之后会默认在主类加上。 @SpringBootApplication看作是 @Configuration、@EnableAutoConfi ...
分类:编程语言   时间:2021-04-12 12:19:37    阅读次数:0
google hacking
1,google基本语法 google中不分大小写,通配符 * 表示一个单词或字符, 使用双引号包含强制搜索, + - | inurl:搜索包含特定字符的URL。 inurl:admin.jsp intext:网站正文包含指定字符串 intext:安全测试 site:显示某个域名的所有页面 site ...
分类:其他好文   时间:2021-04-10 13:23:04    阅读次数:0
15056条   上一页 1 ... 10 11 12 13 14 ... 1506 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!