Skip to content

Commit 6d3127a

Browse files
authored
Update common.py
1 parent 0a4b84c commit 6d3127a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def analysis_file(file):
255255
strings = os.popen("strings %s" % file).readlines()
256256
if len(strings) > 200: return ""
257257
for str in strings:
258-
time.sleep(0.05)
258+
time.sleep(0.01)
259259
mal = check_shell(str)
260260
if mal: return mal
261261
for malware in malware_infos:

0 commit comments

Comments
 (0)