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

Proposal: Limited File Write Category #424

Open
Frissi0n opened this issue Dec 2, 2023 · 0 comments
Open

Proposal: Limited File Write Category #424

Frissi0n opened this issue Dec 2, 2023 · 0 comments

Comments

@Frissi0n
Copy link

Frissi0n commented Dec 2, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant