Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 749 Bytes

File metadata and controls

13 lines (9 loc) · 749 Bytes

💤 Logger

📜 An application that extracts the IP address through requests and logs the information using discord webhooks.

💫 Information

The application obtains the internet IP address of the computer on which the executable is running and sends it through discord webhooks, this application was only made for study purposes so I do not see the need to add additions, although I will be considering the idea of improving some things.

📖 Instructions

  • Install and add libcurl to your project. (it is recommended to use vcpkg)

  • In the Logger > Main.cpp file, place your webhook URL on line 10.

image

  • Compile the project and run it.