{"id":16232968,"url":"https://github.com/dmouse/walker","last_synced_at":"2025-04-08T06:59:59.044Z","repository":{"id":1860803,"uuid":"2785754","full_name":"dmouse/Walker","owner":"dmouse","description":null,"archived":false,"fork":false,"pushed_at":"2011-12-28T04:01:51.000Z","size":96,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T04:43:23.855Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"gaearon/react-transform-boilerplate","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmouse.png","metadata":{"files":{"readme":"README","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-11-16T05:17:36.000Z","updated_at":"2014-02-12T08:59:47.000Z","dependencies_parsed_at":"2022-07-07T23:49:23.947Z","dependency_job_id":null,"html_url":"https://github.com/dmouse/Walker","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/dmouse%2FWalker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmouse%2FWalker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmouse%2FWalker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmouse%2FWalker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmouse","download_url":"https://codeload.github.com/dmouse/Walker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247792887,"owners_count":20996899,"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-10-10T13:10:51.599Z","updated_at":"2025-04-08T06:59:59.024Z","avatar_url":"https://github.com/dmouse.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c?php\n\t\n\trequire_once(\"lib/walker.php\");\n\t\n\t$w = new walker();\n\n\t$op = array(\n\t\t\"ajax\" =\u003e true, //  false\n\t\t\"debug\" =\u003e 1, // 0,1\n\t\t\"method\" =\u003e \"POST\", // default GET\n\t\t\"data\" =\u003e array(\"start\"=\u003e\"0\",\"limit\"=\u003e\"8000\"), //data POST\n\t\t\"proxy\" =\u003e \"127.0.0.1:9050\", // proxy SOCKS5\n\t);\n\t\n\t$url = \"http://www.google.com/\";\n\t$html = $w -\u003e run ( $url, $op);\n\tprint $html;\n?\u003e\n\n\n\u003c?php \n\n\t$w = new walker();\n\n  $op = array(\n    \"ajax\" =\u003e false,\n    \"debug\" =\u003e 1,\n    \"method\" =\u003e \"POST\",\n    \"data\" =\u003e array(\n      \"usr\"=\u003e\"admin\",\n      \"pwd\"=\u003e\"xd\",\n    ),\n  );\n\n  $url = \"http://localhost/wordpress/wp-login.php\";\n\n  $dic = fopen(\"dic.txt\",\"r\");\n\n\t$w -\u003e multi_init();\n\n  while ( $pass = fgets($dic) ){\n    $op['data']['pwd'] = trim($pass);\n    $w -\u003e multi_opts ($url, $op);\n  }\n\t\n\t$res = $w -\u003e multi_run();\n\n\tforeach ($res as $key =\u003e $html){\n\t\t\n\t\tprint_r ($html); \n\t\t\n\t}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmouse%2Fwalker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmouse%2Fwalker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmouse%2Fwalker/lists"}