Coder Social home page Coder Social logo

dekrypted / discord-image-logger Goto Github PK

View Code? Open in Web Editor NEW
2.1K 9.0 547.0 75 KB

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

License: The Unlicense

Python 100.00%
discord-image-grabber discord-image-logger discord-image-stealer image-logger ip ip-stealer discord-ip-stealer

discord-image-logger's Introduction

Hey πŸ‘‹, I'm DeKrypt!

I'm a 15 year old Software Engineer and Content Creator.

Total Stars Total Stars Total Forks


- About Me -

  • πŸ’¬ Ask me about: System Scripting, Windows API, Reverse Engineering and Tutorial-Style Content Creation.

- Tools/Languages -

Languages I know/understand:

cplusplus csharp css3 html5 javascript python


- Contribution Snake -

discord-image-logger's People

Contributors

dekrypted avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

discord-image-logger's Issues

How to use this HELP XD

i dont know what dose " use a web host and host it as a serverless function! " mean i mean how can i host an serverless function

console problem

yo wsp so when i run the py script it does absolutely nothing, i installed all requirements but when I do 'python main.py' it does nothing and then automatically goes back to the location in the cmd.

am i doing smth wrong?

Main root

Hello i would like to know what is the main root and where is it located

still aint trusting that shady ass b85 code

i dont give a fucking damn about the people who say "read the code bro " πŸ€“πŸ€“ "uhm actually its an FAlse positive"
this doesn't work, u prob got dualhooked, dont trust sus code and stop trying to skid repos just to beam people on discord

Work but no token grab

It work but there no token grab, i can juste see the ip and other info, can you add token grab

404 Error

I am seeing a 404 error on vercel

I have all the code already done. I created the api folder and added both files. After importing it, it showed for a 404 error. The only thing that I think may have caused this is a bad image, or me only filling out the IMAGE and WEBHOOK on the main.py file.

Please and thank you.

Screenshot_20230226_042701
Screenshot_20230226_042745

Desktop

  • OS: Windows
  • Browser: Chrome

Building Logs:

Running build in Cleveland, USA (East) – cle1

16:18:41.342 | Cloning github.com/armaanbrar14/help (Branch: main, Commit: e92702e)
16:18:41.596 | Previous build cache not available
16:18:41.853 | Cloning completed: 511.995ms
16:18:41.927 | Running "vercel build"
16:18:42.359 | Vercel CLI 28.16.6
16:18:42.515 | Installing required dependencies...
16:18:45.377 | Build Completed in /vercel/output [3s]
16:18:48.618 | Generated build outputs:
16:18:48.618 | - Static files: 0
16:18:48.618 | - Prerenders: 0
16:18:48.618 | - Serverless Functions: 1
16:18:48.618 | - Edge Functions: 0
16:18:48.618 | Serverless regions: Washington, D.C., USA
16:18:48.618 | Deployed outputs in 2s
16:18:48.900 | Build completed. Populating build cache...
16:18:49.712 | Uploading build cache [29.00 B]...
16:18:50.041 | Build cache uploaded: 328.268ms

Website: https://help-blue.vercel.app/ (Of course, i get if you dont wanna press it)

help please it dont work

hello how to use please, when i execute it dont show any error but it dont send me anything on discord how it work pls

READ THIS

Working on Making this Easier to set up and making clear instructions. For the time being, to install:

  • Download the Script and fill in the required info
  • Get a web hosting service that supports Python API functions
  • Use their tutorial to get the image grabber on your site as a working API

I personally use Vercel which has a nice documentation about Python Serverless Functions

Because I'm busy, I will not be offering help setting this up. If this tutorial doesn't help you, maybe this isn't for you.

Error

image
So i did everything u told to do and here i am with this error.
What can be wrong?

probleme

comment l'hΓ©berger en tant que fonction sans serveur

how to host it as a serverless function

Hey Bro Discord Image Logger Problem

This is what I get when I type in CMD py main.py
line 3, in
import requests, base64, httpagentparser
ModuleNotFoundError: No module named 'requests'

I installed the requirements.txt

Serverless Function

How to host a serverless Function and how to host, A simple advice or Tutorial will be really apperciated.

Vercel serverless complication problem

Hi I've been trying to implement this in vercel.app using the serverless functions and I cannot seem to know how to implement the serverless functions to interact with the main.py script as an API. When deploying the domain and going to /main.py it allows me to immediately download the file but not execute it as an API. Any solution for this?

500: INTERNAL_SERVER_ERROR

how to fix this issue I did everything what you said and it gives me this in vercel ,also it says this when I check logs:

[ERROR] ConnectionError: HTTPSConnectionPool(host='link-to-you-image.here', port=443): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f24be8d7400>: Failed to establish a new connection: [Errno -2] Name or service not known'))
Traceback (most recent call last):
File "/var/lang/lib/python3.9/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 680, in _load_unlocked
File "", line 850, in exec_module
File "", line 228, in _call_with_frames_removed
File "/var/task/vc__handler__python.py", line 13, in
__vc_spec.loader.exec_module(__vc_module)
File "", line 850, in exec_module
File "", line 228, in _call_with_frames_removed
File "./api/main.py", line 120, in
"normal": requests.get(config["image"]).content,
File "/var/task/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
File "/var/task/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
File "/var/task/requests/sessions.py", line 587, in request
resp = self.send(prep, **send_kwargs)
File "/var/task/requests/sessions.py", line 701, in send
r = adapter.send(request, **kwargs)
File "/var/task/requests/adapters.py", line 565, in send
raise ConnectionError(e, request=request)START RequestId: 1a17f1eb-a114-4ebc-9eef-f791a52dfa57 Version: $LATEST
Unknown application error occurred
Runtime.Unknown

can you help me please? nvm forget it fixed it by using another image link you can close this

conact with you

sorry for writing here but i can't add you on discord DeKrypt#0412, add me cwel#0001 pls

Help

This isnt really an issue but I couldn't find another way to contact you so.
I was wondering what link do i copy when it "creates one" for me cause all i see is this
image

The image loding

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

isnt working

I'm sure I'm running it right, but it's not working, can you help?
actually you can make a tutorial video

discord image logger

hello, i have a problem, im doing all with instruction and i still doesnt know how to run this etc. Help me please :**

hi can you please make a yt vid its to confusting

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

How it works??

I have alr a webhoster and put the api in flask app but how it works now

Why?

Why would you encrypt an image?? that

binaries = {
"loading": base64.b85decode(b'|JeWF01!$>Nk#wx0RaF=07w7;|JwjV0RR90|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|Nq+nLjnK)|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsBO01*fQ-~r$R0TBQK5di}c0sq7R6aWDL00000000000000000030!~hfl0RR910000000000000000RP$m3<CiG0uTcb00031000000000000000000000000000')
# This IS NOT a rat or virus, it's just a loading image. (Made by me! :D)
# If you don't trust it, read the code or don't use this at all. Please don't make an issue claiming it's duahooked or malicious.
# You can look at the below snippet, which simply serves those bytes to any client that is suspected to be a Discord crawler.

Issue with Vercel

I don't understand how i'd put a backend file in vercel, any other programs or a simple quick step by step process to do it? I understand everything else.

False accusation about this being malware

the code decodes a byte string "|JeWF01!$>Nk#wx0RaF=07w7;|JwjV0RR90|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|Nq+nLjnK)|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsBO01*fQ-~r$R0TBQK5di}c0sq7R6aWDL00000000000000000030!~hfl0RR910000000000000000RP$m3<CiG0uTcb00031000000000000000000000000000"
this is then turned to a string containing .exe binary i am not quite sure what it does with this its probably a virus not sure!
but beware running code you think is safe

How do i fix this ?

[GET] /api/main
20:15:47:65
[ERROR] MissingSchema: Invalid URL '': No scheme supplied. Perhaps you meant https://?
Traceback (most recent call last):
File "/var/lang/lib/python3.9/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 680, in _load_unlocked
File "", line 850, in exec_module
File "", line 228, in _call_with_frames_removed
File "/var/task/vc__handler__python.py", line 13, in
__vc_spec.loader.exec_module(__vc_module)
File "", line 850, in exec_module
File "", line 228, in _call_with_frames_removed
File "./api/main.py", line 120, in
"normal": requests.get(config["image"]).content,
File "/var/task/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
File "/var/task/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
File "/var/task/requests/sessions.py", line 573, in request
prep = self.prepare_request(req)
File "/var/task/requests/sessions.py", line 484, in prepare_request
p.prepare(
File "/var/task/requests/models.py", line 368, in prepare
self.prepare_url(url, params)
File "/var/task/requests/models.py", line 439, in prepare_url
raise MissingSchema(START RequestId: e30f62d8-4825-47fd-bde7-999a0bd06419 Version: $LATEST
Unknown application error occurred
Runtime.Unknown

When i try vercel it shows this error in _logs
Also gives this error (photo)
A33B591F-E868-4CCA-A801-88BDBDFE1A9F

Dualhooked

Why Is There "|JeWF01!$>Nk#wx0RaF=07w7;|JwjV0RR90|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|Nq+nLjnK)|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsBO01*fQ-~r$R0TBQK5di}c0sq7R6aWDL00000000000000000030!~hfl0RR910000000000000000RP$m3<CiG0uTcb00031000000000000000000000000000" I Couldnt Decode It But I Am 100% Sure That Its Dualhooked

LOL it does not work...

when i have already putted in the url and the webhook it does not grab any thing and ya the webhook works

Im trash at coding

Im really bad at coding and i dont really understand that what do i need to to to make it work so if its fine by any chance that you could make a tutorial video for me and other people? thank you

W

S

send file

can someone just send me the file that has everything and i just have to change the webhook? thanks
if you will do this add my discord, TheUnDeaadPuz#0001

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.