> For the complete documentation index, see [llms.txt](https://viperone.gitbook.io/pentest-everything/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://viperone.gitbook.io/pentest-everything/everything/ports/ports-8080-8180-apache-tomcat.md).

# Ports 8080 | 8180 | Apache Tomcat

Metasploit default credentials module

```bash
use auxiliary/admin/http/tomcat_administration 
use auxiliary/scanner/http/tomcat_mgr_login
use auxiliary/scanner/http/tomcat_enum
```

Post Exploitation

```bash
use post/multi/gather/tomcat_gather
use post/windows/gather/enum_tomcat
```
