> For the complete documentation index, see [llms.txt](https://n000b3r.gitbook.io/oscp-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://n000b3r.gitbook.io/oscp-notes/exploitation-tools/default-creds.md).

# Default Creds

<details>

<summary>General Default Creds</summary>

* admin:admin&#x20;
* administrator:administrator
* admin:administrator
* admin:password
* administrator:password
* guest:guest&#x20;
* user:user&#x20;
* root:root&#x20;

</details>

<details>

<summary>Jenkins</summary>

* admin:password&#x20;
* admin:admin&#x20;
* root:root&#x20;
* root:password&#x20;
* admin:admin1&#x20;
* admin:password1&#x20;
* root:password1

</details>

<details>

<summary>SMB</summary>

#### Anonymous Login:

* Administrator:

</details>

<details>

<summary>Tomcat</summary>

```
# Apache Tomcat Default Credentials

|Username     |Password  |
|-------------|----------|
|admin        |password  |
|admin        |<blank>   |
|admin        |Password1 |
|admin        |password1 |
|admin        |admin     |
|admin        |tomcat    |
|both         |tomcat    |
|manager      |manager   |
|role1        |role1     |
|role1        |tomcat    |
|role         |changethis|
|root         |Password1 |
|root         |changethis|
|root         |password  |
|root         |password1 |
|root         |r00t      |
|root         |root      |
|root         |toor      |
|tomcat       |tomcat    |
|tomcat       |s3cret    |
|tomcat       |password1 |
|tomcat       |password  |
|tomcat       |<blank>   |
|tomcat       |admin     |
|tomcat       |changethis|
```

</details>

<details>

<summary>PhpMyAdmin</summary>

```bash
root:<blank>
```

</details>

<details>

<summary>Sonar Nexus Repository Manager</summary>

* nexus:nexus
* admin:admin123

</details>

<details>

<summary>RaspAP</summary>

```bash
admin:secret
```

</details>
