Skip to content

Proposal: Limited File Write Category #424

@Frissi0n

Description

@Frissi0n

Currently all file writes are kept in the single category File Write.

However not all file writes are equal. Some, such as cp, dd, and mv give you full control over the content of the file to be written, which is a powerful primitive and highly exploitable.

Whereas some, such as nmap #153, by the author's own definition "I've yet to come up with a way to overwrite the contents of the system file according to what we want,"

I propose the creation of a Limited File Write category, that allows us to more effectively categorize file writes into bins that either

  • let you control the full content (File Write),
  • vs bins that let you control partial content (Limited or Partial File Write).

I'd be happy to help categorize should this go ahead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions