ThePorgs / Exegol-images

Docker images of the Exegol project
https://exegol.readthedocs.io/
GNU General Public License v3.0
73 stars 56 forks source link

New tool creds #327

Closed lap1nou closed 2 months ago

lap1nou commented 2 months ago

Description

This aim to add a tool called creds (https://github.com/ihebski/DefaultCreds-cheat-sheet). This tool can be used to quickly search for default credentials:

$ creds search tomcat

+----------------------------------+------------+------------+
| Product                          |  username  |  password  |
+----------------------------------+------------+------------+
| apache tomcat host manager (web) |   admin    |   admin    |
| apache tomcat host manager (web) |   ADMIN    |   ADMIN    |
| apache tomcat host manager (web) |   admin    |  <blank>   |
| apache tomcat host manager (web) |   admin    |   j5Brn9   |
| apache tomcat host manager (web) |   admin    |   tomcat   |
| apache tomcat host manager (web) |   cxsdk    |   kdsxc    |
| apache tomcat host manager (web) | j2deployer | j2deployer |
| apache tomcat host manager (web) |  ovwebusr  | OvW*busr1  |
| apache tomcat host manager (web) |    QCC     |  QLogic66  |
| apache tomcat host manager (web) |   role1    |   role1    |
| apache tomcat host manager (web) |   role1    |   tomcat   |
| apache tomcat host manager (web) |    role    | changethis |
| apache tomcat host manager (web) |    root    |    root    |
| apache tomcat host manager (web) |   tomcat   | changethis |
| apache tomcat host manager (web) |   tomcat   |   s3cret   |
| apache tomcat host manager (web) |   tomcat   |   tomcat   |
| apache tomcat host manager (web) |   xampp    |   xampp    |
+----------------------------------+------------+------------+

Related issues

N / A

Point of attention

N / A

ShutdownRepo commented 2 months ago

Thank you for the addition! Running the pipeline now

lap1nou commented 2 months ago

shellcheck is failling because I tried to implement the version for the function (https://github.com/ThePorgs/Exegol-images/pull/302), how would you recommend changing my code ? I tried to mimic this: https://github.com/ThePorgs/Exegol-images/blob/205b01d6620c3d4bc0d5d0ce9dc48730c54498e6/sources/install/package_base.sh#L159

QU35T-code commented 2 months ago

You can delete the version for now. I will add it later.

ShutdownRepo commented 2 months ago

@lap1nou do you mind merging latest dev changes into your branch so that I can run the pipeline?

QU35T-code commented 2 months ago

Pipeline in progress