Skip to content

Commit

Permalink
Fixed mistakes in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thelabcat committed Apr 27, 2024
1 parent e03bcb4 commit 2c2f06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To run from source, install Python 3.x, and then the dependencies, then use Pyth

## Information on antivirus false positives for PyInstaller executables

Recently, I discovered that multiple antivirus services are consistently flagging any and all executables packaged with PyInstaller. This is a mistake: While malware could certainly be written in Python and subsequently packaged with PyInstaller into an exe, the exe would be malicious because of the packaged Python code, not because of PyInstaller. I've reported the problem to the antivirus services that I found false positive reporting forms for, but only the specific app version was whitelisted, if anything at all. I tested BookWorm Deluxe Wordlist Editor v1.5.0 win x64 on April 27 in VirusTotal. It showed no malicious behavior from the application inside sandbox tests, and provided the following list of flags from security vendors. If you receive a different report than this, or you know of a more permanent solution than filing false positive reports every PyInstaller exe release, please let me know, as this has been an ongoing problem.
Recently, I discovered that multiple antivirus services are consistently flagging any and all Windows executables packaged with PyInstaller. This is a mistake: While malware could certainly be written in Python and subsequently packaged with PyInstaller into an exe, the exe would be malicious because of the packaged Python code, not because of PyInstaller. I've reported the problem to the antivirus services that I found false positive reporting forms for, but only the specific app version was whitelisted, if anything at all, in most cases. I tested BookWorm Deluxe Wordlist Editor v1.5.0 win x64 on April 27 in VirusTotal: It showed no malicious behavior from the application inside sandbox tests, and provided the following list of flags from security vendors. If you receive a different report than this, or you know of a permanent solution, please let me know, as this has been an ongoing problem.


<table>
Expand Down

0 comments on commit 2c2f06b

Please sign in to comment.