Skip to content

Commit

Permalink
Update package_network.sh
Browse files Browse the repository at this point in the history
add penelope tool

Update package_network.sh

add penelope tool

Create penelope

add alias penelope

Update penelope

Create penelope

add history for penelope

Update package_network.sh

Update package_network.sh

Update package_network.sh

Update package_network.sh

Fix penelope
  • Loading branch information
Frozenka authored and QU35T-code committed Oct 28, 2024
1 parent 28676a8 commit d30ff8a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sources/assets/shells/history.d/penelope
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
penelope 888
penelope -a
penelope -i eth0 888
10 changes: 10 additions & 0 deletions sources/install/package_network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,15 @@ function install_chisel() {
add-to-list "chisel,https://github.com/jpillora/chisel,Go based TCP tunnel with authentication and encryption support"
}

function install_penelope() {
# CODE-CHECK-WHITELIST=add-aliases
colorecho "Installing Penelope"
pipx install --system-site-packages git+https://github.com/brightio/penelope.git
add-history penelope
add-test-command "penelope.py --help"
add-to-list "penelope,https://github.com/brightio/penelope,Penelope is a shell handler designed to be easy to use and intended to replace netcat when exploiting RCE vulnerabilities."
}

function install_sshuttle() {
# CODE-CHECK-WHITELIST=add-aliases
colorecho "Installing sshtuttle"
Expand Down Expand Up @@ -310,6 +319,7 @@ function package_network() {
install_rustscan
install_legba # Login Scanner
install_ssh-audit # SSH server audit
install_penelope # Shell handler
end_time=$(date +%s)
local elapsed_time=$((end_time - start_time))
colorecho "Package network completed in $elapsed_time seconds."
Expand Down

0 comments on commit d30ff8a

Please sign in to comment.