
spring boot configuration annotation processor not found in classpath
spring boot 使用 @ConfigurationProperties(prefix = "person") 时,运行将提示spring boot configuration annotation processor not fou...
spring boot 使用 @ConfigurationProperties(prefix = "person") 时,运行将提示spring boot configuration annotation processor not fou...
1、 2、快捷键Ctrl+alt+Shift+/ Registry 3、mvn clean package -Dmaven.test.skip=true 4、选中项目,右键选中“Open Module Setti...
参考sgekecr::https://www.t00ls.net/thread-51441-1-2.html 环境为debian win10 绑定CF的域名一个 1、域名在Cloudflare添加域名开启cdn 2、 (1)服务器:deb...
1、https://github.com/robertdavidgraham/rdpscan 安装补丁https://www.catalog.update.microsoft.com/Search.aspx?q=KB4499175 之后: ...
<?php header("content-type:text/html;charset=utf-8"); $username=$_POST["username"]; $password=$_POST["password"]; $al...
目标站存在验证码,验证码与用户名关联;登录密码存在加密,加密方式未知(相同用户密码反复测试加密结果不一样);无法使用burp+验证码识别爆破;只能使用selenuim+验证码识别处理; 测试中发现几个密码、验证码、登录按钮没有常见的id/n...
在linux下使用denyhosts对爆破SSH来说是挺棒,可是总把我自己的IP拉黑名单就郁闷了。 尝试直接在/etc/hosts.deny 文件中删除黑名单IP,保存退出,结果无效,重启之后该文件依然存在黑名单IP 先service de...
为了安全起见,我们一般会对上传目录禁止运行php脚本 修改nginx.conf配置文件 禁止单目录: location ~* ^/attachments/.*.(php|php5)$ { deny all; } 禁止多目录: locatio...
目前需要在数据库查找:2017\/[0-9]\/type-button\-[0-9]\-[0-9]+.jpg,并更新为./top.png 检索直接可以用select * from table where keyword REGEXP ...
MySQL注入load_file常用路径 WINDOWS c:/boot.ini //查看系统版本 c:/windows/php.ini //php配置信息 c:/windows/my.ini //MYSQL配置文件,记录管理员登陆过的MY...