File Manager

Path: /proc/self/root/var/softaculous/vtiger72/

Viewing File: update_pass.php

<?php
echo crypt('[[plain_pass]]', '[[salt]]');
unlink('update_pass.php');
?>