#webserver
We can extract the version of web servers, supporting frameworks, and applications using the command-line tool `whatweb`. This information can help us pinpoint the technologies in use and begin to search for potential vulnerabilities. [[Web Enumeration]]
```shell
whatweb <IP Address or WebAddress>
whatweb --no-errors <CIDR Address>
```