thewhiteh4t / seeker

Accurately Locate Smartphones using Social Engineering
MIT License
6.85k stars 1.65k forks source link

Give ability to work in full background without shell interactions #446

Closed Resousse closed 1 year ago

Resousse commented 1 year ago

Hello,

First of all, I would like to thank you for the work you've done on this project. This PR is to ease the deployment on container or anywhere, without needing to configure it via shell user interactions : with the help of env variables --> To ease container deployment

This is achieved with the add of one argument and several env variables, they are explicitly described in the readme linked I've also overwritten the print function to disable colors display for non interactive sessions The image can be provided either by file path or URL, if so, they will be downloaded locally during the startup

Note : The -d, --debugHTTP and the associated env variable, is used for testing purposes, to disable the http to https auto redirection, not very practical for local testing

If you have any questions, don't hesitate to ask :)

thewhiteh4t commented 1 year ago

@Resousse thanks for the PR !! very interesting changes and it will definitely help in container deployments, I will test and review in coming days and will merge very soon!

Resousse commented 1 year ago

Great :) I will propose another PR in few weeks to reduce the content being duplicated (for instance js/locate.js content), and I try to work on a "how-to create a template".