big-list-of-naughty-strings
big-list-of-naughty-strings copied to clipboard
Add rm -rf /
I have seen API fuzzers using rm -rf / in query params.
I expect this request will blow up like the drop table thread but wanted to suggest it non the less
maybe the bash fork bomb: :(){ :|:& };:
rm -rf /
doesn't do anything on modern distros. You also need --no-preserve-root
.
rm -rf /
is by definition forbidden from doing anything – https://pubs.opengroup.org/onlinepubs/9699919799/utilities/rm.html#tag_20_111_03 para. 2.
rm -rf /
doesn't do anything on modern distros. You also need--no-preserve-root
.
"on modern distros" inasmuch there is a rest risk (there exists a lot of old systems out there) ;-)