BigNerd95 / Chimay-Red

Working POC of Mikrotik exploit from Vault 7 CIA Leaks
649 stars 217 forks source link

how can upload file to /home/web #55

Open n4v3d opened 6 years ago

n4v3d commented 6 years ago

hi how can upload file to /home/web or any change index page ? wget command say read-only file system can not chmod 777 in home/web any way ? thanks

BigNerd95 commented 6 years ago

You can do it by mounting a tmpfs on the path where you want write files

n4v3d commented 6 years ago

i mounted use mount -t tmpfs mode=0777 /home/web it mounted in flash/rw/tmp/web when i use wget to download file in flash/rw/tmp/web say read-only file system why ?