Welcome to MrOrange - Help Page!
Concepts:
    Server:
  • Server where you have your apache/php/MySql and allow you to control all your clients.
    Client:
  • Every one of the computers connected to the server.
    • Types of connection:
    • Compacted: Only one file is able to do every thing, good against firewalls but not very versatil.
      (Only supported in Windows clients)
      (Modules and clients end with a capital "C" ex: Gral_info_WINC or Win7C)
    • Normal: Use curl or any other binarys to make connections. Noisy for firewalls but very usefull.
    Module:
  • Action that we can make execute to some client. Its a script, and it can be send as an HTML page
    Connection concepts:
  • Every client has a curl binary, to download modules from the server.
  • Only port 80 is used to connect to the server.
  • Module is downloaded as an HTML page.
  • Module is executed locally in the client computer.
Go back to help main page.