orhun/rustypaste
Mitigating the effects of content discovery and fuzzer tools
Offen
#28 geöffnet am 03.10.2022
help wantedquestion
Repository-Metriken
- Stars
- (1.183 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 1T 8h) (13 gemergte PRs in 30 T)
Beschreibung
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
rustypastebe 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.