Revision [16649]

This is an old revision of ActionsWithCheckSum made by Or2U5t on 2007-05-31 10:29:06.

 

See Also
Proof of Concept Code
  • Don't use this code in production yet.

Adding a checksum to limit usage

Discussion: Not only use authentication as security.

Short


Background


Two stages


Proof of Concept

1. Lock down (save as actions/geniframe.php)
%%(php)<?php
print $this->FormOpen(, , "POST");
print 'page:<input name="page" type="input" value="'.$this->tag.'"><br />';
print 'url:<input name="url" type="input" value="'. stripslashes(htmlentities($_REQUEST["url"])) .'"><br />';
print '<input name="submit" type="submit" value="Submit" accesskey="s">';
print $this->FormClose();

$rnd = "AStupid$tri\ngToMake!tHarde\rFor BruteForceH4cke\rs";

if (isset($_REQUEST["url"])
There are 3 comments on this page. [Show comments]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki