Skip to content

Commit

Permalink
New tool creds (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
lap1nou authored Apr 16, 2024
1 parent 69f1822 commit 2d6cc8c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions sources/assets/shells/history.d/creds
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
creds search tomcat
10 changes: 10 additions & 0 deletions sources/install/package_misc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,15 @@ function install_cyberchef() {
add-to-list "CyberChef,https://github.com/gchq/CyberChef/,The Cyber Swiss Army Knife"
}

function install_creds() {
# CODE-CHECK-WHITELIST=add-aliases
colorecho "Installing creds"
pipx install --system-site-packages git+https://github.com/ihebski/DefaultCreds-cheat-sheet
add-history creds
add-test-command "creds version"
add-to-list "creds,https://github.com/ihebski/DefaultCreds-cheat-sheet,One place for all the default credentials to assist pentesters during an engagement, this document has several products default login/password gathered from multiple sources."
}

# Package dedicated to offensive miscellaneous tools
function package_misc() {
set_env
Expand All @@ -195,6 +204,7 @@ function package_misc() {
install_tig # ncurses-based text-mode interface for git
install_yt-dlp # A youtube-dl fork with additional features and fixes
install_cyberchef # A web based toolbox
install_creds # A default credentials vault
end_time=$(date +%s)
local elapsed_time=$((end_time - start_time))
colorecho "Package misc completed in $elapsed_time seconds."
Expand Down

0 comments on commit 2d6cc8c

Please sign in to comment.