{"id":13473887,"url":"https://github.com/behindthefirewalls/Parsero","last_synced_at":"2025-03-26T19:34:55.338Z","repository":{"id":12245904,"uuid":"14859784","full_name":"behindthefirewalls/Parsero","owner":"behindthefirewalls","description":"Parsero | Robots.txt audit tool","archived":false,"fork":false,"pushed_at":"2017-09-01T21:23:27.000Z","size":571,"stargazers_count":172,"open_issues_count":6,"forks_count":46,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-12T11:38:37.470Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.behindthefirewalls.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/behindthefirewalls.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-02T10:48:01.000Z","updated_at":"2025-02-12T13:45:11.000Z","dependencies_parsed_at":"2022-09-26T18:21:38.249Z","dependency_job_id":null,"html_url":"https://github.com/behindthefirewalls/Parsero","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/behindthefirewalls%2FParsero","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behindthefirewalls%2FParsero/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behindthefirewalls%2FParsero/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behindthefirewalls%2FParsero/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/behindthefirewalls","download_url":"https://codeload.github.com/behindthefirewalls/Parsero/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245723001,"owners_count":20661864,"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-07-31T16:01:07.740Z","updated_at":"2025-03-26T19:34:53.485Z","avatar_url":"https://github.com/behindthefirewalls.png","language":"Python","funding_links":[],"categories":["Uncategorized","Tools"],"sub_categories":["Uncategorized"],"readme":"What's Parsero?\n===============\nParsero is a free script written in Python which reads the Robots.txt\nfile of a web server and looks at the Disallow entries. The Disallow\nentries tell the search engines what directories or files hosted on a\nweb server mustn't be indexed. For example, \"Disallow: /portal/login\"\nmeans that the content on www.example.com/portal/login it's not allowed\nto be indexed by crawlers like Google, Bing, Yahoo... This is the way\nthe administrator have to not share sensitive or private information\nwith the search engines.\n\nBut sometimes these paths typed in the Disallows entries are directly\naccessible by the users without using a search engine, just visiting\nthe URL and the Path, and sometimes they are not available to be visited\nby anybody. Because it is really common that the administrators write\na lot of Disallows and some of them are available and some of them are\nnot, you can use Parsero in order to check the HTTP status code of each\nDisallow entry in order to check automatically if these directories are\navailable or not.\n\nAlso, the fact the administrator write a robots.txt, it doesn't mean\nthat the files or directories typed in the Dissallow entries will not\nbe indexed by Bing, Google, Yahoo, etc. For this reason, Parsero is\ncapable of searching in Bing to locate content indexed without the web\nadministrator authorization. Parsero will check the HTTP status code in\nthe same way for each Bing result.\n\nWhen you execute Parsero, you can see the HTTP status codes. For example,\nthe codes bellow:\n\n    200 OK          The request has succeeded.\n    403 Forbidden   The server understood the request, but is refusing to fulfill it.\n    404 Not Found   The server hasn't found anything matching the Request-URI.\n    302 Found       The requested resource resides temporarily under a different URI.\n    ...\n\nYou can get all the latest info about Parsero from \nhttp://www.behindthefirewalls.com/search/?q=parsero\n\nInstalling\n==========\nThere are three ways to install Parsero easily. \n\nBy using setup.py script\n\n\tsudo setup.py install\n\t\nBy using pip3\n\n\tsudo apt-get install python3-pip\n\tsudo pip3 install parsero\n\t\nIn Kali Linux\n\n\tsudo apt-get update\n\tsudo apt-get install parsero\n\n\nUsage\n=====\n\n    $ parsero -h\n        \n    usage: parsero.py [-h] [-u URL] [-o] [-sb]\n\t\n    optional arguments:\n    -h, --help  show this help message and exit\n    -u URL      Type the URL which will be analyzed\n    -o          Show only the \"HTTP 200\" status code\n    -sb         Search in Bing indexed Disallows\n    -f FILE     Scan a list of domains from a list\n\nExample\n=======\n\t \n    root@kali:~# parsero -u www.example.com -sb\n\n         ____                               \n        |  _ \\ __ _ _ __ ___  ___ _ __ ___  \n        | |_) / _` | '__/ __|/ _ \\ '__/ _ \\ \n        |  __/ (_| | |  \\__ \\  __/ | | (_) |\n        |_|   \\__,_|_|  |___/\\___|_|  \\___/ \n\n\tStarting Parsero v0.75 (https://github.com/behindthefirewalls/Parsero) at 05/22/14 11:12:55\n\tParsero scan report for example.com\n\thttp://example.com/download.php 302 Moved Temporarily\n\thttp://example.com/raw.php 302 Moved Temporarily\n\thttp://example.com/embed_js.php 200 OK\n\thttp://example.com/embed.php 200 OK\n\thttp://example.com/print.php 302 Moved Temporarily\n\thttp://example.com/diff.php 302 Moved Temporarily\n\thttp://example.com/share.php 404 Not Found\n\thttp://example.com/report.php 302 Moved Temporarily\n\thttp://example.com/embed_iframe.php 200 OK\n                                             \n\t[+] 9 links have been analyzed and 3 of them are available!!!\n                                             \n\tSearching the Disallows entries in Bing\n                                             \n\thttp://www.bing.com/search?q=site:http://example.com/download.php\n\thttp://www.bing.com/search?q=site:http://example.com/raw.php\n \t- example.com/raw.php/contact?i=KR9c2erd 200 OK\n \t- example.com/raw.php/legal.aspx 302 Moved Temporarily\n \t- example.com/raw.php/points?i=KR9c2erd 200 OK\n\t- example.com/raw.php/image/sqrn11sp3C/zayn-tshirt-one-direction?i=... 302 Moved Temporarily\n\thttp://www.bing.com/search?q=site:http://example.com/embed_js.php\n\thttp://www.bing.com/search?q=site:http://example.com/embed.php\n\thttp://www.bing.com/search?q=site:http://example.com/print.php\n\thttp://www.bing.com/search?q=site:http://example.com/diff.php\n\thttp://www.bing.com/search?q=site:http://example.com/share.php\n\thttp://www.bing.com/search?q=site:http://example.com/report.php\n\thttp://www.bing.com/search?q=site:http://example.com/embed_iframe.php\n                                             \n\tFinished in 7.290362596511841 seconds \n\nDisclaimer\n==========\nThe use of this tool is your responsability. Use parsero to audit your\nown servers or servers you are allowed to scan. I hereby disclaim any\nresponsibility for actions taken with this tool.\n\nAuthor\n======\n\n* Javier Nieto \u003cjavier.nieto at behindthefirewalls.com\u003e \n* Twitter: @behindfirewalls\n* Web: http://www.behindthefirewalls.com\n\nCredits\n=======\nI'd like thank to @cor3dump3d from http://www.devconsole.info for his support\nand help.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbehindthefirewalls%2FParsero","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbehindthefirewalls%2FParsero","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbehindthefirewalls%2FParsero/lists"}