orhun/rustypaste

Mitigating the effects of content discovery and fuzzer tools

Open

#28 opened on Oct 3, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (82 forks)auto 404
help wantedquestion

Repository metrics

Stars
 (1,183 stars)
PR merge metrics
 (PR metrics pending)

Description

Even though the names of uploaded files are random, fuzzer utilities can be used to discover content on the server.

Related questions are:

  • How can rustypaste be affected by such situation?
    • Need a demonstration of fuzzing with rustbuster or a similar tool.
  • Should there be any precautions for preventing this?
    • Implement blocking user-agents for common fuzzer tools (?)
  • Should we do anything?

I think it is an interesting topic and needs some brainstorming for improving security.

Contributor guide