Skip to content

CorruptedBytes/MoodleIPLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!