Skip to content

A fast image logger to get info/data from users just by clicking "open in browser" in Discord.

Notifications You must be signed in to change notification settings

Julsinator/image-logger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discord Image Logger

Please note that this is NOT a "one click" image logger. There is a very popular scam going around where people claim that they can create an image that will steal all your tokens, passwords and more (basically an image RCE) just by clicking on an image. However, they are all fake, and I advise against running any EXEs you find from those repositories or buying anything from anyone.


Features

  • Fast, Free, and Easy!
  • 100% Untracable and Anonymous!
  • Requires only clicking "Open Original"!
  • Steals as much as possible, including your street address via GPS!
  • Under active development, many new features will be added!

Configuration

Before setting it up, let's modify the config.
Open up main.py and edit the values, refer to the key below.

WEBHOOK: Your Discord webhook!
IMAGE: A LINK to your desired Image.
IMAGEARGUMENT: Enable image reading from the argument. (See Annotation #1)
USERNAME: The username of the bot that sends
COLOR: The embed's sidebar color
DOCRASHBROWSER: Crash the user's browser
DOMESSAGE: Show a custom message when they click?
MESSAGE: The message to show.
RICHMESSAGE: Enable a rich message, which allows inserting variables. (See Annotation #2)
VPNCHECK: Prevent VPNs from spamming your webhook!
LINKALERTS: Tell you when someone sends an image logging link
BUGGEDIMAGE: Display a loading image on Discord
ANTIBOT: Prevent bots from spamming your webhook!
REDIRECT: Redirect user?
PAGE: Page to redirect to, if so

ANNOTATIONS:

  • 1) IMAGEARGUMENT When enabled, this will allow you to provide an argument in the URL as the image.
    You can do this by URL-safe Base64 encoding a link, and supplying it as the URL or ID argument.
    EXAMPLE: https://your.epic.image.logger/api/main?url=aHR0cHM6Ly8...
    The above Base64 is cut off short, but it would lead to a URL of an image.
    If it's enabled and no URL or ID argument is supplied, the default configured one will be used.

  • 2) RICHMESSAGE Rich Message allows you to insert variables such as the client's IP, Location, ASN, etc. for the Crashbrowser message.
    Simply insert anything in the following table and it will replace it respectively.

Values
{ip} Their IP Address.
{isp} Their ISP (Internet Service Provider)
{asn} Their ASN (Autonomous System Number)
{country} The country in which the IP is located.
{region} The region in which the IP is located.
{city} The city in which the IP is located.
{lat} The IPs latitude.
{long} The IPs longitude.
{timezone} The timezone of the IP.
{mobile} If it's a mobile connection.
{vpn} If the IP belongs to a VPN/Proxy.
{bot} If the IP is a robot.
{browser} The Browser of the client.
{os} The OS of the client.

Thank you for choosing my tools!

About

A fast image logger to get info/data from users just by clicking "open in browser" in Discord.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%