Skip to content

Instantly share code, notes, and snippets.

@janus57
Created March 5, 2026 21:51
Show Gist options
  • Select an option

  • Save janus57/ef74813af13004afe3d53769e53bfc72 to your computer and use it in GitHub Desktop.

Select an option

Save janus57/ef74813af13004afe3d53769e53bfc72 to your computer and use it in GitHub Desktop.
Find all .ovhconfig inside OVH WebHosting
<?php
$output = shell_exec('find ~/ -type f -name ".ovhconfig"');
echo "<pre>$output</pre>";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment