Richard-Tang
Richard-Tang
The plugin function allows you to execute arbitrary code to obtain server permissions Detail: https://github.com/Richard-Tang/SSCMS-PluginShell/blob/main/Detail.md The corresponding CVE number CVE-2022-28118 has been applied It is hoped that corresponding restrictions can...
```java package com.funnysec.richardtang.androidkiller4j; import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.control.Button; import javafx.scene.layout.StackPane; import javafx.stage.Stage; import org.controlsfx.glyphfont.Glyph; import org.controlsfx.glyphfont.GlyphFont; import org.controlsfx.glyphfont.GlyphFontRegistry; public class Demo extends Application { static { GlyphFontRegistry.register("FaSolide", "file:///Users/richardtang/Desktop/GitProject/AndroidKiller4J/css/fa-solid.ttf", 20);...
https://www.ossec.net/docs/docs/manual/monitoring/process-monitoring.html#detecting-usb-storage-usage The USB example Command is used in this file  https://www.ossec.net/docs/docs/syntax/head_ossec_config.localfile.html?highlight=localfile#element-localfile But I'm told here that it's not allowed 
搭了个环境试了一下,版本如下。  看了一下vCenterServer,文件是有上传成功的。  重启vCenterServer后等待一段时间还是访问不到这个文件。  时版本对不上吗?还是哪里操作有误 o.0?
I want to output log information generated during Java running to JGaf-UILogger!  Like the console in IntelliJ Idea
错误代码 [31] 获取预爬行网址失败,然后就一直提示这个信息!
e 感觉老哥写的挺好的 正好需要 不过年代久远了 有的好多看不到了 不知道老哥还能提供下不?
这里docker-compose构建的话会将33306端口对外开放,然后root密码是123。 因为是默认配置,一般可能不会注意到去修改这个密码。  在fofa上搜了一圈`title="QingScan"`,发现基本上都有这个问题  建议README.md上提示用户修改`/root/QingScan/docker/latest/docker-compose.yaml`文件下的`MYSQL_ROOT_PASSWORD=`选项值。 或者限制端口的对外访问之类的。