Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/p0dalirius/robotsvalidator

A python script to check if URLs are allowed or disallowed by a robots.txt file.
https://github.com/p0dalirius/robotsvalidator

allow bugbounty bypass check disallow robots-txt web

Last synced: 9 days ago
JSON representation

A python script to check if URLs are allowed or disallowed by a robots.txt file.

Awesome Lists containing this project

README

        

# RobotsValidator


The robotsvalidator script allows you to check if URLs are allowed or disallowed by a robots.txt file.


GitHub release (latest by date)

YouTube Channel Subscribers


![](./.github/example.png)

## Features

- [x] Getting robots.txt file from local file
- [x] Getting robots.txt file from an URL
- [x] Verbose mode, showing all the rules with their results.

## Verbose mode

There is a verbose mode using `--debug` option, which prints every rule with its result:

![](./.github/verbose.png)

## Contributing

Pull requests are welcome. Feel free to open an issue if you want to add other features.