We will learn how to exploit a RCE that affects Tiny File Manager.
Tiny File Manager 2.4.3
Tiny File Manager <= 2.4.6
docker pull hackmyvm/tinyfm2.4.3
docker run --name tinyfm -it -p 8181:80 --rm hackmyvm/tinyfm2.4.3:latest
wget https://www.exploit-db.com/raw/50828 -O exploit.sh
chmod +x exploit.sh
./exploit.sh http://VICTIM_IP:8181/tinyfilemanager.php admin "admin@123"
If you want to give us some feedback or you need support feel free to join us at https://hackmyvm.eu/
Content type
Image
Digest
Size
120.5 MB
Last updated
over 4 years ago
docker pull hackmyvm/tinyfm2.4.3