# Section 04: Website Footprinting

## Website Footprinting

## Burp suite

Burp Suite is an integrated platform/graphical tool for performing security testing of web applications.

Link

* <https://portswigger.net/burp>
* [Definition](https://cvs-organization.gitbook.io/ceh-v12-notes/definitions/definitions_b#burp-suite)

Website footprinting

* Examining HTML source code
* Examining cookies

## Web Spider

A Web crawler, sometimes called a spider or spiderbot and often shortened to crawler, is an Internet bot that systematically browses the World Wide Web and that is typically operated by search engines for the purpose of Web indexing (web spidering).

Links

* <https://en.wikipedia.org/wiki/Web_crawler>
* [Definition](https://cvs-organization.gitbook.io/ceh-v12-notes/definitions/definitions_w#web-spider)

## Extracting Information from archive.org

## Archive Org

The Internet Archive is an American digital library with the stated mission of "universal access to all knowledge".

Links

* <https://archive.org>
* <https://en.wikipedia.org/wiki/Internet_Archive>

## Metadata Extraction Tools

## Exiftool

ExifTool is a free and open-source software program for reading, writing, and manipulating image, audio, video, and PDF metadata. It is platform independent, available as both a Perl library (Image::ExifTool) and command-line application.

Links

* <https://exiftool.org>
* <https://en.wikipedia.org/wiki/ExifTool>
