This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'> | |
<title>Browser Not Supported</title> | |
<meta content='text/html;charset=UTF-8' http-equiv='Content-Type'> | |
<style type='text/css'> | |
body { | |
color:#fff; | |
background:#00f; | |
text-align:center; | |
font-family: 'Courier New', Courier, monospace; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* Plugin Name: Disable XMLRPC | |
* Version: 0.1 | |
* Plugin URI: http://wpengineer.com/?p=2484 | |
* Description: Disable XMLRPC server for WP >= v3.5 | |
* Author: Lutz Schröer | |
* Author URI: http://elektroelch.net/ | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@slow | |
Feature: Simple security scan against SSA | |
Background: | |
Given "nmap" is installed | |
And "curl" is installed | |
And "arachni" is installed | |
And the following profile: | |
| name | value | | |
| hostname | ssa.asteriskinfosec.com.au | | |
| host | ssa.asteriskinfosec.com.au | |