6 ms·
You could create a file named ; echo 'hi'; # and it appears as if it would probably run anything you put between ; and # (in this case it will echo hi). Unless
by chipperyman573 6y ago
You could create a file named ; echo 'hi'; #
and it appears as if it would probably run anything you put between ; and # (in this case it will echo hi). Unless the filename is sanitized, which it appears to not be.