<?php $test = 'test`'; $test = str_replace(['$'], ['\\\\$'], $test); echo 'usermod -p `perl -e \'print crypt("' . $test . '","Sa")\'` ';
You have javascript disabled. You will not be able to edit any code.