CorruptedBytes / MoodleIPLogger

Log the IP of any moodle user by using manipulated HTML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MoodleIPLogger

Log the IP of any Moodle User by using manipulated HTML.

You can also get some default response headers.

Disclaimer

This project is for educational purposes only!

We are not responsible for any illegal actions commited with this project.

Installation

Clone the repository

git clone https://github.com/CorruptedBytes/MoodleIPLogger

Install Node Packages

$ npm install

SetUp Configuration

You can edit values like port or webhook-url. in the config.json

Output types:

  • webhook: send to Discord webhook
  • console: log into console

Run the server

$ sudo npm run start

Use

You can put this HTML String everywhere HTML is allowed (like the Chat or your About Me)

<img src="https://<serverip>:<port>/<urlpath>">

Notice: The port is defined in tbe config.json and may be changed.

Note

Please create an issue if the IPLogger isn't working anymore!

About

Log the IP of any moodle user by using manipulated HTML

License:MIT License


Languages

Language:JavaScript 100.0%