Skip to content

App testing the existence of the disallowed paths on a robots.txt file

Notifications You must be signed in to change notification settings

rgallart101/robochecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

ROBOCHECKER

App created for the MISTIC Master of Computer Security given at UOC (Open University of Catalonia).

Its main goal is to check for the existence of the resources stated as 'Disallow' in a robots.txt file.

Its usage is as follows:

cd src/
python robochecker <my_url>

REQUIREMENTS

  • Python 3 (tested with Python 3.4.1, will not work with Python 2.X.x)
  • requests third-party library

It is advised to use some kind of environment virtualization such as virtualenv and virtualenvwrapper for management easiness.

Once inside the virtual enviroment run

pip install -r requirements.txt

And all the requirements will get installed so they won't mess up with your system.

About

App testing the existence of the disallowed paths on a robots.txt file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages