Skip to content

the-commits/404-spider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

404 SPIDER

Just a bash script that use wget, grep and awk to find 404 on a site.

usage:

To spider the site and by default looking for 404's

./spider.sh --url https://www.tjenamors.se/x --output tjenamors.se.log

To change response-code and spider the site

./spider.sh --url https://www.tjenamors.se/x --output tjenamors.se.log --response-code 500

To change response-code without to spider the site again

./spider.sh --output tjenamors.se.log --response-code 500

404 is the default response code if no --response-code flag is provided.

About

404 spider

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages