Len-Stevens / Python-Antivirus

A simple antivirus coded in python capable of scanning selected files and deleting files that it detects as infected. This antivirus uses a large list of MD5, SHA1 and SHA256 malware hashes (many of which coming from this repo - https://github.com/Len-Stevens/MD5-Malware-Hashes) to determine infections. However as this project progresses I would like to implement machine learning detection with the long term goal of becoming a fully functioning antivirus. All Donations in Cryptocurrency are highly appreciated: Bitcoin: bc1qgnvw4x7w4m7uhafdne7seu4fvs73m44v9fu3ng Monero: 42xCsURykTQGqz6Kmy4rBm4ZVEpGv5NhcRFrqbgQZ3FzTXeFe9nzNjYCBzU7yMSGMqVzrHfNoMBfYfoALQcc69VtGNQeRWE Dogecoin: DD3rtFFBfusJSDmP8cmVp3X5Jq688B49gs Thank You! :)
GNU General Public License v3.0
84 stars 23 forks source link

No section -settings- #30

Open bostjan39 opened 4 months ago

bostjan39 commented 4 months ago

File "Antivirus.py", line 890, in ui.setupUi(MainWindow) File "Antivirus.py", line 684, in setupUi VirustotalScan = config.get('-settings-', 'VirusTotalScan') File "C:\Python37\lib\configparser.py", line 780, in get d = self._unify_values(section, vars) File "C:\Python37\lib\configparser.py", line 1146, in _unify_values raise NoSectionError(section) from None configparser.NoSectionError: No section: '-settings-'

cookie0o commented 4 months ago

Try this: https://github.com/cookie0o/betterPYAV or the fixed Version here: https://github.com/cookie0o/Python-Antivirus-v2

bostjan39 commented 4 months ago

Thanks!

On Tue, May 14, 2024 at 8:39 PM cookie @.***> wrote:

Try this: https://github.com/cookie0o/betterPYAV or the fixed Version here: https://github.com/cookie0o/Python-Antivirus-v2

— Reply to this email directly, view it on GitHub https://github.com/Len-Stevens/Python-Antivirus/issues/30#issuecomment-2110878046, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL2WPPIJNVOKRM5QA3NKTBTZCJK7PAVCNFSM6AAAAABHV7SK2GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJQHA3TQMBUGY . You are receiving this because you authored the thread.Message ID: @.***>