Skip to content

Commit

Permalink
added automation for vt_scan and checked receiver again
Browse files Browse the repository at this point in the history
  • Loading branch information
eladyesh committed Oct 13, 2022
1 parent 846cd3e commit 683926b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Binary file modified poc_start.exe
Binary file not shown.
7 changes: 5 additions & 2 deletions receiver.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import struct
from socket import socket, AF_INET, SOCK_STREAM
import os
from subprocess import Popen

#os.system(r'python D:\\Cyber\\YB_CYBER\\project\\FinalProject\\poc_start\\poc_start\\unrelated\\vt_hash.py')
FILE_NAME_TO_SAVE = "virus.exe"
FILE_NAME_TO_SEND = "LOG.txt"

Expand Down Expand Up @@ -30,8 +32,9 @@
f.write(file)

os.system('..')
os.system('Z:\D\Cyber\YB_CYBER\project\FinalProject\poc_start\poc_start')
os.startfile('Z:\D\Cyber\YB_CYBER\project\FinalProject\poc_start\poc_start\poc_start.exe')
os.system('Z:\\D\\Cyber\\YB_CYBER\\project\\FinalProject\\poc_start\\poc_start')
os.startfile('Z:\\D\\Cyber\\YB_CYBER\\project\\FinalProject\\poc_start\\poc_start\\poc_start.exe')


while not os.path.exists("LOG.txt"):
pass
Expand Down
2 changes: 2 additions & 0 deletions unrelated/automation.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import os
os.system(r'python D:\\Cyber\\YB_CYBER\\project\\FinalProject\\poc_start\\poc_start\\unrelated\\vt_hash.py')

0 comments on commit 683926b

Please sign in to comment.