Skip to content

yusufcannc/ErrorFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ErrorFinder


Description


Improper Error Pages are unstructured error pages. Important information about servers can be given on these pages. It finds these non-customized error pages in ErrorFinder.

How Does ErrorFinder Work?


It requests given websites and some regex rules are searched in the codes contained in the content. If it is found, it prints it out on the screen.

Installation


First, you need to install the libraries in the requirements file.

pip install -r requirements.txt

Then ErrorFinder is ready to use.

Usage


python3 ErrorFinder.py -f url.txt
or 
python3 ErrorFinder.py --website https://example.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages