Fix log2j typo should be log4j

Fixes #18
This commit is contained in:
yunzheng
2021-12-16 22:35:02 +01:00
committed by GitHub
parent 2e6462a431
commit bb1315fc3f

View File

@@ -83,13 +83,13 @@ We are aware that some Anti Virus vendors don't like the Windows binaries, in th
pip install colorama
```
3. Download the latest version of the `log2j-finder.py` script and then run PyInstaller:
3. Download the latest version of the `log4j-finder.py` script and then run PyInstaller:
```bash
pyinstaller --onefile --hidden-import colorama log2j-finder.py
pyinstaller --onefile --hidden-import colorama log4j-finder.py
```
The Windows executable is then in the `dist` directory: `dist\log2j-finder.exe`
The Windows executable is then in the `dist` directory: `dist\log4j-finder.exe`
### Generating the Linux executable