Discord-Image-Logger - Discord Image Logger With Python

Overview

Discord-Image-Logger

A exploit I found in discord. Working as of now.

Explanation

The program simply detects when discord is sending a get request for a preview of the website based off the ip address and will send a fake image. But when a actual user clicks the link it will detect that and send a malicious file instead causing the file to be downloaded. But in no way does the program actually execute the executable. This simply a showcase for the exploit and not very practical for actual hacking.

Usage

The "YourImageLink" needs to be replaced with a link to a image example: https://cdn.discordapp.com/attachments/924433694133993482/938260977164632094/s.png. While the "MaliciousFIleDownloadLink" needs to be replaced with a download link to the file. example: https://cdn.discordapp.com/attachments/924433694133993482/938262761337671741/bad.exe Whenever someone clicks the image and hits "Open Origanal", right clicks the image and presses open link, or just click the image with their middle mouse button the file malicious file will download. Although it won't execute as I said before If you want to host your website globally i'd recommend using replit (https://replit.com)

Warning

Although the hacking community in general are pretty chill nice people there are a lot of bad actors on discord who sell fake things to try and scam people interested in hacking. People will sell things like fake "One Click" exploits for 50 dollars. Don't fall victim to these please. I came up with the project idea after seeing tons of fake "One Click Image Loggers" being sold. Unless someone can prove me wrong pretty sure this is the closest we'll get to a image logger on discord

Comments
  • suggestion

    suggestion

    This ain't no exploit, but a very smart method of phishing, image links are automatically hidden by discord, this flask program you've written here is redirecting the "open original" to the malware link, very cool i have to say, but i think you should make this redirect back to the image link again after the download prompt pops up to make it look more legit, i know we shouldn't use this and it's for education purposes but it might be a very cool addition to this already epic program. You're the definition of coolness my man

    opened by Az-r08 17
  • does it still work?

    does it still work?

    i like the part its open srced, but by now snitches would have reported it to discord and discord must have patched it ig, so just want to know if it still works or not lol

    opened by Nostorian 5
  • This Is Not An Exploit

    This Is Not An Exploit

    Hello. I’m making this issue to let you know that it is very misleading to label this as an “exploit.” In fact, this is just basic bot detecting.

    To actually use this for anything useful, you would need to do some serious social engineering. At that point, the exploit is what you tell the person to get them to open an .exe that they thought was an image.

    For people that don’t understand this repo, this looks like a bad security issue. In fact, I wouldn’t blame Discord at all for this behavior, it isn’t particularly insecure.

    You really should consider changing the word “exploit” to something else if you want people to understand what this is. It’s actually pretty cool that this can act as a logger, but people are getting the wrong idea when you call it an exploit.

    opened by UltimatePro-Grammer 4
  • This is not an exploit.

    This is not an exploit.

    Seeing as you are very unprofessional - judging from our last interaction, you should change the repo name instead of pretending this is any sort of 'exploit'. You also comment on my zero-click exploit, you clearly have no understanding of how it works, maybe one day you'll learn how to write proper code (heres hoping)

    opened by 0x44F 1
  • Issue with this..

    Issue with this..

    Great and all, but when I open as original or click the image by itself. Nothing happens at all doesnt install the file or run the file. Add me on discord, leki#6796 if you want to talk.

    opened by zLeki 1
  • from jinja2 import escape error (HOW TO FIX)

    from jinja2 import escape error (HOW TO FIX)

    i had this problem where there it was an import error (title). ive fix it by upgrading Flask to 1.1.1 from the latest version. $ pip install -U Flask or python -m pip install -U Flask

    opened by Puppotty 0
Owner
13 yr old programmer. I like hacking and stuff like that. I know PHP, Python, Batch Javascript, Html and Css. I also know a small amount of node JS
null
Ultimate Logger - A Discord bot that logs lots of events in a channel written in python

Ultimate Logger - A Discord bot that logs lots of events in a channel written in python

Luca 2 Mar 27, 2022
A watchdog and logger to Discord for hosting ScPrime servers.

ScpDog A watchdog and logger to Discord for hosting ScPrime servers. Designed to work on Linux servers. This is only capable of sending the logs from

Keagan Landfried 3 Jan 10, 2022
Json Formatter for the standard python logger

Overview This library is provided to allow standard python logging to output log data as json objects. With JSON we can make our logs more readable by

Zakaria Zajac 1.4k Jan 4, 2023
Json Formatter for the standard python logger

This library is provided to allow standard python logging to output log data as json objects. With JSON we can make our logs more readable by machines and we can stop writing custom parsers for syslog type records.

Zakaria Zajac 1k Jul 14, 2021
A simple, transparent, open-source key logger, written in Python, for tracking your own key-usage statistics.

A simple, transparent, open-source key logger, written in Python, for tracking your own key-usage statistics, originally intended for keyboard layout optimization.

Ga68 56 Jan 3, 2023
This is a key logger based in python which when executed records all the keystrokes of the system it has been executed on .

This is a key logger based in python which when executed records all the keystrokes of the system it has been executed on

Purbayan Majumder 0 Mar 28, 2022
Fancy console logger and wise assistant within your python projects

Fancy console logger and wise assistant within your python projects. Made to save tons of hours for common routines.

BoB 5 Apr 1, 2022
Multi-processing capable print-like logger for Python

MPLogger Multi-processing capable print-like logger for Python Requirements and Installation Python 3.8+ is required Pip pip install mplogger Manual P

Eötvös Loránd University Department of Digital Humanities 1 Jan 28, 2022
Token Logger with python

Oxy Token Stealer Features Grabs discord tokens Grabs chrome passwords Grabs edge passwords Nothing else, I don't feel like releasing full on malware

oxy 1 Feb 12, 2022
This open-source python3 script is a builder to the very popular token logger that is on my github that many people use.

Discord-Logger-Builder This open-source python3 script is a builder to the very popular token logger that is on my github that many people use. This i

Local 4 Nov 17, 2021
giving — the reactive logger

giving is a simple, magical library that lets you log or "give" arbitrary data throughout a program and then process it as an event stream.

Olivier Breuleux 0 May 24, 2022
Fuzzy-logger - Fuzzy project is here Log all your pc's actions Simple and free to use Security of datas !

Fuzzy-logger - ➡️⭐ Fuzzy ⭐ project is here ! ➡️ Log all your pc's actions ! ➡️ Simple and free to use ➡️ Security of datas !

natrix_dev 2 Oct 2, 2022
Pretty-print tabular data in Python, a library and a command-line utility. Repository migrated from bitbucket.org/astanin/python-tabulate.

python-tabulate Pretty-print tabular data in Python, a library and a command-line utility. The main use cases of the library are: printing small table

Sergey Astanin 1.5k Jan 6, 2023
Progressbar 2 - A progress bar for Python 2 and Python 3 - "pip install progressbar2"

Text progress bar library for Python. Travis status: Coverage: Install The package can be installed through pip (this is the recommended method): pip

Rick van Hattem 795 Dec 18, 2022
Python logging made (stupidly) simple

Loguru is a library which aims to bring enjoyable logging in Python. Did you ever feel lazy about configuring a logger and used print() instead?... I

null 13.7k Jan 2, 2023
The new Python SDK for Sentry.io

sentry-python - Sentry SDK for Python This is the next line of the Python SDK for Sentry, intended to replace the raven package on PyPI. from sentry_s

Sentry 1.4k Dec 31, 2022
A Fast, Extensible Progress Bar for Python and CLI

tqdm tqdm derives from the Arabic word taqaddum (تقدّم) which can mean "progress," and is an abbreviation for "I love you so much" in Spanish (te quie

tqdm developers 23.7k Jan 1, 2023
Rich is a Python library for rich text and beautiful formatting in the terminal.

Rich 中文 readme • lengua española readme • Läs på svenska Rich is a Python library for rich text and beautiful formatting in the terminal. The Rich API

Will McGugan 41.5k Jan 7, 2023
Structured Logging for Python

structlog makes logging in Python faster, less painful, and more powerful by adding structure to your log entries. It's up to you whether you want str

Hynek Schlawack 2.3k Jan 5, 2023