Bhood23 / discord-image-logger

IP Logger that uses discord's "Open Original" feature to steal IP's.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ“ธ Discord Image Logger

Discord Image Logger is a simple yet feature rich tool I have created which lets you easily make people click links. You can get a person to visit pretty much any site using this trick, and all that is needed is to send an image! It also includes an integrated IP logger with detailed info of the user.

Please note that this is NOT a "one click" image logger. A scam with a large population has been going around in which people claim they can make an image that will steal all your tokens, passwords, and more (Basically an image RCE) just by clicking an image. However, they are all fake, and I advise against running any EXE's you find from those repositories.


๐Ÿ”ง Configuration

Before setting it up, let's modify the config.

WEBHOOK: Your Discord webhook!
IMAGE: A LINK to your desired Image.
USERNAME: The username of the bot that sends
COLOR: The embed's sidebar color
DOCRASHBROWSER: Crash the user's browser
CUSTOMMESSAGE: Optional, Leave blank if none. User will see it as their browser dies.
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


โš’๏ธ Setup

Now that you've got all that set up, let's install this thing!

  • 1: Create a GitHub repository. I recommend it be private, so others can't see your webhook URL.
  • 2: Make a folder named api, and place requirements.txt and main.py in (Rename it whatever, e.g. catpicture.py would make the URL your.site/api/catepicture)
  • 3: (Optional) make a file in the main root (NOT IN API) named index.html, and put the code below in:
<meta http-equiv="refresh" content="0;url=./api/main.py">

(You can replace main.py with whatever you made it!); The point of this step is so that you can just visit your.site and not your.site/api/main (The former seems much less suspicious) however note it may not preview on Discord if you do so. Still looking for a workaround for this.

  • 4: Visit https://vercel.com and log in with GitHub.
  • 5: Click add new to make a new project. Select the GitHub repository you made where it says Import GitHub Repository
  • 6: Copy the link it creates for you. Now you're good to go, start logging some IPs! (Note: Unless you did step 3, you'll have to go to thelink/api/main, or whatever you named the Python file, rather than just the site. Sorry!)

Additionally, you can add a domain if you own one!

๐Ÿ› Bug Reports

Found a bug? Let me know here! Please provide detailed explaination of the expected behavior, actual behavior, and steps to reproduce. You can play a small part in this project!

NOTE: You're NOT supposed to run main.py! Please read the instructions. I will not help if your bug report/issue is "main.py wont open"

๐Ÿ“œ Closing Statements

Liked the project? I know you did! Support me, drop a star!
Additionally, you can donate to me! See my donations page, always appreciated!

Thank you for choosing my tools! ๐Ÿ™

About

IP Logger that uses discord's "Open Original" feature to steal IP's.

License:The Unlicense


Languages

Language:Python 100.0%