hergunruzgar
Security Gap Analyst
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1
200 XP
LEAVE A LIKE SO I CAN SHARE MORE UHQ TOOL FOR COMBO ETC..
Code:
Virustotal link https://www.virustotal.com/gui/file...b60943142623bfc6050097e3c39b5575a1a?nocache=1
You must upgrade your account or reply in the thread to view the hidden content.
Code:
for i in open('cumbo.txt','r',encoding='utf8'):
try:
seq = i.strip().split(':')
open('swapped.txt','a').write(seq[1]+':'+seq[0] + '\n')
except Exception:
pass