Skip to content

Instantly share code, notes, and snippets.

View Dviros's full-sized avatar
💭
😼 😼 😼 😼 😼 😼 😼 😼 😼 😼

Dvir S. Dviros

💭
😼 😼 😼 😼 😼 😼 😼 😼 😼 😼
View GitHub Profile
@Dviros
Dviros / zendesk.md
Created October 14, 2024 11:28 — forked from hackermondev/zendesk.md
1 bug, $50,000+ in bounties, how Zendesk intentionally left a backdoor in hundreds of Fortune 500 companies

hi, i'm daniel. i'm a 15-year-old with some programming experience and i do a little bug hunting in my free time. here's the insane story of how I found a single bug that affected over half of all Fortune 500 companies:

say hello to zendesk

If you've spent some time online, you’ve probably come across Zendesk.

Zendesk is a customer service tool used by some of the world’s top companies. It’s easy to set up: you link it to your company’s support email (like support@company.com), and Zendesk starts managing incoming emails and creating tickets. You can handle these tickets yourself or have a support team do it for you. Zendesk is a billion-dollar company, trusted by big names like Cloudflare.

Personally, I’ve always found it surprising that these massive companies, worth billions, rely on third-party tools like Zendesk instead of building their own in-house ticketing systems.

your weakest link

@Dviros
Dviros / runme.sh
Last active October 21, 2024 06:32
Homeassistant and Cloudflared tunnel!
#!/bin/bash
# motivation for this script came after I found out that the official add in is not supported in Docker based installations, such as Core.
# after a long time of making it work, I created this script that will allow anyone with a Cloudflare managed domain to have this setup as well.
# please review the IP's and domains mentioned for your own setup, make the relevant adjustments if needed.
# feedback and ideas are highly appreciated
# Exit on any error
import requests
import time
from colorama import Fore, Style
# Replace with your bot token
BOT_TOKEN = '<bot token here>'
BASE_URL = f"https://api.telegram.org/bot{BOT_TOKEN}"
# Function to make API requests
import multiprocessing
import subprocess
from tqdm import tqdm
from colorama import Fore, Style
import itertools
def generate_passwords(start, end, length, queue, chunk_size=1000):
"""Generate passwords and push them into a queue in chunks."""
try:
#include <windows.h>
#include <iostream>
#include <sstream>
std::string
GetSymbolServerURL(
const std::string& moduleName
)
{
/* Extract timestamp and image size from a module
@Dviros
Dviros / windows_and_office_kms_setup.adoc
Created September 17, 2025 04:45 — forked from jerodg/windows_and_office_kms_setup.adoc
Activate Windows and Office Using KMS Server

Microsoft Windows and Office KMS Setup