Skip to content

Instantly share code, notes, and snippets.

@vdonchev
Created February 21, 2021 15:49
Show Gist options
  • Save vdonchev/7d7a4f127afed023f49d95ad5663ffee to your computer and use it in GitHub Desktop.
Save vdonchev/7d7a4f127afed023f49d95ad5663ffee to your computer and use it in GitHub Desktop.
#!/bin/bash
cd /var/www/html
echo "<?php phpinfo();" > /var/www/html/i.php && curl -s http://localhost/i.php | sed 's/<[^>]*>//g' | grep 'PHP Version' && rm /var/www/html/i.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment