Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to restrict access to self-hosted servers #18

Closed
geeknik opened this issue May 3, 2021 · 3 comments · Fixed by #54 or #67
Closed

Add ability to restrict access to self-hosted servers #18

geeknik opened this issue May 3, 2021 · 3 comments · Fixed by #54 or #67
Assignees
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Enhancement Most issues will probably ask for additions or changes.

Comments

@geeknik
Copy link

geeknik commented May 3, 2021

Hello, currently there is no protection against allowing anyone to connect to a self-hosted hosted if they know the URL. Please add some sort of authentication mechanism so that servers aren't abused. Maybe something like this?

$ interactsh-server -auth "$(uuid-gen)"
$ interactsh-client -auth "generated-uuid" -url https://domain.tld

Thank you.

@ehsandeep ehsandeep added the Type: Enhancement Most issues will probably ask for additions or changes. label May 4, 2021
@dogasantos
Copy link

+1

@Mzack9999 Mzack9999 self-assigned this Jul 21, 2021
@Mzack9999 Mzack9999 linked a pull request Jul 22, 2021 that will close this issue
@ehsandeep
Copy link
Member

@geeknik @dogasantos this is now supported in dev branch and ready to use for self-hosted server, example used shared here - #54 (review)

@ehsandeep ehsandeep added the Status: Completed Nothing further to be done with this issue. Awaiting to be closed. label Jul 23, 2021
@ehsandeep ehsandeep linked a pull request Aug 9, 2021 that will close this issue
@ehsandeep
Copy link
Member

Now supported in v0.0.4 release, thanks for suggesting this feature request. @geeknik @dogasantos ^^

  1. Auto-generated token with auth flag.
./interactsh-server -auth
  1. Custom token generation with token flag
./interactsh-server -token my_token

and interaction can be retrieved with the following example:-

./interactsh-client -token TOKEN_HERE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
4 participants