Beyond
This is the beyond page that an additional post enumeration and assessment are conducted as the root
user after compromising the target system.
Crontab
root@law:~# crontab -l | grep -v '^#'
* * * * * /var/www/cleanup.sh
Web
As expected, the
htmLawedTest.php
file is nowhere to be found within the web root directory
root@law:/var/www/html# head -n 12 ./index.php
<?php
/*
htmLawedTest.php, 21 December 2020
To test htmLawed
Copyright Santosh Patnaik
Dual licensed with LGPL 3 and GPL 2+
A PHP Labware internal utility - www.bioinformatics.org/phplabware/internal_utilities/htmLawed
Test htmLawed; user provides text input; input and processed input are shown as highlighted code and rendered HTML; also shown are execution time and peak memory usage
*/
Instead, there is the index.php
file, which was originally the htmLawedTest.php
file as noted in the comment section