log4shell-tools icon indicating copy to clipboard operation
log4shell-tools copied to clipboard

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

Results 2 log4shell-tools issues
Sort by recently updated
recently updated
newest added

Compile and run a simple Java program `Log4jCaller.java`, with your ID: ``` import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; /** See https://log4shell.tools, check permission box, note the ID, click Start ... Run below,...

## Golang的安装 这里需要安装Golang1.16版本 ### 下载并解压安装包 如果你的Linux支持科学上网,可以使用下面的方式下载Golang环境包 ``` wget https://dl.google.com/go/go1.16.4.linux-amd64.tar.gz ``` 因此需要手动下载并编译哦,相关包可以在我的私人网盘里下载 - 相关Golang环境包 下载链接https://pan.iculture.cc/s/oGwFg - 提取码:ojdz79 下载完成后,传到Linux里,解压缩 ``` sudo tar -xvf go1.16.4.linux-amd64.tar.gz ``` 将文件移动到**/usr/local**路径下 ``` sudo mv go /usr/local ```...