Example #1
0
woven/trojan/<?php 
    echo AttrEscape($pl);
    ?>
/<?php 
    echo $pl;
    ?>
.repack.html">woven</a>
<?php 
    $obfus = $plnode->getElementsByTagName('obfuscation');
    for ($j = 0; $j < $obfus->length; $j++) {
        $obnode = $obfus->item($j);
        $ob = $obnode->getAttribute('name');
        ?>
| <a href="<?php 
        echo TGTROOT;
        ?>
trojan/app?payload=<?php 
        echo AttrEscape(urlencode($pl));
        ?>
&obfu=<?php 
        echo AttrEscape(urlencode($ob));
        ?>
"><?php 
        echo XMLEncode($ob);
        ?>
</a>
<?php 
    }
}
$links = array('attack' => TGTROOT . "trojan/app");
include INCDIR . 'footer.php';
Example #2
0
} else {
    ?>
<form name="login" method="post" action="<?php 
    echo AttrEscape($action);
    ?>
">
<div class="label">
<label for="username">Username:</label>
</div>
<input class="field" id="username" name="username" type="text"></input>
<br/>
<div class="label">
<label for="password">Password:</label>
</div>
<input class="field" id="password" name="password" type="password"></input>
<br/>
<?php 
    if ($referer !== null) {
        ?>
<input name="referer" type="hidden" value="<?php 
        echo AttrEscape($referer);
        ?>
"></input>
<?php 
    }
    ?>
<input class="btn" name="login" type="submit" value="Log in"></input>
<br/>
</form>
<?php 
}