Query mocker is a node.js app which tries to mock a game server which supports Valve server queries for information gathering.
Currently it supports:
- A2S_INFO (still its exploitable by reflected ddos attack)
- A2S_PLAYER
- A2S_RULES
Just download repository and run it with node.
In app.js
there is provided example of running app.js
First make an instance of object and there custom information can be passed which is used by code to make reponse packets.
Note: packets are not generated automatically by code. On code start craft functions are only called once.
All of dynamic content if needed, needs to be called by external function like setInterval()
to update informations.
See issues.
See issues.
App is made for legal purposes only under MIT License, dont abuse its features in any way.