{"id":19303522,"url":"https://github.com/matthewcallis/seemes","last_synced_at":"2025-04-22T11:32:06.680Z","repository":{"id":1367207,"uuid":"1317428","full_name":"MatthewCallis/seemes","owner":"MatthewCallis","description":"A PHP class that examines websites to learn about the software used.","archived":false,"fork":false,"pushed_at":"2020-10-01T08:34:46.000Z","size":98,"stargazers_count":22,"open_issues_count":0,"forks_count":9,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-01T22:47:01.657Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"superfamicom.org","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MatthewCallis.png","metadata":{"files":{"readme":"README.mdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-02-01T19:28:54.000Z","updated_at":"2019-08-13T14:41:15.000Z","dependencies_parsed_at":"2022-07-07T06:07:05.096Z","dependency_job_id":null,"html_url":"https://github.com/MatthewCallis/seemes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewCallis%2Fseemes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewCallis%2Fseemes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewCallis%2Fseemes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewCallis%2Fseemes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatthewCallis","download_url":"https://codeload.github.com/MatthewCallis/seemes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250232204,"owners_count":21396593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T23:26:39.735Z","updated_at":"2025-04-22T11:32:06.407Z","avatar_url":"https://github.com/MatthewCallis.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Seemes ##\n\nPronounced like CMS. This class will scan for known software running on a given website and report it back. Simple to expand, easily to implement. See the file for functions and usage until I can write a better version here.\n\n## Example Usage and Output ##\n\n    # Initialize.\n    $seemes = new Seemes();\n    # Fetch page and spoof as Chrome.\n    $page = $seemes-\u003efetchUrl('http://superfamicom.org/', true);\n    # Set what we want to filter by, nothing for all.\n    $search_for = array();\n    # Begin the searching...\n    $results = $seemes-\u003echeckMetaTags(\u0026$page, $results);\n    $results = $seemes-\u003echeckScriptTags(\u0026$page, $results, \u0026$search_for);\n    $results = $seemes-\u003echeckPageText(\u0026$page, $results, \u0026$search_for);\n    print_r($results);\n    $analytics = $seemes-\u003egetAccounts(\u0026$page);\n    print_r($analytics);\n\n    Array\n    (\n        [0] =\u003e Reinvigorate\n        [1] =\u003e Google Analytics\n    )\n\n    Array\n    (\n        [0] =\u003e Google Analytics: UA-315321-4\n        [1] =\u003e Reinvigorate: n5e27-9j4m6p6586\n    )\n\n## Command Line Example ##\n\nThis will run through a CSV of domains output by Open Site Explorer and append the CMS and any Analytics accounts it finds. Read through the comments in the files to learn more about what's going on.\n\n    ./command_line_example.php domains-domain-www.distilled.co.uk.csv 7\n\n    Reading: domains-domain-www.distilled.co.uk.csv\n    \n    Checking http://adobe.com/... done!\n    Checking http://google.com/... done!\n    Checking http://vimeo.com/... done!\n    Checking http://reddit.com/... done!\n    Checking http://twitter.com/... done!\n    Checking http://linkedin.com/... done!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewcallis%2Fseemes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthewcallis%2Fseemes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewcallis%2Fseemes/lists"}