Open maaaaz opened 1 year ago
Hello there,
I would like to report a Python warning:
$ python3 -Wall is_malicious.py -file /etc/passwd /home/test/is_malicious.py:63: ResourceWarning: unclosed file <_io.BufferedReader name='/etc/passwd'> hash = hashlib.md5(open(args['file'], 'rb').read()).hexdigest() ResourceWarning: Enable tracemalloc to get the object allocation traceback Unknown or not identified as malicious
Cheers!
Hello there,
I would like to report a Python warning:
Cheers!