13 lines
384 B
Markdown
13 lines
384 B
Markdown
# Website Enumeration
|
|
|
|
* `robots.txt`
|
|
* [Favicon](https://wiki.owasp.org/index.php/OWASP_favicon_database), `curl` target and `md5sum`
|
|
* `sitemap.xml`
|
|
* Headers, `curl <site>` including `-I` or `-v` parameters
|
|
* Check Components of the website, like blog frameworks, shops.
|
|
* User Wappalyzer
|
|
* Snapshots of the site via waybackmachine
|
|
* Check repos of the site
|
|
* Check buckets
|
|
* Fuzz
|