• Hi there , am coding a plugin to do automatic scan using alot of scanners

    i came across your plugin i found a random nonce value in form

    <form action="" method="post">
    		<input type="hidden" id="_wpnonce" name="_wpnonce" value="5f5dfb9cec"><input type="hidden" name="_wp_http_referer" value="/wordpress/wp-admin/tools.php?page=exploit-scanner">		<input type="hidden" name="action" value="scan">
    
    				<input type="checkbox" id="display_pattern" name="display_pattern" checked="checked" value="1"> <span class="description">(<code>display:none</code> and <code>visibility:hidden</code> can be used to hide spam, but may cause many false positives)</span></td>
    
    				<input type="text" size="3" id="filesize_limit" name="filesize_limit" value="400"> 
    
    					<select id="max_test_files" name="max_test_files">
    
    						<option value="250" selected="selected">250</option>
    
    					</select>
    
    		<p class="submit"><input type="submit" id="run-scanner" class="button-primary" value="Run the Scan"></p>
    	</form>

    please i want to the function that create that value to make my script able to sent request and start scan auto .

    if you want more information about my plugin i’ll send you a version .

    kind regards

    https://www.ads-software.com/plugins/exploit-scanner/

  • The topic ‘Exploit Scanne _wpnonce Value’ is closed to new replies.