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

split commands into command, argument structure #10

Open
api0cradle opened this issue Sep 18, 2018 · 2 comments
Open

split commands into command, argument structure #10

api0cradle opened this issue Sep 18, 2018 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@api0cradle
Copy link
Contributor

split commands into command, argument structure, and example. i.e. Command: cmstp.exe; ArgStructure: /ini /s <inf_file>; Example: cmstp.exe /ini /s c:\cmstp\CorpVPN.inf [ ] Provide the project in DB format (sqlite)

@api0cradle
Copy link
Contributor Author

This is a long term goal.

@leesoh leesoh added the enhancement New feature or request label Oct 4, 2018
@xenoscr
Copy link
Contributor

xenoscr commented Sep 6, 2020

@api0cradle, for this issue, is this what you had in mind?

`Commands:

  • Command: certutil.exe
    ArgStructure: -urlcache -split -f <source_uri> <destination_file>
    Example: certutil.exe -urlcache -split -f http://7-zip.org/a/7z1604-x64.exe 7zip.exe
    Description: Download and save 7zip to disk in the current folder.
    Usecase: Download file from Internet
    Category: Download
    Privileges: User
    MitreID: T1105
    MitreLink: https://attack.mitre.org/wiki/Technique/T1105
    OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10`

@xenoscr xenoscr self-assigned this Sep 6, 2020
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

No branches or pull requests

3 participants