options :
-o filename save as filename
-p password protect with password
-t theme theme to use
-m modules modules to pack separated by comma
-s strip comments and whitespaces
-b encode with base64
-z [no|gzdeflate|gzencode|gzcompress] compression (use only with -b)
-c [0-9] level of compression
-l list available modules
-k list available themes
$ php -f index.php -- -o myShell.php -p myPassword -s -b -z gzcompress -c 9
当操作完成后,我们只需要一个b374k.php文件,而其它文件,如:b374k的index.php, base, module, theme等都需要及时删除,以防给服务器带来安全隐患。