Skip to content

Commit

Permalink
Correct tool descriptions by deleting commas
Browse files Browse the repository at this point in the history
  • Loading branch information
QU35T-code committed Apr 18, 2024
1 parent 9c8baf4 commit fef30a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sources/install/package_ad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ function install_sccmhunter() {
add-aliases sccmhunter
add-history sccmhunter
add-test-command "sccmhunter.py --help"
add-to-list "sccmhunter,https://github.com/garrettfoster13/sccmhunter,SCCMHunter is a post-ex tool built to streamline identifying, profiling, and attacking SCCM related assets in an Active Directory domain."
add-to-list "sccmhunter,https://github.com/garrettfoster13/sccmhunter,SCCMHunter is a post-ex tool built to streamline identifying profiling and attacking SCCM related assets in an Active Directory domain."
}

function install_sccmwtf() {
Expand Down
2 changes: 1 addition & 1 deletion sources/install/package_misc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function install_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."
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
Expand Down

0 comments on commit fef30a4

Please sign in to comment.