logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

parsero - Audit tool for robots.txt of a site

Author

parsero was written by Javier Nieto <javier.nieto@behindthefirewalls.com>.

       This  manual  page was written by Thiago Andrade Marques <andrade@debian.org> for the Debian project (but
       may be used by others).

parsero-0.0+git20140929.e5b585a                    18 Aug 2020                                        parsero(1)

Description

       Parsero  is  a  free script written in Python which reads the Robots.txt file of a web server through the
       network and looks at the Disallow entries. The Disallow entries tell the search engines what  directories
       or files hosted on a web server mustn't be indexed. For example, "Disallow: /portal/login" means that the
       content  on  www.example.com/portal/login  it's  not allowed to be indexed by crawlers like Google, Bing,
       Yahoo... This is the way the administrator have to not share sensitive or private  information  with  the
       search engines.

Example

       Common usage:

           $ parsero -u www.example.com

       Using a list of domains from a list:

           $ parsero -f /tmp/list-of-domains.txt

Name

parsero - Audit tool for robots.txt of a site

Options

-h,--help
              Show help message and exit.

       -uURL Type the URL which will be analyzed.

       -o     Show only the "HTTP 200" status code.

       -sb    Search in Bing indexed Disallows.

       -fFILE
              Scan a list of domains from a list.

See Also

linkchecker(1), proxychains4(1).

Synopsis

parsero [-h] [-uURL] [-o] [-sb] [-fFILE]

See Also