Projects STRLCPY Sirius Commits dc37a1ca
🤬
  • API/tmp/sirius-api
    Binary file.
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 25 lines
    26 26  ## Usage
    27 27  To use Sirius, first start all of the services by running `docker-compose up`. Then, access the web UI at `localhost:5173`.
    28 28   
     29 +### Remote Scanner
     30 +If you would like to setup Sirius Scan on a remote machine and access it you must modify the `./UI/config.json` file to include your server details.
     31 + 
    29 32  **Good Luck! Have Fun! Happy Hacking!**
  • ■ ■ ■ ■
    UI/config.json
    1 1  {
    2 2   "server": {
    3 3   "port": "8080",
    4  - "host": "192.168.86.29"
     4 + "host": "127.0.0.1"
    5 5   }
    6 6  }
Please wait...
Page is in error, reload to recover