Vedaang/malware-code-base / Volshell_Automation.py
Vedaang's picture
download
raw
683 Bytes
#!/usr/bin/env python3
import subprocess
import os
f = open("Addresses.txt", "r").read().split('\n')
rootdir = './'
file_name=[]
sub_dir=[]
for subdir, dirs, files in os.walk(rootdir):
for file in files:
file_name.append(file)
sub_dir.append(subdir)
def Benign_Sample_Extraction():
z=0
# print(f)
file_name=['1.elf']
# print(len(f))
for i in range(0,len(f)):
p=subprocess.run('echo "db('+f[i]+',length=256)" | vol.py -f ' + sub_dir[0] + '/' + file_name[0] + ' --profile=Win10x64_18362 volshell > ./Dump_Addresses/' + f[i]+'.txt' ,shell=True)
print('Progress % Completed:',(((i+1)/(len(f)))*100))

Xet Storage Details

Size:
683 Bytes
·
Xet hash:
c4827079a596c4d3552f7557651fe6c884ad72e744a5b268236d2049228b0e3c

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.