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.
- 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!
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 theURL
orID
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 noURL
orID
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!