This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import argparse | |
import requests | |
import urllib.parse | |
import sys | |
import base64 | |
import logging | |
import random | |
import time | |
import threading | |
from typing import Optional |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Info: Stealthy Data Exfiltration Using (DoH) - Client Code | |
# Date: May 26, 2024 | |
# Author: Hossam | |
import os, glob, requests, logging, struct, base64, random, time, httpx | |
from datetime import datetime | |
import urllib3 | |
import win32com.client | |
from colorama import Fore, Style, init | |
from cryptography.fernet import Fernet |