[Tryhackme] Retro (UAC authorization: privilege promotion of Windows Certificate dialog box)

DisclaimersThe host penetrated by this article is legally authorized. The tools and methods used in this article are limited to learning and communication. Please do not use the tools and infiltration ideas used in this article for any illegal purpose. I will not bear any responsibility for all the consequences, nor be responsible for any misus ...

Added by $var on Mon, 22 Nov 2021 21:59:34 +0200

HCTF 2018 web file contains hyperdetails

HCTF 2018 web file contains Right click to find source.php in the element. You can also find this PHP by directory scanning to get the source code: <?php highlight_file(__FILE__); class emmm { public static function checkFile(&$page) { $whitelist = ["source"=>"source.php","hint"=>"hint.php" ...

Added by Optimo on Wed, 13 Oct 2021 15:39:52 +0300

ctfshow command execution

Web29 Title: strict filtering is required for command execution Source code: <?php /* # -*- coding: utf-8 -*- # @Author: h1xa # @Date: 2020-09-04 00:12:34 # @Last Modified by: h1xa # @Last Modified time: 2020-09-04 00:26:48 # @email: h1xa@ctfer.com # @link: https://ctfer.com */ error_reporting(0); if(isset($_GET['c'])){ $c = $_ ...

Added by dv_evan on Mon, 11 Oct 2021 23:30:59 +0300