Skip to content

Commit

Permalink
Added pwncat
Browse files Browse the repository at this point in the history
  • Loading branch information
ShutdownRepo committed Jan 6, 2022
1 parent f288161 commit 674a08c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sources/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1860,6 +1860,11 @@ function install_shadowcoerce() {
git -C /opt/tools/ clone https://github.com/ShutdownRepo/ShadowCoerce
}

function install_pwncat() {
colorecho "Installing pwncat"
python3 -m pipx install pwncat-cs
}

function install_base() {
update || exit
echo $VERSION > /opt/.exegol_version
Expand Down Expand Up @@ -2182,6 +2187,7 @@ function install_c2_tools() {
Empire # Exploit framework
fapt metasploit-framework # Offensive framework
install_routersploit # Exploitation Framework for Embedded Devices
install_pwncat # netcat and rlwrap on steroids to handle revshells, automates a few things too
# TODO: add Silentrinity
# TODO: add starkiller
# TODO: add beef-xss
Expand Down

0 comments on commit 674a08c

Please sign in to comment.