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 tag to INetCache downloaders #318

Closed
wietze opened this issue Aug 5, 2023 · 1 comment · Fixed by #362
Closed

Add tag to INetCache downloaders #318

wietze opened this issue Aug 5, 2023 · 1 comment · Fixed by #362
Assignees
Labels
enhancement New feature or request

Comments

@wietze
Copy link
Member

wietze commented Aug 5, 2023

A significant number of download LOLBAS entries will download the payload to a random folder under %LOCALAPPDATA%\Microsoft\Windows\INetCache. Because the location is hard (if not impossible) to predict, obtaining the payload requires extra steps, such as iterating the contents of this folder, and possibly renaming or moving the payload to a more persistent folder. As such, these downloaders are generally less convenient in use and inferior to other downloaders (e.g. certutil).

The tagging or otherwise marking LOLBAS downloader entries that rely on INetCache should be considered, so that it is clearer how the downloaders work, and so they can be filtered on.

@wietze
Copy link
Member Author

wietze commented Mar 31, 2024

Work in progress: LOLBAS-Project/LOLBAS-Project.github.io#20

@wietze wietze linked a pull request Apr 2, 2024 that will close this issue
josehelps pushed a commit that referenced this issue Apr 3, 2024
* Adding various tags as a first iteration

* Adding quotes

* Adding 'Custom Format' properly

* Updating to key:value pairs

* Update template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant