Adding a hook to the default (page.php) template

if you want modify the content, there is the filter the_content.

if you want to intercept the template file before it is included : filter template_include

to catch a shortcode (like Visual Composer e.g.) : filter do_shortcode_tag
and the filter vc_shortcode_output for only the shortcodes of Visual Composer