Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Feature/extension: Free-form URLs for LNK files (slinky module) #825

Open
stfnw opened this issue Dec 6, 2023 · 1 comment
Open

Feature/extension: Free-form URLs for LNK files (slinky module) #825

stfnw opened this issue Dec 6, 2023 · 1 comment

Comments

@stfnw
Copy link

stfnw commented Dec 6, 2023

It would be useful if one could specify a more free-form URL in LNK files placed on writable shares (slinky module), like in the drop-sc module for search connector files.
Currently, slinky takes a SERVER option that is then used as part of a UNC path (the UNC path format is hardcoded).
A free-form URL option would instead also allow specifying a HTTP url for the referenced icon file, thereby allowing grabbing of NTLM authentication over HTTP (which can then be relayed more freely as those over SMB).

Two possible approaches would be to either replace SERVER with a new option (cleaner; but breaking backwards compatibility), or to keep SERVER around and add the new functionality.
Please let me know which option you would prefer.

@stfnw
Copy link
Author

stfnw commented Dec 6, 2023

As en example I've implemented the option 1 in pull request #826.

@stfnw stfnw changed the title Feature/Extension: Free-Form URLs for LNK files (slinky module) Feature/extension: Free-form URLs for LNK files (slinky module) Dec 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant