Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
Parsero — Parsero | Robots.txt監査ツール | Kitploit
ツール/GitHubGitHub/behindthefirewalls/parsero
OSINT (オープンソースインテリジェンス)偵察脆弱性分析情報収集ウェブセキュリティクローラー
GitHubbehindthefirewalls/parsero

Parsero

Parsero | Robots.txt監査ツール

リポジトリを見る
1724011年前Kitploit レビュー済み

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有
ウェブサイト

Parseroとは?

ParseroはPythonで書かれた無料のスクリプトで、WebサーバーのRobots.txtファイルを読み込み、Disallowエントリを調べます。Disallowエントリは、Webサーバー上にあるどのディレクトリやファイルがインデックスされるべきでないかを検索エンジンに伝えます。例えば、"Disallow: /portal/login"は、www.example.com/portal/loginのコンテンツがGoogle、Bing、Yahoo...のようなクローラーによってインデックスされることを許可されていないことを意味します。これは管理者が検索エンジンと機密情報やプライベート情報を共有しないための方法です。

しかし、Disallowsエントリに記述されたこれらのパスは、検索エンジンを使わずにURLとパスにアクセスするだけでユーザーが直接アクセスできる場合もあり、誰もアクセスできない場合もあります。管理者が多数のDisallowsを書き、そのうちのいくつかは利用可能で、いくつかは利用できないということはよくあることなので、Parseroを使用して各DisallowエントリのHTTPステータスコードをチェックし、これらのディレクトリが利用可能かどうかを自動的に確認できます。

また、管理者がrobots.txtを書いたとしても、Dissallowエントリに記述されたファイルやディレクトリがBing、Google、Yahooなどによってインデックスされないというわけではありません。このため、ParseroはBingで検索して、Web管理者の許可なしにインデックスされたコンテンツを見つけることができます。Parseroは各Bingの結果についても同じ方法でHTTPステータスコードをチェックします。

Parseroを実行すると、HTTPステータスコードを確認できます。例えば、以下のコードです:

root@kitploit:~
200 OK          The request has succeeded.
403 Forbidden   The server understood the request, but is refusing to fulfill it.
404 Not Found   The server hasn't found anything matching the Request-URI.
302 Found       The requested resource resides temporarily under a different URI.
...

Parseroに関する最新情報は、以下のサイトから入手できます。 http://www.behindthefirewalls.com/search/?q=parsero

インストール

Parseroを簡単にインストールする方法は3つあります。

setup.pyスクリプトを使用する場合

root@kitploit:~
sudo setup.py install

pip3を使用する場合

root@kitploit:~
sudo apt-get install python3-pip
sudo pip3 install parsero

Kali Linuxの場合

root@kitploit:~
sudo apt-get update
sudo apt-get install parsero

使用方法

root@kitploit:~
$ parsero -h
    
usage: parsero.py [-h] [-u URL] [-o] [-sb]

optional arguments:
-h, --help  show this help message and exit
-u URL      Type the URL which will be analyzed
-o          Show only the "HTTP 200" status code
-sb         Search in Bing indexed Disallows
-f FILE     Scan a list of domains from a list

使用例

root@kitploit:~
root@kali:~# parsero -u www.example.com -sb

     ____                               
    |  _ \ __ _ _ __ ___  ___ _ __ ___  
    | |_) / _` | '__/ __|/ _ \ '__/ _ \ 
    |  __/ (_| | |  \__ \  __/ | | (_) |
    |_|   \__,_|_|  |___/\___|_|  \___/ 

Starting Parsero v0.75 (https://github.com/behindthefirewalls/Parsero) at 05/22/14 11:12:55
Parsero scan report for example.com
http://example.com/download.php 302 Moved Temporarily
http://example.com/raw.php 302 Moved Temporarily
http://example.com/embed_js.php 200 OK
http://example.com/embed.php 200 OK
http://example.com/print.php 302 Moved Temporarily
http://example.com/diff.php 302 Moved Temporarily
http://example.com/share.php 404 Not Found
http://example.com/report.php 302 Moved Temporarily
http://example.com/embed_iframe.php 200 OK
                                         
[+] 9 links have been analyzed and 3 of them are available!!!
                                         
Searching the Disallows entries in Bing
                                         
http://www.bing.com/search?q=site:http://example.com/download.php
http://www.bing.com/search?q=site:http://example.com/raw.php
- example.com/raw.php/contact?i=KR9c2erd 200 OK
- example.com/raw.php/legal.aspx 302 Moved Temporarily
- example.com/raw.php/points?i=KR9c2erd 200 OK
- example.com/raw.php/image/sqrn11sp3C/zayn-tshirt-one-direction?i=... 302 Moved Temporarily
http://www.bing.com/search?q=site:http://example.com/embed_js.php
http://www.bing.com/search?q=site:http://example.com/embed.php
http://www.bing.com/search?q=site:http://example.com/print.php
http://www.bing.com/search?q=site:http://example.com/diff.php
http://www.bing.com/search?q=site:http://example.com/share.php
http://www.bing.com/search?q=site:http://example.com/report.php
http://www.bing.com/search?q=site:http://example.com/embed_iframe.php
                                         
Finished in 7.290362596511841 seconds 

免責事項

このツールの使用は自己責任です。parseroを使用して、自分のサーバーまたはスキャンが許可されているサーバーを監査してください。このツールを使用して行われた行動に対する責任は一切負いません。

作者

  • Javier Nieto <javier.nieto at behindthefirewalls.com>
  • Twitter: @behindfirewalls
  • Web: http://www.behindthefirewalls.com

クレジット

@cor3dump3d(http://www.devconsole.info)のサポートと助けに感謝します。

ツールをダウンロード