Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New tool creds #327

Merged
merged 5 commits into from
Apr 16, 2024
Merged

New tool creds #327

merged 5 commits into from
Apr 16, 2024

Conversation

lap1nou
Copy link
Contributor

@lap1nou lap1nou commented Apr 12, 2024

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

@lap1nou lap1nou changed the title Tool creds New tool creds Apr 12, 2024
@ShutdownRepo
Copy link
Member

Thank you for the addition! Running the pipeline now

@lap1nou
Copy link
Contributor Author

lap1nou commented Apr 13, 2024

shellcheck is failling because I tried to implement the version for the function (#302), how would you recommend changing my code ? I tried to mimic this:

local version=$(firefox --version | awk '{print $3}')

@QU35T-code
Copy link
Member

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

@ShutdownRepo ShutdownRepo added the new tool(s) This adds one or multiple tools to Exegol label Apr 13, 2024
@QU35T-code QU35T-code added the waiting for additional changes Further changes are requested label Apr 13, 2024
@QU35T-code QU35T-code removed the waiting for additional changes Further changes are requested label Apr 13, 2024
@ShutdownRepo
Copy link
Member

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

@QU35T-code
Copy link
Member

Pipeline in progress

@QU35T-code QU35T-code added the ready for merge in the waitlist for merge, requires preliminary steps label Apr 14, 2024
@ShutdownRepo ShutdownRepo self-assigned this Apr 15, 2024
@ShutdownRepo ShutdownRepo merged commit 2d6cc8c into ThePorgs:dev Apr 16, 2024
42 checks passed
@lap1nou lap1nou deleted the tool-creds branch April 18, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new tool(s) This adds one or multiple tools to Exegol ready for merge in the waitlist for merge, requires preliminary steps
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants