Created
March 5, 2026 21:51
-
-
Save janus57/ef74813af13004afe3d53769e53bfc72 to your computer and use it in GitHub Desktop.
Find all .ovhconfig inside OVH WebHosting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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