<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.owasp.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dan+Vasile</id>
		<title>OWASP - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.owasp.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dan+Vasile"/>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php/Special:Contributions/Dan_Vasile"/>
		<updated>2026-06-02T07:15:50Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.2</generator>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User_talk:Dan_Vasile&amp;diff=235666</id>
		<title>User talk:Dan Vasile</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User_talk:Dan_Vasile&amp;diff=235666"/>
				<updated>2017-11-21T08:33:51Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Twitter: [https://twitter.com/DanCVasile @DanCVasile]&lt;br /&gt;
&lt;br /&gt;
LinkedIn: https://www.linkedin.com/in/dancvasile/&lt;br /&gt;
&lt;br /&gt;
Framework for Application Security: https://frappsec.org&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User_talk:Dan_Vasile&amp;diff=235665</id>
		<title>User talk:Dan Vasile</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User_talk:Dan_Vasile&amp;diff=235665"/>
				<updated>2017-11-21T08:32:39Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: Replaced content with &amp;quot;Twitter: [https://twitter.com/DanCVasile @DanCVasile]  LinkedIn: https://www.linkedin.com/in/dancvasile/&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Twitter: [https://twitter.com/DanCVasile @DanCVasile]&lt;br /&gt;
&lt;br /&gt;
LinkedIn: https://www.linkedin.com/in/dancvasile/&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Wordpress_Security_Implementation_Guideline&amp;diff=235664</id>
		<title>OWASP Wordpress Security Implementation Guideline</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Wordpress_Security_Implementation_Guideline&amp;diff=235664"/>
				<updated>2017-11-21T08:29:04Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Considerations =&lt;br /&gt;
This project aims for a unified approach on WordPress security design and implementation. It is definitely more than a checklist, it's a guide for secure implementation and an invitation to consider and to analyze each individual case. &lt;br /&gt;
&lt;br /&gt;
There is a long list of recommended resources for securing aspects of the WordPress implementation. The project is aimed to offer open source or free resources instead of commercial ones. Some plugins have a free version and a paid one that offers extra functionality. In such cases, the focus of the project was on the free version.&lt;br /&gt;
&lt;br /&gt;
= General security =&lt;br /&gt;
This section is meant to be just a reminder that all the other hardening measures are useless if an attacker can gain access to WordPress users’ computers. We’re not going to spend the time and effort to go into details but rather enumerate the common good practices each security conscious user should have in mind. There are plenty of good resources to help anyone accomplish security basics.&lt;br /&gt;
&lt;br /&gt;
== Device security ==&lt;br /&gt;
When we talk about devices capable of accessing the WordPress administration interface we don’t just talk about computers but mobile devices as well. The following is a list of items that needs to be taken into account when securing the devices that will be accessing the WordPress instances. Some of them may refer to PCs and mobile devices, others just to one of the devices.&lt;br /&gt;
&lt;br /&gt;
* Password protect the device&lt;br /&gt;
* Use strong passwords&lt;br /&gt;
* Keep the OS updated&lt;br /&gt;
* Encrypt the storage&lt;br /&gt;
* Have an anti-virus installed and updated&lt;br /&gt;
* Have a malware/spyware scanner installed and perform regular scans and updates&lt;br /&gt;
* Have a firewall installed and configured &lt;br /&gt;
* [http://www.cert.org/historical/tech_tips/securing-web-browser-index.cfm Secure your browser]&lt;br /&gt;
&lt;br /&gt;
= Infrastructure security =&lt;br /&gt;
Before hardening the core of WordPress an implementer must consider hardening the services on which the instance will be installed. Sometimes the underlying infrastructure is not under the control of the implementer. While there are things that can be hardened on WordPress to mitigate things that are supposed to be fixed on the infrastructure side, one should always consider defense in depth. The implementer can contact the infrastructure administrator and ask for specific hardening in order to further protect the applications that will be installed on top of that, in this case WordPress. &lt;br /&gt;
&lt;br /&gt;
The foundation of infrastructure hardening is operating system hardening. This is a broad subject and highly dependent on the OS, the main concerns being around privileges, access control, authentication and logging. It’s a topic outside the coverage of the current project and these are things that must be covered by experienced System Administrators.&lt;br /&gt;
&lt;br /&gt;
WordPress can be installed on a multitude of platforms but the main focus below is on the most common components, Apache and MySQL. The general rules though apply to all supported infrastructure components. &lt;br /&gt;
&lt;br /&gt;
Following best design practices, the tiers of the WordPress instance should be separated. However the presentation and application layers of WordPress are bound together. Thus only one separation is possible, the one with the database. For small applications it’s not a common practice, but for larger sites this becomes a must from a security but also a performance perspective. &lt;br /&gt;
&lt;br /&gt;
As was the case with general security, this is just a list of things that should be performed in order to harden the infrastructure and not the means to do it. &lt;br /&gt;
&lt;br /&gt;
== Apache hardening ==&lt;br /&gt;
* Update regularly&lt;br /&gt;
* Disable directory listing&lt;br /&gt;
* Secure the communication with the server by generating and using SSL certificates&lt;br /&gt;
* Disable unnecessary modules&lt;br /&gt;
** Good candidates for this are: ''userdir'', ''suexec'', ''cgi/cgid'', ''include'', ''autoindex''&lt;br /&gt;
* Run the daemon as a separate user and group&lt;br /&gt;
* Use ''Allow'' and ''Deny'' to restrict access to directories&lt;br /&gt;
* Use ''mod_security'' module to secure Apache&lt;br /&gt;
* Disable following of ''symbolic links''&lt;br /&gt;
* Turn off server sides includes and CGI execution&lt;br /&gt;
* Limit request size&lt;br /&gt;
* Configure other settings like ''TimeOut'', ''MaxClients'', ''KeepAliveTimeout'', ''LimitRequestFields'', ''LimitRequestFieldSize'' in order to prevent DoS attacks&lt;br /&gt;
* Enable and configure proper logging&lt;br /&gt;
* Modify server banner&lt;br /&gt;
&lt;br /&gt;
== PHP hardening ==&lt;br /&gt;
* Update regularly&lt;br /&gt;
* Don’t install PHP as a CGI binary&lt;br /&gt;
* Disable unnecessary PHP modules&lt;br /&gt;
* Disable unused potentially dangerous PHP functions (good examples: ''exec'',''passthru'',''shell_exec'',''system'', etc.)&lt;br /&gt;
* Log errors internally&lt;br /&gt;
* Disable verbose error reporting on the client side&lt;br /&gt;
* Turn off remote code execution (if it’s not needed; the core WordPress doesn’t need this functionality)&lt;br /&gt;
* Disable magic quotes&lt;br /&gt;
* Limit PHP access to file system&lt;br /&gt;
* Protect from DoS&lt;br /&gt;
** Control POST size&lt;br /&gt;
** Limit script time execution&lt;br /&gt;
** Limit memory usage&lt;br /&gt;
* Consider implementing the [http://www.suhosin.org/stories/index.html Suhoshin security extension]&lt;br /&gt;
* Hide the version of PHP in use&lt;br /&gt;
* Hide the .php extension&lt;br /&gt;
&lt;br /&gt;
== MySQL hardening ==&lt;br /&gt;
There is an entire [https://www.owasp.org/index.php/OWASP_Backend_Security_Project_MySQL_Hardening OWASP project dedicated to MySQL hardening]. The main action items are:&lt;br /&gt;
&lt;br /&gt;
* Update regularly&lt;br /&gt;
* Disable or restrict remote access&lt;br /&gt;
* Filesystem access restrictions and ACLs&lt;br /&gt;
* Designing a chroot-jail&lt;br /&gt;
* Encrypting network traffic (this is a must if the database layer is physically separated from the application layer)&lt;br /&gt;
* Encrypting raw databases on filesystem level&lt;br /&gt;
** Redundant if disk encryption is in place at the OS layer&lt;br /&gt;
** However, by using ''dmcrypt'', one can generate an extra layer of encryption&lt;br /&gt;
* Backup encryption&lt;br /&gt;
* Configuration&lt;br /&gt;
** Connectivity: maximum number of concurrent connections and related settings&lt;br /&gt;
** Logging&lt;br /&gt;
** Access control and privilege management&lt;br /&gt;
** Set up root password&lt;br /&gt;
** Rename root account&lt;br /&gt;
** Delete unused users and databases&lt;br /&gt;
** Remove installation history&lt;br /&gt;
&lt;br /&gt;
A PHP security checker is available [https://github.com/sektioneins/pcc here]. This is a one-page php file designed to analyze PHP configuration and rank the findings based on severity.&lt;br /&gt;
&lt;br /&gt;
== Remote access ==&lt;br /&gt;
* Don’t use FTP (use sFTP where possible)&lt;br /&gt;
* If SSH access is available, use [http://linux.die.net/man/1/scp scp] or [http://winscp.net/eng/index.php WinSCP] for file transfer &lt;br /&gt;
* Consider using VPN or [http://www.pentest.ro/ssh-tunnels-an-alternative-to-vpn/ SSH tunnels] to the server for accessing the WordPress administrative interface&lt;br /&gt;
&lt;br /&gt;
= WordPress security =&lt;br /&gt;
There are three main components of WordPress that need to be considered from a security perspective when implementing the solution.&lt;br /&gt;
&lt;br /&gt;
* Core – the basic default installation files that provide most of the functionality &lt;br /&gt;
* Plugins – special written code to improve and extend the basic functionality&lt;br /&gt;
* Theme – the presentation layer which may come with some limited extended functionality&lt;br /&gt;
&lt;br /&gt;
== Updates ==&lt;br /&gt;
It is of vital importance to keep WordPress core, plugins and themes updated. Once an update is released, it needs to be applied as soon as possible to close any security holes. &lt;br /&gt;
&lt;br /&gt;
Functional problems with updates must be considered. It is possible that an update will break some of the functionality so a backup is recommended before updating the core. &lt;br /&gt;
&lt;br /&gt;
=== WordPress Core ===&lt;br /&gt;
The WordPress core has three different types of updates:&lt;br /&gt;
&lt;br /&gt;
* Core development updates, known as the &amp;quot;bleeding edge&amp;quot;&lt;br /&gt;
* Minor core updates, such as maintenance and security releases&lt;br /&gt;
* Major core release updates&lt;br /&gt;
&lt;br /&gt;
Starting with version 3.7, automatic background updates were introduced by default for minor core updates releases (generally security updates). This default behavior can be overridden by editing the wp-config.php file and adding or modifying the following statement&lt;br /&gt;
&lt;br /&gt;
''define( 'WP_AUTO_UPDATE_CORE', true );''&lt;br /&gt;
&lt;br /&gt;
When set to true all updates will be enabled. Translations are updated by default with the minor core updates.&lt;br /&gt;
&lt;br /&gt;
=== Themes and Plugins ===&lt;br /&gt;
The themes and plugins can be updated automatically using filters. The best place to put a filter is in a [http://codex.wordpress.org/Must_Use_Plugins must-use plugin]. WordPress doesn’t recommend putting filters in the wp-config.php file because of conflicts with other parts of the code.&lt;br /&gt;
&lt;br /&gt;
To enable automatic updates for themes and plugins, add the following code&lt;br /&gt;
&lt;br /&gt;
''add_filter( 'auto_update_plugin', '__return_true' );''&lt;br /&gt;
&lt;br /&gt;
''add_filter( 'auto_update_theme', '__return_true' );''&lt;br /&gt;
&lt;br /&gt;
== Removal of unused plugins and themes ==&lt;br /&gt;
Depending on the server configuration, the files in the WordPress folder can be accessed from the Internet regardless of whether they are used or not. Even if a plugin is disabled, the files are still there and they are accessible from the Internet.&lt;br /&gt;
&lt;br /&gt;
When a new vulnerability is discovered, the attackers write scripts to look for the vulnerable files. Knowing the location of vulnerable plugins increases their chances of infiltrating a vulnerable instance. &lt;br /&gt;
&lt;br /&gt;
Any plugins and themes that are not actively used must be deleted. &lt;br /&gt;
&lt;br /&gt;
== Plugins &amp;amp; Themes Security ==&lt;br /&gt;
Plugins and themes are a great addition to the functionality offered by the WordPress core. WordPress’ success is based on these elements. It’s easy to develop a new theme, add new functions with plugins. This ease of development comes with the security downside. In the rush for functionality, the developers often forget about security. Looking at the [https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=wordpress CVE list for WordPress] it’s worth noticing that in the past years most of the security defects are affecting the plugins and themes and not WordPress core.&lt;br /&gt;
&lt;br /&gt;
Developing on top of WordPress should be regarded as a regular development job and follow a standard secure development lifecycle. Concrete action items for this chapter include source code review and penetration testing of plugins and themes.&lt;br /&gt;
&lt;br /&gt;
When choosing to use an already developed plugin by a 3&amp;lt;sup&amp;gt;rd&amp;lt;/sup&amp;gt; party, a security audit should be performed. Good differentiators for available plugins are:&lt;br /&gt;
&lt;br /&gt;
* Publication in the official plugin store at https://wordpress.org/plugins/&lt;br /&gt;
* User ratings and comments&lt;br /&gt;
* Version number (is it a young plugin/theme or has it faced the challenges of time?)&lt;br /&gt;
* Last update &lt;br /&gt;
* Update frequency &lt;br /&gt;
* Compatibility with the current version of the WordPress core&lt;br /&gt;
&lt;br /&gt;
In order to perform a source code audit, the following tools can be used:&lt;br /&gt;
&lt;br /&gt;
* [http://rips-scanner.sourceforge.net/ RIPS]&lt;br /&gt;
* [http://www.program-transformation.org/PHP/PhpSat PHP-sat]&lt;br /&gt;
* [http://www.scovetta.com/yasca.html Yasca]&lt;br /&gt;
* [http://resources.infosecinstitute.com/finding-bugs-in-php-using-grep/ Manual analysis using grep], [https://grepbugs.com/ GrepBugs]&lt;br /&gt;
&lt;br /&gt;
Things to pay extra attention during the source code audit:&lt;br /&gt;
&lt;br /&gt;
* Obfuscated code&lt;br /&gt;
* BASE64 encode function&lt;br /&gt;
* System call functions (exec, passthru, system, shell_exec, etc.)&lt;br /&gt;
* PHP code execution (eval, assert, preg_replace, etc.)&lt;br /&gt;
* Information disclosure functions (phpinfo, getenv, getmygid/pid/uid, etc.)&lt;br /&gt;
* Filesystem functions (fopen, bz/gzopen, chgrp/own/mod, etc.)&lt;br /&gt;
&lt;br /&gt;
== Backup ==&lt;br /&gt;
The backup process is essential. The configuration of the backup process can make the distinction between a clean and fast recovery or a loss of data and prolonged downtime.&lt;br /&gt;
&lt;br /&gt;
What needs to be included in the backup?&lt;br /&gt;
&lt;br /&gt;
* The WordPress Files&lt;br /&gt;
** WordPress Core Installation&lt;br /&gt;
** WordPress Plugins&lt;br /&gt;
** WordPress Themes&lt;br /&gt;
** Images and Files&lt;br /&gt;
** JavaScript and PHP scripts, and other code files&lt;br /&gt;
** Additional Files and Static Web Pages&lt;br /&gt;
* The Database&lt;br /&gt;
&lt;br /&gt;
It’s easy to say that a full backup of the /public_html folder is needed. However there are situations in which this is not feasible nor enough. There are situations in which large quantities of data is generated in the public folder (statistics, temporary data, etc.) that is useless in the backup process. There’s also the situation in which configuration files are placed outside the public directory. They also need backup.&lt;br /&gt;
&lt;br /&gt;
The plan is to identify the files and folders that must be part of the backup process and save these in a remote location.&lt;br /&gt;
&lt;br /&gt;
For database backup, the mysql command line can be used or administrative interfaces like phpMyAdmin. &lt;br /&gt;
&lt;br /&gt;
How often should the backup be performed? It all depends on how often the instance is updated from a content perspective. If there are multiple updates a day, it’s a good idea to have a daily backup. If there’s a new article every several days, than a weekly or monthly backup is the way to go.&lt;br /&gt;
&lt;br /&gt;
It’s a good practice to keep multiple backups and have them time stamped. This is because a breach might not be noticed immediately and a clean recovery can only be performed from a backup which is several iterations old. &lt;br /&gt;
&lt;br /&gt;
Verifying that the backup is functional is part of the process. A backup that does not allow quick and full recovery is useless. The idea is to have a clean server and perform a full recovery from the backup, then check all the functionality and make sure nothing is missing.&lt;br /&gt;
&lt;br /&gt;
=== Automation ===&lt;br /&gt;
The steps above are manual and labor intensive. There is a full list of plugins that can help this process: https://wordpress.org/plugins/tags/backup&lt;br /&gt;
&lt;br /&gt;
The one free alternative offering full backup capabilities that stands out of the list is [https://wordpress.org/plugins/backwpup/ BackWPup]. The free version can be used to save your complete installation including /wp-content/ and push it to an external Backup Service, like Dropbox, S3, FTP (not a good idea) and many more. &lt;br /&gt;
&lt;br /&gt;
From a security perspective, it’s worth noticing that an attacker who compromised the installation may be able to retrieve credentials and access the remote location of the backups, thus being able to manipulate or delete them. As a good precaution, on the remote side where the backups are stored, an independent process should take the backups and move them to a location inaccessible from the WordPress installation.&lt;br /&gt;
&lt;br /&gt;
== User roles and proper usage ==&lt;br /&gt;
Understanding the roles and properly assigning them to users is essential in the segregation of duties process. &lt;br /&gt;
&lt;br /&gt;
The WordPress roles are:&lt;br /&gt;
&lt;br /&gt;
* Super Admin – somebody with access to the site network administration features and all other features&lt;br /&gt;
* Administrator – somebody who has access to all the administration features within a single site&lt;br /&gt;
* Editor – somebody who can publish and manage posts including the posts of other users&lt;br /&gt;
* Author – somebody who can publish and manage their own posts&lt;br /&gt;
* Contributor – somebody who can write and manage their own posts but cannot publish them&lt;br /&gt;
* Subscriber – somebody who can only manage their profile&lt;br /&gt;
&lt;br /&gt;
The least privilege principle must be considered when assigning roles. &lt;br /&gt;
&lt;br /&gt;
A full list of privileges and a comparison between roles is available at http://codex.wordpress.org/Roles_and_Capabilities. &lt;br /&gt;
&lt;br /&gt;
Supporting plugins:&lt;br /&gt;
&lt;br /&gt;
* [https://wordpress.org/plugins/members/ Members Plugin]&lt;br /&gt;
* [https://wordpress.org/plugins/role-scoper/ Role Scoper Plugin]&lt;br /&gt;
* [http://wordpress.org/extend/plugins/user-access-manager/ User Access Manager]&lt;br /&gt;
* [http://wordpress.org/extend/plugins/advanced-access-manager/ Advanced Access Manager]&lt;br /&gt;
* [http://wordpress.org/extend/plugins/user-role-editor/ User Role Editor]&lt;br /&gt;
&lt;br /&gt;
== Restrict the access to the admin interface ==&lt;br /&gt;
Restricting the access to the admin interface should be considered as no regular user is in need of access to this area. For a site with few users it makes sense to whitelist their IP addresses. Additionally, the access can be restricted only to the localhost and have the users VPN in or create a tunnel to the server (if SSH is enabled) and then access the admin interface.&lt;br /&gt;
&lt;br /&gt;
To restrict the access to the wp-admin folder, a file called .htaccess needs to be created in that folder. The content of the file should be:&lt;br /&gt;
&lt;br /&gt;
''Order Deny,Allow''&lt;br /&gt;
&lt;br /&gt;
''Deny from all''&lt;br /&gt;
&lt;br /&gt;
''Allow from 127.0.0.1''&lt;br /&gt;
&lt;br /&gt;
Multiple IP addresses separated by whitespaces can be added and the use wildcards (*) is permitted.&lt;br /&gt;
&lt;br /&gt;
== Prevent brute-forcing ==&lt;br /&gt;
Brute-forcing is the easy way in for an attacker. As discussed in the General Security chapter, a prerequisite for preventing bruteforcing is to have [https://www.owasp.org/index.php/Authentication_Cheat_Sheet#Password_Complexity strong passwords]. Apart from that, an additional layer of protection can be added in the form of [http://en.wikipedia.org/wiki/CAPTCHA CAPTCHA]. &lt;br /&gt;
&lt;br /&gt;
One good plugin candidate is [https://wordpress.org/plugins/google-captcha/ Google Captcha (reCAPTCHA)]. The advantage of this plugin is that it can be used to add the extra layer of protection on other areas as well (like registration and comments).&lt;br /&gt;
&lt;br /&gt;
CAPTCHA is not a perfect solution by any means. There are services offering real-time CAPTCHA solving for a few cents per challenge. However it takes seconds to solve a CAPTCHA even for a good service like this, thus this sort of attack becomes unfeasible.&lt;br /&gt;
&lt;br /&gt;
Another preventive measure is to lock-out accounts after a series of failed attempts. There is no plugin at the moment that can lock a user after several failed attempts for a period of time, there are plugins blocking IP addresses that are brute-forcing the login mechanism. This approach is not the best when dealing with distributed attacks.&lt;br /&gt;
&lt;br /&gt;
== Implement two factor authentication ==&lt;br /&gt;
To add another layer of security on the authentication mechanism, two factor authentication can be enabled. Two factor authentication is a method of securing accounts requiring that you not only know something (a password) to log in but also that you possess something (your mobile device). The benefit of this approach to security is that even if someone guesses your password, they need to have also stolen your possession in order to break into your account.&lt;br /&gt;
&lt;br /&gt;
Supporting plugins: &lt;br /&gt;
* Clef (unfortunately the product was retired in April 2017)&lt;br /&gt;
* Google Authenticator&lt;br /&gt;
* MiniOrange and other 2FA plugins&lt;br /&gt;
https://en-gb.wordpress.org/plugins/tags/2fa/&lt;br /&gt;
&lt;br /&gt;
== Remove or change the default administrator account ==&lt;br /&gt;
There are two main reasons for creating a new administrator or modifying the old one:&lt;br /&gt;
&lt;br /&gt;
* After the installation the default username is “admin”; an attacker trying to brute-force his way in will try default usernames&lt;br /&gt;
* The default id of the admin account is 1; an attacker who discovers a SQL injection is will try to update the user with id = 1&lt;br /&gt;
&lt;br /&gt;
Both tasks can be performed manually in the database without the need to delete the admin account or can be performed in the administration User Interface. Create a new administrator, log in with the new credentials and delete the default one.&lt;br /&gt;
&lt;br /&gt;
== Disable user registration if not needed ==&lt;br /&gt;
If user management is performed manually or through integration with other user management systems, there is no need for this functionality to be enabled in WordPress.&lt;br /&gt;
&lt;br /&gt;
To disable user registration, log in as an administrator, go to '''Settings -&amp;gt; General''' and make sure the '''“Anyone can register”''' box is unchecked.&lt;br /&gt;
&lt;br /&gt;
== Change the database prefix ==&lt;br /&gt;
In case a 0-day SQL injection vulnerability is discovered, an attacker will try to exploit the known tables from a default WordPress installation. To prevent this from happening, the default prefix of the tables needs to be changed. This can be performed in several ways:&lt;br /&gt;
&lt;br /&gt;
* During the installation process&lt;br /&gt;
* Manually via ''mysql'' command line or ''phpMyAdmin'' for all the tables; after this, the wp-config.php file must be configured to reflect the changes ($table_prefix = &amp;quot;ves1uaq3_&amp;quot;;)&lt;br /&gt;
* With a plugin ([https://wordpress.org/plugins/db-prefix-change/ Change DB Prefix])&lt;br /&gt;
&lt;br /&gt;
== Control comments ==&lt;br /&gt;
WordPress was initially a blogging platform so the ability to add comments was part of the success story. Things changed with the shift of WordPress towards a CMS so comments might not be necessary in all instances. There are several things that need to be considered when dealing with this topic:&lt;br /&gt;
&lt;br /&gt;
* Are comments needed? If not, they should be disabled. Log in as administrator. For new posts go to '''Settings -&amp;gt; Discussion''' and uncheck &amp;quot;'''Allow people to post comments on new articles'''&amp;quot;. For existing posts, go to '''Posts''', select all of them, '''Bulk Actions -&amp;gt; Edit''' and choose “'''do not allow'''” near '''Comments''' before hitting '''Update posts'''.&lt;br /&gt;
* If comments are required, who should be able to post them? If only registered users should be allowed to add comments, go to '''Settings -&amp;gt; Discussion''' and check the “'''Users must be registered and logged in to comment'''” box.&lt;br /&gt;
* Should comments be reviewed before publishing? If so, the “'''Comment must be manually approved'''” box must be checked.&lt;br /&gt;
* If comments are not reviewed before publishing, using an anti-spam plugin like the default [https://wordpress.org/plugins/akismet/ Akismet] is advised &lt;br /&gt;
&lt;br /&gt;
As a general rule of thumb, all the options under '''Settings -&amp;gt; Discussion '''should be carefully reviewed. &lt;br /&gt;
&lt;br /&gt;
== Check file permissions ==&lt;br /&gt;
Permissions on files and directories determine who is allowed to read, write and execute them. Permission settings will vary from situation to situation and between shared hosting and dedicated hosting.&lt;br /&gt;
&lt;br /&gt;
Following is a list of desired permissions on sensitive items and fallback options:&lt;br /&gt;
&lt;br /&gt;
* wp-config.php&lt;br /&gt;
** Desired: 400&lt;br /&gt;
** Fallback: 440, 600, 640&lt;br /&gt;
* uploads folder&lt;br /&gt;
** Desired: 755&lt;br /&gt;
** Fallback: 766, 777 (not recommended)&lt;br /&gt;
* .htaccess files&lt;br /&gt;
** Desired: 400&lt;br /&gt;
** Fallback: 440, 444, 600, 640&lt;br /&gt;
&lt;br /&gt;
== Delete readme.html and install.php ==&lt;br /&gt;
The readme.html file may reveal sensitive information and is not needed from a functional perspective. &lt;br /&gt;
&lt;br /&gt;
The install.php is a residue of the installation process and even though it does not allow it to be restarted it’s not needed and should be removed.&lt;br /&gt;
&lt;br /&gt;
The license.txt reveals the year of last Wordpress update - a fact that attackers can use to scan for outdated WordPress installations.&lt;br /&gt;
&lt;br /&gt;
Action item:&lt;br /&gt;
&lt;br /&gt;
* Delete the /&amp;lt;WordPress_root&amp;gt;/readme.html  /&amp;lt;WordPress_root&amp;gt;/license.txt and /&amp;lt;WordPress_root&amp;gt;/wp-admin/install.php files&lt;br /&gt;
&lt;br /&gt;
== Add blank index.php files where needed ==&lt;br /&gt;
Especially in shared environments where the settings of the web server are outside the control of the WordPress implementer, directory listing might be enabled. To add an extra layer of security, blank index.php files should be added to the folders that don’t have indexes in order to prevent browsing of the resources. The main folders that need to be considered are:&lt;br /&gt;
&lt;br /&gt;
* wp-includes&lt;br /&gt;
* wp-content&lt;br /&gt;
* wp-content/plugins&lt;br /&gt;
* wp-content/themes&lt;br /&gt;
* wp-content/uploads&lt;br /&gt;
&lt;br /&gt;
== Move wp-config.php file outside the web root folder ==&lt;br /&gt;
The wp-config.php file is a very important configuration file. It contains a lot of sensitive information about your WordPress site, like your database information for example.&lt;br /&gt;
&lt;br /&gt;
WordPress will automatically look for this file in the folder above the WordPress root folder if it does not exist in the root folder. Moving this file out of the public_html folder means the file will not be accessible from the Internet.&lt;br /&gt;
&lt;br /&gt;
== Create secret keys ==&lt;br /&gt;
Starting with the release of WordPress 2.6, a new set of security features for passwords and password hashing and cookie security is included. This feature works without doing anything, but it's not particularly powerful without some extra steps. In order to greatly increase the security of the WordPress installation, secret keys must be set up. This should be part of the standard installation process. Whenever there’s suspicion that the secret keys have been compromised, the administrator must change them. Changing the secret keys will invalidate all sessions so users will need to re-authenticate. &lt;br /&gt;
&lt;br /&gt;
Setting up or changing secret keys can be done by adding or editing the following lines to the wp-config.php file, right after the other define statements:&lt;br /&gt;
&lt;br /&gt;
''define('AUTH_KEY', 'put your unique phrase here');''&lt;br /&gt;
&lt;br /&gt;
''define('SECURE_AUTH_KEY', 'put your unique phrase here');''&lt;br /&gt;
&lt;br /&gt;
''define('LOGGED_IN_KEY', 'put your unique phrase here');''&lt;br /&gt;
&lt;br /&gt;
''define('NONCE_KEY', 'put your unique phrase here');''&lt;br /&gt;
&lt;br /&gt;
You don't have to remember the keys, just make them long, random and complicated -- or better yet, use the [https://api.wordpress.org/secret-key/1.1/salt/ online generator].&lt;br /&gt;
&lt;br /&gt;
== Enforce transport layer encryption for administrative tasks ==&lt;br /&gt;
It was discussed earlier that SSL should be configured and used to access the WordPress instance. Usually sites are available over port 80 and 443. This means that the users are free to choose if they use a clear text or an encrypted communication channel. &lt;br /&gt;
&lt;br /&gt;
In order to force the usage of SSL (at least) for sensitive actions, the following lines must be added to the wp-config.php file:&lt;br /&gt;
&lt;br /&gt;
''define('FORCE_SSL_LOGIN', true);''&lt;br /&gt;
&lt;br /&gt;
''define('FORCE_SSL_ADMIN', true);''&lt;br /&gt;
&lt;br /&gt;
== Use a Web Application Firewall (WAF) ==&lt;br /&gt;
A WAF should be in place at the web server layer. Because that is not always accessible to the implementer, a WAF plugin can be used to add this layer of protection.&lt;br /&gt;
&lt;br /&gt;
A good plugin candidate is [https://wordpress.org/plugins/ninjafirewall/ NinjaFirewall].&lt;br /&gt;
&lt;br /&gt;
== Security plugins ==&lt;br /&gt;
This section is a list of security plugins and a short description of their functionality. As previously mentioned, the focus is on free plugins.&lt;br /&gt;
&lt;br /&gt;
* [https://wordpress.org/plugins/better-wp-security/ iThemes Security] – iThemes Security (formerly Better WP Security) gives you over 30+ ways to secure and protect your WordPress site. In its free version it can obscure, detect, protect and recover a WordPress installation&lt;br /&gt;
* [https://wordpress.org/plugins/bulletproof-security/ BulletProof Security] – the free version offers:&lt;br /&gt;
** .htaccess Website Security Protection (Firewalls)&lt;br /&gt;
** Login Security &amp;amp; Monitoring&lt;br /&gt;
** DB Backup&lt;br /&gt;
** DB Backup Logging&lt;br /&gt;
** DB Table Prefix Changer&lt;br /&gt;
** Security Logging&lt;br /&gt;
** HTTP Error Logging&lt;br /&gt;
** FrontEnd/BackEnd Maintenance Mode&lt;br /&gt;
* [https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ All In One WP Security &amp;amp; Firewall]&lt;br /&gt;
** User Account/Login/Registration Security&lt;br /&gt;
** Database &amp;amp; File System Security&lt;br /&gt;
** htaccess and wp-config.php File Backup and Restore&lt;br /&gt;
** Blacklist Functionality&lt;br /&gt;
** Firewall Functionality&lt;br /&gt;
** Brute-force login attack prevention&lt;br /&gt;
** Security Scanner&lt;br /&gt;
* [https://wordpress.org/plugins/sucuri-scanner/ Sucuri Security - Auditing, Malware Scanner and Security Hardening]&lt;br /&gt;
** Security Activity Auditing&lt;br /&gt;
** File Integrity Monitoring&lt;br /&gt;
** Remote Malware Scanning&lt;br /&gt;
** Blacklist Monitoring&lt;br /&gt;
** Effective Security Hardening&lt;br /&gt;
** Post-Hack Security Actions&lt;br /&gt;
** Security Notifications&lt;br /&gt;
** Website Firewall (add on)&lt;br /&gt;
* [https://wordpress.org/plugins/wp-security-scan/ Acunetix WP Security] &amp;amp; [https://wordpress.org/plugins/secure-wordpress/faq/ Acunetix Secure WordPress] – these plugins check your WordPress website/blog for security vulnerabilities and suggests corrective actions such as:&lt;br /&gt;
** Passwords&lt;br /&gt;
** File permissions&lt;br /&gt;
** Database security&lt;br /&gt;
** x hiding&lt;br /&gt;
** WordPress admin protection/security&lt;br /&gt;
** Removes WP Generator META tag from core code&lt;br /&gt;
*[https://en-gb.wordpress.org/plugins/wordfence/ Wordfence Security Plugin] &lt;br /&gt;
**Web Application Firewall&lt;br /&gt;
**Threat Defence Feed&lt;br /&gt;
**Real-time blocking of known attackers&lt;br /&gt;
**Rate-limiting&lt;br /&gt;
**Login Security&lt;br /&gt;
**File integrity monitoring and scanning&lt;br /&gt;
**Real-time Monitoring &lt;br /&gt;
&lt;br /&gt;
== Disable the Plugin and Theme Editor ==&lt;br /&gt;
Occasionally you may wish to disable the plugin or theme editor to prevent overzealous users from being able to edit sensitive files and potentially crash the site. Disabling these also provides an additional layer of security if a hacker gains access to a well-privileged user account. &lt;br /&gt;
&lt;br /&gt;
Open your wp-config.php file and add the following constant:&lt;br /&gt;
&lt;br /&gt;
''define('DISALLOW_FILE_EDIT',true);''&lt;br /&gt;
&lt;br /&gt;
= Large-scale integration =&lt;br /&gt;
Implementing one WordPress site and maintaining it is a doable job for an administrator. In large corporate environments there may be hundreds of instances that need management, configuration and maintenance. This can easily become an unmanageable situation. When dealing with large number of instances, a centralized approach is needed.&lt;br /&gt;
&lt;br /&gt;
== Creating a standard image ==&lt;br /&gt;
The first step is to create a standard WordPress installation with all the security configuration and plugins in place. This should be a blank installation with no data that can be easily replicated when a new instance needs to be created. &lt;br /&gt;
&lt;br /&gt;
A process for new instances must be in place and approach at least the following subjects:&lt;br /&gt;
&lt;br /&gt;
* General configuration&lt;br /&gt;
* Database connectivity &lt;br /&gt;
* Setting the administrator account&lt;br /&gt;
&lt;br /&gt;
== LDAP integration &amp;amp; Single Sign On ==&lt;br /&gt;
User management for large WordPress sites can be a hassle. In corporate environments users are in general centrally managed and assigned to different groups. WordPress can make use of this already established situation. Whether it’s [http://en.wikipedia.org/wiki/Active_Directory Active Directory] or other LDAP compatible service, this establishment is already used in the organization trying to implement WordPress. It’s easy to set up groups based on WordPress roles and assign users to different groups, based on their required level of access. Once the integration is achieved, one can go further towards an elegant solution by implementing Single Sign On. &lt;br /&gt;
&lt;br /&gt;
Supporting plugins:&lt;br /&gt;
&lt;br /&gt;
* [https://wordpress.org/plugins/active-directory-integration/ Active Directory Integration]&lt;br /&gt;
* [https://wordpress.org/support/plugin/active-directory-sso Active Directory SSO]&lt;br /&gt;
* [https://wordpress.org/plugins/simple-ldap-login/ Simple LDAP Login]&lt;br /&gt;
&lt;br /&gt;
== Multisites ==&lt;br /&gt;
A large environment requires multiple instances of WordPress. Managing each individual instance can become impossible for a single person or a small team. This is where a built-in feature of WordPress comes in handy, [http://codex.wordpress.org/Create_A_Network multisite or network of sites].&lt;br /&gt;
&lt;br /&gt;
A multisite network can be very similar to a personal version of WordPress.com. End users can create their own sites on demand, just like end users of WordPress.com can create blogs on demand. If there’s no need to allow end users to create their own sites on demand, the administrator of the network can create a multisite network in which only he can add new sites.&lt;br /&gt;
&lt;br /&gt;
A multisite network is a collection of sites that all share the same WordPress installation. They can also share plugins and themes. The individual sites in the network are virtual sites in the sense that they do not have their own directories on your server, although they do have separate directories for media uploads within the shared installation, and they do have separate tables in the database.&lt;br /&gt;
&lt;br /&gt;
WordPress does a good job in providing the necessary documentation for:&lt;br /&gt;
&lt;br /&gt;
* [http://codex.wordpress.org/Create_A_Network Installation]&lt;br /&gt;
* [http://codex.wordpress.org/Multisite_Network_Administration Administration]&lt;br /&gt;
* [http://codex.wordpress.org/Debugging_a_WordPress_Network Debugging]&lt;br /&gt;
* [http://codex.wordpress.org/Migrating_Multiple_Blogs_into_WordPress_3.0_Multisite Migration]&lt;br /&gt;
&lt;br /&gt;
The benefit of the multisite feature is centralized management of security. Plugins can be checked once for security defects and when a stable and secure version is available it can be pushed to all the sites in the same time.&lt;br /&gt;
&lt;br /&gt;
This built-in solution might not always be the best choice. For example, all the plugins are shared between different sites and the administrators of those sites choose which plugins to enable and which to disable.&lt;br /&gt;
&lt;br /&gt;
== Unified management of multiple installations ==&lt;br /&gt;
If multiple separate instances of WordPress need to be managed centrally, there are several solutions (most of them have at least some form of commercial addons) that can accomplish the task:&lt;br /&gt;
&lt;br /&gt;
* [http://infinitewp.com/ InfinteWP] is a free, self-hosted multiple WordPress management platform that simplifies WordPress management tasks into simple clicks. Features:&lt;br /&gt;
** One master login&lt;br /&gt;
** One click updates&lt;br /&gt;
** Instant backup &amp;amp; restore&lt;br /&gt;
** Plugins &amp;amp; themes management&lt;br /&gt;
* [https://managewp.com/ ManageWP]&lt;br /&gt;
* [https://wpremote.com/ WPRemote] lets administrators monitor an unlimited number of WordPress websites. Through the WP Remote dashboard they can update WordPress and update plugins and themes. A snapshot (backup) of the websites can be downloaded from the interface&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Resources =&lt;br /&gt;
The project started with a discussion between [https://www.linkedin.com/in/dancatalinvasile Dan Vasile] (the initiator) and [https://www.linkedin.com/in/andersvinther Anders Vinther] who has already published [http://www.wpsecuritychecklist.com/ a guide] about secure WordPress implementation. Based on the information there, a part of the skeleton and content of the current project was created.&lt;br /&gt;
&lt;br /&gt;
== Browser security ==&lt;br /&gt;
* http://www.cert.org/historical/tech_tips/securing-web-browser-index.cfm&lt;br /&gt;
&lt;br /&gt;
== Apache hardening ==&lt;br /&gt;
* http://httpd.apache.org/docs/current/misc/security_tips.html&lt;br /&gt;
* http://www.tecmint.com/apache-security-tips/&lt;br /&gt;
* https://wiki.debian.org/Apache/Hardening&lt;br /&gt;
&lt;br /&gt;
== PHP hardening ==&lt;br /&gt;
* http://php.net/manual/en/security.php&lt;br /&gt;
* http://www.cyberciti.biz/tips/php-security-best-practices-tutorial.html&lt;br /&gt;
* http://www.suhosin.org/stories/index.html&lt;br /&gt;
&lt;br /&gt;
== MySQL hardening ==&lt;br /&gt;
* https://www.owasp.org/index.php/OWASP_Backend_Security_Project_MySQL_Hardening&lt;br /&gt;
* http://www.greensql.com/content/mysql-security-best-practices-hardening-mysql-tips&lt;br /&gt;
&lt;br /&gt;
== Wordpress ==&lt;br /&gt;
* http://codex.wordpress.org/Configuring_Automatic_Background_Updates&lt;br /&gt;
* http://stackoverflow.com/questions/3115559/exploitable-php-functions&lt;br /&gt;
* http://codex.wordpress.org/WordPress_Backups &lt;br /&gt;
* http://codex.wordpress.org/Roles_and_Capabilities&lt;br /&gt;
* http://en.support.wordpress.com/security/two-step-authentication/ &lt;br /&gt;
* http://codex.wordpress.org/Create_A_Network &lt;br /&gt;
* http://codex.wordpress.org/Before_You_Create_A_Network &lt;br /&gt;
* http://codex.wordpress.org/Migrating_Multiple_Blogs_into_WordPress_3.0_Multisite &lt;br /&gt;
* http://codex.wordpress.org/Editing_wp-config.php&lt;br /&gt;
&lt;br /&gt;
=Project About=&lt;br /&gt;
{{:Projects/OWASP_Wordpress_Security_Checklist_Project}} &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]&lt;br /&gt;
[[Category:WordPress]]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Wordpress_Security_Implementation_Guideline&amp;diff=183861</id>
		<title>OWASP Wordpress Security Implementation Guideline</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Wordpress_Security_Implementation_Guideline&amp;diff=183861"/>
				<updated>2014-10-17T21:14:34Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Considerations =&lt;br /&gt;
This project aims for a unified approach on WordPress security design and implementation. It is definitely more than a checklist, it's a guide for secure implementation and an invitation to consider and to analyze each individual case. &lt;br /&gt;
&lt;br /&gt;
There is a long list of recommended resources for securing aspects of the WordPress implementation. The project is aimed to offer open source or free resources instead of commercial ones. Some plugins have a free version and a paid one that offers extra functionality. In such cases, the focus of the project was on the free version.&lt;br /&gt;
&lt;br /&gt;
= General security =&lt;br /&gt;
This section is meant to be just a reminder that all the other hardening measures are useless if an attacker can gain access to WordPress users’ computers. We’re not going to spend the time and effort to go into details but rather enumerate the common good practices each security conscious user should have in mind. There are plenty of good resources to help anyone accomplish security basics.&lt;br /&gt;
&lt;br /&gt;
== Device security ==&lt;br /&gt;
When we talk about devices capable of accessing the WordPress administration interface we don’t just talk about computers but mobile devices as well. The following is a list of items that needs to be taken into account when securing the devices that will be accessing the WordPress instances. Some of them may refer to PCs and mobile devices, others just to one of the devices.&lt;br /&gt;
&lt;br /&gt;
* Password protect the device&lt;br /&gt;
* Use strong passwords&lt;br /&gt;
* Keep the OS updated&lt;br /&gt;
* Encrypt the storage&lt;br /&gt;
* Have an anti-virus installed and updated&lt;br /&gt;
* Have a malware/spyware scanner installed and perform regular scans and updates&lt;br /&gt;
* Have a firewall installed and configured &lt;br /&gt;
* [http://www.cert.org/historical/tech_tips/securing-web-browser-index.cfm Secure your browser]&lt;br /&gt;
&lt;br /&gt;
= Infrastructure security =&lt;br /&gt;
Before hardening the core of WordPress an implementer must consider hardening the services on which the instance will be installed. Sometimes the underlying infrastructure is not under the control of the implementer. While there are things that can be hardened on WordPress to mitigate things that are supposed to be fixed on the infrastructure side, one should always consider defense in depth. The implementer can contact the infrastructure administrator and ask for specific hardening in order to further protect the applications that will be installed on top of that, in this case WordPress. &lt;br /&gt;
&lt;br /&gt;
The foundation of infrastructure hardening is operating system hardening. This is a broad subject and highly dependent on the OS, the main concerns being around privileges, access control, authentication and logging. It’s a topic outside the coverage of the current project and these are things that must be covered by experienced System Administrators.&lt;br /&gt;
&lt;br /&gt;
WordPress can be installed on a multitude of platforms but the main focus below is on the most common components, Apache and MySQL. The general rules though apply to all supported infrastructure components. &lt;br /&gt;
&lt;br /&gt;
Following best design practices, the tiers of the WordPress instance should be separated. However the presentation and application layers of WordPress are bound together. Thus only one separation is possible, the one with the database. For small applications it’s not a common practice, but for larger sites this becomes a must from a security but also a performance perspective. &lt;br /&gt;
&lt;br /&gt;
As was the case with general security, this is just a list of things that should be performed in order to harden the infrastructure and not the means to do it. &lt;br /&gt;
&lt;br /&gt;
== Apache hardening ==&lt;br /&gt;
* Update regularly&lt;br /&gt;
* Disable directory listing&lt;br /&gt;
* Secure the communication with the server by generating and using SSL certificates&lt;br /&gt;
* Disable unnecessary modules&lt;br /&gt;
** Good candidates for this are: ''userdir'', ''suexec'', ''cgi/cgid'', ''include'', ''autoindex''&lt;br /&gt;
* Run the daemon as a separate user and group&lt;br /&gt;
* Use ''Allow'' and ''Deny'' to restrict access to directories&lt;br /&gt;
* Use ''mod_security'' module to secure Apache&lt;br /&gt;
* Disable following of ''symbolic links''&lt;br /&gt;
* Turn off server sides includes and CGI execution&lt;br /&gt;
* Limit request size&lt;br /&gt;
* Configure other settings like ''TimeOut'', ''MaxClients'', ''KeepAliveTimeout'', ''LimitRequestFields'', ''LimitRequestFieldSize'' in order to prevent DoS attacks&lt;br /&gt;
* Enable and configure proper logging&lt;br /&gt;
* Modify server banner&lt;br /&gt;
&lt;br /&gt;
== PHP hardening ==&lt;br /&gt;
* Update regularly&lt;br /&gt;
* Don’t install PHP as a CGI binary&lt;br /&gt;
* Disable unnecessary PHP modules&lt;br /&gt;
* Disable unused potentially dangerous PHP functions (good examples: ''exec'',''passthru'',''shell_exec'',''system'', etc.)&lt;br /&gt;
* Log errors internally&lt;br /&gt;
* Disable verbose error reporting on the client side&lt;br /&gt;
* Turn off remote code execution (if it’s not needed; the core WordPress doesn’t need this functionality)&lt;br /&gt;
* Disable magic quotes&lt;br /&gt;
* Limit PHP access to file system&lt;br /&gt;
* Protect from DoS&lt;br /&gt;
** Control POST size&lt;br /&gt;
** Limit script time execution&lt;br /&gt;
** Limit memory usage&lt;br /&gt;
* Consider implementing the [http://www.suhosin.org/stories/index.html Suhoshin security extension]&lt;br /&gt;
* Hide the version of PHP in use&lt;br /&gt;
* Hide the .php extension&lt;br /&gt;
&lt;br /&gt;
== MySQL hardening ==&lt;br /&gt;
There is an entire [https://www.owasp.org/index.php/OWASP_Backend_Security_Project_MySQL_Hardening OWASP project dedicated to MySQL hardening]. The main action items are:&lt;br /&gt;
&lt;br /&gt;
* Update regularly&lt;br /&gt;
* Disable or restrict remote access&lt;br /&gt;
* Filesystem access restrictions and ACLs&lt;br /&gt;
* Designing a chroot-jail&lt;br /&gt;
* Encrypting network traffic (this is a must if the database layer is physically separated from the application layer)&lt;br /&gt;
* Encrypting raw databases on filesystem level&lt;br /&gt;
** Redundant if disk encryption is in place at the OS layer&lt;br /&gt;
** However, by using ''dmcrypt'', one can generate an extra layer of encryption&lt;br /&gt;
* Backup encryption&lt;br /&gt;
* Configuration&lt;br /&gt;
** Connectivity: maximum number of concurrent connections and related settings&lt;br /&gt;
** Logging&lt;br /&gt;
** Access control and privilege management&lt;br /&gt;
** Set up root password&lt;br /&gt;
** Rename root account&lt;br /&gt;
** Delete unused users and databases&lt;br /&gt;
** Remove installation history&lt;br /&gt;
&lt;br /&gt;
A PHP security checker is available [https://github.com/sektioneins/pcc here]. This is a one-page php file designed to analyze PHP configuration and rank the findings based on severity.&lt;br /&gt;
&lt;br /&gt;
== Remote access ==&lt;br /&gt;
* Don’t use FTP (use sFTP where possible)&lt;br /&gt;
* If SSH access is available, use [http://linux.die.net/man/1/scp scp] or [http://winscp.net/eng/index.php WinSCP] for file transfer &lt;br /&gt;
* Consider using VPN or [http://www.pentest.ro/ssh-tunnels-an-alternative-to-vpn/ SSH tunnels] to the server for accessing the WordPress administrative interface&lt;br /&gt;
&lt;br /&gt;
= WordPress security =&lt;br /&gt;
There are three main components of WordPress that need to be considered from a security perspective when implementing the solution.&lt;br /&gt;
&lt;br /&gt;
* Core – the basic default installation files that provide most of the functionality &lt;br /&gt;
* Plugins – special written code to improve and extend the basic functionality&lt;br /&gt;
* Theme – the presentation layer which may come with some limited extended functionality&lt;br /&gt;
&lt;br /&gt;
== Updates ==&lt;br /&gt;
It is of vital importance to keep WordPress core, plugins and themes updated. Once an update is released, it needs to be applied as soon as possible to close any security holes. &lt;br /&gt;
&lt;br /&gt;
Functional problems with updates must be considered. It is possible that an update will break some of the functionality so a backup is recommended before updating the core. &lt;br /&gt;
&lt;br /&gt;
=== WordPress Core ===&lt;br /&gt;
The WordPress core has three different types of updates:&lt;br /&gt;
&lt;br /&gt;
* Core development updates, known as the &amp;quot;bleeding edge&amp;quot;&lt;br /&gt;
* Minor core updates, such as maintenance and security releases&lt;br /&gt;
* Major core release updates&lt;br /&gt;
&lt;br /&gt;
Starting with version 3.7, automatic background updates were introduced by default for minor core updates releases (generally security updates). This default behavior can be overridden by editing the wp-config.php file and adding or modifying the following statement&lt;br /&gt;
&lt;br /&gt;
''define( 'WP_AUTO_UPDATE_CORE', true );''&lt;br /&gt;
&lt;br /&gt;
When set to true all updates will be enabled. Translations are updated by default with the minor core updates.&lt;br /&gt;
&lt;br /&gt;
=== Themes and Plugins ===&lt;br /&gt;
The themes and plugins can be updated automatically using filters. The best place to put a filter is in a [http://codex.wordpress.org/Must_Use_Plugins must-use plugin]. WordPress doesn’t recommend putting filters in the wp-config.php file because of conflicts with other parts of the code.&lt;br /&gt;
&lt;br /&gt;
To enable automatic updates for themes and plugins, add the following code&lt;br /&gt;
&lt;br /&gt;
''add_filter( 'auto_update_plugin', '__return_true' );''&lt;br /&gt;
&lt;br /&gt;
''add_filter( 'auto_update_theme', '__return_true' );''&lt;br /&gt;
&lt;br /&gt;
== Removal of unused plugins and themes ==&lt;br /&gt;
Depending on the server configuration, the files in the WordPress folder can be accessed from the Internet regardless of whether they are used or not. Even if a plugin is disabled, the files are still there and they are accessible from the Internet.&lt;br /&gt;
&lt;br /&gt;
When a new vulnerability is discovered, the attackers write scripts to look for the vulnerable files. Knowing the location of vulnerable plugins increases their chances of infiltrating a vulnerable instance. &lt;br /&gt;
&lt;br /&gt;
Any plugins and themes that are not actively used must be deleted. &lt;br /&gt;
&lt;br /&gt;
== Plugins &amp;amp; Themes Security ==&lt;br /&gt;
Plugins and themes are a great addition to the functionality offered by the WordPress core. WordPress’ success is based on these elements. It’s easy to develop a new theme, add new functions with plugins. This ease of development comes with the security downside. In the rush for functionality, the developers often forget about security. Looking at the [https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=wordpress CVE list for WordPress] it’s worth noticing that in the past years most of the security defects are affecting the plugins and themes and not WordPress core.&lt;br /&gt;
&lt;br /&gt;
Developing on top of WordPress should be regarded as a regular development job and follow a standard secure development lifecycle. Concrete action items for this chapter include source code review and penetration testing of plugins and themes.&lt;br /&gt;
&lt;br /&gt;
When choosing to use an already developed plugin by a 3&amp;lt;sup&amp;gt;rd&amp;lt;/sup&amp;gt; party, a security audit should be performed. Good differentiators for available plugins are:&lt;br /&gt;
&lt;br /&gt;
* Publication in the official plugin store at [https://wordpress.org/plugins/ https://wordpress.org/plugins/]&lt;br /&gt;
* User ratings and comments&lt;br /&gt;
* Version number (is it a young plugin/theme or has it faced the challenges of time?)&lt;br /&gt;
* Last update &lt;br /&gt;
* Update frequency &lt;br /&gt;
* Compatibility with the current version of the WordPress core&lt;br /&gt;
&lt;br /&gt;
In order to perform a source code audit, the following tools can be used:&lt;br /&gt;
&lt;br /&gt;
* [http://rips-scanner.sourceforge.net/ RIPS]&lt;br /&gt;
* [http://www.program-transformation.org/PHP/PhpSat PHP-sat]&lt;br /&gt;
* [http://www.scovetta.com/yasca.html Yasca]&lt;br /&gt;
* [http://resources.infosecinstitute.com/finding-bugs-in-php-using-grep/ Manual analysis using ][http://resources.infosecinstitute.com/finding-bugs-in-php-using-grep/ grep]&lt;br /&gt;
&lt;br /&gt;
Things to pay extra attention during the source code audit:&lt;br /&gt;
&lt;br /&gt;
* Obfuscated code&lt;br /&gt;
* BASE64 encode function&lt;br /&gt;
* System call functions (exec, passthru, system, shell_exec, etc.)&lt;br /&gt;
* PHP code execution (eval, assert, preg_replace, etc.)&lt;br /&gt;
* Information disclosure functions (phpinfo, getenv, getmygid/pid/uid, etc.)&lt;br /&gt;
* Filesystem functions (fopen, bz/gzopen, chgrp/own/mod, etc.)&lt;br /&gt;
&lt;br /&gt;
== Backup ==&lt;br /&gt;
The backup process is essential. The configuration of the backup process can make the distinction between a clean and fast recovery or a loss of data and prolonged downtime.&lt;br /&gt;
&lt;br /&gt;
What needs to be included in the backup?&lt;br /&gt;
&lt;br /&gt;
* The WordPress Files&lt;br /&gt;
** WordPress Core Installation&lt;br /&gt;
** WordPress Plugins&lt;br /&gt;
** WordPress Themes&lt;br /&gt;
** Images and Files&lt;br /&gt;
** JavaScript and PHP scripts, and other code files&lt;br /&gt;
** Additional Files and Static Web Pages&lt;br /&gt;
* The Database&lt;br /&gt;
&lt;br /&gt;
It’s easy to say that a full backup of the /public_html folder is needed. However there are situations in which this is not feasible nor enough. There are situations in which large quantities of data is generated in the public folder (statistics, temporary data, etc.) that is useless in the backup process. There’s also the situation in which configuration files are placed outside the public directory. They also need backup.&lt;br /&gt;
&lt;br /&gt;
The plan is to identify the files and folders that must be part of the backup process and save these in a remote location.&lt;br /&gt;
&lt;br /&gt;
For database backup, the mysql command line can be used or administrative interfaces like phpMyAdmin. &lt;br /&gt;
&lt;br /&gt;
How often should the backup be performed? It all depends on how often the instance is updated from a content perspective. If there are multiple updates a day, it’s a good idea to have a daily backup. If there’s a new article every several days, than a weekly or monthly backup is the way to go.&lt;br /&gt;
&lt;br /&gt;
It’s a good practice to keep multiple backups and have them time stamped. This is because a breach might not be noticed immediately and a clean recovery can only be performed from a backup which is several iterations old. &lt;br /&gt;
&lt;br /&gt;
Verifying that the backup is functional is part of the process. A backup that does not allow quick and full recovery is useless. The idea is to have a clean server and perform a full recovery from the backup, then check all the functionality and make sure nothing is missing.&lt;br /&gt;
&lt;br /&gt;
=== Automation ===&lt;br /&gt;
The steps above are manual and labor intensive. There is a full list of plugins that can help this process: [https://wordpress.org/plugins/tags/backup https://wordpress.org/plugins/tags/backup]&lt;br /&gt;
&lt;br /&gt;
The one free alternative offering full backup capabilities that stands out of the list is [https://wordpress.org/plugins/backwpup/ BackWPup]. The free version can be used to save your complete installation including /wp-content/ and push it to an external Backup Service, like Dropbox, S3, FTP (not a good idea) and many more. &lt;br /&gt;
&lt;br /&gt;
From a security perspective, it’s worth noticing that an attacker who compromised the installation may be able to retrieve credentials and access the remote location of the backups, thus being able to manipulate or delete them. As a good precaution, on the remote side where the backups are stored, an independent process should take the backups and move them to a location inaccessible from the WordPress installation.&lt;br /&gt;
&lt;br /&gt;
== User roles and proper usage ==&lt;br /&gt;
Understanding the roles and properly assigning them to users is essential in the segregation of duties process. &lt;br /&gt;
&lt;br /&gt;
The WordPress roles are:&lt;br /&gt;
&lt;br /&gt;
* Super Admin – somebody with access to the site network administration features and all other features&lt;br /&gt;
* Administrator – somebody who has access to all the administration features within a single site&lt;br /&gt;
* Editor – somebody who can publish and manage posts including the posts of other users&lt;br /&gt;
* Author – somebody who can publish and manage their own posts&lt;br /&gt;
* Contributor – somebody who can write and manage their own posts but cannot publish them&lt;br /&gt;
* Subscriber – somebody who can only manage their profile&lt;br /&gt;
&lt;br /&gt;
The least privilege principle must be considered when assigning roles. &lt;br /&gt;
&lt;br /&gt;
A full list of privileges and a comparison between roles is available at [http://codex.wordpress.org/Roles_and_Capabilities http://codex.wordpress.org/Roles_and_Capabilities]. &lt;br /&gt;
&lt;br /&gt;
Supporting plugins:&lt;br /&gt;
&lt;br /&gt;
* [https://wordpress.org/plugins/members/ Members Plugin]&lt;br /&gt;
* [https://wordpress.org/plugins/role-scoper/ Role Scoper Plugin]&lt;br /&gt;
* [http://wordpress.org/extend/plugins/user-access-manager/ User Access Manager]&lt;br /&gt;
* [http://wordpress.org/extend/plugins/advanced-access-manager/ Advanced Access Manager]&lt;br /&gt;
* [http://wordpress.org/extend/plugins/user-role-editor/ User Role Editor]&lt;br /&gt;
&lt;br /&gt;
== Restrict the access to the admin interface ==&lt;br /&gt;
Restricting the access to the admin interface should be considered as no regular user is in need of access to this area. For a site with few users it makes sense to whitelist their IP addresses. Additionally, the access can be restricted only to the localhost and have the users VPN in or create a tunnel to the server (if SSH is enabled) and then access the admin interface.&lt;br /&gt;
&lt;br /&gt;
To restrict the access to the wp-admin folder, a file called .htaccess needs to be created in that folder. The content of the file should be:&lt;br /&gt;
&lt;br /&gt;
''Order Deny,Allow''&lt;br /&gt;
&lt;br /&gt;
''Deny from all''&lt;br /&gt;
&lt;br /&gt;
''Allow from 127.0.0.1''&lt;br /&gt;
&lt;br /&gt;
Multiple IP addresses separated by whitespaces can be added and the use wildcards (*) is permitted.&lt;br /&gt;
&lt;br /&gt;
== Prevent brute-forcing ==&lt;br /&gt;
Brute-forcing is the easy way in for an attacker. As discussed in the General Security chapter, a prerequisite for preventing bruteforcing is to have [https://www.owasp.org/index.php/Authentication_Cheat_Sheet#Password_Complexity strong passwords]. Apart from that, an additional layer of protection can be added in the form of [http://en.wikipedia.org/wiki/CAPTCHA CAPTCHA]. &lt;br /&gt;
&lt;br /&gt;
One good plugin candidate is [https://wordpress.org/plugins/google-captcha/ Google Captcha (reCAPTCHA)]. The advantage of this plugin is that it can be used to add the extra layer of protection on other areas as well (like registration and comments).&lt;br /&gt;
&lt;br /&gt;
CAPTCHA is not a perfect solution by any means. There are services offering real-time CAPTCHA solving for a few cents per challenge. However it takes seconds to solve a CAPTCHA even for a good service like this, thus this sort of attack becomes unfeasible.&lt;br /&gt;
&lt;br /&gt;
Another preventive measure is to lock-out accounts after a series of failed attempts. There is no plugin at the moment that can lock a user after several failed attempts for a period of time, there are plugins blocking IP addresses that are brute-forcing the login mechanism. This approach is not the best when dealing with distributed attacks.&lt;br /&gt;
&lt;br /&gt;
== Implement two factor authentication ==&lt;br /&gt;
To add another layer of security on the authentication mechanism, two factor authentication can be enabled. Two factor authentication is a method of securing accounts requiring that you not only know something (a password) to log in but also that you possess something (your mobile device). The benefit of this approach to security is that even if someone guesses your password, they need to have also stolen your possession in order to break into your account.&lt;br /&gt;
&lt;br /&gt;
Supporting plugin:&lt;br /&gt;
&lt;br /&gt;
* [https://wordpress.org/plugins/google-authenticator/installation/ Google Authenticator]&lt;br /&gt;
&lt;br /&gt;
== Remove or change the default administrator account ==&lt;br /&gt;
There are two main reasons for creating a new administrator or modifying the old one:&lt;br /&gt;
&lt;br /&gt;
* After the installation the default username is “admin”; an attacker trying to brute-force his way in will try default usernames&lt;br /&gt;
* The default id of the admin account is 1; an attacker who discovers a SQL injection is will try to update the user with id = 1&lt;br /&gt;
&lt;br /&gt;
Both tasks can be performed manually in the database without the need to delete the admin account or can be performed in the administration User Interface. Create a new administrator, log in with the new credentials and delete the default one.&lt;br /&gt;
&lt;br /&gt;
== Disable user registration if not needed ==&lt;br /&gt;
If user management is performed manually or through integration with other user management systems, there is no need for this functionality to be enabled in WordPress.&lt;br /&gt;
&lt;br /&gt;
To disable user registration, log in as an administrator, go to '''Settings -&amp;gt; General''' and make sure the '''“Anyone can register”''' box is unchecked.&lt;br /&gt;
&lt;br /&gt;
== Change the database prefix ==&lt;br /&gt;
In case a 0-day SQL injection vulnerability is discovered, an attacker will try to exploit the known tables from a default WordPress installation. To prevent this from happening, the default prefix of the tables needs to be changed. This can be performed in several ways:&lt;br /&gt;
&lt;br /&gt;
* During the installation process&lt;br /&gt;
* Manually via ''mysql'' command line or ''phpMyAdmin'' for all the tables; after this, the wp-config.php file must be configured to reflect the changes ($table_prefix = &amp;quot;ves1uaq3_&amp;quot;;)&lt;br /&gt;
* With a plugin ([https://wordpress.org/plugins/db-prefix-change/ Change DB Prefix])&lt;br /&gt;
&lt;br /&gt;
== Control comments ==&lt;br /&gt;
WordPress was initially a blogging platform so the ability to add comments was part of the success story. Things changed with the shift of WordPress towards a CMS so comments might not be necessary in all instances. There are several things that need to be considered when dealing with this topic:&lt;br /&gt;
&lt;br /&gt;
* Are comments needed? If not, they should be disabled. Log in as administrator. For new posts go to '''Settings -&amp;gt; Discussion''' and uncheck &amp;quot;'''Allow people to post comments on new articles'''&amp;quot;. For existing posts, go to '''Posts''', select all of them, '''Bulk Actions -&amp;gt; Edit''' and choose “'''do not allow'''” near '''Comments''' before hitting '''Update posts'''.&lt;br /&gt;
* If comments are required, who should be able to post them? If only registered users should be allowed to add comments, go to '''Settings -&amp;gt; Discussion''' and check the “'''Users must be registered and logged in to comment'''” box.&lt;br /&gt;
* Should comments be reviewed before publishing? If so, the “'''Comment must be manually approved'''” box must be checked.&lt;br /&gt;
* If comments are not reviewed before publishing, using an anti-spam plugin like the default [https://wordpress.org/plugins/akismet/ Akismet] is advised &lt;br /&gt;
&lt;br /&gt;
As a general rule of thumb, all the options under '''Settings -&amp;gt; Discussion '''should be carefully reviewed. &lt;br /&gt;
&lt;br /&gt;
== Check file permissions ==&lt;br /&gt;
Permissions on files and directories determine who is allowed to read, write and execute them. Permission settings will vary from situation to situation and between shared hosting and dedicated hosting.&lt;br /&gt;
&lt;br /&gt;
Following is a list of desired permissions on sensitive items and fallback options:&lt;br /&gt;
&lt;br /&gt;
* wp-config.php&lt;br /&gt;
** Desired: 400&lt;br /&gt;
** Fallback: 440, 600, 640&lt;br /&gt;
* uploads folder&lt;br /&gt;
** Desired: 755&lt;br /&gt;
** Fallback: 766, 777 (not recommended)&lt;br /&gt;
* .htaccess files&lt;br /&gt;
** Desired: 400&lt;br /&gt;
** Fallback: 440, 444, 600, 640&lt;br /&gt;
&lt;br /&gt;
== Delete readme.html and install.php ==&lt;br /&gt;
The readme.html file may reveal sensitive information and is not needed from a functional perspective. The install.php is a residue of the installation process and even though it does not allow it to be restarted it’s not needed and should be removed.&lt;br /&gt;
&lt;br /&gt;
Action item:&lt;br /&gt;
&lt;br /&gt;
* Delete the /&amp;lt;WordPress_root&amp;gt;/readme.html and /&amp;lt;WordPress_root&amp;gt;/wp-admin/install.php files&lt;br /&gt;
&lt;br /&gt;
== Add blank index.php files where needed ==&lt;br /&gt;
Especially in shared environments where the settings of the web server are outside the control of the WordPress implementer, directory listing might be enabled. To add an extra layer of security, blank index.php files should be added to the folders that don’t have indexes in order to prevent browsing of the resources. The main folders that need to be considered are:&lt;br /&gt;
&lt;br /&gt;
* wp-includes&lt;br /&gt;
* wp-content&lt;br /&gt;
* wp-content/plugins&lt;br /&gt;
* wp-content/themes&lt;br /&gt;
* wp-content/uploads&lt;br /&gt;
&lt;br /&gt;
== Move wp-config.php file outside the web root folder ==&lt;br /&gt;
The wp-config.php file is a very important configuration file. It contains a lot of sensitive information about your WordPress site, like your database information for example.&lt;br /&gt;
&lt;br /&gt;
WordPress will automatically look for this file in the folder above the WordPress root folder if it does not exist in the root folder. Moving this file out of the public_html folder means the file will not be accessible from the Internet.&lt;br /&gt;
&lt;br /&gt;
== Create secret keys ==&lt;br /&gt;
Starting with the release of WordPress 2.6, a new set of security features for passwords and password hashing and cookie security is included. This feature works without doing anything, but it's not particularly powerful without some extra steps. In order to greatly increase the security of the WordPress installation, secret keys must be set up. This should be part of the standard installation process. Whenever there’s suspicion that the secret keys have been compromised, the administrator must change them. Changing the secret keys will invalidate all sessions so users will need to re-authenticate. &lt;br /&gt;
&lt;br /&gt;
Setting up or changing secret keys can be done by adding or editing the following lines to the wp-config.php file, right after the other define statements:&lt;br /&gt;
&lt;br /&gt;
''define('AUTH_KEY', 'put your unique phrase here');''&lt;br /&gt;
&lt;br /&gt;
''define('SECURE_AUTH_KEY', 'put your unique phrase here');''&lt;br /&gt;
&lt;br /&gt;
''define('LOGGED_IN_KEY', 'put your unique phrase here');''&lt;br /&gt;
&lt;br /&gt;
''define('NONCE_KEY', 'put your unique phrase here');''&lt;br /&gt;
&lt;br /&gt;
== Enforce transport layer encryption for administrative tasks ==&lt;br /&gt;
It was discussed earlier that SSL should be configured and used to access the WordPress instance. Usually sites are available over port 80 and 443. This means that the users are free to choose if they use a clear text or an encrypted communication channel. &lt;br /&gt;
&lt;br /&gt;
In order to force the usage of SSL (at least) for sensitive actions, the following lines must be added to the wp-config.php file:&lt;br /&gt;
&lt;br /&gt;
''define('FORCE_SSL_LOGIN', true);''&lt;br /&gt;
&lt;br /&gt;
''define('FORCE_SSL_ADMIN', true);''&lt;br /&gt;
&lt;br /&gt;
== Use a Web Application Firewall (WAF) ==&lt;br /&gt;
A WAF should be in place at the web server layer. Because that is not always accessible to the implementer, a WAF plugin can be used to add this layer of protection.&lt;br /&gt;
&lt;br /&gt;
A good plugin candidate is [https://wordpress.org/plugins/ninjafirewall/ NinjaFirewall].&lt;br /&gt;
&lt;br /&gt;
== Security plugins ==&lt;br /&gt;
This section is a list of security plugins and a short description of their functionality. As previously mentioned, the focus is on free plugins.&lt;br /&gt;
&lt;br /&gt;
* [https://wordpress.org/plugins/better-wp-security/ iThemes Security] – iThemes Security (formerly Better WP Security) gives you over 30+ ways to secure and protect your WordPress site. In its free version it can obscure, detect, protect and recover a WordPress installation&lt;br /&gt;
* [https://wordpress.org/plugins/bulletproof-security/ BulletProof Security] – the free version offers:&lt;br /&gt;
** .htaccess Website Security Protection (Firewalls)&lt;br /&gt;
** Login Security &amp;amp; Monitoring&lt;br /&gt;
** DB Backup&lt;br /&gt;
** DB Backup Logging&lt;br /&gt;
** DB Table Prefix Changer&lt;br /&gt;
** Security Logging&lt;br /&gt;
** HTTP Error Logging&lt;br /&gt;
** FrontEnd/BackEnd Maintenance Mode&lt;br /&gt;
* [https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ All In One WP Security &amp;amp; Firewall]&lt;br /&gt;
** User Account/Login/Registration Security&lt;br /&gt;
** Database &amp;amp; File System Security&lt;br /&gt;
** htaccess and wp-config.php File Backup and Restore&lt;br /&gt;
** Blacklist Functionality&lt;br /&gt;
** Firewall Functionality&lt;br /&gt;
** Brute-force login attack prevention&lt;br /&gt;
** Security Scanner&lt;br /&gt;
* [https://wordpress.org/plugins/sucuri-scanner/ Sucuri Security - Auditing, Malware Scanner and Security Hardening]&lt;br /&gt;
** Security Activity Auditing&lt;br /&gt;
** File Integrity Monitoring&lt;br /&gt;
** Remote Malware Scanning&lt;br /&gt;
** Blacklist Monitoring&lt;br /&gt;
** Effective Security Hardening&lt;br /&gt;
** Post-Hack Security Actions&lt;br /&gt;
** Security Notifications&lt;br /&gt;
** Website Firewall (add on)&lt;br /&gt;
* [https://wordpress.org/plugins/wp-security-scan/ Acunetix WP Security] &amp;amp; [https://wordpress.org/plugins/secure-wordpress/faq/ Acunetix Secure WordPress] – these plugins check your WordPress website/blog for security vulnerabilities and suggests corrective actions such as:&lt;br /&gt;
** Passwords&lt;br /&gt;
** File permissions&lt;br /&gt;
** Database security&lt;br /&gt;
** Version hiding&lt;br /&gt;
** WordPress admin protection/security&lt;br /&gt;
** Removes WP Generator META tag from core code&lt;br /&gt;
&lt;br /&gt;
= Large-scale integration =&lt;br /&gt;
Implementing one WordPress site and maintaining it is a doable job for an administrator. In large corporate environments there may be hundreds of instances that need management, configuration and maintenance. This can easily become an unmanageable situation. When dealing with large number of instances, a centralized approach is needed.&lt;br /&gt;
&lt;br /&gt;
== Creating a standard image ==&lt;br /&gt;
The first step is to create a standard WordPress installation with all the security configuration and plugins in place. This should be a blank installation with no data that can be easily replicated when a new instance needs to be created. &lt;br /&gt;
&lt;br /&gt;
A process for new instances must be in place and approach at least the following subjects:&lt;br /&gt;
&lt;br /&gt;
* General configuration&lt;br /&gt;
* Database connectivity &lt;br /&gt;
* Setting the administrator account&lt;br /&gt;
&lt;br /&gt;
== LDAP integration &amp;amp; Single Sign On ==&lt;br /&gt;
User management for large WordPress sites can be a hassle. In corporate environments users are in general centrally managed and assigned to different groups. WordPress can make use of this already established situation. Whether it’s [http://en.wikipedia.org/wiki/Active_Directory Active Directory] or other LDAP compatible service, this establishment is already used in the organization trying to implement WordPress. It’s easy to set up groups based on WordPress roles and assign users to different groups, based on their required level of access. Once the integration is achieved, one can go further towards an elegant solution by implementing Single Sign On. &lt;br /&gt;
&lt;br /&gt;
Supporting plugins:&lt;br /&gt;
&lt;br /&gt;
* [https://wordpress.org/plugins/active-directory-integration/ Active Directory Integration]&lt;br /&gt;
* [https://wordpress.org/support/plugin/active-directory-sso Active Directory SSO]&lt;br /&gt;
* [https://wordpress.org/plugins/simple-ldap-login/ Simple LDAP Login]&lt;br /&gt;
&lt;br /&gt;
== Multisites ==&lt;br /&gt;
A large environment requires multiple instances of WordPress. Managing each individual instance can become impossible for a single person or a small team. This is where a built-in feature of WordPress comes in handy, [http://codex.wordpress.org/Create_A_Network multisite or network of sites].&lt;br /&gt;
&lt;br /&gt;
A multisite network can be very similar to a personal version of WordPress.com. End users can create their own sites on demand, just like end users of WordPress.com can create blogs on demand. If there’s no need to allow end users to create their own sites on demand, the administrator of the network can create a multisite network in which only he can add new sites.&lt;br /&gt;
&lt;br /&gt;
A multisite network is a collection of sites that all share the same WordPress installation. They can also share plugins and themes. The individual sites in the network are virtual sites in the sense that they do not have their own directories on your server, although they do have separate directories for media uploads within the shared installation, and they do have separate tables in the database.&lt;br /&gt;
&lt;br /&gt;
WordPress does a good job in providing the necessary documentation for:&lt;br /&gt;
&lt;br /&gt;
* [http://codex.wordpress.org/Create_A_Network Installation]&lt;br /&gt;
* [http://codex.wordpress.org/Multisite_Network_Administration Administration]&lt;br /&gt;
* [http://codex.wordpress.org/Debugging_a_WordPress_Network Debugging]&lt;br /&gt;
* [http://codex.wordpress.org/Migrating_Multiple_Blogs_into_WordPress_3.0_Multisite Migration]&lt;br /&gt;
&lt;br /&gt;
The benefit of the multisite feature is centralized management of security. Plugins can be checked once for security defects and when a stable and secure version is available it can be pushed to all the sites in the same time.&lt;br /&gt;
&lt;br /&gt;
This built-in solution might not always be the best choice. For example, all the plugins are shared between different sites and the administrators of those sites choose which plugins to enable and which to disable.&lt;br /&gt;
&lt;br /&gt;
== Unified management of multiple installations ==&lt;br /&gt;
If multiple separate instances of WordPress need to be managed centrally, there are several solutions (most of them have at least some form of commercial addons) that can accomplish the task:&lt;br /&gt;
&lt;br /&gt;
* [http://infinitewp.com/ InfinteWP] is a free, self-hosted multiple WordPress management platform that simplifies WordPress management tasks into simple clicks. Features:&lt;br /&gt;
** One master login&lt;br /&gt;
** One click updates&lt;br /&gt;
** Instant backup &amp;amp; restore&lt;br /&gt;
** Plugins &amp;amp; themes management&lt;br /&gt;
* [https://managewp.com/ ManageWP]&lt;br /&gt;
* [https://wpremote.com/ WPRemote] lets administrators monitor an unlimited number of WordPress websites. Through the WP Remote dashboard they can update WordPress and update plugins and themes. A snapshot (backup) of the websites can be downloaded from the interface&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Resources =&lt;br /&gt;
The project started with a discussion between [https://www.linkedin.com/in/dancatalinvasile Dan Vasile] (the initiator) and [https://www.linkedin.com/in/andersvinther Anders Vinther] who has already published [http://www.wpsecuritychecklist.com/ a guide] about secure WordPress implementation. Based on the information there, a part of the skeleton and content of the current project was created.&lt;br /&gt;
&lt;br /&gt;
== Browser security ==&lt;br /&gt;
* [http://www.cert.org/historical/tech_tips/securing-web-browser-index.cfm http://www.cert.org/historical/tech_tips/securing-web-browser-index.cfm]&lt;br /&gt;
&lt;br /&gt;
== Apache hardening ==&lt;br /&gt;
* [http://httpd.apache.org/docs/current/misc/security_tips.html http://httpd.apache.org/docs/current/misc/security_tips.html]&lt;br /&gt;
* [http://www.tecmint.com/apache-security-tips/ http://www.tecmint.com/apache-security-tips/]&lt;br /&gt;
* [https://wiki.debian.org/Apache/Hardening https://wiki.debian.org/Apache/Hardening]&lt;br /&gt;
&lt;br /&gt;
== PHP hardening ==&lt;br /&gt;
* [http://php.net/manual/en/security.php http://php.net/manual/en/security.php]&lt;br /&gt;
* [http://www.cyberciti.biz/tips/php-security-best-practices-tutorial.html http://www.cyberciti.biz/tips/php-security-best-practices-tutorial.html]&lt;br /&gt;
* [http://www.suhosin.org/stories/index.html http://www.suhosin.org/stories/index.html]&lt;br /&gt;
&lt;br /&gt;
== MySQL hardening ==&lt;br /&gt;
* [https://www.owasp.org/index.php/OWASP_Backend_Security_Project_MySQL_Hardening https://www.owasp.org/index.php/OWASP_Backend_Security_Project_MySQL_Hardening]&lt;br /&gt;
* [http://www.greensql.com/content/mysql-security-best-practices-hardening-mysql-tips http://www.greensql.com/content/mysql-security-best-practices-hardening-mysql-tips]&lt;br /&gt;
&lt;br /&gt;
== Wordpress ==&lt;br /&gt;
* [http://codex.wordpress.org/Configuring_Automatic_Background_Updates http://codex.wordpress.org/Configuring_Automatic_Background_Updates]&lt;br /&gt;
* [http://stackoverflow.com/questions/3115559/exploitable-php-functions http://stackoverflow.com/questions/3115559/exploitable-php-functions]&lt;br /&gt;
* [http://codex.wordpress.org/WordPress_Backups http://codex.wordpress.org/WordPress_Backups] &lt;br /&gt;
* [http://codex.wordpress.org/Roles_and_Capabilities http://codex.wordpress.org/Roles_and_Capabilities]&lt;br /&gt;
* [http://en.support.wordpress.com/security/two-step-authentication/ http://en.support.wordpress.com/security/two-step-authentication/] &lt;br /&gt;
* [http://codex.wordpress.org/Create_A_Network http://codex.wordpress.org/Create_A_Network] &lt;br /&gt;
* [http://codex.wordpress.org/Before_You_Create_A_Network http://codex.wordpress.org/Before_You_Create_A_Network] &lt;br /&gt;
* [http://codex.wordpress.org/Migrating_Multiple_Blogs_into_WordPress_3.0_Multisite http://codex.wordpress.org/Migrating_Multiple_Blogs_into_WordPress_3.0_Multisite] &lt;br /&gt;
&lt;br /&gt;
=Project About=&lt;br /&gt;
{{:Projects/OWASP_Wordpress_Security_Checklist_Project}} &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Wordpress_Security_Implementation_Guideline&amp;diff=183815</id>
		<title>OWASP Wordpress Security Implementation Guideline</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Wordpress_Security_Implementation_Guideline&amp;diff=183815"/>
				<updated>2014-10-16T23:45:37Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: Dan Vasile moved page OWASP Wordpress Security Checklist Project to OWASP Wordpress Security Implementation Guideline: The focus of the project shifted towards a guide format rather than a simple checklist&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Considerations =&lt;br /&gt;
This project aims for a unified approach on WordPress security design and implementation. It is definitely more than a checklist, it's a guide for secure implementation and invitation to consider and analyze each individual case. &lt;br /&gt;
&lt;br /&gt;
There is a long list of recommended resources. The author aimed to offer open source or free resources instead of commercial ones. Some plugins have a free version and a paid one that offers extra functionality. In such cases, the focus was on the free version.&lt;br /&gt;
&lt;br /&gt;
= General security =&lt;br /&gt;
This section is meant to be just a reminder that all the other hardening measures are useless if an attacker can gain access to WordPress users’ computers. We’re not going to spend the time and effort to go into details but rather enumerate the common good practices each security conscious user should have in mind. There are plenty of good resources to help anyone accomplish security basics.&lt;br /&gt;
&lt;br /&gt;
== Device security ==&lt;br /&gt;
When we talk about devices capable of accessing the WordPress administration interface we don’t just talk about computers but mobile devices as well. The following is a list of items that needs to be taken into account when securing the devices that will be accessing the WordPress instances. Some of them may refer to PCs and mobile devices, others just to one of the devices.&lt;br /&gt;
&lt;br /&gt;
* Password protect the device&lt;br /&gt;
* Use strong passwords&lt;br /&gt;
* Keep the OS updated&lt;br /&gt;
* Encrypt the storage&lt;br /&gt;
* Have an anti-virus installed and updated&lt;br /&gt;
* Have a malware/spyware scanner installed and perform regular scans and updates&lt;br /&gt;
* Have a firewall installed and configured &lt;br /&gt;
* [http://www.cert.org/historical/tech_tips/securing-web-browser-index.cfm Secure your browser]&lt;br /&gt;
&lt;br /&gt;
= Infrastructure security =&lt;br /&gt;
Before hardening the core of WordPress an implementer must consider hardening the services on which the instance will be installed. Sometimes the underlying infrastructure is not under the control of the implementer. While there are things that can be hardened on WordPress to mitigate things that are supposed to be fixed on the infrastructure side, one should always consider defense in depth. The implementer can contact the infrastructure administrator and ask for specific hardening in order to further protect the applications that will be installed on top of that, in this case WordPress. &lt;br /&gt;
&lt;br /&gt;
The foundation of infrastructure hardening is operating system hardening. This is a broad subject and highly dependent on the OS, the main concerns being around privileges, access control, authentication and logging. It’s a topic outside the coverage of the current project and these are things that must be covered by experienced system administrators.&lt;br /&gt;
&lt;br /&gt;
WordPress can be installed on a multitude of platforms but the main focus below is on the most common components, Apache and MySQL. The general rules though apply to all supported infrastructure components. &lt;br /&gt;
&lt;br /&gt;
Following best design practices, the tiers of the WordPress instance should be separated. However the presentation and application layers are bind together leaving room for one separation, the one with the database. For small applications it’s not a common practice, but for larger sites this becomes a must from a security but also a performance perspective. &lt;br /&gt;
&lt;br /&gt;
As was the case with general security, this is just a list of things that should be performed in order to harden the infrastructure and not the means to do it. &lt;br /&gt;
&lt;br /&gt;
== Apache hardening ==&lt;br /&gt;
* Update regularly&lt;br /&gt;
* Disable directory listing&lt;br /&gt;
* Secure the communication with the server by generating and using SSL certificates&lt;br /&gt;
* Disable unnecessary modules&lt;br /&gt;
** Good candidates for this are: ''userdir'', ''suexec'', ''cgi/cgid'', ''include'', ''autoindex''&lt;br /&gt;
* Run the daemon as a separate user and group&lt;br /&gt;
* Use ''Allow'' and ''Deny'' to restrict access to directories&lt;br /&gt;
* Use ''mod_security''module to secure Apache&lt;br /&gt;
* Disable following of ''symbolic links''&lt;br /&gt;
* Turn off server sides includes and CGI execution&lt;br /&gt;
* Limit request size&lt;br /&gt;
* Configure other settings like ''TimeOut'', ''MaxClients'', ''KeepAliveTimeout'', ''LimitRequestFields'', ''LimitRequestFieldSize'' in order to prevent DoS attacks&lt;br /&gt;
* Enable and configure proper logging&lt;br /&gt;
* Modify server banner&lt;br /&gt;
&lt;br /&gt;
== PHP hardening ==&lt;br /&gt;
* Update regularly&lt;br /&gt;
* Don’t install PHP as a CGI binary&lt;br /&gt;
* Disable unnecessary PHP modules&lt;br /&gt;
* Disable unused potentially dangerous PHP functions (good examples: ''exec'',''passthru'',''shell_exec'',''system'', etc.)&lt;br /&gt;
* Log errors internally&lt;br /&gt;
* Disable verbose error reporting on the client side&lt;br /&gt;
* Turn off remote code execution (if it’s not needed; the core WordPress doesn’t need this functionality)&lt;br /&gt;
* Disable magic quotes&lt;br /&gt;
* Limit PHP access to file system&lt;br /&gt;
* Protect from DoS&lt;br /&gt;
** Control POST size&lt;br /&gt;
** Limit script time execution&lt;br /&gt;
** Limit memory usage&lt;br /&gt;
* Consider implementing the [http://www.suhosin.org/stories/index.html Suhoshin security extension]&lt;br /&gt;
* Hide the version of PHP in use&lt;br /&gt;
* Hide the .php extension&lt;br /&gt;
&lt;br /&gt;
== MySQL hardening ==&lt;br /&gt;
There is an entire [https://www.owasp.org/index.php/OWASP_Backend_Security_Project_MySQL_Hardening OWASP project dedicated to MySQL hardening]. The main action items are:&lt;br /&gt;
&lt;br /&gt;
* Update regularly&lt;br /&gt;
* Disable or restrict remote access&lt;br /&gt;
* Filesystem access restrictions and ACLs&lt;br /&gt;
* Designing a chroot-jail&lt;br /&gt;
* Encrypting network traffic (this is a must if the database layer is physically separated from the application layer)&lt;br /&gt;
* Encrypting raw databases on filesystem level&lt;br /&gt;
** Redundant if disk encryption is in place at the OS layer&lt;br /&gt;
** However, by using ''dmcrypt'', one can generate an extra layer of encryption&lt;br /&gt;
* Backup encryption&lt;br /&gt;
* Configuration&lt;br /&gt;
** Connectivity: maximum number of concurrent connections and related settings&lt;br /&gt;
** Logging&lt;br /&gt;
** Access control and privilege management&lt;br /&gt;
** Set up root password&lt;br /&gt;
** Rename root account&lt;br /&gt;
** Delete unused users and databases&lt;br /&gt;
** Remove installation history&lt;br /&gt;
&lt;br /&gt;
A PHP security checker is available [https://github.com/sektioneins/pcc here]. This is a one-page php file designed to analyze PHP configuration and rank the findings based on severity.&lt;br /&gt;
&lt;br /&gt;
== Remote access ==&lt;br /&gt;
* Don’t use FTP (use sFTP where possible)&lt;br /&gt;
* If SSH access is available, use [http://linux.die.net/man/1/scp scp] or [http://winscp.net/eng/index.php WinSCP] for file transfer &lt;br /&gt;
* Consider using VPN or [http://www.pentest.ro/ssh-tunnels-an-alternative-to-vpn/ SSH tunnels] to the server for accessing the WordPress administrative interface&lt;br /&gt;
&lt;br /&gt;
= Wordpress security =&lt;br /&gt;
There are three main components of WordPress that need to be considered from a security perspective when implementing the solution.&lt;br /&gt;
&lt;br /&gt;
* Core – the basic default installation files that provide most of the functionality &lt;br /&gt;
* Plugins – special written code to improve and extend the basic functionality&lt;br /&gt;
* Theme – the presentation layer which may come with some limited extended functionality&lt;br /&gt;
&lt;br /&gt;
== Updates ==&lt;br /&gt;
It is of vital importance to keep WordPress core, plugins and themes updated. Once an update is released, it needs to be applied as soon as possible to close any security holes. &lt;br /&gt;
&lt;br /&gt;
Functional problems with updates must be considered. It is possible that an update will break some of the functionality so a backup is recommended before updating the core. &lt;br /&gt;
&lt;br /&gt;
=== WordPress Core ===&lt;br /&gt;
The WordPress core has three different types of updates:&lt;br /&gt;
&lt;br /&gt;
* Core development updates, known as the &amp;quot;bleeding edge&amp;quot;&lt;br /&gt;
* Minor core updates, such as maintenance and security releases&lt;br /&gt;
* Major core release updates&lt;br /&gt;
&lt;br /&gt;
Starting with version 3.7, automatic background updates were introduced by default for minor core updates releases (generally security updates). This default behavior can be overridden by editing the wp-config.php file and adding or modifying the following statement&lt;br /&gt;
&lt;br /&gt;
''define( 'WP_AUTO_UPDATE_CORE', true );''&lt;br /&gt;
&lt;br /&gt;
When set to true all updates will be enabled. Translations are updated by default with the minor core updates.&lt;br /&gt;
&lt;br /&gt;
=== Themes and Plugins ===&lt;br /&gt;
The themes and plugins can be updated automatically using filters. The best place to put a filter is in a [http://codex.wordpress.org/Must_Use_Plugins must-use plugin]. WordPress doesn’t recommend putting filters in the wp-config.php file because of conflicts with other parts of the code.&lt;br /&gt;
&lt;br /&gt;
To enable automatic updates for themes and plugins, add the following code&lt;br /&gt;
&lt;br /&gt;
''add_filter( 'auto_update_plugin', '__return_true' );''&lt;br /&gt;
&lt;br /&gt;
''add_filter( 'auto_update_theme', '__return_true' );''&lt;br /&gt;
&lt;br /&gt;
== Removal of unused plugins and themes ==&lt;br /&gt;
Depending on the server configuration, the files in the WordPress folder can be accessed from the Internet regardless of whether they are used or not. Even if a plugin is disabled, the files are still there and they are accessible from the Internet.&lt;br /&gt;
&lt;br /&gt;
When a new vulnerability is discovered, the attackers write scripts to look for the vulnerable files. Knowing the location of vulnerable plugins increases their chances of infiltrating a vulnerable instance. &lt;br /&gt;
&lt;br /&gt;
Any plugins and themes that are not actively used must be deleted. &lt;br /&gt;
&lt;br /&gt;
== Plugins &amp;amp; Themes Security ==&lt;br /&gt;
Plugins and themes are a great addition to the functionality offered by the WordPress core. WordPress’ success is based on these elements. It’s easy to develop a new theme, add new functions with plugins. This ease of development comes with the security downside. In the rush for functionality, the developers often forget about security. Looking at the [https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=wordpress CVE list for WordPress] it’s worth noticing that in the past years most of the security defects are affecting the plugins and themes and not WordPress core.&lt;br /&gt;
&lt;br /&gt;
Developing on top of WordPress should be regarded as regular development job and follow a standard secure development lifecycle. Concrete action items for this chapter include source code review and penetration testing of plugins and themes.&lt;br /&gt;
&lt;br /&gt;
When choosing to use an already developed plugin by a 3&amp;lt;sup&amp;gt;rd&amp;lt;/sup&amp;gt; party, a security audit should be performed. Good differentiators for available plugins are:&lt;br /&gt;
&lt;br /&gt;
* Publication in the official plugin store at [https://wordpress.org/plugins/ https://wordpress.org/plugins/]&lt;br /&gt;
* User ratings and comments&lt;br /&gt;
* Version number (is it a young plugin/theme or faced the challenges of time?)&lt;br /&gt;
* Last update &lt;br /&gt;
* Update frequency &lt;br /&gt;
* Compatibility with the current version of the WordPress core&lt;br /&gt;
&lt;br /&gt;
In order to perform a source code audit, the following tools can be used:&lt;br /&gt;
&lt;br /&gt;
* [http://rips-scanner.sourceforge.net/ RIPS]&lt;br /&gt;
* [http://www.program-transformation.org/PHP/PhpSat PHP-sat]&lt;br /&gt;
* [http://www.scovetta.com/yasca.html Yasca]&lt;br /&gt;
* [http://resources.infosecinstitute.com/finding-bugs-in-php-using-grep/ Manual analysis using ][http://resources.infosecinstitute.com/finding-bugs-in-php-using-grep/ grep]&lt;br /&gt;
&lt;br /&gt;
Things to pay extra attention during the source code audit:&lt;br /&gt;
&lt;br /&gt;
* Obfuscated code&lt;br /&gt;
* BASE64 encode function&lt;br /&gt;
* System call functions (exec, passthru, system, shell_exec, etc.)&lt;br /&gt;
* PHP code execution (eval, assert, preg_replace, etc.)&lt;br /&gt;
* Information disclosure functions (phpinfo, getenv, getmygid/pid/uid, etc.)&lt;br /&gt;
* Filesystem functions (fopen, bz/gzopen, chgrp/own/mod, etc.)&lt;br /&gt;
&lt;br /&gt;
== Backup ==&lt;br /&gt;
The backup process is essential when something bad happens. The configuration of the backup process can make the distinction between a clean and fast recovery and loss of data and prolonged downtime.&lt;br /&gt;
&lt;br /&gt;
What needs to be included in the backup?&lt;br /&gt;
&lt;br /&gt;
* The WordPress files&lt;br /&gt;
** WordPress Core Installation&lt;br /&gt;
** WordPress Plugins&lt;br /&gt;
** WordPress Themes&lt;br /&gt;
** Images and Files&lt;br /&gt;
** JavaScript and PHP scripts, and other code files&lt;br /&gt;
** Additional Files and Static Web Pages&lt;br /&gt;
* The database&lt;br /&gt;
&lt;br /&gt;
It’s easy to say that a full backup of the /public_html folder is needed. However there are situations in which this is not feasible nor enough. There are situations in which large quantities of data are generated in the public folder (statistics, temporary data, etc.) that are useless in the backup process. There’s also the situation in which configuration files are placed outside the public directory. They also need backup.&lt;br /&gt;
&lt;br /&gt;
The plan is to identify the files and folders that must be part of the backup process and save these in a remote location.&lt;br /&gt;
&lt;br /&gt;
For database backup, the mysql command line can be used or administrative interfaces like phpMyAdmin. &lt;br /&gt;
&lt;br /&gt;
How often should the backup be performed? It all depends on how often the instance is updated from a content perspective. If there are multiple updates a day, it’s a good idea to have a daily backup. If there’s a new article every several days, than a weekly or monthly backup is the way to go.&lt;br /&gt;
&lt;br /&gt;
It’s a good practice to keep multiple backups and have them time stamped. This is because a breach might not be noticed immediately and a clean recovery can only be performed from a backup which is several iterations old. &lt;br /&gt;
&lt;br /&gt;
Verifying that the backup is functional is part of the process. A backup that does not allow quick and full recovery is useless. The idea is to have a clean server and perform a full recovery from the backup, then check all the functionality and make sure nothing is missing.&lt;br /&gt;
&lt;br /&gt;
=== Automation ===&lt;br /&gt;
The steps above are manual and labor intensive. There is a full list of plugins that can help along the process: [https://wordpress.org/plugins/tags/backup https://wordpress.org/plugins/tags/backup]&lt;br /&gt;
&lt;br /&gt;
The one free alternative offering full backup capabilities standing out of the list is [https://wordpress.org/plugins/backwpup/ BackWPup]. The free version can be used to save your complete installation including /wp-content/ and push them to an external Backup Service, like Dropbox, S3, FTP (not a good idea) and many more. &lt;br /&gt;
&lt;br /&gt;
From a security perspective, it’s worth noticing that an attacker who compromised the installation may be able to retrieve credentials and access the remote location of the backups, thus being able to manipulate or delete them. As a good precaution, on the remote side where the backups are stored, an independent process should take the backups and move them to a location inaccessible from the WordPress installation.&lt;br /&gt;
&lt;br /&gt;
== User roles and proper usage ==&lt;br /&gt;
Understanding the roles and properly assigning them to them to users is essential in the segregation of duties process. &lt;br /&gt;
&lt;br /&gt;
The WordPress roles are:&lt;br /&gt;
&lt;br /&gt;
* Super Admin – somebody with access to the site network administration features and all other features&lt;br /&gt;
* Administrator – somebody who has access to all the administration features within a single site&lt;br /&gt;
* Editor – somebody who can publish and manage posts including the posts of other users&lt;br /&gt;
* Author – somebody who can publish and manage their own posts&lt;br /&gt;
* Contributor – somebody who can write and manage their own posts but cannot publish them&lt;br /&gt;
* Subscriber – somebody who can only manage their profile&lt;br /&gt;
&lt;br /&gt;
The least privilege principle must be considered when assigning roles. &lt;br /&gt;
&lt;br /&gt;
A full list of privileges and a comparison between roles is available at [http://codex.wordpress.org/Roles_and_Capabilities http://codex.wordpress.org/Roles_and_Capabilities]. &lt;br /&gt;
&lt;br /&gt;
Supporting plugins:&lt;br /&gt;
&lt;br /&gt;
* [https://wordpress.org/plugins/members/ Members Plugin]&lt;br /&gt;
* [https://wordpress.org/plugins/role-scoper/ Role Scoper Plugin]&lt;br /&gt;
* [http://wordpress.org/extend/plugins/user-access-manager/ User Access Manager]&lt;br /&gt;
* [http://wordpress.org/extend/plugins/advanced-access-manager/ Advanced Access Manager]&lt;br /&gt;
* [http://wordpress.org/extend/plugins/user-role-editor/ User Role Editor]&lt;br /&gt;
&lt;br /&gt;
== Restrict the access to the admin interface ==&lt;br /&gt;
Restricting the access to the admin interface should be considered as no regular user is in need of access to this area. For a site with few users it makes sense to whitelist their IP addresses. Additionally, the access can be restricted only to the localhost and have the users VPN in or create a tunnel to the server (if SSH is enabled) and then access the admin interface.&lt;br /&gt;
&lt;br /&gt;
To restrict the access to the wp-admin folder, a file called .htaccess needs to be created in that folder. The content of the file should be:&lt;br /&gt;
&lt;br /&gt;
''Order Deny,Allow''&lt;br /&gt;
&lt;br /&gt;
''Deny from all''&lt;br /&gt;
&lt;br /&gt;
''Allow from 127.0.0.1''&lt;br /&gt;
&lt;br /&gt;
Multiple IP addresses separated by whitespaces can be added and the use wildcards (*) is permitted.&lt;br /&gt;
&lt;br /&gt;
== Prevent brute-forcing ==&lt;br /&gt;
Bruteforcing is the easy way in for an attacker. As discussed in the General Security chapter, a prerequisite for preventing bruteforcing is to have [https://www.owasp.org/index.php/Authentication_Cheat_Sheet#Password_Complexity strong passwords]. Apart from that, an additional layer of protection can be added in the form of [http://en.wikipedia.org/wiki/CAPTCHA CAPTCHA]. &lt;br /&gt;
&lt;br /&gt;
One good plugin candidate is [https://wordpress.org/plugins/google-captcha/ Google Captcha (reCAPTCHA)]. The advantage of this plugin is that it can be used to add the extra layer of protection on other areas as well (like registration and comments).&lt;br /&gt;
&lt;br /&gt;
CAPTCHA is not a perfect solution by any means. There are services offering real-time CAPTCHA solving for a few cents per challenge. However it takes seconds to solve a CAPTCHA even for a good service like this, thus this sort of attack becomes unfeasible.&lt;br /&gt;
&lt;br /&gt;
Another preventive measure is to lock-out accounts after a series of failed attempts. There is no plugin at the moment that can lock a user after several failed attempts for a period of time, there are plugins blocking IP addresses that are brute-forcing the login mechanism. This approach is not the best when dealing with distributed attacks.&lt;br /&gt;
&lt;br /&gt;
== Implement two factor authentication ==&lt;br /&gt;
To add another layer of security on the authentication mechanism, two factor authentication can be enabled. Two factor authentication is a method of securing accounts requiring that you not only know something (a password) to log in but also that you possess something (your mobile device). The benefit of this approach to security is that even if someone guesses your password, they need to have also stolen your possession in order to break into your account.&lt;br /&gt;
&lt;br /&gt;
Supporting plugin:&lt;br /&gt;
&lt;br /&gt;
* [https://wordpress.org/plugins/google-authenticator/installation/ Google Authenticator]&lt;br /&gt;
&lt;br /&gt;
== Remove or change the default administrator account ==&lt;br /&gt;
There are two main reasons for creating a new administrator or modifing the old one:&lt;br /&gt;
&lt;br /&gt;
* After the installation the default username is “admin”; an attacker trying to bruteforce his way in will try default usernames&lt;br /&gt;
* The default id of the admin account is 1; an attacker who discovers a SQL injection is will try to update the user with id = 1&lt;br /&gt;
&lt;br /&gt;
Both tasks can be performed manually in the database without the need to delete the admin account or can be performed in the admiministration UI, by creating a new administrator, log in with the new credentials and delete the default one.&lt;br /&gt;
&lt;br /&gt;
== Disable user registration if not needed ==&lt;br /&gt;
If user management is performed manually or through integration with other user management systems, there is no need for this functionality to be enabled in WordPress.&lt;br /&gt;
&lt;br /&gt;
To disable user registration, log in as an administrator, go to '''Settings -&amp;gt; General''' and make sure the '''“Anyone can register”''' box is unchecked.&lt;br /&gt;
&lt;br /&gt;
== Change the database prefix ==&lt;br /&gt;
In case a 0-day SQL injection vulnerability is discovered, an attacker will try to exploit the known tables from a default WordPress installation. To prevent this from happening, the default prefix of the tables needs to be changed. This can be performed in several ways:&lt;br /&gt;
&lt;br /&gt;
* During the installation process&lt;br /&gt;
* Manually via ''mysql'' command line or ''phpMyAdmin'' for all the tables; after this, the wp-config.php file must be configured to reflect the changes ($table_prefix = &amp;quot;ves1uaq3_&amp;quot;;)&lt;br /&gt;
* With a plugin ([https://wordpress.org/plugins/db-prefix-change/ Change DB Prefix])&lt;br /&gt;
&lt;br /&gt;
== Control comments ==&lt;br /&gt;
WordPress was initially a blogging platform so the ability to add comments was part of the success story. Things changed with the shift of WordPress towards a CMS so comments might not be necessary in all instances. There are several things that need to be considered when dealing with this topic:&lt;br /&gt;
&lt;br /&gt;
* Are comments needed? If not, they should be disabled. Log in as administrator. For new posts go to '''Settings -&amp;gt; Discussion''' and uncheck &amp;quot;'''Allow people to post comments on new articles'''&amp;quot;. For existing posts, go to '''Posts''', select all of them, '''Bulk Actions -&amp;gt; Edit''' and choose “'''do not allow'''” near '''Comments''' before hitting '''Update posts'''.&lt;br /&gt;
* If comments are required, who should be able to post them? If only registered users should be allowed to add comments, go to '''Settings -&amp;gt; Discussion''' and check the “'''Users must be registered and logged in to comment'''” box.&lt;br /&gt;
* Should comments be reviewed before publishing? If so, the “'''Comment must be manually approved'''” box must be checked.&lt;br /&gt;
* If comments are not reviewed before publishing, using an anti-spam plugin like the default [https://wordpress.org/plugins/akismet/ Akismet] is advised &lt;br /&gt;
&lt;br /&gt;
As a general rule of thumb, all the options under '''Settings -&amp;gt; Discussion '''should be carefully reviewed. &lt;br /&gt;
&lt;br /&gt;
== Check file permissions ==&lt;br /&gt;
Permissions on files and directories determine who is allowed to read, write and execute them. Permission settings will vary from situation to situation and between shared hosting and dedicated hosting.&lt;br /&gt;
&lt;br /&gt;
Following is a list of desired permissions on sensitive items and fallback options:&lt;br /&gt;
&lt;br /&gt;
* wp-config.php&lt;br /&gt;
** Desired: 400&lt;br /&gt;
** Fallback: 440, 600, 640&lt;br /&gt;
* uploads folder&lt;br /&gt;
** Desired: 755&lt;br /&gt;
** Fallback: 766, 777 (not recommended)&lt;br /&gt;
* .htaccess files&lt;br /&gt;
** Desired: 400&lt;br /&gt;
** Fallback: 440, 444, 600, 640&lt;br /&gt;
&lt;br /&gt;
== Delete readme.html and install.php ==&lt;br /&gt;
The readme.html file may reveal sensitive information and is not needed from a functional perspective. The install.php is a residue of the installation process and even though it does not allow to restart the installation process it’s not needed and should be removed.&lt;br /&gt;
&lt;br /&gt;
Action item:&lt;br /&gt;
&lt;br /&gt;
* Delete the /&amp;lt;WordPress_root&amp;gt;/readme.html and /&amp;lt;WordPress_root&amp;gt;/wp-admin/install.php files&lt;br /&gt;
&lt;br /&gt;
== Add blank index.php files where needed ==&lt;br /&gt;
Especially in shared environments where the settings of the web server are outside the control of the WordPress implementer, directory listing might be enabled. To add an extra layer of security, blank index.php files should be added to the folders that don’t have indexes in order to prevent browsing of the resources. The main folders that need to be considered are:&lt;br /&gt;
&lt;br /&gt;
* wp-includes&lt;br /&gt;
* wp-content&lt;br /&gt;
* wp-content/plugins&lt;br /&gt;
* wp-content/themes&lt;br /&gt;
* wp-content/uploads&lt;br /&gt;
&lt;br /&gt;
== Move wp-config.php file outside the web root folder ==&lt;br /&gt;
The wp-config.php file is a very important configuration file. It contains a lot of sensitive information about your WordPress site, like your database information for example.&lt;br /&gt;
&lt;br /&gt;
WordPress will automatically look for this file in the folder above the WordPress root folder if it does not exist in the root folder. Moving this file out of the public_html folder means the file will not be accessible from the Internet.&lt;br /&gt;
&lt;br /&gt;
== Create secret keys ==&lt;br /&gt;
Starting with WordPress 2.6, a new set of security features for passwords and password hashing and cookie security is included. This feature works without doing anything, but it's not particularly powerful without some extra steps. In order to greatly increase the security of the WordPress installation, secret keys must be set up. This should be part of the standard installation process. Whenever there’s suspicion that the secret keys have been compromised, the administrator must change them. Changing the secret keys will invalidate all sessions so users will need to re-authenticate. &lt;br /&gt;
&lt;br /&gt;
Setting up or changing secret keys can be done by adding or editing the following lines to the wp-config.php file, right after the other define statements:&lt;br /&gt;
&lt;br /&gt;
''define('AUTH_KEY', 'put your unique phrase here');''&lt;br /&gt;
&lt;br /&gt;
''define('SECURE_AUTH_KEY', 'put your unique phrase here');''&lt;br /&gt;
&lt;br /&gt;
''define('LOGGED_IN_KEY', 'put your unique phrase here');''&lt;br /&gt;
&lt;br /&gt;
''define('NONCE_KEY', 'put your unique phrase here');''&lt;br /&gt;
&lt;br /&gt;
== Enforce transport layer encryption for administrative tasks ==&lt;br /&gt;
It was discussed earlier that SSL should be configured and used to access the WordPress instance. Usually sites are available over port 80 AND 443. This means that the user is free to choose if he uses a clear text or an encrypted communication channel. &lt;br /&gt;
&lt;br /&gt;
In order to force the usage of SSL (at least) for sensitive actions, the following lines must be added to the wp-config.php file:&lt;br /&gt;
&lt;br /&gt;
''define('FORCE_SSL_LOGIN', true);''&lt;br /&gt;
&lt;br /&gt;
''define('FORCE_SSL_ADMIN', true);''&lt;br /&gt;
&lt;br /&gt;
== Use a web application firewall ==&lt;br /&gt;
While a Web Application Firewall should be in place at the web server layer, because that is not always accessible to the implementer, a WAF plugin can be used to add this layer of protection.&lt;br /&gt;
&lt;br /&gt;
A good plugin candidate is [https://wordpress.org/plugins/ninjafirewall/ NinjaFirewall].&lt;br /&gt;
&lt;br /&gt;
== Security plugins ==&lt;br /&gt;
This section is a list of security plugins and a short description of their functionality. As previously discussed, the focus is on free plugins.&lt;br /&gt;
&lt;br /&gt;
* [https://wordpress.org/plugins/better-wp-security/ iThemes Security] – iThemes Security (formerly Better WP Security) gives you over 30+ ways to secure and protect your WordPress site. In its free version it can obscure, detect, protect and recover a WordPress installation&lt;br /&gt;
* [https://wordpress.org/plugins/bulletproof-security/ BulletProof Security] – the free version offers:&lt;br /&gt;
** .htaccess Website Security Protection (Firewalls)&lt;br /&gt;
** Login Security &amp;amp; Monitoring&lt;br /&gt;
** DB Backup&lt;br /&gt;
** DB Backup Logging&lt;br /&gt;
** DB Table Prefix Changer&lt;br /&gt;
** Security Logging&lt;br /&gt;
** HTTP Error Logging&lt;br /&gt;
** FrontEnd/BackEnd Maintenance Mode&lt;br /&gt;
* [https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ All In One WP Security &amp;amp; Firewall]&lt;br /&gt;
** User Account/Login/Registration Security&lt;br /&gt;
** Database &amp;amp; File System Security&lt;br /&gt;
** htaccess and wp-config.php File Backup and Restore&lt;br /&gt;
** Blacklist Functionality&lt;br /&gt;
** Firewall Functionality&lt;br /&gt;
** Brute force login attack prevention&lt;br /&gt;
** Security Scanner&lt;br /&gt;
* [https://wordpress.org/plugins/sucuri-scanner/ Sucuri Security - Auditing, Malware Scanner and Security Hardening]&lt;br /&gt;
** Security Activity Auditing&lt;br /&gt;
** File Integrity Monitoring&lt;br /&gt;
** Remote Malware Scanning&lt;br /&gt;
** Blacklist Monitoring&lt;br /&gt;
** Effective Security Hardening&lt;br /&gt;
** Post-Hack Security Actions&lt;br /&gt;
** Security Notifications&lt;br /&gt;
** Website Firewall (add on)&lt;br /&gt;
* [https://wordpress.org/plugins/wp-security-scan/ Acunetix WP Security] &amp;amp; [https://wordpress.org/plugins/secure-wordpress/faq/ Acunetix Secure WordPress] – these plugins check your WordPress website/blog for security vulnerabilities and suggests corrective actions such as:&lt;br /&gt;
** Passwords&lt;br /&gt;
** File permissions&lt;br /&gt;
** Database security&lt;br /&gt;
** Version hiding&lt;br /&gt;
** WordPress admin protection/security&lt;br /&gt;
** Removes WP Generator META tag from core code&lt;br /&gt;
&lt;br /&gt;
= Large-scale integration =&lt;br /&gt;
Implementing one WordPress site and maintaining it is a doable job for an administrator. In large corporate environments there may be hundreds of instances that need management, configuration and maintenance. This can easily become an unmanageable situation. When dealing with large number of instances, a centralized approach is needed.&lt;br /&gt;
&lt;br /&gt;
== Creating a standard image ==&lt;br /&gt;
The first step is to create a standard WordPress installation with all the security configuration and plugins in place. This should be a blank installation with no data that can be easily replicated when a new instance needs to be created. &lt;br /&gt;
&lt;br /&gt;
A process for new instances must be in place and approach at least the following subjects:&lt;br /&gt;
&lt;br /&gt;
* General configuration&lt;br /&gt;
* Database connectivity &lt;br /&gt;
* Setting the administrator account&lt;br /&gt;
&lt;br /&gt;
== LDAP integration &amp;amp; Single Sign On ==&lt;br /&gt;
User management for large WordPress sites can be a hassle. In corporate environments users are in general centrally managed and assigned to different groups. WordPress can make use of this already established situation. Whether if it’s [http://en.wikipedia.org/wiki/Active_Directory Active Directory] or other LDAP compatible service, this establishment is already used in the organization trying to implement WordPress. It’s easy to set up groups based on Wordpress roles and assign users to different groups, based on their required level of access. Once the integration is achieved, one can go further towards an elegant solution by implementing Single Sign On. &lt;br /&gt;
&lt;br /&gt;
Supporting plugins:&lt;br /&gt;
&lt;br /&gt;
* [https://wordpress.org/plugins/active-directory-integration/ Active Directory Integration]&lt;br /&gt;
* [https://wordpress.org/support/plugin/active-directory-sso Active Directory SSO]&lt;br /&gt;
* [https://wordpress.org/plugins/simple-ldap-login/ Simple LDAP Login]&lt;br /&gt;
&lt;br /&gt;
== Multisites ==&lt;br /&gt;
A large environment requires multiple instances of WordPress. Managing each individual instance can become impossible for a single person or a small team. This is where a built-in feature of WordPress comes in hand, [http://codex.wordpress.org/Create_A_Network multisite or network of sites].&lt;br /&gt;
&lt;br /&gt;
A multisite network can be very similar to a personal version of WordPress.com. End users can create their own sites on demand, just like end users of WordPress.com can create blogs on demand. If there’s no need to allow end users to create their own sites on demand, the administrator of the network can create a multisite network in which only he can add new sites.&lt;br /&gt;
&lt;br /&gt;
A multisite network is a collection of sites that all share the same WordPress installation. They can also share plugins and themes. The individual sites in the network are virtual sites in the sense that they do not have their own directories on your server, although they do have separate directories for media uploads within the shared installation, and they do have separate tables in the database.&lt;br /&gt;
&lt;br /&gt;
WordPress does a good job in providing the necessary documentation for:&lt;br /&gt;
&lt;br /&gt;
* [http://codex.wordpress.org/Create_A_Network Installation]&lt;br /&gt;
* [http://codex.wordpress.org/Multisite_Network_Administration Administration]&lt;br /&gt;
* [http://codex.wordpress.org/Debugging_a_WordPress_Network Debugging]&lt;br /&gt;
* [http://codex.wordpress.org/Migrating_Multiple_Blogs_into_WordPress_3.0_Multisite Migration]&lt;br /&gt;
&lt;br /&gt;
The benefit of the multisite feature is centralized management of security. Plugins can be checked once for security defects and when a stable and secure version is available it can be pushed to all the sites in the same time.&lt;br /&gt;
&lt;br /&gt;
This built-in solution might not always be the best choice. For example, all the plugins are shared between different sites and the administrators of those sites choose which plugins to enable and which to disable.&lt;br /&gt;
&lt;br /&gt;
== Unified management of multiple installations ==&lt;br /&gt;
If multiple separate instances of WordPress need to be managed centrally, there are several solution (most of them have at least some form of commercial addons) that can accomplish the task:&lt;br /&gt;
&lt;br /&gt;
* [http://infinitewp.com/ InfinteWP] is a free, self-hosted multiple WordPress management platform that simplifies WordPress management tasks into simple clicks. Features:&lt;br /&gt;
** One master login&lt;br /&gt;
** One click updates&lt;br /&gt;
** Instant backup &amp;amp; restore&lt;br /&gt;
** Plugins &amp;amp; themes management&lt;br /&gt;
* [https://managewp.com/ ManageWP]&lt;br /&gt;
* [https://wpremote.com/ WPRemote] lets administrators monitor an unlimited number of WordPress websites. Through the WP Remote dashboard they can update WordPress and update plugins and themes. A snapshot (backup) of the websites can be downloaded from the interface&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Resources =&lt;br /&gt;
The project started with a discussion between [https://www.linkedin.com/in/dancatalinvasile Dan Vasile] (the initiator) and [https://www.linkedin.com/in/andersvinther Anders Vinther] who has already published [http://www.wpsecuritychecklist.com/ a guide] about secure WordPress implementation. Based on the information there, a part of the skeleton and content of the current project was created.&lt;br /&gt;
&lt;br /&gt;
== Browser security ==&lt;br /&gt;
* [http://www.cert.org/historical/tech_tips/securing-web-browser-index.cfm http://www.cert.org/historical/tech_tips/securing-web-browser-index.cfm]&lt;br /&gt;
&lt;br /&gt;
== Apache hardening ==&lt;br /&gt;
* [http://httpd.apache.org/docs/current/misc/security_tips.html http://httpd.apache.org/docs/current/misc/security_tips.html]&lt;br /&gt;
* [http://www.tecmint.com/apache-security-tips/ http://www.tecmint.com/apache-security-tips/]&lt;br /&gt;
* [https://wiki.debian.org/Apache/Hardening https://wiki.debian.org/Apache/Hardening]&lt;br /&gt;
&lt;br /&gt;
== PHP hardening ==&lt;br /&gt;
* [http://php.net/manual/en/security.php http://php.net/manual/en/security.php]&lt;br /&gt;
* [http://www.cyberciti.biz/tips/php-security-best-practices-tutorial.html http://www.cyberciti.biz/tips/php-security-best-practices-tutorial.html]&lt;br /&gt;
* [http://www.suhosin.org/stories/index.html http://www.suhosin.org/stories/index.html]&lt;br /&gt;
&lt;br /&gt;
== MySQL hardening ==&lt;br /&gt;
* [https://www.owasp.org/index.php/OWASP_Backend_Security_Project_MySQL_Hardening https://www.owasp.org/index.php/OWASP_Backend_Security_Project_MySQL_Hardening]&lt;br /&gt;
* [http://www.greensql.com/content/mysql-security-best-practices-hardening-mysql-tips http://www.greensql.com/content/mysql-security-best-practices-hardening-mysql-tips]&lt;br /&gt;
&lt;br /&gt;
== Wordpress ==&lt;br /&gt;
* [http://codex.wordpress.org/Configuring_Automatic_Background_Updates http://codex.wordpress.org/Configuring_Automatic_Background_Updates]&lt;br /&gt;
* [http://stackoverflow.com/questions/3115559/exploitable-php-functions http://stackoverflow.com/questions/3115559/exploitable-php-functions]&lt;br /&gt;
* [http://codex.wordpress.org/WordPress_Backups http://codex.wordpress.org/WordPress_Backups] &lt;br /&gt;
* [http://codex.wordpress.org/Roles_and_Capabilities http://codex.wordpress.org/Roles_and_Capabilities]&lt;br /&gt;
* [http://en.support.wordpress.com/security/two-step-authentication/ http://en.support.wordpress.com/security/two-step-authentication/] &lt;br /&gt;
* [http://codex.wordpress.org/Create_A_Network http://codex.wordpress.org/Create_A_Network] &lt;br /&gt;
* [http://codex.wordpress.org/Before_You_Create_A_Network http://codex.wordpress.org/Before_You_Create_A_Network] &lt;br /&gt;
* [http://codex.wordpress.org/Migrating_Multiple_Blogs_into_WordPress_3.0_Multisite http://codex.wordpress.org/Migrating_Multiple_Blogs_into_WordPress_3.0_Multisite] &lt;br /&gt;
&lt;br /&gt;
=Project About=&lt;br /&gt;
{{:Projects/OWASP_Wordpress_Security_Checklist_Project}} &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Wordpress_Security_Checklist_Project&amp;diff=183816</id>
		<title>OWASP Wordpress Security Checklist Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Wordpress_Security_Checklist_Project&amp;diff=183816"/>
				<updated>2014-10-16T23:45:37Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: Dan Vasile moved page OWASP Wordpress Security Checklist Project to OWASP Wordpress Security Implementation Guideline: The focus of the project shifted towards a guide format rather than a simple checklist&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[OWASP Wordpress Security Implementation Guideline]]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Wordpress_Security_Implementation_Guideline&amp;diff=183814</id>
		<title>OWASP Wordpress Security Implementation Guideline</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Wordpress_Security_Implementation_Guideline&amp;diff=183814"/>
				<updated>2014-10-16T23:36:49Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Considerations =&lt;br /&gt;
This project aims for a unified approach on WordPress security design and implementation. It is definitely more than a checklist, it's a guide for secure implementation and invitation to consider and analyze each individual case. &lt;br /&gt;
&lt;br /&gt;
There is a long list of recommended resources. The author aimed to offer open source or free resources instead of commercial ones. Some plugins have a free version and a paid one that offers extra functionality. In such cases, the focus was on the free version.&lt;br /&gt;
&lt;br /&gt;
= General security =&lt;br /&gt;
This section is meant to be just a reminder that all the other hardening measures are useless if an attacker can gain access to WordPress users’ computers. We’re not going to spend the time and effort to go into details but rather enumerate the common good practices each security conscious user should have in mind. There are plenty of good resources to help anyone accomplish security basics.&lt;br /&gt;
&lt;br /&gt;
== Device security ==&lt;br /&gt;
When we talk about devices capable of accessing the WordPress administration interface we don’t just talk about computers but mobile devices as well. The following is a list of items that needs to be taken into account when securing the devices that will be accessing the WordPress instances. Some of them may refer to PCs and mobile devices, others just to one of the devices.&lt;br /&gt;
&lt;br /&gt;
* Password protect the device&lt;br /&gt;
* Use strong passwords&lt;br /&gt;
* Keep the OS updated&lt;br /&gt;
* Encrypt the storage&lt;br /&gt;
* Have an anti-virus installed and updated&lt;br /&gt;
* Have a malware/spyware scanner installed and perform regular scans and updates&lt;br /&gt;
* Have a firewall installed and configured &lt;br /&gt;
* [http://www.cert.org/historical/tech_tips/securing-web-browser-index.cfm Secure your browser]&lt;br /&gt;
&lt;br /&gt;
= Infrastructure security =&lt;br /&gt;
Before hardening the core of WordPress an implementer must consider hardening the services on which the instance will be installed. Sometimes the underlying infrastructure is not under the control of the implementer. While there are things that can be hardened on WordPress to mitigate things that are supposed to be fixed on the infrastructure side, one should always consider defense in depth. The implementer can contact the infrastructure administrator and ask for specific hardening in order to further protect the applications that will be installed on top of that, in this case WordPress. &lt;br /&gt;
&lt;br /&gt;
The foundation of infrastructure hardening is operating system hardening. This is a broad subject and highly dependent on the OS, the main concerns being around privileges, access control, authentication and logging. It’s a topic outside the coverage of the current project and these are things that must be covered by experienced system administrators.&lt;br /&gt;
&lt;br /&gt;
WordPress can be installed on a multitude of platforms but the main focus below is on the most common components, Apache and MySQL. The general rules though apply to all supported infrastructure components. &lt;br /&gt;
&lt;br /&gt;
Following best design practices, the tiers of the WordPress instance should be separated. However the presentation and application layers are bind together leaving room for one separation, the one with the database. For small applications it’s not a common practice, but for larger sites this becomes a must from a security but also a performance perspective. &lt;br /&gt;
&lt;br /&gt;
As was the case with general security, this is just a list of things that should be performed in order to harden the infrastructure and not the means to do it. &lt;br /&gt;
&lt;br /&gt;
== Apache hardening ==&lt;br /&gt;
* Update regularly&lt;br /&gt;
* Disable directory listing&lt;br /&gt;
* Secure the communication with the server by generating and using SSL certificates&lt;br /&gt;
* Disable unnecessary modules&lt;br /&gt;
** Good candidates for this are: ''userdir'', ''suexec'', ''cgi/cgid'', ''include'', ''autoindex''&lt;br /&gt;
* Run the daemon as a separate user and group&lt;br /&gt;
* Use ''Allow'' and ''Deny'' to restrict access to directories&lt;br /&gt;
* Use ''mod_security''module to secure Apache&lt;br /&gt;
* Disable following of ''symbolic links''&lt;br /&gt;
* Turn off server sides includes and CGI execution&lt;br /&gt;
* Limit request size&lt;br /&gt;
* Configure other settings like ''TimeOut'', ''MaxClients'', ''KeepAliveTimeout'', ''LimitRequestFields'', ''LimitRequestFieldSize'' in order to prevent DoS attacks&lt;br /&gt;
* Enable and configure proper logging&lt;br /&gt;
* Modify server banner&lt;br /&gt;
&lt;br /&gt;
== PHP hardening ==&lt;br /&gt;
* Update regularly&lt;br /&gt;
* Don’t install PHP as a CGI binary&lt;br /&gt;
* Disable unnecessary PHP modules&lt;br /&gt;
* Disable unused potentially dangerous PHP functions (good examples: ''exec'',''passthru'',''shell_exec'',''system'', etc.)&lt;br /&gt;
* Log errors internally&lt;br /&gt;
* Disable verbose error reporting on the client side&lt;br /&gt;
* Turn off remote code execution (if it’s not needed; the core WordPress doesn’t need this functionality)&lt;br /&gt;
* Disable magic quotes&lt;br /&gt;
* Limit PHP access to file system&lt;br /&gt;
* Protect from DoS&lt;br /&gt;
** Control POST size&lt;br /&gt;
** Limit script time execution&lt;br /&gt;
** Limit memory usage&lt;br /&gt;
* Consider implementing the [http://www.suhosin.org/stories/index.html Suhoshin security extension]&lt;br /&gt;
* Hide the version of PHP in use&lt;br /&gt;
* Hide the .php extension&lt;br /&gt;
&lt;br /&gt;
== MySQL hardening ==&lt;br /&gt;
There is an entire [https://www.owasp.org/index.php/OWASP_Backend_Security_Project_MySQL_Hardening OWASP project dedicated to MySQL hardening]. The main action items are:&lt;br /&gt;
&lt;br /&gt;
* Update regularly&lt;br /&gt;
* Disable or restrict remote access&lt;br /&gt;
* Filesystem access restrictions and ACLs&lt;br /&gt;
* Designing a chroot-jail&lt;br /&gt;
* Encrypting network traffic (this is a must if the database layer is physically separated from the application layer)&lt;br /&gt;
* Encrypting raw databases on filesystem level&lt;br /&gt;
** Redundant if disk encryption is in place at the OS layer&lt;br /&gt;
** However, by using ''dmcrypt'', one can generate an extra layer of encryption&lt;br /&gt;
* Backup encryption&lt;br /&gt;
* Configuration&lt;br /&gt;
** Connectivity: maximum number of concurrent connections and related settings&lt;br /&gt;
** Logging&lt;br /&gt;
** Access control and privilege management&lt;br /&gt;
** Set up root password&lt;br /&gt;
** Rename root account&lt;br /&gt;
** Delete unused users and databases&lt;br /&gt;
** Remove installation history&lt;br /&gt;
&lt;br /&gt;
A PHP security checker is available [https://github.com/sektioneins/pcc here]. This is a one-page php file designed to analyze PHP configuration and rank the findings based on severity.&lt;br /&gt;
&lt;br /&gt;
== Remote access ==&lt;br /&gt;
* Don’t use FTP (use sFTP where possible)&lt;br /&gt;
* If SSH access is available, use [http://linux.die.net/man/1/scp scp] or [http://winscp.net/eng/index.php WinSCP] for file transfer &lt;br /&gt;
* Consider using VPN or [http://www.pentest.ro/ssh-tunnels-an-alternative-to-vpn/ SSH tunnels] to the server for accessing the WordPress administrative interface&lt;br /&gt;
&lt;br /&gt;
= Wordpress security =&lt;br /&gt;
There are three main components of WordPress that need to be considered from a security perspective when implementing the solution.&lt;br /&gt;
&lt;br /&gt;
* Core – the basic default installation files that provide most of the functionality &lt;br /&gt;
* Plugins – special written code to improve and extend the basic functionality&lt;br /&gt;
* Theme – the presentation layer which may come with some limited extended functionality&lt;br /&gt;
&lt;br /&gt;
== Updates ==&lt;br /&gt;
It is of vital importance to keep WordPress core, plugins and themes updated. Once an update is released, it needs to be applied as soon as possible to close any security holes. &lt;br /&gt;
&lt;br /&gt;
Functional problems with updates must be considered. It is possible that an update will break some of the functionality so a backup is recommended before updating the core. &lt;br /&gt;
&lt;br /&gt;
=== WordPress Core ===&lt;br /&gt;
The WordPress core has three different types of updates:&lt;br /&gt;
&lt;br /&gt;
* Core development updates, known as the &amp;quot;bleeding edge&amp;quot;&lt;br /&gt;
* Minor core updates, such as maintenance and security releases&lt;br /&gt;
* Major core release updates&lt;br /&gt;
&lt;br /&gt;
Starting with version 3.7, automatic background updates were introduced by default for minor core updates releases (generally security updates). This default behavior can be overridden by editing the wp-config.php file and adding or modifying the following statement&lt;br /&gt;
&lt;br /&gt;
''define( 'WP_AUTO_UPDATE_CORE', true );''&lt;br /&gt;
&lt;br /&gt;
When set to true all updates will be enabled. Translations are updated by default with the minor core updates.&lt;br /&gt;
&lt;br /&gt;
=== Themes and Plugins ===&lt;br /&gt;
The themes and plugins can be updated automatically using filters. The best place to put a filter is in a [http://codex.wordpress.org/Must_Use_Plugins must-use plugin]. WordPress doesn’t recommend putting filters in the wp-config.php file because of conflicts with other parts of the code.&lt;br /&gt;
&lt;br /&gt;
To enable automatic updates for themes and plugins, add the following code&lt;br /&gt;
&lt;br /&gt;
''add_filter( 'auto_update_plugin', '__return_true' );''&lt;br /&gt;
&lt;br /&gt;
''add_filter( 'auto_update_theme', '__return_true' );''&lt;br /&gt;
&lt;br /&gt;
== Removal of unused plugins and themes ==&lt;br /&gt;
Depending on the server configuration, the files in the WordPress folder can be accessed from the Internet regardless of whether they are used or not. Even if a plugin is disabled, the files are still there and they are accessible from the Internet.&lt;br /&gt;
&lt;br /&gt;
When a new vulnerability is discovered, the attackers write scripts to look for the vulnerable files. Knowing the location of vulnerable plugins increases their chances of infiltrating a vulnerable instance. &lt;br /&gt;
&lt;br /&gt;
Any plugins and themes that are not actively used must be deleted. &lt;br /&gt;
&lt;br /&gt;
== Plugins &amp;amp; Themes Security ==&lt;br /&gt;
Plugins and themes are a great addition to the functionality offered by the WordPress core. WordPress’ success is based on these elements. It’s easy to develop a new theme, add new functions with plugins. This ease of development comes with the security downside. In the rush for functionality, the developers often forget about security. Looking at the [https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=wordpress CVE list for WordPress] it’s worth noticing that in the past years most of the security defects are affecting the plugins and themes and not WordPress core.&lt;br /&gt;
&lt;br /&gt;
Developing on top of WordPress should be regarded as regular development job and follow a standard secure development lifecycle. Concrete action items for this chapter include source code review and penetration testing of plugins and themes.&lt;br /&gt;
&lt;br /&gt;
When choosing to use an already developed plugin by a 3&amp;lt;sup&amp;gt;rd&amp;lt;/sup&amp;gt; party, a security audit should be performed. Good differentiators for available plugins are:&lt;br /&gt;
&lt;br /&gt;
* Publication in the official plugin store at [https://wordpress.org/plugins/ https://wordpress.org/plugins/]&lt;br /&gt;
* User ratings and comments&lt;br /&gt;
* Version number (is it a young plugin/theme or faced the challenges of time?)&lt;br /&gt;
* Last update &lt;br /&gt;
* Update frequency &lt;br /&gt;
* Compatibility with the current version of the WordPress core&lt;br /&gt;
&lt;br /&gt;
In order to perform a source code audit, the following tools can be used:&lt;br /&gt;
&lt;br /&gt;
* [http://rips-scanner.sourceforge.net/ RIPS]&lt;br /&gt;
* [http://www.program-transformation.org/PHP/PhpSat PHP-sat]&lt;br /&gt;
* [http://www.scovetta.com/yasca.html Yasca]&lt;br /&gt;
* [http://resources.infosecinstitute.com/finding-bugs-in-php-using-grep/ Manual analysis using ][http://resources.infosecinstitute.com/finding-bugs-in-php-using-grep/ grep]&lt;br /&gt;
&lt;br /&gt;
Things to pay extra attention during the source code audit:&lt;br /&gt;
&lt;br /&gt;
* Obfuscated code&lt;br /&gt;
* BASE64 encode function&lt;br /&gt;
* System call functions (exec, passthru, system, shell_exec, etc.)&lt;br /&gt;
* PHP code execution (eval, assert, preg_replace, etc.)&lt;br /&gt;
* Information disclosure functions (phpinfo, getenv, getmygid/pid/uid, etc.)&lt;br /&gt;
* Filesystem functions (fopen, bz/gzopen, chgrp/own/mod, etc.)&lt;br /&gt;
&lt;br /&gt;
== Backup ==&lt;br /&gt;
The backup process is essential when something bad happens. The configuration of the backup process can make the distinction between a clean and fast recovery and loss of data and prolonged downtime.&lt;br /&gt;
&lt;br /&gt;
What needs to be included in the backup?&lt;br /&gt;
&lt;br /&gt;
* The WordPress files&lt;br /&gt;
** WordPress Core Installation&lt;br /&gt;
** WordPress Plugins&lt;br /&gt;
** WordPress Themes&lt;br /&gt;
** Images and Files&lt;br /&gt;
** JavaScript and PHP scripts, and other code files&lt;br /&gt;
** Additional Files and Static Web Pages&lt;br /&gt;
* The database&lt;br /&gt;
&lt;br /&gt;
It’s easy to say that a full backup of the /public_html folder is needed. However there are situations in which this is not feasible nor enough. There are situations in which large quantities of data are generated in the public folder (statistics, temporary data, etc.) that are useless in the backup process. There’s also the situation in which configuration files are placed outside the public directory. They also need backup.&lt;br /&gt;
&lt;br /&gt;
The plan is to identify the files and folders that must be part of the backup process and save these in a remote location.&lt;br /&gt;
&lt;br /&gt;
For database backup, the mysql command line can be used or administrative interfaces like phpMyAdmin. &lt;br /&gt;
&lt;br /&gt;
How often should the backup be performed? It all depends on how often the instance is updated from a content perspective. If there are multiple updates a day, it’s a good idea to have a daily backup. If there’s a new article every several days, than a weekly or monthly backup is the way to go.&lt;br /&gt;
&lt;br /&gt;
It’s a good practice to keep multiple backups and have them time stamped. This is because a breach might not be noticed immediately and a clean recovery can only be performed from a backup which is several iterations old. &lt;br /&gt;
&lt;br /&gt;
Verifying that the backup is functional is part of the process. A backup that does not allow quick and full recovery is useless. The idea is to have a clean server and perform a full recovery from the backup, then check all the functionality and make sure nothing is missing.&lt;br /&gt;
&lt;br /&gt;
=== Automation ===&lt;br /&gt;
The steps above are manual and labor intensive. There is a full list of plugins that can help along the process: [https://wordpress.org/plugins/tags/backup https://wordpress.org/plugins/tags/backup]&lt;br /&gt;
&lt;br /&gt;
The one free alternative offering full backup capabilities standing out of the list is [https://wordpress.org/plugins/backwpup/ BackWPup]. The free version can be used to save your complete installation including /wp-content/ and push them to an external Backup Service, like Dropbox, S3, FTP (not a good idea) and many more. &lt;br /&gt;
&lt;br /&gt;
From a security perspective, it’s worth noticing that an attacker who compromised the installation may be able to retrieve credentials and access the remote location of the backups, thus being able to manipulate or delete them. As a good precaution, on the remote side where the backups are stored, an independent process should take the backups and move them to a location inaccessible from the WordPress installation.&lt;br /&gt;
&lt;br /&gt;
== User roles and proper usage ==&lt;br /&gt;
Understanding the roles and properly assigning them to them to users is essential in the segregation of duties process. &lt;br /&gt;
&lt;br /&gt;
The WordPress roles are:&lt;br /&gt;
&lt;br /&gt;
* Super Admin – somebody with access to the site network administration features and all other features&lt;br /&gt;
* Administrator – somebody who has access to all the administration features within a single site&lt;br /&gt;
* Editor – somebody who can publish and manage posts including the posts of other users&lt;br /&gt;
* Author – somebody who can publish and manage their own posts&lt;br /&gt;
* Contributor – somebody who can write and manage their own posts but cannot publish them&lt;br /&gt;
* Subscriber – somebody who can only manage their profile&lt;br /&gt;
&lt;br /&gt;
The least privilege principle must be considered when assigning roles. &lt;br /&gt;
&lt;br /&gt;
A full list of privileges and a comparison between roles is available at [http://codex.wordpress.org/Roles_and_Capabilities http://codex.wordpress.org/Roles_and_Capabilities]. &lt;br /&gt;
&lt;br /&gt;
Supporting plugins:&lt;br /&gt;
&lt;br /&gt;
* [https://wordpress.org/plugins/members/ Members Plugin]&lt;br /&gt;
* [https://wordpress.org/plugins/role-scoper/ Role Scoper Plugin]&lt;br /&gt;
* [http://wordpress.org/extend/plugins/user-access-manager/ User Access Manager]&lt;br /&gt;
* [http://wordpress.org/extend/plugins/advanced-access-manager/ Advanced Access Manager]&lt;br /&gt;
* [http://wordpress.org/extend/plugins/user-role-editor/ User Role Editor]&lt;br /&gt;
&lt;br /&gt;
== Restrict the access to the admin interface ==&lt;br /&gt;
Restricting the access to the admin interface should be considered as no regular user is in need of access to this area. For a site with few users it makes sense to whitelist their IP addresses. Additionally, the access can be restricted only to the localhost and have the users VPN in or create a tunnel to the server (if SSH is enabled) and then access the admin interface.&lt;br /&gt;
&lt;br /&gt;
To restrict the access to the wp-admin folder, a file called .htaccess needs to be created in that folder. The content of the file should be:&lt;br /&gt;
&lt;br /&gt;
''Order Deny,Allow''&lt;br /&gt;
&lt;br /&gt;
''Deny from all''&lt;br /&gt;
&lt;br /&gt;
''Allow from 127.0.0.1''&lt;br /&gt;
&lt;br /&gt;
Multiple IP addresses separated by whitespaces can be added and the use wildcards (*) is permitted.&lt;br /&gt;
&lt;br /&gt;
== Prevent brute-forcing ==&lt;br /&gt;
Bruteforcing is the easy way in for an attacker. As discussed in the General Security chapter, a prerequisite for preventing bruteforcing is to have [https://www.owasp.org/index.php/Authentication_Cheat_Sheet#Password_Complexity strong passwords]. Apart from that, an additional layer of protection can be added in the form of [http://en.wikipedia.org/wiki/CAPTCHA CAPTCHA]. &lt;br /&gt;
&lt;br /&gt;
One good plugin candidate is [https://wordpress.org/plugins/google-captcha/ Google Captcha (reCAPTCHA)]. The advantage of this plugin is that it can be used to add the extra layer of protection on other areas as well (like registration and comments).&lt;br /&gt;
&lt;br /&gt;
CAPTCHA is not a perfect solution by any means. There are services offering real-time CAPTCHA solving for a few cents per challenge. However it takes seconds to solve a CAPTCHA even for a good service like this, thus this sort of attack becomes unfeasible.&lt;br /&gt;
&lt;br /&gt;
Another preventive measure is to lock-out accounts after a series of failed attempts. There is no plugin at the moment that can lock a user after several failed attempts for a period of time, there are plugins blocking IP addresses that are brute-forcing the login mechanism. This approach is not the best when dealing with distributed attacks.&lt;br /&gt;
&lt;br /&gt;
== Implement two factor authentication ==&lt;br /&gt;
To add another layer of security on the authentication mechanism, two factor authentication can be enabled. Two factor authentication is a method of securing accounts requiring that you not only know something (a password) to log in but also that you possess something (your mobile device). The benefit of this approach to security is that even if someone guesses your password, they need to have also stolen your possession in order to break into your account.&lt;br /&gt;
&lt;br /&gt;
Supporting plugin:&lt;br /&gt;
&lt;br /&gt;
* [https://wordpress.org/plugins/google-authenticator/installation/ Google Authenticator]&lt;br /&gt;
&lt;br /&gt;
== Remove or change the default administrator account ==&lt;br /&gt;
There are two main reasons for creating a new administrator or modifing the old one:&lt;br /&gt;
&lt;br /&gt;
* After the installation the default username is “admin”; an attacker trying to bruteforce his way in will try default usernames&lt;br /&gt;
* The default id of the admin account is 1; an attacker who discovers a SQL injection is will try to update the user with id = 1&lt;br /&gt;
&lt;br /&gt;
Both tasks can be performed manually in the database without the need to delete the admin account or can be performed in the admiministration UI, by creating a new administrator, log in with the new credentials and delete the default one.&lt;br /&gt;
&lt;br /&gt;
== Disable user registration if not needed ==&lt;br /&gt;
If user management is performed manually or through integration with other user management systems, there is no need for this functionality to be enabled in WordPress.&lt;br /&gt;
&lt;br /&gt;
To disable user registration, log in as an administrator, go to '''Settings -&amp;gt; General''' and make sure the '''“Anyone can register”''' box is unchecked.&lt;br /&gt;
&lt;br /&gt;
== Change the database prefix ==&lt;br /&gt;
In case a 0-day SQL injection vulnerability is discovered, an attacker will try to exploit the known tables from a default WordPress installation. To prevent this from happening, the default prefix of the tables needs to be changed. This can be performed in several ways:&lt;br /&gt;
&lt;br /&gt;
* During the installation process&lt;br /&gt;
* Manually via ''mysql'' command line or ''phpMyAdmin'' for all the tables; after this, the wp-config.php file must be configured to reflect the changes ($table_prefix = &amp;quot;ves1uaq3_&amp;quot;;)&lt;br /&gt;
* With a plugin ([https://wordpress.org/plugins/db-prefix-change/ Change DB Prefix])&lt;br /&gt;
&lt;br /&gt;
== Control comments ==&lt;br /&gt;
WordPress was initially a blogging platform so the ability to add comments was part of the success story. Things changed with the shift of WordPress towards a CMS so comments might not be necessary in all instances. There are several things that need to be considered when dealing with this topic:&lt;br /&gt;
&lt;br /&gt;
* Are comments needed? If not, they should be disabled. Log in as administrator. For new posts go to '''Settings -&amp;gt; Discussion''' and uncheck &amp;quot;'''Allow people to post comments on new articles'''&amp;quot;. For existing posts, go to '''Posts''', select all of them, '''Bulk Actions -&amp;gt; Edit''' and choose “'''do not allow'''” near '''Comments''' before hitting '''Update posts'''.&lt;br /&gt;
* If comments are required, who should be able to post them? If only registered users should be allowed to add comments, go to '''Settings -&amp;gt; Discussion''' and check the “'''Users must be registered and logged in to comment'''” box.&lt;br /&gt;
* Should comments be reviewed before publishing? If so, the “'''Comment must be manually approved'''” box must be checked.&lt;br /&gt;
* If comments are not reviewed before publishing, using an anti-spam plugin like the default [https://wordpress.org/plugins/akismet/ Akismet] is advised &lt;br /&gt;
&lt;br /&gt;
As a general rule of thumb, all the options under '''Settings -&amp;gt; Discussion '''should be carefully reviewed. &lt;br /&gt;
&lt;br /&gt;
== Check file permissions ==&lt;br /&gt;
Permissions on files and directories determine who is allowed to read, write and execute them. Permission settings will vary from situation to situation and between shared hosting and dedicated hosting.&lt;br /&gt;
&lt;br /&gt;
Following is a list of desired permissions on sensitive items and fallback options:&lt;br /&gt;
&lt;br /&gt;
* wp-config.php&lt;br /&gt;
** Desired: 400&lt;br /&gt;
** Fallback: 440, 600, 640&lt;br /&gt;
* uploads folder&lt;br /&gt;
** Desired: 755&lt;br /&gt;
** Fallback: 766, 777 (not recommended)&lt;br /&gt;
* .htaccess files&lt;br /&gt;
** Desired: 400&lt;br /&gt;
** Fallback: 440, 444, 600, 640&lt;br /&gt;
&lt;br /&gt;
== Delete readme.html and install.php ==&lt;br /&gt;
The readme.html file may reveal sensitive information and is not needed from a functional perspective. The install.php is a residue of the installation process and even though it does not allow to restart the installation process it’s not needed and should be removed.&lt;br /&gt;
&lt;br /&gt;
Action item:&lt;br /&gt;
&lt;br /&gt;
* Delete the /&amp;lt;WordPress_root&amp;gt;/readme.html and /&amp;lt;WordPress_root&amp;gt;/wp-admin/install.php files&lt;br /&gt;
&lt;br /&gt;
== Add blank index.php files where needed ==&lt;br /&gt;
Especially in shared environments where the settings of the web server are outside the control of the WordPress implementer, directory listing might be enabled. To add an extra layer of security, blank index.php files should be added to the folders that don’t have indexes in order to prevent browsing of the resources. The main folders that need to be considered are:&lt;br /&gt;
&lt;br /&gt;
* wp-includes&lt;br /&gt;
* wp-content&lt;br /&gt;
* wp-content/plugins&lt;br /&gt;
* wp-content/themes&lt;br /&gt;
* wp-content/uploads&lt;br /&gt;
&lt;br /&gt;
== Move wp-config.php file outside the web root folder ==&lt;br /&gt;
The wp-config.php file is a very important configuration file. It contains a lot of sensitive information about your WordPress site, like your database information for example.&lt;br /&gt;
&lt;br /&gt;
WordPress will automatically look for this file in the folder above the WordPress root folder if it does not exist in the root folder. Moving this file out of the public_html folder means the file will not be accessible from the Internet.&lt;br /&gt;
&lt;br /&gt;
== Create secret keys ==&lt;br /&gt;
Starting with WordPress 2.6, a new set of security features for passwords and password hashing and cookie security is included. This feature works without doing anything, but it's not particularly powerful without some extra steps. In order to greatly increase the security of the WordPress installation, secret keys must be set up. This should be part of the standard installation process. Whenever there’s suspicion that the secret keys have been compromised, the administrator must change them. Changing the secret keys will invalidate all sessions so users will need to re-authenticate. &lt;br /&gt;
&lt;br /&gt;
Setting up or changing secret keys can be done by adding or editing the following lines to the wp-config.php file, right after the other define statements:&lt;br /&gt;
&lt;br /&gt;
''define('AUTH_KEY', 'put your unique phrase here');''&lt;br /&gt;
&lt;br /&gt;
''define('SECURE_AUTH_KEY', 'put your unique phrase here');''&lt;br /&gt;
&lt;br /&gt;
''define('LOGGED_IN_KEY', 'put your unique phrase here');''&lt;br /&gt;
&lt;br /&gt;
''define('NONCE_KEY', 'put your unique phrase here');''&lt;br /&gt;
&lt;br /&gt;
== Enforce transport layer encryption for administrative tasks ==&lt;br /&gt;
It was discussed earlier that SSL should be configured and used to access the WordPress instance. Usually sites are available over port 80 AND 443. This means that the user is free to choose if he uses a clear text or an encrypted communication channel. &lt;br /&gt;
&lt;br /&gt;
In order to force the usage of SSL (at least) for sensitive actions, the following lines must be added to the wp-config.php file:&lt;br /&gt;
&lt;br /&gt;
''define('FORCE_SSL_LOGIN', true);''&lt;br /&gt;
&lt;br /&gt;
''define('FORCE_SSL_ADMIN', true);''&lt;br /&gt;
&lt;br /&gt;
== Use a web application firewall ==&lt;br /&gt;
While a Web Application Firewall should be in place at the web server layer, because that is not always accessible to the implementer, a WAF plugin can be used to add this layer of protection.&lt;br /&gt;
&lt;br /&gt;
A good plugin candidate is [https://wordpress.org/plugins/ninjafirewall/ NinjaFirewall].&lt;br /&gt;
&lt;br /&gt;
== Security plugins ==&lt;br /&gt;
This section is a list of security plugins and a short description of their functionality. As previously discussed, the focus is on free plugins.&lt;br /&gt;
&lt;br /&gt;
* [https://wordpress.org/plugins/better-wp-security/ iThemes Security] – iThemes Security (formerly Better WP Security) gives you over 30+ ways to secure and protect your WordPress site. In its free version it can obscure, detect, protect and recover a WordPress installation&lt;br /&gt;
* [https://wordpress.org/plugins/bulletproof-security/ BulletProof Security] – the free version offers:&lt;br /&gt;
** .htaccess Website Security Protection (Firewalls)&lt;br /&gt;
** Login Security &amp;amp; Monitoring&lt;br /&gt;
** DB Backup&lt;br /&gt;
** DB Backup Logging&lt;br /&gt;
** DB Table Prefix Changer&lt;br /&gt;
** Security Logging&lt;br /&gt;
** HTTP Error Logging&lt;br /&gt;
** FrontEnd/BackEnd Maintenance Mode&lt;br /&gt;
* [https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ All In One WP Security &amp;amp; Firewall]&lt;br /&gt;
** User Account/Login/Registration Security&lt;br /&gt;
** Database &amp;amp; File System Security&lt;br /&gt;
** htaccess and wp-config.php File Backup and Restore&lt;br /&gt;
** Blacklist Functionality&lt;br /&gt;
** Firewall Functionality&lt;br /&gt;
** Brute force login attack prevention&lt;br /&gt;
** Security Scanner&lt;br /&gt;
* [https://wordpress.org/plugins/sucuri-scanner/ Sucuri Security - Auditing, Malware Scanner and Security Hardening]&lt;br /&gt;
** Security Activity Auditing&lt;br /&gt;
** File Integrity Monitoring&lt;br /&gt;
** Remote Malware Scanning&lt;br /&gt;
** Blacklist Monitoring&lt;br /&gt;
** Effective Security Hardening&lt;br /&gt;
** Post-Hack Security Actions&lt;br /&gt;
** Security Notifications&lt;br /&gt;
** Website Firewall (add on)&lt;br /&gt;
* [https://wordpress.org/plugins/wp-security-scan/ Acunetix WP Security] &amp;amp; [https://wordpress.org/plugins/secure-wordpress/faq/ Acunetix Secure WordPress] – these plugins check your WordPress website/blog for security vulnerabilities and suggests corrective actions such as:&lt;br /&gt;
** Passwords&lt;br /&gt;
** File permissions&lt;br /&gt;
** Database security&lt;br /&gt;
** Version hiding&lt;br /&gt;
** WordPress admin protection/security&lt;br /&gt;
** Removes WP Generator META tag from core code&lt;br /&gt;
&lt;br /&gt;
= Large-scale integration =&lt;br /&gt;
Implementing one WordPress site and maintaining it is a doable job for an administrator. In large corporate environments there may be hundreds of instances that need management, configuration and maintenance. This can easily become an unmanageable situation. When dealing with large number of instances, a centralized approach is needed.&lt;br /&gt;
&lt;br /&gt;
== Creating a standard image ==&lt;br /&gt;
The first step is to create a standard WordPress installation with all the security configuration and plugins in place. This should be a blank installation with no data that can be easily replicated when a new instance needs to be created. &lt;br /&gt;
&lt;br /&gt;
A process for new instances must be in place and approach at least the following subjects:&lt;br /&gt;
&lt;br /&gt;
* General configuration&lt;br /&gt;
* Database connectivity &lt;br /&gt;
* Setting the administrator account&lt;br /&gt;
&lt;br /&gt;
== LDAP integration &amp;amp; Single Sign On ==&lt;br /&gt;
User management for large WordPress sites can be a hassle. In corporate environments users are in general centrally managed and assigned to different groups. WordPress can make use of this already established situation. Whether if it’s [http://en.wikipedia.org/wiki/Active_Directory Active Directory] or other LDAP compatible service, this establishment is already used in the organization trying to implement WordPress. It’s easy to set up groups based on Wordpress roles and assign users to different groups, based on their required level of access. Once the integration is achieved, one can go further towards an elegant solution by implementing Single Sign On. &lt;br /&gt;
&lt;br /&gt;
Supporting plugins:&lt;br /&gt;
&lt;br /&gt;
* [https://wordpress.org/plugins/active-directory-integration/ Active Directory Integration]&lt;br /&gt;
* [https://wordpress.org/support/plugin/active-directory-sso Active Directory SSO]&lt;br /&gt;
* [https://wordpress.org/plugins/simple-ldap-login/ Simple LDAP Login]&lt;br /&gt;
&lt;br /&gt;
== Multisites ==&lt;br /&gt;
A large environment requires multiple instances of WordPress. Managing each individual instance can become impossible for a single person or a small team. This is where a built-in feature of WordPress comes in hand, [http://codex.wordpress.org/Create_A_Network multisite or network of sites].&lt;br /&gt;
&lt;br /&gt;
A multisite network can be very similar to a personal version of WordPress.com. End users can create their own sites on demand, just like end users of WordPress.com can create blogs on demand. If there’s no need to allow end users to create their own sites on demand, the administrator of the network can create a multisite network in which only he can add new sites.&lt;br /&gt;
&lt;br /&gt;
A multisite network is a collection of sites that all share the same WordPress installation. They can also share plugins and themes. The individual sites in the network are virtual sites in the sense that they do not have their own directories on your server, although they do have separate directories for media uploads within the shared installation, and they do have separate tables in the database.&lt;br /&gt;
&lt;br /&gt;
WordPress does a good job in providing the necessary documentation for:&lt;br /&gt;
&lt;br /&gt;
* [http://codex.wordpress.org/Create_A_Network Installation]&lt;br /&gt;
* [http://codex.wordpress.org/Multisite_Network_Administration Administration]&lt;br /&gt;
* [http://codex.wordpress.org/Debugging_a_WordPress_Network Debugging]&lt;br /&gt;
* [http://codex.wordpress.org/Migrating_Multiple_Blogs_into_WordPress_3.0_Multisite Migration]&lt;br /&gt;
&lt;br /&gt;
The benefit of the multisite feature is centralized management of security. Plugins can be checked once for security defects and when a stable and secure version is available it can be pushed to all the sites in the same time.&lt;br /&gt;
&lt;br /&gt;
This built-in solution might not always be the best choice. For example, all the plugins are shared between different sites and the administrators of those sites choose which plugins to enable and which to disable.&lt;br /&gt;
&lt;br /&gt;
== Unified management of multiple installations ==&lt;br /&gt;
If multiple separate instances of WordPress need to be managed centrally, there are several solution (most of them have at least some form of commercial addons) that can accomplish the task:&lt;br /&gt;
&lt;br /&gt;
* [http://infinitewp.com/ InfinteWP] is a free, self-hosted multiple WordPress management platform that simplifies WordPress management tasks into simple clicks. Features:&lt;br /&gt;
** One master login&lt;br /&gt;
** One click updates&lt;br /&gt;
** Instant backup &amp;amp; restore&lt;br /&gt;
** Plugins &amp;amp; themes management&lt;br /&gt;
* [https://managewp.com/ ManageWP]&lt;br /&gt;
* [https://wpremote.com/ WPRemote] lets administrators monitor an unlimited number of WordPress websites. Through the WP Remote dashboard they can update WordPress and update plugins and themes. A snapshot (backup) of the websites can be downloaded from the interface&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Resources =&lt;br /&gt;
The project started with a discussion between [https://www.linkedin.com/in/dancatalinvasile Dan Vasile] (the initiator) and [https://www.linkedin.com/in/andersvinther Anders Vinther] who has already published [http://www.wpsecuritychecklist.com/ a guide] about secure WordPress implementation. Based on the information there, a part of the skeleton and content of the current project was created.&lt;br /&gt;
&lt;br /&gt;
== Browser security ==&lt;br /&gt;
* [http://www.cert.org/historical/tech_tips/securing-web-browser-index.cfm http://www.cert.org/historical/tech_tips/securing-web-browser-index.cfm]&lt;br /&gt;
&lt;br /&gt;
== Apache hardening ==&lt;br /&gt;
* [http://httpd.apache.org/docs/current/misc/security_tips.html http://httpd.apache.org/docs/current/misc/security_tips.html]&lt;br /&gt;
* [http://www.tecmint.com/apache-security-tips/ http://www.tecmint.com/apache-security-tips/]&lt;br /&gt;
* [https://wiki.debian.org/Apache/Hardening https://wiki.debian.org/Apache/Hardening]&lt;br /&gt;
&lt;br /&gt;
== PHP hardening ==&lt;br /&gt;
* [http://php.net/manual/en/security.php http://php.net/manual/en/security.php]&lt;br /&gt;
* [http://www.cyberciti.biz/tips/php-security-best-practices-tutorial.html http://www.cyberciti.biz/tips/php-security-best-practices-tutorial.html]&lt;br /&gt;
* [http://www.suhosin.org/stories/index.html http://www.suhosin.org/stories/index.html]&lt;br /&gt;
&lt;br /&gt;
== MySQL hardening ==&lt;br /&gt;
* [https://www.owasp.org/index.php/OWASP_Backend_Security_Project_MySQL_Hardening https://www.owasp.org/index.php/OWASP_Backend_Security_Project_MySQL_Hardening]&lt;br /&gt;
* [http://www.greensql.com/content/mysql-security-best-practices-hardening-mysql-tips http://www.greensql.com/content/mysql-security-best-practices-hardening-mysql-tips]&lt;br /&gt;
&lt;br /&gt;
== Wordpress ==&lt;br /&gt;
* [http://codex.wordpress.org/Configuring_Automatic_Background_Updates http://codex.wordpress.org/Configuring_Automatic_Background_Updates]&lt;br /&gt;
* [http://stackoverflow.com/questions/3115559/exploitable-php-functions http://stackoverflow.com/questions/3115559/exploitable-php-functions]&lt;br /&gt;
* [http://codex.wordpress.org/WordPress_Backups http://codex.wordpress.org/WordPress_Backups] &lt;br /&gt;
* [http://codex.wordpress.org/Roles_and_Capabilities http://codex.wordpress.org/Roles_and_Capabilities]&lt;br /&gt;
* [http://en.support.wordpress.com/security/two-step-authentication/ http://en.support.wordpress.com/security/two-step-authentication/] &lt;br /&gt;
* [http://codex.wordpress.org/Create_A_Network http://codex.wordpress.org/Create_A_Network] &lt;br /&gt;
* [http://codex.wordpress.org/Before_You_Create_A_Network http://codex.wordpress.org/Before_You_Create_A_Network] &lt;br /&gt;
* [http://codex.wordpress.org/Migrating_Multiple_Blogs_into_WordPress_3.0_Multisite http://codex.wordpress.org/Migrating_Multiple_Blogs_into_WordPress_3.0_Multisite] &lt;br /&gt;
&lt;br /&gt;
=Project About=&lt;br /&gt;
{{:Projects/OWASP_Wordpress_Security_Checklist_Project}} &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Testing_Checklist&amp;diff=165975</id>
		<title>Testing Checklist</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Testing_Checklist&amp;diff=165975"/>
				<updated>2014-01-16T14:57:39Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:OWASP Testing Guide v4}}&lt;br /&gt;
&lt;br /&gt;
The following is the list of controls to test during the assessment:&lt;br /&gt;
&lt;br /&gt;
{| {{table}}&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Ref. No.'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Category'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Test Name'''&lt;br /&gt;
|-&lt;br /&gt;
| ||||&lt;br /&gt;
|-&lt;br /&gt;
| 4.2||||'''Information Gathering'''&lt;br /&gt;
|-&lt;br /&gt;
| 4.2.1||OTG-INFO-001||Conduct Search Engine Discovery and Reconnaissance for Information Leakage&lt;br /&gt;
|-&lt;br /&gt;
| 4.2.2||OTG-INFO-002||Fingerprint Web Server&lt;br /&gt;
|-&lt;br /&gt;
| 4.2.3||OTG-INFO-003||Review Webserver Metafiles for Information Leakage&lt;br /&gt;
|-&lt;br /&gt;
| 4.2.4||OTG-INFO-004||Enumerate Applications on Webserver&lt;br /&gt;
|-&lt;br /&gt;
| 4.2.5||OTG-INFO-005||Review Webpage Comments and Metadata for Information Leakage&lt;br /&gt;
|-&lt;br /&gt;
| 4.2.6||OTG-INFO-006||Identify application entry points&lt;br /&gt;
|-&lt;br /&gt;
| 4.2.8||OTG-INFO-008||Map execution paths through application&lt;br /&gt;
|-&lt;br /&gt;
| 4.2.9||OTG-INFO-009||Fingerprint Web Application Framework&lt;br /&gt;
|-&lt;br /&gt;
| 4.2.10||OTG-INFO-010||Fingerprint Web Application&lt;br /&gt;
|-&lt;br /&gt;
| 4.2.11||OTG-INFO-011||Map Network and Application Architecture&lt;br /&gt;
|-&lt;br /&gt;
| ||||&lt;br /&gt;
|-&lt;br /&gt;
| 4.3||||'''Configuration and Deploy Management Testing'''&lt;br /&gt;
|-&lt;br /&gt;
| 4.3.1||OTG-CONFIG-001||Test Network/Infrastructure Configuration&lt;br /&gt;
|-&lt;br /&gt;
| 4.3.2||OTG-CONFIG-002 ||Test Application Platform Configuration&lt;br /&gt;
|-&lt;br /&gt;
| 4.3.3||OTG-CONFIG-003||Test File Extensions Handling for Sensitive Information&lt;br /&gt;
|-&lt;br /&gt;
| 4.3.4||OTG-CONFIG-003|| Backup and Unreferenced Files for Sensitive Information&lt;br /&gt;
|-&lt;br /&gt;
| 4.3.5||OTG-CONFIG-005||Enumerate Infrastructure and Application Admin Interfaces&lt;br /&gt;
|-&lt;br /&gt;
| 4.3.6||OTG-CONFIG-006||Test HTTP Methods&lt;br /&gt;
|-&lt;br /&gt;
| 4.3.7||OTG-CONFIG-007||Testing for Database credentials/connection strings available&lt;br /&gt;
|-&lt;br /&gt;
| 4.3.8||OTG-CONFIG-008||Test Content Security Policy&lt;br /&gt;
|-&lt;br /&gt;
| 4.3.9||OTG-CONFIG-009||Test HTTP Strict Transport Security&lt;br /&gt;
|-&lt;br /&gt;
| 4.3.10||OTG-CONFIG-010||Test Frame Options&lt;br /&gt;
|-&lt;br /&gt;
| 4.3.11||OTG-CONFIG-011||Test RIA cross domain policy&lt;br /&gt;
|-&lt;br /&gt;
| 4.3.12||OTG-CONFIG-012||Test Content Type Options&lt;br /&gt;
|-&lt;br /&gt;
| ||||&lt;br /&gt;
|-&lt;br /&gt;
| 4.4||||'''Identity Management Testing'''&lt;br /&gt;
|-&lt;br /&gt;
| 4.4.1||OTG-IDENT-001||Test Role Definitions&lt;br /&gt;
|-&lt;br /&gt;
| 4.4.2||OTG-IDENT-002||Test User Registration Process&lt;br /&gt;
|-&lt;br /&gt;
| 4.4.3||OTG-IDENT-003||Test Account Provisioning Process&lt;br /&gt;
|-&lt;br /&gt;
| 4.4.4||OTG-IDENT-004||Testing for Account Enumeration and Guessable User Account&lt;br /&gt;
|-&lt;br /&gt;
| 4.4.5||OTG-IDENT-005||Testing for Weak or unenforced username policy&lt;br /&gt;
|-&lt;br /&gt;
| 4.4.6||OTG-IDENT-006||Test Permissions of Guest/Training Accounts&lt;br /&gt;
|-&lt;br /&gt;
| 4.4.7||OTG-IDENT-007||Test Account Suspension/Resumption Process&lt;br /&gt;
|-&lt;br /&gt;
| 4.4.8||OTG-IDENT-008||Test User Deregistration Process&lt;br /&gt;
|-&lt;br /&gt;
| 4.4.9||OTG-IDENT-009 ||Test Account Deregistration Process&lt;br /&gt;
|-&lt;br /&gt;
| ||||&lt;br /&gt;
|-&lt;br /&gt;
| 4.5||||'''Authentication Testing'''&lt;br /&gt;
|-&lt;br /&gt;
| 4.5.1||OTG-AUTHN-001||Testing for Credentials Transported over an Encrypted Channel&lt;br /&gt;
|-&lt;br /&gt;
| 4.5.2||OTG-AUTHN-002||Testing for default credentials&lt;br /&gt;
|-&lt;br /&gt;
| 4.5.3||OTG-AUTHN-003||Testing for Weak lock out mechanism&lt;br /&gt;
|-&lt;br /&gt;
| 4.5.4||OTG-AUTHN-004||Testing for bypassing authentication schema&lt;br /&gt;
|-&lt;br /&gt;
| 4.5.5||OTG-AUTHN-005||Test remember password functionality&lt;br /&gt;
|-&lt;br /&gt;
| 4.5.6||OTG-AUTHN-006||Testing for Browser cache weakness&lt;br /&gt;
|-&lt;br /&gt;
| 4.5.7||OTG-AUTHN-007||Testing for Weak password policy&lt;br /&gt;
|-&lt;br /&gt;
| 4.5.8||OTG-AUTHN-008||Testing for Weak security question/answer&lt;br /&gt;
|-&lt;br /&gt;
| 4.5.9||OTG-AUTHN-009||Testing for weak password change or reset functionalities&lt;br /&gt;
|-&lt;br /&gt;
| 4.5.10||OTG-AUTHN-010||Testing for Weaker authentication in alternative channel&lt;br /&gt;
|-&lt;br /&gt;
| ||||&lt;br /&gt;
|-&lt;br /&gt;
| 4.6||||'''Authorization Testing'''&lt;br /&gt;
|-&lt;br /&gt;
| 4.6.1||OTG-AUTHZ-001||Test Management of Account Permissions&lt;br /&gt;
|-&lt;br /&gt;
| 4.6.2||OTG-AUTHZ-002||Testing Directory traversal/file include&lt;br /&gt;
|-&lt;br /&gt;
| 4.6.3||OTG-AUTHZ-003||Testing for bypassing authorization schema&lt;br /&gt;
|-&lt;br /&gt;
| 4.6.4||OTG-AUTHZ-004||Testing for Privilege Escalation&lt;br /&gt;
|-&lt;br /&gt;
| 4.6.5||OTG-AUTHZ-005||Testing for Insecure Direct Object References&lt;br /&gt;
|-&lt;br /&gt;
| 4.6.6||OTG-AUTHZ-006||Testing for Failure to Restrict access to authorized resource&lt;br /&gt;
|-&lt;br /&gt;
| 4.6.7||OTG-AUTHZ-007||Test privileges of server components&lt;br /&gt;
|-&lt;br /&gt;
| 4.6.8||OTG-AUTHZ-008||Test enforcement of application entry points&lt;br /&gt;
|-&lt;br /&gt;
| 4.6.9||OTG-AUTHZ-009||Testing for failure to restrict access to authenticated resource&lt;br /&gt;
|-&lt;br /&gt;
| ||||&lt;br /&gt;
|-&lt;br /&gt;
| 4.7||||'''Session Management Testing'''&lt;br /&gt;
|-&lt;br /&gt;
| 4.7.1||OTG-SESS-001 ||Testing for Bypassing Session Management Schema&lt;br /&gt;
|-&lt;br /&gt;
| 4.7.2||OTG-SESS-002||Testing for Cookies attributes&lt;br /&gt;
|-&lt;br /&gt;
| 4.7.3||OTG-SESS-003||Testing for Session Fixation&lt;br /&gt;
|-&lt;br /&gt;
| 4.7.4||OTG-SESS-004||Testing for Exposed Session Variables&lt;br /&gt;
|-&lt;br /&gt;
| 4.7.5||OTG-SESS-005||Testing for Cross Site Request Forgery&lt;br /&gt;
|-&lt;br /&gt;
| 4.7.6||OTG-SESS-006||Test Session Token Strength&lt;br /&gt;
|-&lt;br /&gt;
| 4.7.7||OTG-SESS-007 ||Testing for logout functionality&lt;br /&gt;
|-&lt;br /&gt;
| 4.7.8||OTG-SESS-008||Test Session Timeout&lt;br /&gt;
|-&lt;br /&gt;
| 4.7.9||OTG-SESS-009||Test multiple concurrent sessions&lt;br /&gt;
|-&lt;br /&gt;
| 4.7.10||OTG-SESS-010||Testing for Session puzzling&lt;br /&gt;
|-&lt;br /&gt;
| ||||&lt;br /&gt;
|-&lt;br /&gt;
| 4.8||||'''Data Validation Testing'''&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.1||OTG-INPVAL-001||Testing for Reflected Cross Site Scripting&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.2||OTG-INPVAL-002||Testing for Stored Cross Site Scripting&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.3||OTG-INPVAL-003 ||Testing for HTTP Verb Tampering&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.4||OTG-INPVAL-004||Testing for HTTP Parameter pollution&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.5||OTG-INPVAL-005 ||Testing for Unvalidated Redirects and Forwards&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.6||OTG-INPVAL-006||Testing for SQL Injection&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.6.1||||Oracle Testing&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.6.2||||MySQL Testing&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.6.3||||SQL Server Testing&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.6.4||||Testing PostgreSQL&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.6.5||||MS Access Testing&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.6.6||||Testing for NoSQL injection&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.7||OTG-INPVAL-007||Testing for LDAP Injection&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.8||OTG-INPVAL-008||Testing for ORM Injection&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.9||OTG-INPVAL-009||Testing for XML Injection&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.10||OTG-INPVAL-010||Testing for SSI Injection&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.11||OTG-INPVAL-011||Testing for XPath Injection&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.12||OTG-INPVAL-012||IMAP/SMTP Injection&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.13||OTG-INPVAL-013||Testing for Code Injection&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.13.1||||Testing for Local File Inclusion&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.13.2||||Testing for Remote File Inclusion&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.14||OTG-INPVAL-014||Testing for Command Injection&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.15||OTG-INPVAL-015||Testing for Buffer overflow&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.15.1||||Testing for Heap overflow&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.15.2||||Testing for Stack overflow&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.15.3||||Testing for Format string&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.16||OTG-INPVAL-016||Testing for incubated vulnerabilities&lt;br /&gt;
|-&lt;br /&gt;
| 4.8.17||OTG-INPVAL-017||Testing for HTTP Splitting/Smuggling&lt;br /&gt;
|-&lt;br /&gt;
| ||||&lt;br /&gt;
|-&lt;br /&gt;
| 4.9||||'''Error Handling'''&lt;br /&gt;
|-&lt;br /&gt;
| 4.9.1||OTG-ERR-001||Analysis of Error Codes&lt;br /&gt;
|-&lt;br /&gt;
| 4.9.2||OTG-ERR-002||Analysis of Stack Traces&lt;br /&gt;
|-&lt;br /&gt;
| ||||&lt;br /&gt;
|-&lt;br /&gt;
| 4.1||||'''Cryptography'''&lt;br /&gt;
|-&lt;br /&gt;
| 4.10.1||OTG-CRYPST-001||Testing for Insecure encryption usage&lt;br /&gt;
|-&lt;br /&gt;
| 4.10.2||OTG-CRYPST-001||Testing for Weak SSL/TSL Ciphers,  Insufficient Transport Layer Protection&lt;br /&gt;
|-&lt;br /&gt;
| 4.10.3||OTG-CRYPST-003||Testing for Padding Oracle&lt;br /&gt;
|-&lt;br /&gt;
| 4.10.4||OTG-CRYPST-004||Testing for Cacheable HTTPS Response&lt;br /&gt;
|-&lt;br /&gt;
| 4.10.5||OTG-CRYPST-005||Test Cache Directives&lt;br /&gt;
|-&lt;br /&gt;
| 4.10.6||OTG-CRYPST-006||Testing for Insecure Cryptographic Storage&lt;br /&gt;
|-&lt;br /&gt;
| 4.10.7||OTG-CRYPST-007||Testing for Sensitive information sent via unencrypted channels&lt;br /&gt;
|-&lt;br /&gt;
| 4.10.8||OTG-CRYPST-008||Test Cryptographic Key Management&lt;br /&gt;
|-&lt;br /&gt;
| ||||&lt;br /&gt;
|-&lt;br /&gt;
| 4.11||||'''Logging'''&lt;br /&gt;
|-&lt;br /&gt;
| 4.11.1||OTG-LOG-001||Test time synchronisation&lt;br /&gt;
|-&lt;br /&gt;
| 4.11.2||OTG-LOG-002||Test user-viewable log of authentication events&lt;br /&gt;
|-&lt;br /&gt;
| ||||&lt;br /&gt;
|-&lt;br /&gt;
| 4.12||OWASP-BL-001||'''Business Logic Testing'''&lt;br /&gt;
|-&lt;br /&gt;
| 4.12.1||OTG-BUSLOGIC-001||Test Business Logic Data Validation&lt;br /&gt;
|-&lt;br /&gt;
| 4.12.2||OTG-BUSLOGIC-002||Test Ability to Forge Requests&lt;br /&gt;
|-&lt;br /&gt;
| 4.12.3||OTG-BUSLOGIC-003||Test Integrity Checks&lt;br /&gt;
|-&lt;br /&gt;
| 4.12.4||OTG-BUSLOGIC-004||Test for Process Timing&lt;br /&gt;
|-&lt;br /&gt;
| 4.12.5||OTG-BUSLOGIC-005||Test Number of Times a Function Can be Used Limits&lt;br /&gt;
|-&lt;br /&gt;
| 4.12.6||OTG-BUSLOGIC-006||Testing for the Circumvention of Work Flows&lt;br /&gt;
|-&lt;br /&gt;
| 4.12.7||OTG-BUSLOGIC-007||Test Defenses Against Application Mis-use&lt;br /&gt;
|-&lt;br /&gt;
| 4.12.8||OTG-BUSLOGIC-008||Test Upload of Unexpected File Types&lt;br /&gt;
|-&lt;br /&gt;
| 4.12.9||OTG-BUSLOGIC-009||Test Upload of Malicious Files&lt;br /&gt;
|-&lt;br /&gt;
| ||||&lt;br /&gt;
|-&lt;br /&gt;
| 4.15||||'''Client Side Testing'''&lt;br /&gt;
|-&lt;br /&gt;
| 4.15.1||OTG-CLIENT-001||Testing for DOM based Cross Site Scripting&lt;br /&gt;
|-&lt;br /&gt;
| 4.15.2||OWASP-CS-002||Testing for JavaScript Execution&lt;br /&gt;
|-&lt;br /&gt;
| 4.15.3||OWASP-CS-003||Testing for HTML Injection&lt;br /&gt;
|-&lt;br /&gt;
| 4.15.4||OWASP-CS-004 ||Testing for Client Side URL Redirect&lt;br /&gt;
|-&lt;br /&gt;
| 4.15.5||OWASP-CS-005||Testing for CSS Injection&lt;br /&gt;
|-&lt;br /&gt;
| 4.15.6||OWASP-CS-006||Testing for Client Side Resource Manipulation&lt;br /&gt;
|-&lt;br /&gt;
| 4.15.7||OTG-CLIENT-007||Test Cross Origin Resource Sharing&lt;br /&gt;
|-&lt;br /&gt;
| 4.15.8||OTG-CLIENT-008||Testing for Cross Site Flashing&lt;br /&gt;
|-&lt;br /&gt;
| 4.15.9||OTG-CLIENT-009||Testing for Clickjacking&lt;br /&gt;
|-&lt;br /&gt;
| 4.15.10||OTG-CLIENT-010||Testing WebSockets&lt;br /&gt;
|-&lt;br /&gt;
| 4.15.11||OTG-CLIENT-011||Test Web Messaging&lt;br /&gt;
|-&lt;br /&gt;
| 4.15.12||OTG-CLIENT-012||Test Local Storage&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013_Agenda&amp;diff=161920</id>
		<title>OWASP Romania InfoSec Conference 2013 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013_Agenda&amp;diff=161920"/>
				<updated>2013-10-28T19:21:36Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;vertical-align:top;width:90%;background-color:#white;padding:10px;border:1px solid silver;&amp;quot; align=&amp;quot;center&amp;quot; cellspacing=&amp;quot;4&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:100%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;40&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;6&amp;quot; | &amp;lt;h2&amp;gt;Agenda &amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; |  '''Time''' &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Title'''&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Speaker'''&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Description'''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 10:30 - 11:00&amp;lt;br&amp;gt;(30 mins)&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Registration&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | &lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 11:00 - 11:15&amp;lt;br&amp;gt;(15 mins)&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Introduction &amp;amp; Welcome&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ro.linkedin.com/pub/oana-cornea/55/430/b10 Oana Cornea]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | Introduction to OWASP &amp;amp; Bucharest Event, Schedule for the Day&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 11:15 - 12:00&amp;lt;br&amp;gt;(45 mins) &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Secure Development LifeCycle &amp;lt;br&amp;gt;&lt;br /&gt;
(aka &amp;quot;The good the bad and the ugly implementations&amp;quot;) [https://www.owasp.org/images/1/1a/OWASP_-_InfoSec_Romania_-_SDLC_the_good%2C_the_bad_and_the_ugly_.pdf]&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://nl.linkedin.com/pub/martin-knobloch/3/182/b97 Martin Knobloch]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | Software development is not THAT new anymore, but it is still a fast changing work environment.&amp;lt;br&amp;gt;&lt;br /&gt;
We do develop more functionality faster, and the applications do even look more pretty!&amp;lt;br&amp;gt;&lt;br /&gt;
But what about security? Guess what, it is not a developers first priority!&amp;lt;br&amp;gt;&lt;br /&gt;
This presentation is about how to implement secure development strategy without blaming and bashing on developers. Instead of increasing the workload of the development-team  with more process overhead, (security) quality gates, etc.&amp;lt;br&amp;gt;&lt;br /&gt;
Lets help developer by implementing impalpable mechanism!&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 12:05 - 12:50&amp;lt;br&amp;gt;(45 mins)&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Practical Defense with mod_security Web Application Firewall&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ie.linkedin.com/in/mventuneac Marian Ventuneac]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | Marian will introduce the mod_security Web Application Firewall (WAF). This session will be a practical demonstration of mitigating security risks for a sample vulnerable Web application.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 12:55 - 13:40&amp;lt;br&amp;gt;(45 mins)&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Scanning Romania with Nessus (web part) [https://www.owasp.org/images/e/e9/OWASP_-_InfoSec_Romania_-AdrianFurtuna_ScanningRomania.pdf]&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ro.linkedin.com/in/adrianfurtuna Adrian Furtuna]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | This talk presents the results of a passive vulnerability scan performed against all Romanian IP addresses, targeting all web servers listening on port 80. &amp;lt;br&amp;gt;&lt;br /&gt;
The research was performed against multiple network packet captures selected from the output of Carna botnet, which scanned Romania in July 2012.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 13:40 - 14:30&amp;lt;br&amp;gt;(50 mins)&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; |Lunch/Coffee Break&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | &lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 14:30 - 15:15&amp;lt;br&amp;gt;(45 mins) &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Reading the minds [https://www.owasp.org/images/c/c7/OWASP_-_InfoSec_Romania_-reading-the-minds.pdf] &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ro.linkedin.com/pub/anatolie-prisacaru/45/232/764 Anatolie Prisacaru]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | In my presentation I will focus the analysis of what data web browsers, extensions and web servers keep in memory.&amp;lt;br&amp;gt; I will start with a quick introduction on how to dump and analyse processes' random access memory maps on a Linux based operating system with basic tools and then run a quick code review to see a couple of weak points, find their Achilles' heel and finally prove why statements like &amp;quot;Your sensitive data is encrypted _locally_ before upload so even LastPass cannot get access to it&amp;quot; can be pretty misleading. &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 15:20 - 16:05&amp;lt;br&amp;gt;(45 mins) &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Online Fraud and the part it plays in Cybercrime [https://www.owasp.org/images/3/3b/OWASP_-_InfoSec_Romania_-_Online_Fraud.pdf] &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ro.linkedin.com/pub/alex-doroftei/50/b74/36b Alexandru Doroftei]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | The presentation will be about what is online fraud, what risks do companies face when they support e-commerce and the growing role fraud has in the cybercrime area.  I will describe a few of the best practices against fraud, diving a little bit in the fraud industry numbers associated with fraud.&lt;br /&gt;
|-)&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 16:10 - 16:55&amp;lt;br&amp;gt;(45 mins) &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Hacking the Wordpress ecosystem [https://www.owasp.org/images/9/9a/Dan_Catalin_VASILE_-_Hacking_the_Wordpress_EcoSystem.pdf]&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ro.linkedin.com/pub/dan-catalin-vasile/1a/549/384 Dan Catalin Vasile]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | This talk came from the personal need of securing multiple instances of Wordpress. An OWASP Project was initiated to gather the knowledge around this subject in one place.&amp;lt;br&amp;gt;&lt;br /&gt;
The presentation will address the following subjects:&amp;lt;br&amp;gt;&lt;br /&gt;
- securing the installation process&amp;lt;br&amp;gt;&lt;br /&gt;
- server side measures: backup, securing login, antivirus, regular scan, web firewall, monitoring, permissions, etc.&amp;lt;br&amp;gt;&lt;br /&gt;
- client side measures: personal devices security, password management, communication channels, etc.&amp;lt;br&amp;gt;&lt;br /&gt;
- hacking the infrastructure&amp;lt;br&amp;gt;&lt;br /&gt;
- hacking plugins&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 17:00 - 17:45&amp;lt;br&amp;gt;(45 mins) &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Resolving 3 Common threats in MVC (A4 - Insecure Direct Object References , A3 - Cross-Site Scripting (XSS) , A8 - Cross-Site Request Forgery (CSRF) ) [https://www.owasp.org/images/6/6d/OWASP_-_InfoSec_Romania_-AndreiIgnat.pdf]  &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ro.linkedin.com/in/ignatandrei Andrei Ignat]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | Any website is confronted with hackers. The security measures are easy to follow - and this presentation shares to you this knowledge. &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
{{:OWASP_Romania_InfoSec_Conference_2013_Sponsors}}&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:Dan_Catalin_VASILE_-_Hacking_the_Wordpress_EcoSystem.pdf&amp;diff=161917</id>
		<title>File:Dan Catalin VASILE - Hacking the Wordpress EcoSystem.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:Dan_Catalin_VASILE_-_Hacking_the_Wordpress_EcoSystem.pdf&amp;diff=161917"/>
				<updated>2013-10-28T19:17:18Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013_Team&amp;diff=160833</id>
		<title>OWASP Romania InfoSec Conference 2013 Team</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013_Team&amp;diff=160833"/>
				<updated>2013-10-15T12:32:28Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
&lt;br /&gt;
*Oana Cornea [http://ro.linkedin.com/pub/oana-cornea/55/430/b10]&lt;br /&gt;
*Ionel Chirita [http://ro.linkedin.com/in/chiritaionel]&lt;br /&gt;
*Dan Catalin Vasile [http://ro.linkedin.com/pub/dan-catalin-vasile/1a/549/384]&lt;br /&gt;
*Daniel Barbu [http://ro.linkedin.com/in/barbuionutdaniel?trk=pub-pbmap]&lt;br /&gt;
*Raluca Vasilache [http://ro.linkedin.com/pub/raluca-vasilache/51/5b9/808?trk=pub-pbmap]&lt;br /&gt;
*Ovidiu Diaconescu [https://www.linkedin.com/uas/login?session_redirect=http%3A%2F%2Fwww%2Elinkedin%2Ecom%2Fprofile%2Fview%3FtrkInfo%3Dtas%253Aovidiu%2Bdiaconescu%252Cidx%253A1-1-1%26trk%3Dtyah%26locale%3Den_US%26id%3D93481373]&lt;br /&gt;
*Cristian Pascariu [http://ro.linkedin.com/pub/cristian-pascariu/53/662/954]&lt;br /&gt;
*Mihai Terzea [http://ro.linkedin.com/pub/mihai-terzea/13/952/902]&lt;br /&gt;
*Catalin Teodorescu [http://ro.linkedin.com/in/dustfeather]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:Harta-an024.jpg&amp;diff=160822</id>
		<title>File:Harta-an024.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:Harta-an024.jpg&amp;diff=160822"/>
				<updated>2013-10-15T09:50:09Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: Dan Vasile uploaded a new version of &amp;amp;quot;File:Harta-an024.jpg&amp;amp;quot;: Reverted to version as of 09:47, 15 October 2013&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:Harta-an024.jpg&amp;diff=160821</id>
		<title>File:Harta-an024.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:Harta-an024.jpg&amp;diff=160821"/>
				<updated>2013-10-15T09:49:26Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: Dan Vasile uploaded a new version of &amp;amp;quot;File:Harta-an024.jpg&amp;amp;quot;: Reverted to version as of 09:46, 15 October 2013&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:Harta-an024.jpg&amp;diff=160820</id>
		<title>File:Harta-an024.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:Harta-an024.jpg&amp;diff=160820"/>
				<updated>2013-10-15T09:47:20Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: Dan Vasile uploaded a new version of &amp;amp;quot;File:Harta-an024.jpg&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:Harta-an024.jpg&amp;diff=160819</id>
		<title>File:Harta-an024.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:Harta-an024.jpg&amp;diff=160819"/>
				<updated>2013-10-15T09:46:50Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: Dan Vasile uploaded a new version of &amp;amp;quot;File:Harta-an024.jpg&amp;amp;quot;: Reverted to version as of 09:44, 15 October 2013&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:Harta-an024.jpg&amp;diff=160818</id>
		<title>File:Harta-an024.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:Harta-an024.jpg&amp;diff=160818"/>
				<updated>2013-10-15T09:46:29Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: Dan Vasile uploaded a new version of &amp;amp;quot;File:Harta-an024.jpg&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:Harta-an024.jpg&amp;diff=160817</id>
		<title>File:Harta-an024.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:Harta-an024.jpg&amp;diff=160817"/>
				<updated>2013-10-15T09:44:58Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: Dan Vasile uploaded a new version of &amp;amp;quot;File:Harta-an024.jpg&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013&amp;diff=160170</id>
		<title>OWASP Romania InfoSec Conference 2013</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013&amp;diff=160170"/>
				<updated>2013-10-10T20:08:27Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
&lt;br /&gt;
{{:Owasp Romania Conference header}}&lt;br /&gt;
&lt;br /&gt;
=Welcome= &lt;br /&gt;
{| style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 100%; color: rgb(0, 0, 0);&amp;quot; | &lt;br /&gt;
{| style=&amp;quot;border: 0px solid ; background: transparent none repeat scroll 0% 0%; width: 100%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 95%; color: rgb(0, 0, 0);&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
'''Owasp Romania InfoSec Conference 2013 - October 25th'''&lt;br /&gt;
&lt;br /&gt;
OWASP Romania team is happy to announce the '''OWASP Romania InfoSec Conference 2013''', a one day '''Security''' and '''Hacking Conference'''. It will take place on 25th of October, 2013 - Bucharest, Romania. &amp;lt;br&amp;gt;&lt;br /&gt;
The OWASP Romania InfoSec Conference objective is to raise awareness about application security, so that people and organizations can make informed decisions about true application security risks. Everyone is free to participate in OWASP and all of our materials are available under a free and open software license.&lt;br /&gt;
&lt;br /&gt;
'''Who Should Attend?'''&lt;br /&gt;
&lt;br /&gt;
*Application Developers &lt;br /&gt;
*Application Testers and Quality Assurance &lt;br /&gt;
*Application Project Management and Staff &lt;br /&gt;
*Chief Information Officers, Chief Information Security Officers, Chief Technology Officers, Deputies, Associates and Staff &lt;br /&gt;
*Chief Financial Officers, Auditors, and Staff Responsible for IT Security Oversight and Compliance &lt;br /&gt;
*Security Managers and Staff &lt;br /&gt;
*Executives, Managers, and Staff Responsible for IT Security Governance &lt;br /&gt;
*IT Professionals Interesting in Improving IT Security&lt;br /&gt;
*Anyone interested in learning about or promoting Web Application Security&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width: 110px; font-size: 95%; color: rgb(0, 0, 0);&amp;quot; | &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width: 110px; font-size: 95%; color: rgb(0, 0, 0);&amp;quot; | &lt;br /&gt;
|}&lt;br /&gt;
{|style=&amp;quot;vertical-align:top;width:90%;background-color:#white;padding:10px;border:1px solid silver;&amp;quot; align=&amp;quot;center&amp;quot; cellspacing=&amp;quot;5&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#CCCCEE;&amp;quot; colspan=&amp;quot;2&amp;quot; |  &lt;br /&gt;
'''CONFERENCE (Friday 25th of October)''' &lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:20%&amp;quot; valign=&amp;quot;middle&amp;quot;  bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Date''' &lt;br /&gt;
| style=&amp;quot;width:80%&amp;quot; valign=&amp;quot;middle&amp;quot;  bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Location'''&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;middle&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; | ''' Friday 25th of October&amp;lt;br&amp;gt;10:30 AM '''&lt;br /&gt;
| valign=&amp;quot;middle&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;left&amp;quot; | '''Venue Location: University &amp;quot;Politehnica&amp;quot; of Bucharest, Rectorship Building, AN024 Hall'''&amp;lt;br&amp;gt;&lt;br /&gt;
Venue Address: Splaiul Independentei nr. 313, sector 6, Bucuresti,  ROMANIA; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;!-- Postal cod: RO-060042&amp;lt;br&amp;gt;&lt;br /&gt;
Venue Map: [https://plus.google.com/101033585760098377632/about] --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#CCCCEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Price and registration'''&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#EEEEEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | This event is '''FREE''', you need to register on the link provided below, print your ticket and present it at the entrance. &amp;lt;br&amp;gt;&lt;br /&gt;
 '''Limited number of seats! Register now!''' [https://owasp-romaniachapter-infosec.eventbrite.com/ https://owasp-romaniachapter-infosec.eventbrite.com/ ]&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#CCCCEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''How to get there'''&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#EEEEEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | [[Image:Harta-an024.jpg|800px|]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#CCCCEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Event details'''&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EEEEEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | &lt;br /&gt;
* The presentation slides will be in English&lt;br /&gt;
* The presentations will be held in Romanian, except the one of Mr. Martin Knobloch&lt;br /&gt;
* There will be a short Q&amp;amp;A session at the end of each presentation (please hold them until the presentation ends)&lt;br /&gt;
* A mid-day break will be available for speaking with the presenters and with each other &lt;br /&gt;
--&amp;gt;&lt;br /&gt;
|} &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Agenda=&lt;br /&gt;
{{:OWASP_Romania_InfoSec_Conference_2013_Agenda}}&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Sponsors=&lt;br /&gt;
{{:OWASP_Romania_InfoSec_Conference_2013_Sponsors}}&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013&amp;diff=160164</id>
		<title>OWASP Romania InfoSec Conference 2013</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013&amp;diff=160164"/>
				<updated>2013-10-10T20:03:02Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
&lt;br /&gt;
{{:Owasp Romania Conference header}}&lt;br /&gt;
&lt;br /&gt;
=Welcome= &lt;br /&gt;
{| style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 100%; color: rgb(0, 0, 0);&amp;quot; | &lt;br /&gt;
{| style=&amp;quot;border: 0px solid ; background: transparent none repeat scroll 0% 0%; width: 100%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 95%; color: rgb(0, 0, 0);&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
'''Owasp Romania InfoSec Conference 2013 - October 25th'''&lt;br /&gt;
&lt;br /&gt;
OWASP Romania team is happy to announce the '''OWASP Romania InfoSec Conference 2013''', a one day '''Security''' and '''Hacking Conference'''. It will take place on 25th of October, 2013 - Bucharest, Romania. &amp;lt;br&amp;gt;&lt;br /&gt;
The OWASP Romania InfoSec Conference objective is to raise awareness about application security, so that people and organizations can make informed decisions about true application security risks. Everyone is free to participate in OWASP and all of our materials are available under a free and open software license.&lt;br /&gt;
&lt;br /&gt;
'''Who Should Attend?'''&lt;br /&gt;
&lt;br /&gt;
*Application Developers &lt;br /&gt;
*Application Testers and Quality Assurance &lt;br /&gt;
*Application Project Management and Staff &lt;br /&gt;
*Chief Information Officers, Chief Information Security Officers, Chief Technology Officers, Deputies, Associates and Staff &lt;br /&gt;
*Chief Financial Officers, Auditors, and Staff Responsible for IT Security Oversight and Compliance &lt;br /&gt;
*Security Managers and Staff &lt;br /&gt;
*Executives, Managers, and Staff Responsible for IT Security Governance &lt;br /&gt;
*IT Professionals Interesting in Improving IT Security&lt;br /&gt;
*Anyone interested in learning about or promoting Web Application Security&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width: 110px; font-size: 95%; color: rgb(0, 0, 0);&amp;quot; | &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width: 110px; font-size: 95%; color: rgb(0, 0, 0);&amp;quot; | &lt;br /&gt;
|}&lt;br /&gt;
{|style=&amp;quot;vertical-align:top;width:90%;background-color:#white;padding:10px;border:1px solid silver;&amp;quot; align=&amp;quot;center&amp;quot; cellspacing=&amp;quot;5&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#CCCCEE;&amp;quot; colspan=&amp;quot;2&amp;quot; |  &lt;br /&gt;
'''CONFERENCE (Friday 25th of October)''' &lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:20%&amp;quot; valign=&amp;quot;middle&amp;quot;  bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Date''' &lt;br /&gt;
| style=&amp;quot;width:80%&amp;quot; valign=&amp;quot;middle&amp;quot;  bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Location'''&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;middle&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; | ''' Friday 25th of October&amp;lt;br&amp;gt;10:30 AM '''&lt;br /&gt;
| valign=&amp;quot;middle&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;left&amp;quot; | '''Venue Location: University &amp;quot;Politehnica&amp;quot; of Bucharest, Rectorship Building, AN024 Hall&amp;lt;br&amp;gt;&lt;br /&gt;
Venue Address: Splaiul Independentei nr. 313, sector 6, Bucuresti,  ROMANIA; &amp;lt;br&amp;gt;&lt;br /&gt;
Postal cod: RO-060042'''&amp;lt;br&amp;gt;&lt;br /&gt;
Venue Map: [https://plus.google.com/101033585760098377632/about] &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#CCCCEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Price and registration'''&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#EEEEEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | This event is '''FREE''', you need to register on the link provided below, print your ticket and present it at the entrance. &amp;lt;br&amp;gt;&lt;br /&gt;
 '''Limited number of seats! Register now!''' [https://owasp-romaniachapter-infosec.eventbrite.com/ https://owasp-romaniachapter-infosec.eventbrite.com/ ]&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#CCCCEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''How to get there'''&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#EEEEEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | [[Image:Harta-an024.jpg|800px|]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#CCCCEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Event details'''&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EEEEEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | &lt;br /&gt;
* The presentation slides will be in English&lt;br /&gt;
* The presentations will be held in Romanian, except the one of Mr. Martin Knobloch&lt;br /&gt;
* There will be a short Q&amp;amp;A session at the end of each presentation (please hold them until the presentation ends)&lt;br /&gt;
* A mid-day break will be available for speaking with the presenters and with each other &lt;br /&gt;
--&amp;gt;&lt;br /&gt;
|} &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Agenda=&lt;br /&gt;
{{:OWASP_Romania_InfoSec_Conference_2013_Agenda}}&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Sponsors=&lt;br /&gt;
{{:OWASP_Romania_InfoSec_Conference_2013_Sponsors}}&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:Harta-an024.jpg&amp;diff=160158</id>
		<title>File:Harta-an024.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:Harta-an024.jpg&amp;diff=160158"/>
				<updated>2013-10-10T19:51:28Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013&amp;diff=160157</id>
		<title>OWASP Romania InfoSec Conference 2013</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013&amp;diff=160157"/>
				<updated>2013-10-10T19:48:01Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
&lt;br /&gt;
{{:Owasp Romania Conference header}}&lt;br /&gt;
&lt;br /&gt;
=Welcome= &lt;br /&gt;
{| style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 100%; color: rgb(0, 0, 0);&amp;quot; | &lt;br /&gt;
{| style=&amp;quot;border: 0px solid ; background: transparent none repeat scroll 0% 0%; width: 100%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 95%; color: rgb(0, 0, 0);&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
'''Owasp Romania InfoSec Conference 2013 - October 25th'''&lt;br /&gt;
&lt;br /&gt;
OWASP Romania team is happy to announce the '''OWASP Romania InfoSec Conference 2013''', a one day '''Security''' and '''Hacking Conference'''. It will take place on 25th of October, 2013 - Bucharest, Romania. &amp;lt;br&amp;gt;&lt;br /&gt;
The OWASP Romania InfoSec Conference objective is to raise awareness about application security, so that people and organizations can make informed decisions about true application security risks. Everyone is free to participate in OWASP and all of our materials are available under a free and open software license.&lt;br /&gt;
&lt;br /&gt;
'''Who Should Attend?'''&lt;br /&gt;
&lt;br /&gt;
*Application Developers &lt;br /&gt;
*Application Testers and Quality Assurance &lt;br /&gt;
*Application Project Management and Staff &lt;br /&gt;
*Chief Information Officers, Chief Information Security Officers, Chief Technology Officers, Deputies, Associates and Staff &lt;br /&gt;
*Chief Financial Officers, Auditors, and Staff Responsible for IT Security Oversight and Compliance &lt;br /&gt;
*Security Managers and Staff &lt;br /&gt;
*Executives, Managers, and Staff Responsible for IT Security Governance &lt;br /&gt;
*IT Professionals Interesting in Improving IT Security&lt;br /&gt;
*Anyone interested in learning about or promoting Web Application Security&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width: 110px; font-size: 95%; color: rgb(0, 0, 0);&amp;quot; | &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width: 110px; font-size: 95%; color: rgb(0, 0, 0);&amp;quot; | &lt;br /&gt;
|}&lt;br /&gt;
{|style=&amp;quot;vertical-align:top;width:90%;background-color:#white;padding:10px;border:1px solid silver;&amp;quot; align=&amp;quot;center&amp;quot; cellspacing=&amp;quot;5&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#CCCCEE;&amp;quot; colspan=&amp;quot;2&amp;quot; |  &lt;br /&gt;
'''CONFERENCE (Friday 25th of October)''' &lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:20%&amp;quot; valign=&amp;quot;middle&amp;quot;  bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Date''' &lt;br /&gt;
| style=&amp;quot;width:80%&amp;quot; valign=&amp;quot;middle&amp;quot;  bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Location'''&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;middle&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; | ''' Friday 25th of October&amp;lt;br&amp;gt;10:30 AM '''&lt;br /&gt;
| valign=&amp;quot;middle&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;left&amp;quot; | '''Venue Location: University &amp;quot;Politehnica&amp;quot; of Bucharest, Rectorship Building, AN024 Hall&amp;lt;br&amp;gt;&lt;br /&gt;
Venue Address: Splaiul Independentei nr. 313, sector 6, Bucuresti,  ROMANIA; &amp;lt;br&amp;gt;&lt;br /&gt;
Postal cod: RO-060042'''&amp;lt;br&amp;gt;&lt;br /&gt;
Venue Map: [https://plus.google.com/101033585760098377632/about] &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#CCCCEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Price and registration'''&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#EEEEEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | This event is '''FREE''', you need to register on the link provided below, print your ticket and present it at the entrance. &amp;lt;br&amp;gt;&lt;br /&gt;
 '''Limited number of seats! Register now!''' [https://owasp-romaniachapter-infosec.eventbrite.com/ https://owasp-romaniachapter-infosec.eventbrite.com/ ]&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#CCCCEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''How to get there'''&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#CCCCEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Event details'''&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EEEEEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | &lt;br /&gt;
* The presentation slides will be in English&lt;br /&gt;
* The presentations will be held in Romanian, except the one of Mr. Martin Knobloch&lt;br /&gt;
* There will be a short Q&amp;amp;A session at the end of each presentation (please hold them until the presentation ends)&lt;br /&gt;
* A mid-day break will be available for speaking with the presenters and with each other &lt;br /&gt;
--&amp;gt;&lt;br /&gt;
|} &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Agenda=&lt;br /&gt;
{{:OWASP_Romania_InfoSec_Conference_2013_Agenda}}&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Sponsors=&lt;br /&gt;
{{:OWASP_Romania_InfoSec_Conference_2013_Sponsors}}&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013_Sponsors&amp;diff=159970</id>
		<title>OWASP Romania InfoSec Conference 2013 Sponsors</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013_Sponsors&amp;diff=159970"/>
				<updated>2013-10-08T13:19:15Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;20&amp;quot; border=&amp;quot;0&amp;quot; valign=&amp;quot;middle&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background: none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: white;&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| &amp;lt;h2&amp;gt;Event Supporters&amp;lt;/h2&amp;gt;&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| [[Image:Logo_phpromania.png|250px|link=http://www.phpromania.net/]]&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| [[Image:Defcamp_logo.png|250px|link=http://defcamp.ro/]]&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| [[Image:logo_AGORA.jpg|250px|link=http://www.agora.ro/]]&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| &amp;lt;h2&amp;gt;Educational Supporters&amp;lt;/h2&amp;gt;&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| [[Image:UPBlogo.png|150px|link=http://www.upb.ro/en/]]&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:Logo_AGORA.jpg&amp;diff=159969</id>
		<title>File:Logo AGORA.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:Logo_AGORA.jpg&amp;diff=159969"/>
				<updated>2013-10-08T13:15:07Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013&amp;diff=159034</id>
		<title>OWASP Romania InfoSec Conference 2013</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013&amp;diff=159034"/>
				<updated>2013-09-24T19:28:43Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
&lt;br /&gt;
{{:Owasp Romania Conference header}}&lt;br /&gt;
&lt;br /&gt;
=Welcome= &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 100%; color: rgb(0, 0, 0);&amp;quot; | &lt;br /&gt;
{| style=&amp;quot;border: 0px solid ; background: transparent none repeat scroll 0% 0%; width: 100%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 95%; color: rgb(0, 0, 0);&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
'''Owasp Romania InfoSec Conference 2013 - October 25th'''&lt;br /&gt;
&lt;br /&gt;
OWASP Romania team is happy to announce the '''OWASP Romania InfoSec Conference 2013''', a one day '''Security''' and '''Hacking Conference'''. It will take place on 25th of October, 2013 - Bucharest, Romania. &amp;lt;br&amp;gt;&lt;br /&gt;
The OWASP Romania InfoSec Conference objective is to raise awareness about application security, so that people and organizations can make informed decisions about true application security risks. Everyone is free to participate in OWASP and all of our materials are available under a free and open software license.&lt;br /&gt;
&lt;br /&gt;
'''Who Should Attend?'''&lt;br /&gt;
&lt;br /&gt;
*Application Developers &lt;br /&gt;
*Application Testers and Quality Assurance &lt;br /&gt;
*Application Project Management and Staff &lt;br /&gt;
*Chief Information Officers, Chief Information Security Officers, Chief Technology Officers, Deputies, Associates and Staff &lt;br /&gt;
*Chief Financial Officers, Auditors, and Staff Responsible for IT Security Oversight and Compliance &lt;br /&gt;
*Security Managers and Staff &lt;br /&gt;
*Executives, Managers, and Staff Responsible for IT Security Governance &lt;br /&gt;
*IT Professionals Interesting in Improving IT Security&lt;br /&gt;
*Anyone interested in learning about or promoting Web Application Security&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Conference details =&lt;br /&gt;
{|style=&amp;quot;vertical-align:top;width:90%;background-color:#white;padding:10px;border:1px solid silver;&amp;quot; align=&amp;quot;center&amp;quot; cellspacing=&amp;quot;5&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4B0082;&amp;quot; colspan=&amp;quot;2&amp;quot; | &amp;lt;span style=&amp;quot;color:#ffffff&amp;quot;&amp;gt; &lt;br /&gt;
'''CONFERENCE (Friday 25th of October)''' &amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:20%&amp;quot; valign=&amp;quot;middle&amp;quot;  bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Date''' &lt;br /&gt;
| style=&amp;quot;width:80%&amp;quot; valign=&amp;quot;middle&amp;quot;  bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Location'''&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;middle&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; | ''' Friday 25th of October '''&lt;br /&gt;
| valign=&amp;quot;middle&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;left&amp;quot; | '''Venue Location: University &amp;quot;Politehnica&amp;quot; of Bucharest&amp;lt;br&amp;gt;&lt;br /&gt;
Venue Address: Splaiul Independentei nr. 313, sector 6, Bucuresti,  ROMANIA; &amp;lt;br&amp;gt;&lt;br /&gt;
Postal cod: RO-060042'''&amp;lt;br&amp;gt;&lt;br /&gt;
Venue Map: [https://plus.google.com/101033585760098377632/about] &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#CCCCEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Price and registration'''&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#EEEEEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | This event is '''FREE''', you need to register on the link provided below, print your ticket and present it at the entrance. &amp;lt;br&amp;gt;&lt;br /&gt;
 '''Limited number of seats! Register now!''' [https://owasp-romaniachapter-infosec.eventbrite.com/ https://owasp-romaniachapter-infosec.eventbrite.com/ ]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#CCCCEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Event details'''&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EEEEEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | &lt;br /&gt;
* The presentation slides will be in English&lt;br /&gt;
* The presentations will be held in Romanian, except the one of Mr. Martin Knobloch&lt;br /&gt;
* There will be a short Q&amp;amp;A session at the end of each presentation (please hold them until the presentation ends)&lt;br /&gt;
* A mid-day break will be available for speaking with the presenters and with each other &lt;br /&gt;
&lt;br /&gt;
|} &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{|style=&amp;quot;vertical-align:top;width:90%;background-color:#white;padding:10px;border:1px solid silver;&amp;quot; align=&amp;quot;center&amp;quot; cellspacing=&amp;quot;4&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:100%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;40&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;6&amp;quot; | '''Agenda '''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; |  '''Time''' &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Title'''&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Speaker'''&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Description'''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 15 mins&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Introduction &amp;amp; Welcome&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ro.linkedin.com/pub/oana-cornea/55/430/b10 Oana Cornea]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | Introduction to OWASP &amp;amp; Bucharest Event, Schedule for the Day&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Secure Development LifeCycle&amp;lt;br&amp;gt;&lt;br /&gt;
(aka &amp;quot;The good the bad and the ugly implementations&amp;quot;) &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://nl.linkedin.com/pub/martin-knobloch/3/182/b97 Martin Knobloch]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | Software development is not THAT new anymore, but it is still a fast changing work environment.&amp;lt;br&amp;gt;&lt;br /&gt;
We do develop more functionality faster, and the applications do even look more pretty!&amp;lt;br&amp;gt;&lt;br /&gt;
But what about security? Guess what, it is not a developers first priority!&amp;lt;br&amp;gt;&lt;br /&gt;
This presentation is about how to implement secure development strategy without blaming and bashing on developers. Instead of increasing the workload of the development-team  with more process overhead, (security) quality gates, etc.&amp;lt;br&amp;gt;&lt;br /&gt;
Lets help developer by implementing impalpable mechanism!&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Practical Defense with mod_security Web Application Firewall&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ie.linkedin.com/in/mventuneac Marian Ventuneac]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | Marian will introduce the mod_security Web Application Firewall (WAF). This session will be a practical demonstration of mitigating security risks for a sample vulnerable Web application.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Scanning Romania with Nessus (web part)&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ro.linkedin.com/in/adrianfurtuna Adrian Furtuna]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | This talk presents the results of a passive vulnerability scan performed against all Romanian IP addresses, targeting all web servers listening on port 80. &amp;lt;br&amp;gt;&lt;br /&gt;
The research was performed against multiple network packet captures selected from the output of Carna botnet, which scanned Romania in July 2012.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Reading the minds  &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ro.linkedin.com/pub/anatolie-prisacaru/45/232/764 Anatolie Prisacaru]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | In my presentation I will focus the analysis of how web browsers and extensions keep in memory.&amp;lt;br&amp;gt; I will start with a quick introduction on how to dump and analyse processes' random access memory maps on a Linux based operating system with basic tools and then run a quick code review to see a couple of weak points, find their Achilles' heel and finally prove why statements like &amp;quot;Your sensitive data is encrypted _locally_ before upload so even LastPass cannot get access to it&amp;quot; can be pretty misleading. &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Resolving 3 Common threats in MVC (A4 - Insecure Direct Object References , A3 - Cross-Site Scripting (XSS) , A8 - Cross-Site Request Forgery (CSRF) )   &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ro.linkedin.com/in/ignatandrei Andrei Ignat]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | Any website is confronted with hackers. The security measures are easy to follow - and this presentation shares to you this knowledge.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Hacking the Wordpress ecosystem  &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ro.linkedin.com/pub/dan-catalin-vasile/1a/549/384 Dan Catalin Vasile]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | This talk came from the personal need of securing multiple instances of Wordpress. An OWASP Project was initiated to gather the knowledge around this subject in one place.&amp;lt;br&amp;gt;&lt;br /&gt;
The presentation will address the following subjects:&amp;lt;br&amp;gt;&lt;br /&gt;
- securing the installation process&amp;lt;br&amp;gt;&lt;br /&gt;
- server side measures: backup, securing login, antivirus, regular scan, web firewall, monitoring, permissions, etc.&amp;lt;br&amp;gt;&lt;br /&gt;
- client side measures: personal devices security, password management, communication channels, etc.&amp;lt;br&amp;gt;&lt;br /&gt;
- hacking the infrastructure&amp;lt;br&amp;gt;&lt;br /&gt;
- hacking plugins&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | iOS applications risks and defenses  &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ro.linkedin.com/pub/oana-cornea/55/430/b10 Oana Cornea]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | The presentation will highlight the main iOS applications attack vectors, techniques and tools to perform a pentest and mechanisms that can be implemented to reduce application vulnerabilities. These will be presented in connection with the Owasp top ten mobile risks and will show how to improve the security of mobile applications.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Sponsors  =&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== Sponsorship==&lt;br /&gt;
&lt;br /&gt;
You could find all available sponsorship options for the conference clicking [here] --&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| cellspacing=&amp;quot;10&amp;quot; border=&amp;quot;0&amp;quot; valign=&amp;quot;middle&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background: none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: white;&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;h2&amp;gt;Event Supporters&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Logo_phpromania.png|300px|link=http://www.phpromania.net/]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;h2&amp;gt;Educational Supporters&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:UPBlogo.png|150px|link=http://www.upb.ro/en/]]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
=Questions=&lt;br /&gt;
&lt;br /&gt;
*If you have any questions about this event, please send an email to [mailto:oana.cornea@owasp.org Oana Cornea]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:Logo_phpromania.png&amp;diff=159031</id>
		<title>File:Logo phpromania.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:Logo_phpromania.png&amp;diff=159031"/>
				<updated>2013-09-24T19:01:13Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013&amp;diff=159029</id>
		<title>OWASP Romania InfoSec Conference 2013</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013&amp;diff=159029"/>
				<updated>2013-09-24T18:55:06Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: Dan Vasile moved page OwaspRomaniaConference to OWASP Romania InfoSec Conference 2013: The full correct name of the Conference&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
&lt;br /&gt;
{{:Owasp Romania Conference header}}&lt;br /&gt;
&lt;br /&gt;
=Welcome= &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 100%; color: rgb(0, 0, 0);&amp;quot; | &lt;br /&gt;
{| style=&amp;quot;border: 0px solid ; background: transparent none repeat scroll 0% 0%; width: 100%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 95%; color: rgb(0, 0, 0);&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
'''Owasp Romania InfoSec Conference 2013 - October 25th'''&lt;br /&gt;
&lt;br /&gt;
OWASP Romania team is happy to announce the '''OWASP Romania InfoSec Conference 2013''', a one day '''Security''' and '''Hacking Conference'''. It will take place on 25th of October, 2013 - Bucharest, Romania. &amp;lt;br&amp;gt;&lt;br /&gt;
The OWASP Romania InfoSec Conference objective is to raise awareness about application security, so that people and organizations can make informed decisions about true application security risks. Everyone is free to participate in OWASP and all of our materials are available under a free and open software license.&lt;br /&gt;
&lt;br /&gt;
'''Who Should Attend?'''&lt;br /&gt;
&lt;br /&gt;
*Application Developers &lt;br /&gt;
*Application Testers and Quality Assurance &lt;br /&gt;
*Application Project Management and Staff &lt;br /&gt;
*Chief Information Officers, Chief Information Security Officers, Chief Technology Officers, Deputies, Associates and Staff &lt;br /&gt;
*Chief Financial Officers, Auditors, and Staff Responsible for IT Security Oversight and Compliance &lt;br /&gt;
*Security Managers and Staff &lt;br /&gt;
*Executives, Managers, and Staff Responsible for IT Security Governance &lt;br /&gt;
*IT Professionals Interesting in Improving IT Security&lt;br /&gt;
*Anyone interested in learning about or promoting Web Application Security&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Conference details =&lt;br /&gt;
{|style=&amp;quot;vertical-align:top;width:90%;background-color:#white;padding:10px;border:1px solid silver;&amp;quot; align=&amp;quot;center&amp;quot; cellspacing=&amp;quot;5&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4B0082;&amp;quot; colspan=&amp;quot;2&amp;quot; | &amp;lt;span style=&amp;quot;color:#ffffff&amp;quot;&amp;gt; &lt;br /&gt;
'''CONFERENCE (Friday 25th of October)''' &amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:20%&amp;quot; valign=&amp;quot;middle&amp;quot;  bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Date''' &lt;br /&gt;
| style=&amp;quot;width:80%&amp;quot; valign=&amp;quot;middle&amp;quot;  bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Location'''&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;middle&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; | ''' Friday 25th of October '''&lt;br /&gt;
| valign=&amp;quot;middle&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;left&amp;quot; | '''Venue Location: University &amp;quot;Politehnica&amp;quot; of Bucharest&amp;lt;br&amp;gt;&lt;br /&gt;
Venue Address: Splaiul Independentei nr. 313, sector 6, Bucuresti,  ROMANIA; &amp;lt;br&amp;gt;&lt;br /&gt;
Postal cod: RO-060042'''&amp;lt;br&amp;gt;&lt;br /&gt;
Venue Map: [https://plus.google.com/101033585760098377632/about] &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#CCCCEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Price and registration'''&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#EEEEEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | This event is '''FREE''', you need to register on the link provided below, print your ticket and present it at the entrance. &amp;lt;br&amp;gt;&lt;br /&gt;
 '''Limited number of seats! Register now!''' [https://owasp-romaniachapter-infosec.eventbrite.com/ https://owasp-romaniachapter-infosec.eventbrite.com/ ]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#CCCCEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Event details'''&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EEEEEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | &lt;br /&gt;
* The presentation slides will be in English&lt;br /&gt;
* The presentations will be held in Romanian, except the one of Mr. Martin Knobloch&lt;br /&gt;
* There will be a short Q&amp;amp;A session at the end of each presentation (please hold them until the presentation ends)&lt;br /&gt;
* A mid-day break will be available for speaking with the presenters and with each other &lt;br /&gt;
&lt;br /&gt;
|} &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{|style=&amp;quot;vertical-align:top;width:90%;background-color:#white;padding:10px;border:1px solid silver;&amp;quot; align=&amp;quot;center&amp;quot; cellspacing=&amp;quot;4&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:100%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;40&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;6&amp;quot; | '''Agenda '''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; |  '''Time''' &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Title'''&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Speaker'''&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Description'''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 15 mins&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Introduction &amp;amp; Welcome&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ro.linkedin.com/pub/oana-cornea/55/430/b10 Oana Cornea]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | Introduction to OWASP &amp;amp; Bucharest Event, Schedule for the Day&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Secure Development LifeCycle&amp;lt;br&amp;gt;&lt;br /&gt;
(aka &amp;quot;The good the bad and the ugly implementations&amp;quot;) &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://nl.linkedin.com/pub/martin-knobloch/3/182/b97 Martin Knobloch]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | Software development is not THAT new anymore, but it is still a fast changing work environment.&amp;lt;br&amp;gt;&lt;br /&gt;
We do develop more functionality faster, and the applications do even look more pretty!&amp;lt;br&amp;gt;&lt;br /&gt;
But what about security? Guess what, it is not a developers first priority!&amp;lt;br&amp;gt;&lt;br /&gt;
This presentation is about how to implement secure development strategy without blaming and bashing on developers. Instead of increasing the workload of the development-team  with more process overhead, (security) quality gates, etc.&amp;lt;br&amp;gt;&lt;br /&gt;
Lets help developer by implementing impalpable mechanism!&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Practical Defense with mod_security Web Application Firewall&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ie.linkedin.com/in/mventuneac Marian Ventuneac]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | Marian will introduce the mod_security Web Application Firewall (WAF). This session will be a practical demonstration of mitigating security risks for a sample vulnerable Web application.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Scanning Romania with Nessus (web part)&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ro.linkedin.com/in/adrianfurtuna Adrian Furtuna]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | This talk presents the results of a passive vulnerability scan performed against all Romanian IP addresses, targeting all web servers listening on port 80. &amp;lt;br&amp;gt;&lt;br /&gt;
The research was performed against multiple network packet captures selected from the output of Carna botnet, which scanned Romania in July 2012.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Reading the minds  &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ro.linkedin.com/pub/anatolie-prisacaru/45/232/764 Anatolie Prisacaru]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | In my presentation I will focus the analysis of how web browsers and extensions keep in memory.&amp;lt;br&amp;gt; I will start with a quick introduction on how to dump and analyse processes' random access memory maps on a Linux based operating system with basic tools and then run a quick code review to see a couple of weak points, find their Achilles' heel and finally prove why statements like &amp;quot;Your sensitive data is encrypted _locally_ before upload so even LastPass cannot get access to it&amp;quot; can be pretty misleading. &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Resolving 3 Common threats in MVC (A4 - Insecure Direct Object References , A3 - Cross-Site Scripting (XSS) , A8 - Cross-Site Request Forgery (CSRF) )   &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ro.linkedin.com/in/ignatandrei Andrei Ignat]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | Any website is confronted with hackers. The security measures are easy to follow - and this presentation shares to you this knowledge.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Hacking the Wordpress ecosystem  &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ro.linkedin.com/pub/dan-catalin-vasile/1a/549/384 Dan Catalin Vasile]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | This talk came from the personal need of securing multiple instances of Wordpress. An OWASP Project was initiated to gather the knowledge around this subject in one place.&amp;lt;br&amp;gt;&lt;br /&gt;
The presentation will address the following subjects:&amp;lt;br&amp;gt;&lt;br /&gt;
- securing the installation process&amp;lt;br&amp;gt;&lt;br /&gt;
- server side measures: backup, securing login, antivirus, regular scan, web firewall, monitoring, permissions, etc.&amp;lt;br&amp;gt;&lt;br /&gt;
- client side measures: personal devices security, password management, communication channels, etc.&amp;lt;br&amp;gt;&lt;br /&gt;
- hacking the infrastructure&amp;lt;br&amp;gt;&lt;br /&gt;
- hacking plugins&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | iOS applications risks and defenses  &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ro.linkedin.com/pub/oana-cornea/55/430/b10 Oana Cornea]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | The presentation will highlight the main iOS applications attack vectors, techniques and tools to perform a pentest and mechanisms that can be implemented to reduce application vulnerabilities. These will be presented in connection with the Owasp top ten mobile risks and will show how to improve the security of mobile applications.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Sponsors  =&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== Sponsorship==&lt;br /&gt;
&lt;br /&gt;
You could find all available sponsorship options for the conference clicking [here] --&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| cellspacing=&amp;quot;10&amp;quot; border=&amp;quot;0&amp;quot; valign=&amp;quot;middle&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background: none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: white;&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| &amp;lt;h2&amp;gt;Event Supporters&amp;lt;/h2&amp;gt;&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| &amp;lt;h2&amp;gt;Educational Supporters&amp;lt;/h2&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:UPBlogo.png|150px|link=http://www.upb.ro/en/]]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
=Questions=&lt;br /&gt;
&lt;br /&gt;
*If you have any questions about this event, please send an email to [mailto:oana.cornea@owasp.org Oana Cornea]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OwaspRomaniaConference&amp;diff=159030</id>
		<title>OwaspRomaniaConference</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OwaspRomaniaConference&amp;diff=159030"/>
				<updated>2013-09-24T18:55:06Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: Dan Vasile moved page OwaspRomaniaConference to OWASP Romania InfoSec Conference 2013: The full correct name of the Conference&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[OWASP Romania InfoSec Conference 2013]]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013&amp;diff=159023</id>
		<title>OWASP Romania InfoSec Conference 2013</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013&amp;diff=159023"/>
				<updated>2013-09-24T16:45:41Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
&lt;br /&gt;
{{:Owasp Romania Conference header}}&lt;br /&gt;
&lt;br /&gt;
=Welcome= &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 100%; color: rgb(0, 0, 0);&amp;quot; | &lt;br /&gt;
{| style=&amp;quot;border: 0px solid ; background: transparent none repeat scroll 0% 0%; width: 100%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 95%; color: rgb(0, 0, 0);&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
'''Owasp Romania InfoSec Conference 2013 - October 25th'''&lt;br /&gt;
&lt;br /&gt;
OWASP Romania team is happy to announce the '''OWASP Romania InfoSec Conference 2013''', a one day '''Security''' and '''Hacking Conference'''. It will take place on 25th of October, 2013 - Bucharest, Romania. &amp;lt;br&amp;gt;&lt;br /&gt;
The OWASP Romania InfoSec Conference objective is to raise awareness about application security, so that people and organizations can make informed decisions about true application security risks. Everyone is free to participate in OWASP and all of our materials are available under a free and open software license.&lt;br /&gt;
&lt;br /&gt;
'''Who Should Attend?'''&lt;br /&gt;
&lt;br /&gt;
*Application Developers &lt;br /&gt;
*Application Testers and Quality Assurance &lt;br /&gt;
*Application Project Management and Staff &lt;br /&gt;
*Chief Information Officers, Chief Information Security Officers, Chief Technology Officers, Deputies, Associates and Staff &lt;br /&gt;
*Chief Financial Officers, Auditors, and Staff Responsible for IT Security Oversight and Compliance &lt;br /&gt;
*Security Managers and Staff &lt;br /&gt;
*Executives, Managers, and Staff Responsible for IT Security Governance &lt;br /&gt;
*IT Professionals Interesting in Improving IT Security&lt;br /&gt;
*Anyone interested in learning about or promoting Web Application Security&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Agenda =&lt;br /&gt;
{|style=&amp;quot;vertical-align:top;width:90%;background-color:#white;padding:10px;border:1px solid silver;&amp;quot; align=&amp;quot;center&amp;quot; cellspacing=&amp;quot;5&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4B0082;&amp;quot; colspan=&amp;quot;2&amp;quot; | &amp;lt;span style=&amp;quot;color:#ffffff&amp;quot;&amp;gt; &lt;br /&gt;
'''CONFERENCE (Friday 25th of October)''' &amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:20%&amp;quot; valign=&amp;quot;middle&amp;quot;  bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Date''' &lt;br /&gt;
| style=&amp;quot;width:80%&amp;quot; valign=&amp;quot;middle&amp;quot;  bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Location'''&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;middle&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; | ''' Friday 25th of October '''&lt;br /&gt;
| valign=&amp;quot;middle&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;left&amp;quot; | '''Venue Location: University &amp;quot;Politehnica&amp;quot; of Bucharest&amp;lt;br&amp;gt;&lt;br /&gt;
Venue Address: Splaiul Independentei nr. 313, sector 6, Bucuresti,  ROMANIA; &amp;lt;br&amp;gt;&lt;br /&gt;
Postal cod: RO-060042'''&amp;lt;br&amp;gt;&lt;br /&gt;
Venue Map: [https://plus.google.com/101033585760098377632/about] &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#CCCCEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Price and registration'''&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#EEEEEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | This event is '''FREE''', you need to register on the link provided below, print your ticket and present it at the entrance. &amp;lt;br&amp;gt;&lt;br /&gt;
 '''Limited number of seats! Register now!''' [https://owasp-romaniachapter-infosec.eventbrite.com/ https://owasp-romaniachapter-infosec.eventbrite.com/ ]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#CCCCEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Event details'''&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EEEEEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | &lt;br /&gt;
* The presentation slides will be in English&lt;br /&gt;
* The presentations will be held in Romanian, except the one of Mr. Martin Knobloch&lt;br /&gt;
* There will be a short Q&amp;amp;A session at the end of each presentation (please hold them until the presentation ends)&lt;br /&gt;
* A mid-day break will be available for speaking with the presenters and with each other &lt;br /&gt;
&lt;br /&gt;
|} &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{|style=&amp;quot;vertical-align:top;width:90%;background-color:#white;padding:10px;border:1px solid silver;&amp;quot; align=&amp;quot;center&amp;quot; cellspacing=&amp;quot;4&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:100%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;40&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;6&amp;quot; | '''Conference Details '''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; |  '''Time''' &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Title'''&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Speaker'''&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Description'''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 15 mins&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Introduction &amp;amp; Welcome&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ro.linkedin.com/pub/oana-cornea/55/430/b10 Oana Cornea]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | Introduction to OWASP &amp;amp; Bucharest Event, Schedule for the Day&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Secure Development LifeCycle&amp;lt;br&amp;gt;&lt;br /&gt;
(aka &amp;quot;The good the bad and the ugly implementations&amp;quot;) &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://nl.linkedin.com/pub/martin-knobloch/3/182/b97 Martin Knobloch]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | Software development is not THAT new anymore, but it is still a fast changing work environment.&amp;lt;br&amp;gt;&lt;br /&gt;
We do develop more functionality faster, and the applications do even look more pretty!&amp;lt;br&amp;gt;&lt;br /&gt;
But what about security? Guess what, it is not a developers first priority!&amp;lt;br&amp;gt;&lt;br /&gt;
This presentation is about how to implement secure development strategy without blaming and bashing on developers. Instead of increasing the workload of the development-team  with more process overhead, (security) quality gates, etc.&amp;lt;br&amp;gt;&lt;br /&gt;
Lets help developer by implementing impalpable mechanism!&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Practical Defense with mod_security Web Application Firewall&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ie.linkedin.com/in/mventuneac Marian Ventuneac]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | Marian will introduce the mod_security Web Application Firewall (WAF). This session will be a practical demonstration of mitigating security risks for a sample vulnerable Web application.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Scanning Romania with Nessus (web part)&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ro.linkedin.com/in/adrianfurtuna Adrian Furtuna]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | This talk presents the results of a passive vulnerability scan performed against all Romanian IP addresses, targeting all web servers listening on port 80. &amp;lt;br&amp;gt;&lt;br /&gt;
The research was performed against multiple network packet captures selected from the output of Carna botnet, which scanned Romania in July 2012.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Reading the minds  &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ro.linkedin.com/pub/anatolie-prisacaru/45/232/764 Anatolie Prisacaru]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | In my presentation I will focus the analysis of how web browsers and extensions keep in memory.&amp;lt;br&amp;gt; I will start with a quick introduction on how to dump and analyse processes' random access memory maps on a Linux based operating system with basic tools and then run a quick code review to see a couple of weak points, find their Achilles' heel and finally prove why statements like &amp;quot;Your sensitive data is encrypted _locally_ before upload so even LastPass cannot get access to it&amp;quot; can be pretty misleading. &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Resolving 3 Common threats in MVC (A4 - Insecure Direct Object References , A3 - Cross-Site Scripting (XSS) , A8 - Cross-Site Request Forgery (CSRF) )   &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Andrei Ignat&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | Any website is confronted with hackers. The security measures are easy to follow - and this presentation shares to you this knowledge.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Hacking the Wordpress ecosystem  &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ro.linkedin.com/pub/dan-catalin-vasile/1a/549/384 Dan Catalin Vasile]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | This talk came from the personal need of securing multiple instances of Wordpress. An OWASP Project was initiated to gather the knowledge around this subject in one place.&amp;lt;br&amp;gt;&lt;br /&gt;
The presentation will address the following subjects:&amp;lt;br&amp;gt;&lt;br /&gt;
- securing the installation process&amp;lt;br&amp;gt;&lt;br /&gt;
- server side measures: backup, securing login, antivirus, regular scan, web firewall, monitoring, permissions, etc.&amp;lt;br&amp;gt;&lt;br /&gt;
- client side measures: personal devices security, password management, communication channels, etc.&amp;lt;br&amp;gt;&lt;br /&gt;
- hacking the infrastructure&amp;lt;br&amp;gt;&lt;br /&gt;
- hacking plugins&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | iOS applications risks and defenses  &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | [http://ro.linkedin.com/pub/oana-cornea/55/430/b10 Oana Cornea]&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | The presentation will highlight the main iOS applications attack vectors, techniques and tools to perform a pentest and mechanisms that can be implemented to reduce application vulnerabilities. These will be presented in connection with the Owasp top ten mobile risks and will show how to improve the security of mobile applications.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Sponsors  =&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== Sponsorship==&lt;br /&gt;
&lt;br /&gt;
You could find all available sponsorship options for the conference clicking [here] --&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| cellspacing=&amp;quot;10&amp;quot; border=&amp;quot;0&amp;quot; valign=&amp;quot;middle&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background: none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: white;&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| &amp;lt;h2&amp;gt;Event Supporters&amp;lt;/h2&amp;gt;&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| &amp;lt;h2&amp;gt;Educational Supporters&amp;lt;/h2&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:UPBlogo.png|150px|link=http://www.upb.ro/en/]]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
=Questions=&lt;br /&gt;
&lt;br /&gt;
*If you have any questions about this event, please send an email to [mailto:oana.cornea@owasp.org Oana Cornea]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013&amp;diff=159022</id>
		<title>OWASP Romania InfoSec Conference 2013</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013&amp;diff=159022"/>
				<updated>2013-09-24T16:28:54Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
&lt;br /&gt;
{{:Owasp Romania Conference header}}&lt;br /&gt;
&lt;br /&gt;
=Welcome= &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 100%; color: rgb(0, 0, 0);&amp;quot; | &lt;br /&gt;
{| style=&amp;quot;border: 0px solid ; background: transparent none repeat scroll 0% 0%; width: 100%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 95%; color: rgb(0, 0, 0);&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
'''Owasp Romania InfoSec Conference 2013 - October 25th'''&lt;br /&gt;
&lt;br /&gt;
OWASP Romania team is happy to announce the '''OWASP Romania InfoSec Conference 2013''', a one day '''Security''' and '''Hacking Conference'''. It will take place on 25th of October, 2013 - Bucharest, Romania. &amp;lt;br&amp;gt;&lt;br /&gt;
The OWASP Romania InfoSec Conference objective is to raise awareness about application security, so that people and organizations can make informed decisions about true application security risks. Everyone is free to participate in OWASP and all of our materials are available under a free and open software license.&lt;br /&gt;
&lt;br /&gt;
'''Who Should Attend?'''&lt;br /&gt;
&lt;br /&gt;
*Application Developers &lt;br /&gt;
*Application Testers and Quality Assurance &lt;br /&gt;
*Application Project Management and Staff &lt;br /&gt;
*Chief Information Officers, Chief Information Security Officers, Chief Technology Officers, Deputies, Associates and Staff &lt;br /&gt;
*Chief Financial Officers, Auditors, and Staff Responsible for IT Security Oversight and Compliance &lt;br /&gt;
*Security Managers and Staff &lt;br /&gt;
*Executives, Managers, and Staff Responsible for IT Security Governance &lt;br /&gt;
*IT Professionals Interesting in Improving IT Security&lt;br /&gt;
*Anyone interested in learning about or promoting Web Application Security&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Agenda =&lt;br /&gt;
{|style=&amp;quot;vertical-align:top;width:90%;background-color:#white;padding:10px;border:1px solid silver;&amp;quot; align=&amp;quot;center&amp;quot; cellspacing=&amp;quot;5&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4B0082;&amp;quot; colspan=&amp;quot;2&amp;quot; | &amp;lt;span style=&amp;quot;color:#ffffff&amp;quot;&amp;gt; &lt;br /&gt;
'''CONFERENCE (Friday 25th of October)''' &amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:20%&amp;quot; valign=&amp;quot;middle&amp;quot;  bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Date''' &lt;br /&gt;
| style=&amp;quot;width:80%&amp;quot; valign=&amp;quot;middle&amp;quot;  bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Location'''&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;middle&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; | ''' Friday 25th of October '''&lt;br /&gt;
| valign=&amp;quot;middle&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;left&amp;quot; | '''Venue Location: University &amp;quot;Politehnica&amp;quot; of Bucharest&amp;lt;br&amp;gt;&lt;br /&gt;
Venue Address: Splaiul Independentei nr. 313, sector 6, Bucuresti,  ROMANIA; &amp;lt;br&amp;gt;&lt;br /&gt;
Postal cod: RO-060042'''&amp;lt;br&amp;gt;&lt;br /&gt;
Venue Map: [https://plus.google.com/101033585760098377632/about] &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#CCCCEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Price and registration'''&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#EEEEEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | This event is '''FREE''', you need to register on the link provided below, print your ticket and present it at the entrance. &amp;lt;br&amp;gt;&lt;br /&gt;
 '''Limited number of seats! Register now!''' [https://owasp-romaniachapter-infosec.eventbrite.com/ https://owasp-romaniachapter-infosec.eventbrite.com/ ]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#CCCCEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Event details'''&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EEEEEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | &lt;br /&gt;
* The presentation slides will be in English&lt;br /&gt;
* The presentations will be held in Romanian, except the one of Mr. Martin Knobloch&lt;br /&gt;
* There will be a short Q&amp;amp;A session at the end of each presentation (please hold them until the presentation ends)&lt;br /&gt;
* A mid-day break will be available for speaking with the presenters and with each other &lt;br /&gt;
&lt;br /&gt;
|} &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{|style=&amp;quot;vertical-align:top;width:90%;background-color:#white;padding:10px;border:1px solid silver;&amp;quot; align=&amp;quot;center&amp;quot; cellspacing=&amp;quot;4&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:100%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;40&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;6&amp;quot; | '''Conference Details '''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; |  '''Time''' &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Title'''&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Speaker'''&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Description'''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 15 mins&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Introduction &amp;amp; Welcome&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Oana Cornea&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | Introduction to OWASP &amp;amp; Bucharest Event, Schedule for the Day&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Secure Development LifeCycle&amp;lt;br&amp;gt;&lt;br /&gt;
(aka &amp;quot;The good the bad and the ugly implementations&amp;quot;) &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Martin Knobloch&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | Software development is not THAT new anymore, but it is still a fast changing work environment.&amp;lt;br&amp;gt;&lt;br /&gt;
We do develop more functionality faster, and the applications do even look more pretty!&amp;lt;br&amp;gt;&lt;br /&gt;
But what about security? Guess what, it is not a developers first priority!&amp;lt;br&amp;gt;&lt;br /&gt;
This presentation is about how to implement secure development strategy without blaming and bashing on developers. Instead of increasing the workload of the development-team  with more process overhead, (security) quality gates, etc.&amp;lt;br&amp;gt;&lt;br /&gt;
Lets help developer by implementing impalpable mechanism!&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Practical Defense with mod_security Web Application Firewall&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Marian Ventuneac&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | Marian will introduce the mod_security Web Application Firewall (WAF). This session will be a practical demonstration of mitigating security risks for a sample vulnerable Web application.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Scanning Romania with Nessus (web part)&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Adrian Furtuna&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | This talk presents the results of a passive vulnerability scan performed against all Romanian IP addresses, targeting all web servers listening on port 80. &amp;lt;br&amp;gt;&lt;br /&gt;
The research was performed against multiple network packet captures selected from the output of Carna botnet, which scanned Romania in July 2012.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Reading the minds  &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Anatolie Prisacaru&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | In my presentation I will focus the analysis of how web browsers and extensions keep in memory.&amp;lt;br&amp;gt; I will start with a quick introduction on how to dump and analyse processes' random access memory maps on a Linux based operating system with basic tools and then run a quick code review to see a couple of weak points, find their Achilles' heel and finally prove why statements like &amp;quot;Your sensitive data is encrypted _locally_ before upload so even LastPass cannot get access to it&amp;quot; can be pretty misleading. &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Resolving 3 Common threats in MVC (A4 - Insecure Direct Object References , A3 - Cross-Site Scripting (XSS) , A8 - Cross-Site Request Forgery (CSRF) )   &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Andrei Ignat&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | Any website is confronted with hackers. The security measures are easy to follow - and this presentation shares to you this knowledge.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Hacking the Wordpress ecosystem  &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Dan Catalin Vasile&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | This talk came from the personal need of securing multiple instances of Wordpress. An OWASP Project was initiated to gather the knowledge around this subject in one place.&amp;lt;br&amp;gt;&lt;br /&gt;
The presentation will address the following subjects:&amp;lt;br&amp;gt;&lt;br /&gt;
- securing the installation process&amp;lt;br&amp;gt;&lt;br /&gt;
- server side measures: backup, securing login, antivirus, regular scan, web firewall, monitoring, permissions, etc.&amp;lt;br&amp;gt;&lt;br /&gt;
- client side measures: personal devices security, password management, communication channels, etc.&amp;lt;br&amp;gt;&lt;br /&gt;
- hacking the infrastructure&amp;lt;br&amp;gt;&lt;br /&gt;
- hacking plugins&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | iOS applications risks and defenses  &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Oana Cornea&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;justify&amp;quot; colspan=&amp;quot;0&amp;quot; | The presentation will highlight the main iOS applications attack vectors, techniques and tools to perform a pentest and mechanisms that can be implemented to reduce application vulnerabilities. These will be presented in connection with the Owasp top ten mobile risks and will show how to improve the security of mobile applications.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Sponsors  =&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== Sponsorship==&lt;br /&gt;
&lt;br /&gt;
You could find all available sponsorship options for the conference clicking [here] --&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| cellspacing=&amp;quot;10&amp;quot; border=&amp;quot;0&amp;quot; valign=&amp;quot;middle&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background: none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: white;&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| &amp;lt;h2&amp;gt;Event Supporters&amp;lt;/h2&amp;gt;&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| &amp;lt;h2&amp;gt;Educational Supporters&amp;lt;/h2&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:UPBlogo.png|150px|link=http://www.upb.ro/en/]]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
=Questions=&lt;br /&gt;
&lt;br /&gt;
*If you have any questions about this event, please send an email to [mailto:oana.cornea@owasp.org Oana Cornea]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013&amp;diff=159021</id>
		<title>OWASP Romania InfoSec Conference 2013</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013&amp;diff=159021"/>
				<updated>2013-09-24T16:20:49Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
&lt;br /&gt;
{{:Owasp Romania Conference header}}&lt;br /&gt;
&lt;br /&gt;
=Welcome= &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 100%; color: rgb(0, 0, 0);&amp;quot; | &lt;br /&gt;
{| style=&amp;quot;border: 0px solid ; background: transparent none repeat scroll 0% 0%; width: 100%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 95%; color: rgb(0, 0, 0);&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
'''Owasp Romania InfoSec Conference 2013 - October 25th'''&lt;br /&gt;
&lt;br /&gt;
OWASP Romania is happy to announce the Call for Papers for OWASP Romania InfoSec Conference 2013 a one day Security and Hacking Conference. It will take place on 25th of October, 2013 - Bucharest, Romania. &amp;lt;br&amp;gt;&lt;br /&gt;
The OWASP Romania InfoSec Conference objective is to raise awareness about application security, so that people and organizations can make informed decisions about true application security risks. Everyone is free to participate in OWASP and all of our materials are available under a free and open software license.&lt;br /&gt;
&lt;br /&gt;
'''Who Should Attend?'''&lt;br /&gt;
&lt;br /&gt;
*Application Developers &lt;br /&gt;
*Application Testers and Quality Assurance &lt;br /&gt;
*Application Project Management and Staff &lt;br /&gt;
*Chief Information Officers, Chief Information Security Officers, Chief Technology Officers, Deputies, Associates and Staff &lt;br /&gt;
*Chief Financial Officers, Auditors, and Staff Responsible for IT Security Oversight and Compliance &lt;br /&gt;
*Security Managers and Staff &lt;br /&gt;
*Executives, Managers, and Staff Responsible for IT Security Governance &lt;br /&gt;
*IT Professionals Interesting in Improving IT Security&lt;br /&gt;
*Anyone interested in learning about or promoting Web Application Security&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Agenda =&lt;br /&gt;
{|style=&amp;quot;vertical-align:top;width:90%;background-color:#white;padding:10px;border:1px solid silver;&amp;quot; align=&amp;quot;center&amp;quot; cellspacing=&amp;quot;5&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4B0082;&amp;quot; colspan=&amp;quot;2&amp;quot; | &amp;lt;span style=&amp;quot;color:#ffffff&amp;quot;&amp;gt; &lt;br /&gt;
'''CONFERENCE (Friday 25th of October)''' &amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:20%&amp;quot; valign=&amp;quot;middle&amp;quot;  bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Date''' &lt;br /&gt;
| style=&amp;quot;width:80%&amp;quot; valign=&amp;quot;middle&amp;quot;  bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Location'''&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;middle&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; | ''' Friday 25th of October '''&lt;br /&gt;
| valign=&amp;quot;middle&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;left&amp;quot; | '''Venue Location: University &amp;quot;Politehnica&amp;quot; of Bucharest&amp;lt;br&amp;gt;&lt;br /&gt;
Venue Address: Splaiul Independentei nr. 313, sector 6, Bucuresti,  ROMANIA; &amp;lt;br&amp;gt;&lt;br /&gt;
Postal cod: RO-060042'''&amp;lt;br&amp;gt;&lt;br /&gt;
Venue Map: [https://plus.google.com/101033585760098377632/about] &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#CCCCEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Price and registration'''&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#EEEEEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | This event is '''FREE''', you need to register on the link provided below, print your ticket and present it at the entrance. &amp;lt;br&amp;gt;&lt;br /&gt;
 '''Limited number of seats! Register now!''' [https://owasp-romaniachapter-infosec.eventbrite.com/ https://owasp-romaniachapter-infosec.eventbrite.com/ ]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#CCCCEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Event details'''&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EEEEEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | &lt;br /&gt;
* The presentation slides will be in English&lt;br /&gt;
* The presentations will be held in Romanian, except the one of Mr. Martin Knobloch&lt;br /&gt;
* There will be a short Q&amp;amp;A session at the end of each presentation (please hold them until the presentation ends)&lt;br /&gt;
* A mid-day break will be available for speaking with the presenters and with each other &lt;br /&gt;
&lt;br /&gt;
|} &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{|style=&amp;quot;vertical-align:top;width:90%;background-color:#white;padding:10px;border:1px solid silver;&amp;quot; align=&amp;quot;center&amp;quot; cellspacing=&amp;quot;4&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:100%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;40&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;6&amp;quot; | '''Conference Details '''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; |  '''Time''' &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Title'''&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Speaker'''&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Description'''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 15 mins&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Introduction &amp;amp; Welcome&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Oana Cornea&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Introduction to OWASP &amp;amp; Bucharest Event, Schedule for the Day&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Secure Development LifeCycle&amp;lt;br&amp;gt;&lt;br /&gt;
(aka &amp;quot;The good the bad and the ugly implementations&amp;quot;) &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Martin Knobloch&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Software development is not THAT new anymore, but it is still a fast changing work environment.&amp;lt;br&amp;gt;&lt;br /&gt;
We do develop more functionality faster, and the applications do even look more pretty!&amp;lt;br&amp;gt;&lt;br /&gt;
..but what about security? Guess what, it is not a developers first priority!&amp;lt;br&amp;gt;&lt;br /&gt;
This presentation is about how to implement secure development strategy without blaming and bashing on developers.&lt;br /&gt;
Instead of increasing the workload of the development-team  with more process overhead, (security) quality gates, etc&lt;br /&gt;
Lets help developer by implementing impalpable mechanism!&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Practical Defense with mod_security Web Application Firewall&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Marian Ventuneac&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Marian will introduce the mod_security Web Application Firewall (WAF). This session will be a practical demonstration of mitigating security risks for a sample vulnerable Web application.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Scanning Romania with Nessus (web part)&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Adrian Furtuna&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | This talk presents the results of a passive vulnerability scan performed against all Romanian IP addresses, targeting all web servers listening on port 80. &amp;lt;br&amp;gt;&lt;br /&gt;
The research was performed against multiple network packet captures selected from the output of Carna botnet, which scanned Romania in July 2012.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Reading the minds  &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Anatolie Prisacaru&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | In my presentation I will focus the analysis of how web browsers and extensions keep in memory.&amp;lt;br&amp;gt; I will start with a quick introduction on how to dump and analyse processes' random access memory maps on a Linux based operating system with basic tools and then run a quick code review to see a couple of weak points, find their Achilles' heel and finally prove why statements like &amp;quot;Your sensitive data is encrypted _locally_ before upload so even LastPass cannot get access to it&amp;quot; can be pretty misleading. &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Resolving 3 Common threats in MVC (A4 - Insecure Direct Object References , A3 - Cross-Site Scripting (XSS) , A8 - Cross-Site Request Forgery (CSRF) )   &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Andrei Ignat&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Any website is confronted with hackers. The security measures are easy to follow - and this presentation shares to you this knowledge.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Hacking the Wordpress ecosystem  &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Dan Catalin Vasile&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | This talk came from the personal need of securing multiple instances of Wordpress. An OWASP Project was initiated to gather the knowledge around this subject in one place.&amp;lt;br&amp;gt;&lt;br /&gt;
The presentation will address the following subjects:&amp;lt;br&amp;gt;&lt;br /&gt;
- securing the installation process&amp;lt;br&amp;gt;&lt;br /&gt;
- server side measures: backup, securing login, antivirus, regular scan, web firewall, monitoring, permissions, etc.&amp;lt;br&amp;gt;&lt;br /&gt;
- client side measures: personal devices security, password management, communication channels, etc.&amp;lt;br&amp;gt;&lt;br /&gt;
- hacking the infrastructure&amp;lt;br&amp;gt;&lt;br /&gt;
- hacking plugins&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | iOS applications risks and defenses  &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Oana Cornea&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | The presentation will highlight the main iOS applications attack vectors, techniques and tools to perform a pentest and mechanisms that can be implemented to reduce application vulnerabilities. These will be presented in connection with the Owasp top ten mobile risks and will show how to improve the security of mobile applications.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Sponsors  =&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== Sponsorship==&lt;br /&gt;
&lt;br /&gt;
You could find all available sponsorship options for the conference clicking [here] --&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| cellspacing=&amp;quot;10&amp;quot; border=&amp;quot;0&amp;quot; valign=&amp;quot;middle&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background: none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: white;&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| &amp;lt;h2&amp;gt;Event Supporters&amp;lt;/h2&amp;gt;&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| &amp;lt;h2&amp;gt;Educational Supporters&amp;lt;/h2&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:UPBlogo.png|150px|link=http://www.upb.ro/en/]]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
=Questions=&lt;br /&gt;
&lt;br /&gt;
*If you have any questions about this event, please send an email to [mailto:oana.cornea@owasp.org Oana Cornea]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013&amp;diff=159020</id>
		<title>OWASP Romania InfoSec Conference 2013</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013&amp;diff=159020"/>
				<updated>2013-09-24T16:07:51Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
&lt;br /&gt;
{{:Owasp Romania Conference header}}&lt;br /&gt;
&lt;br /&gt;
=Welcome= &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 100%; color: rgb(0, 0, 0);&amp;quot; | &lt;br /&gt;
{| style=&amp;quot;border: 0px solid ; background: transparent none repeat scroll 0% 0%; width: 100%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 95%; color: rgb(0, 0, 0);&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
'''Owasp Romania InfoSec Conference 2013 - October 25th'''&lt;br /&gt;
&lt;br /&gt;
OWASP Romania is happy to announce the Call for Papers for OWASP Romania InfoSec Conference 2013 a one day Security and Hacking Conference. It will take place on 25th of October, 2013 - Bucharest, Romania. &amp;lt;br&amp;gt;&lt;br /&gt;
The OWASP Romania InfoSec Conference objective is to raise awareness about application security, so that people and organizations can make informed decisions about true application security risks. Everyone is free to participate in OWASP and all of our materials are available under a free and open software license.&lt;br /&gt;
&lt;br /&gt;
'''Who Should Attend?'''&lt;br /&gt;
&lt;br /&gt;
*Application Developers &lt;br /&gt;
*Application Testers and Quality Assurance &lt;br /&gt;
*Application Project Management and Staff &lt;br /&gt;
*Chief Information Officers, Chief Information Security Officers, Chief Technology Officers, Deputies, Associates and Staff &lt;br /&gt;
*Chief Financial Officers, Auditors, and Staff Responsible for IT Security Oversight and Compliance &lt;br /&gt;
*Security Managers and Staff &lt;br /&gt;
*Executives, Managers, and Staff Responsible for IT Security Governance &lt;br /&gt;
*IT Professionals Interesting in Improving IT Security&lt;br /&gt;
*Anyone interested in learning about or promoting Web Application Security&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Agenda =&lt;br /&gt;
{|style=&amp;quot;vertical-align:top;width:90%;background-color:#white;padding:10px;border:1px solid silver;&amp;quot; align=&amp;quot;center&amp;quot; cellspacing=&amp;quot;5&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4B0082;&amp;quot; colspan=&amp;quot;2&amp;quot; | &amp;lt;span style=&amp;quot;color:#ffffff&amp;quot;&amp;gt; &lt;br /&gt;
'''CONFERENCE (Friday 25th of October)''' &amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:20%&amp;quot; valign=&amp;quot;middle&amp;quot;  bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Date''' &lt;br /&gt;
| style=&amp;quot;width:80%&amp;quot; valign=&amp;quot;middle&amp;quot;  bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Location'''&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;middle&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; | ''' Friday 25th of October '''&lt;br /&gt;
| valign=&amp;quot;middle&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;left&amp;quot; | '''Venue Location: University &amp;quot;Politehnica&amp;quot; of Bucharest&amp;lt;br&amp;gt;&lt;br /&gt;
Venue Address: Splaiul Independentei nr. 313, sector 6, Bucuresti,  ROMANIA; &amp;lt;br&amp;gt;&lt;br /&gt;
Postal cod: RO-060042'''&amp;lt;br&amp;gt;&lt;br /&gt;
Venue Map: [https://plus.google.com/101033585760098377632/about] &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#CCCCEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Price and registration'''&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#EEEEEE;&amp;quot; colspan=&amp;quot;2&amp;quot; | This event is '''FREE''', you need to register on the link provided below, print your ticket and present it at the entrance. &amp;lt;br&amp;gt;&lt;br /&gt;
 '''Limited number of seats! Register now!''' [https://owasp-romaniachapter-infosec.eventbrite.com/ https://owasp-romaniachapter-infosec.eventbrite.com/ ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|} &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{|style=&amp;quot;vertical-align:top;width:90%;background-color:#white;padding:10px;border:1px solid silver;&amp;quot; align=&amp;quot;center&amp;quot; cellspacing=&amp;quot;4&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:100%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;40&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;6&amp;quot; | '''Conference Details '''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; |  '''Time''' &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Title'''&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Speaker'''&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCCCEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | '''Description'''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 15 mins&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Introduction &amp;amp; Welcome&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Oana Cornea&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#CCEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Introduction to OWASP &amp;amp; Bucharest Event, Schedule for the Day&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Secure Development LifeCycle&amp;lt;br&amp;gt;&lt;br /&gt;
(aka &amp;quot;The good the bad and the ugly implementations&amp;quot;) &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Martin Knobloch&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Software development is not THAT new anymore, but it is still a fast changing work environment.&amp;lt;br&amp;gt;&lt;br /&gt;
We do develop more functionality faster, and the applications do even look more pretty!&amp;lt;br&amp;gt;&lt;br /&gt;
..but what about security? Guess what, it is not a developers first priority!&amp;lt;br&amp;gt;&lt;br /&gt;
This presentation is about how to implement secure development strategy without blaming and bashing on developers.&lt;br /&gt;
Instead of increasing the workload of the development-team  with more process overhead, (security) quality gates, etc&lt;br /&gt;
Lets help developer by implementing impalpable mechanism!&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Practical Defense with mod_security Web Application Firewall&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Marian Ventuneac&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Marian will introduce the mod_security Web Application Firewall (WAF). This session will be a practical demonstration of mitigating security risks for a sample vulnerable Web application.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Scanning Romania with Nessus (web part)&lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Adrian Furtuna&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | This talk presents the results of a passive vulnerability scan performed against all Romanian IP addresses, targeting all web servers listening on port 80. &amp;lt;br&amp;gt;&lt;br /&gt;
The research was performed against multiple network packet captures selected from the output of Carna botnet, which scanned Romania in July 2012.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Reading the minds  &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Anatolie Prisacaru&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | In my presentation I will focus the analysis of how web browsers and extensions keep in memory.&amp;lt;br&amp;gt; I will start with a quick introduction on how to dump and analyse processes' random access memory maps on a Linux based operating system with basic tools and then run a quick code review to see a couple of weak points, find their Achilles' heel and finally prove why statements like &amp;quot;Your sensitive data is encrypted _locally_ before upload so even LastPass cannot get access to it&amp;quot; can be pretty misleading. &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Resolving 3 Common threats in MVC (A4 - Insecure Direct Object References , A3 - Cross-Site Scripting (XSS) , A8 - Cross-Site Request Forgery (CSRF) )   &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Andrei Ignat&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Any website is confronted with hackers. The security measures are easy to follow - and this presentation shares to you this knowledge.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Hacking the Wordpress ecosystem  &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Dan Catalin Vasile&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | This talk came from the personal need of securing multiple instances of Wordpress. An OWASP Project was initiated to gather the knowledge around this subject in one place.&amp;lt;br&amp;gt;&lt;br /&gt;
The presentation will address the following subjects:&amp;lt;br&amp;gt;&lt;br /&gt;
- securing the installation process&amp;lt;br&amp;gt;&lt;br /&gt;
- server side measures: backup, securing login, antivirus, regular scan, web firewall, monitoring, permissions, etc.&amp;lt;br&amp;gt;&lt;br /&gt;
- client side measures: personal devices security, password management, communication channels, etc.&amp;lt;br&amp;gt;&lt;br /&gt;
- hacking the infrastructure&amp;lt;br&amp;gt;&lt;br /&gt;
- hacking plugins&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:10%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | 45 mins &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | iOS applications risks and defenses  &lt;br /&gt;
| style=&amp;quot;width:25%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | Oana Cornea&lt;br /&gt;
| style=&amp;quot;width:40%&amp;quot; valign=&amp;quot;middle&amp;quot; height=&amp;quot;30&amp;quot; bgcolor=&amp;quot;#EEEEEE&amp;quot; align=&amp;quot;center&amp;quot; colspan=&amp;quot;0&amp;quot; | The presentation will highlight the main iOS applications attack vectors, techniques and tools to perform a pentest and mechanisms that can be implemented to reduce application vulnerabilities. These will be presented in connection with the Owasp top ten mobile risks and will show how to improve the security of mobile applications.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Sponsors  =&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== Sponsorship==&lt;br /&gt;
&lt;br /&gt;
You could find all available sponsorship options for the conference clicking [here] --&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| cellspacing=&amp;quot;10&amp;quot; border=&amp;quot;0&amp;quot; valign=&amp;quot;middle&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background: none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: white;&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| &amp;lt;h2&amp;gt;Event Supporters&amp;lt;/h2&amp;gt;&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| &amp;lt;h2&amp;gt;Educational Supporters&amp;lt;/h2&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:UPBlogo.png|150px|link=http://www.upb.ro/en/]]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
=Questions=&lt;br /&gt;
&lt;br /&gt;
*If you have any questions about this event, please send an email to [mailto:oana.cornea@owasp.org Oana Cornea]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Owasp_Romania_Conference_header&amp;diff=159019</id>
		<title>Owasp Romania Conference header</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Owasp_Romania_Conference_header&amp;diff=159019"/>
				<updated>2013-09-24T15:31:28Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;600&amp;quot; align=&amp;quot;center&amp;quot; | &lt;br /&gt;
! width=&amp;quot;600&amp;quot; align=&amp;quot;center&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Logo-ro.jpg|center|150px|link=https://www.owasp.org/index.php/]] &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | &amp;lt;div style=&amp;quot;font-size:230%&amp;quot; &amp;gt;'''OWASP Romania &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;InfoSec Conference 2013''' &amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Owasp_Romania_Conference_header&amp;diff=159018</id>
		<title>Owasp Romania Conference header</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Owasp_Romania_Conference_header&amp;diff=159018"/>
				<updated>2013-09-24T15:31:09Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;600&amp;quot; align=&amp;quot;center&amp;quot; | &lt;br /&gt;
! width=&amp;quot;600&amp;quot; align=&amp;quot;center&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Logo-ro.jpg|center|150px|link=https://www.owasp.org/index.php/]] &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | &amp;lt;div style=&amp;quot;font-size:230%&amp;quot; &amp;gt;'''OWASP Romania &amp;lt;br&amp;gt;InfoSec Conference 2013''' &amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Owasp_Romania_Conference_header&amp;diff=159017</id>
		<title>Owasp Romania Conference header</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Owasp_Romania_Conference_header&amp;diff=159017"/>
				<updated>2013-09-24T15:28:23Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;600&amp;quot; align=&amp;quot;center&amp;quot; | &lt;br /&gt;
! width=&amp;quot;600&amp;quot; align=&amp;quot;center&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Logo-ro.jpg|center|150px|link=https://www.owasp.org/index.php/]] &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | &amp;lt;div style=&amp;quot;font-size:230%&amp;quot; &amp;gt;'''OWASP Romania InfoSec Conference 2013''' &amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Romania&amp;diff=159009</id>
		<title>Romania</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Romania&amp;diff=159009"/>
				<updated>2013-09-24T11:56:28Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://lists.owasp.org/mailman/listinfo/owasp-Romania Join our mailing list.]&lt;br /&gt;
&lt;br /&gt;
= Upcoming events =&lt;br /&gt;
== OWASP Romania InfoSec Conference 2013, October 25 ==&lt;br /&gt;
&lt;br /&gt;
 '''When: October 25, 2013&amp;lt;br&amp;gt;Where: [http://goo.gl/maps/Sofgh &amp;quot;Politehnica&amp;quot; University, Bucureşti, România]&amp;lt;br&amp;gt;Event page: [https://www.owasp.org/index.php/OwaspRomaniaConference OWASP Romania InfoSec Conference 2013]&amp;lt;br&amp;gt;Participation to this event is free but you need to [https://owasp-romaniachapter-infosec.eventbrite.com/ register] (limited number of seats)'''&lt;br /&gt;
&lt;br /&gt;
= Older events &amp;amp; meetings =&lt;br /&gt;
== Chapter Meeting #4: Aug 22, 2013 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: SemaParc RiverView Building, 6th floor, Str. Splaiul Independentei, nr. 309, Bucureşti, România'''&lt;br /&gt;
 '''Time: 19:00'''&lt;br /&gt;
 19:00 - 20:00 Owasp updates and projects&lt;br /&gt;
 20:00 - 21:00 Presentation: &amp;quot;Application Security Introduction&amp;quot;, Cristian Pascariu&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== Chapter Meeting #3: Jun 5, 2013 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: &amp;quot;Politehnica&amp;quot; University, Bucureşti, România'''&lt;br /&gt;
 '''Time: 14:30'''&lt;br /&gt;
Owasp EU Tour 2013 [https://www.owasp.org/index.php/EUTour2013_Bucharest_Agenda]&amp;lt;br&amp;gt;&lt;br /&gt;
Here are the presentations:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
'''Introduction to Owasp''' - Ionel Chirita [https://www.owasp.org/images/9/9d/OWASP_EU_Tour_2013_Bucharest_Ionel_Chirita.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Investing in security''' - Claudiu Constantinescu [https://www.owasp.org/images/6/6c/OWASP_EU_Tour_2013_Bucharest_Claudiu_Constantinescu.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Penetration testing - a way of improving our cyber security''' - Adrian Furtuna [https://www.owasp.org/images/9/93/OWASP_EU_Tour_2013_Bucharest_AdrianFurtuna.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Android reverse engineering: understanding third-party applications''' - Vicente Aguilera Diaz [https://www.owasp.org/images/a/a6/OWASP_EU_Tour_2013_Bucharest_Vicente_Aguilera_Diaz.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''The Trouble with Passwords''' - Mark Goodwin [http://people.mozilla.com/~mgoodwin/presentations/20130410/shells/embedder.html#http://people.mozilla.com/~mgoodwin/presentations/20130410/template.html]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Hacking the ViewState in ASP.NET''' - Ovidiu Diaconescu[https://www.owasp.org/images/d/d3/OWASP_EU_Tour_2013_Bucharest_OvidiuDiaconescu.pdf] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Do you &amp;quot;GRANT ALL PRIVILEGES ...&amp;quot; in MySQL/MariaDB/Percona Server? '''- Gabriel Preda[https://www.owasp.org/images/2/2c/OWASP_EU_Tour_2013_Bucharest_Gabriel_Preda.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
'''Some photos [https://www.owasp.org/index.php/File:OwaspEUTour_RomaniaChapterMeeting2013Photos.zip]'''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
== Chapter Meeting #2: Feb 28, 2013 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: Hanul Berarilor, Str. Poenaru Bordea, nr. 2, Bucureşti, România'''&lt;br /&gt;
 '''Time: 19:00'''&lt;br /&gt;
 19:00 - 20:30 Member expectations, future meetings, OWASP projects, technical topics&lt;br /&gt;
&lt;br /&gt;
Feb 10, 2013 Oana Cornea published iOS Application Security Testing Cheat Sheet [https://www.owasp.org/index.php/IOS_Application_Security_Testing_Cheat_Sheet]&lt;br /&gt;
&lt;br /&gt;
May 26, 2011 OWASP Top 10 Web Application Security Risks at RONUA [http://ronua.ro/CS/groups/ronua-bucuresti/default.aspx]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Chapter Meeting #1: May 27, 2011 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: Muzeul Literaturii Române, Bd. Dacia 12, Sector 1, Bucureşti, România [http://www.mlr.ro]'''&lt;br /&gt;
 '''Time: 17:00'''&lt;br /&gt;
 17:00 - 17:15 Admission&lt;br /&gt;
 17:15 - 17:30 Brief introduction to OWASP, Claudiu Constantinescu&lt;br /&gt;
 17:30 - 18:00 Open discussion regarding OWASP Romania; what is expected or wished&lt;br /&gt;
 18:00 - 18:15 Web Application Security Testing - comparison of 6 web application vulnerability scanners - Cristian&lt;br /&gt;
 18:15 - 19:00 Other presentations and discussions&lt;br /&gt;
&lt;br /&gt;
Everyone is welcome to join us at our chapter meetings, members and non-members.&lt;br /&gt;
&lt;br /&gt;
= OWASP Romania Board =&lt;br /&gt;
The Chapter leader is [mailto:oana.cornea@owasp.org Oana Cornea] &amp;lt;br/&amp;gt;&lt;br /&gt;
The Chapter Board Members are: &lt;br /&gt;
* [mailto:dan.vasile@owasp.org Dan Vasile]&lt;br /&gt;
* [mailto:chirita.ionel@gmail.com Ionel Chirita]&lt;br /&gt;
* [mailto:Marian.ventuneac@owasp.org Marian Ventuneac]&lt;br /&gt;
* [mailto:tudor.enache@owasp.org Tudor Enache]&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Chapter]]&lt;br /&gt;
[[Category:Europe]]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Romania&amp;diff=159008</id>
		<title>Romania</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Romania&amp;diff=159008"/>
				<updated>2013-09-24T11:54:08Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://lists.owasp.org/mailman/listinfo/owasp-Romania Join our mailing list.]&lt;br /&gt;
&lt;br /&gt;
= Upcoming events =&lt;br /&gt;
== OWASP Romania InfoSec Conference 2013, October 25 ==&lt;br /&gt;
&lt;br /&gt;
 '''When: October 25, 2013&amp;lt;br&amp;gt;&lt;br /&gt;
Where: [http://goo.gl/maps/Sofgh &amp;quot;Politehnica&amp;quot; University, Bucureşti, România]&amp;lt;br&amp;gt;&lt;br /&gt;
Event page: [https://www.owasp.org/index.php/OwaspRomaniaConference OWASP Romania InfoSec Conference 2013]'''&lt;br /&gt;
&lt;br /&gt;
= Older events &amp;amp; meetings =&lt;br /&gt;
== Chapter Meeting #4: Aug 22, 2013 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: SemaParc RiverView Building, 6th floor, Str. Splaiul Independentei, nr. 309, Bucureşti, România'''&lt;br /&gt;
 '''Time: 19:00'''&lt;br /&gt;
 19:00 - 20:00 Owasp updates and projects&lt;br /&gt;
 20:00 - 21:00 Presentation: &amp;quot;Application Security Introduction&amp;quot;, Cristian Pascariu&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== Chapter Meeting #3: Jun 5, 2013 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: &amp;quot;Politehnica&amp;quot; University, Bucureşti, România'''&lt;br /&gt;
 '''Time: 14:30'''&lt;br /&gt;
Owasp EU Tour 2013 [https://www.owasp.org/index.php/EUTour2013_Bucharest_Agenda]&amp;lt;br&amp;gt;&lt;br /&gt;
Here are the presentations:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
'''Introduction to Owasp''' - Ionel Chirita [https://www.owasp.org/images/9/9d/OWASP_EU_Tour_2013_Bucharest_Ionel_Chirita.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Investing in security''' - Claudiu Constantinescu [https://www.owasp.org/images/6/6c/OWASP_EU_Tour_2013_Bucharest_Claudiu_Constantinescu.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Penetration testing - a way of improving our cyber security''' - Adrian Furtuna [https://www.owasp.org/images/9/93/OWASP_EU_Tour_2013_Bucharest_AdrianFurtuna.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Android reverse engineering: understanding third-party applications''' - Vicente Aguilera Diaz [https://www.owasp.org/images/a/a6/OWASP_EU_Tour_2013_Bucharest_Vicente_Aguilera_Diaz.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''The Trouble with Passwords''' - Mark Goodwin [http://people.mozilla.com/~mgoodwin/presentations/20130410/shells/embedder.html#http://people.mozilla.com/~mgoodwin/presentations/20130410/template.html]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Hacking the ViewState in ASP.NET''' - Ovidiu Diaconescu[https://www.owasp.org/images/d/d3/OWASP_EU_Tour_2013_Bucharest_OvidiuDiaconescu.pdf] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Do you &amp;quot;GRANT ALL PRIVILEGES ...&amp;quot; in MySQL/MariaDB/Percona Server? '''- Gabriel Preda[https://www.owasp.org/images/2/2c/OWASP_EU_Tour_2013_Bucharest_Gabriel_Preda.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
'''Some photos [https://www.owasp.org/index.php/File:OwaspEUTour_RomaniaChapterMeeting2013Photos.zip]'''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
== Chapter Meeting #2: Feb 28, 2013 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: Hanul Berarilor, Str. Poenaru Bordea, nr. 2, Bucureşti, România'''&lt;br /&gt;
 '''Time: 19:00'''&lt;br /&gt;
 19:00 - 20:30 Member expectations, future meetings, OWASP projects, technical topics&lt;br /&gt;
&lt;br /&gt;
Feb 10, 2013 Oana Cornea published iOS Application Security Testing Cheat Sheet [https://www.owasp.org/index.php/IOS_Application_Security_Testing_Cheat_Sheet]&lt;br /&gt;
&lt;br /&gt;
May 26, 2011 OWASP Top 10 Web Application Security Risks at RONUA [http://ronua.ro/CS/groups/ronua-bucuresti/default.aspx]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Chapter Meeting #1: May 27, 2011 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: Muzeul Literaturii Române, Bd. Dacia 12, Sector 1, Bucureşti, România [http://www.mlr.ro]'''&lt;br /&gt;
 '''Time: 17:00'''&lt;br /&gt;
 17:00 - 17:15 Admission&lt;br /&gt;
 17:15 - 17:30 Brief introduction to OWASP, Claudiu Constantinescu&lt;br /&gt;
 17:30 - 18:00 Open discussion regarding OWASP Romania; what is expected or wished&lt;br /&gt;
 18:00 - 18:15 Web Application Security Testing - comparison of 6 web application vulnerability scanners - Cristian&lt;br /&gt;
 18:15 - 19:00 Other presentations and discussions&lt;br /&gt;
&lt;br /&gt;
Everyone is welcome to join us at our chapter meetings, members and non-members.&lt;br /&gt;
&lt;br /&gt;
= OWASP Romania Board =&lt;br /&gt;
The Chapter leader is [mailto:oana.cornea@owasp.org Oana Cornea] &amp;lt;br/&amp;gt;&lt;br /&gt;
The Chapter Board Members are: &lt;br /&gt;
* [mailto:dan.vasile@owasp.org Dan Vasile]&lt;br /&gt;
* [mailto:chirita.ionel@gmail.com Ionel Chirita]&lt;br /&gt;
* [mailto:Marian.ventuneac@owasp.org Marian Ventuneac]&lt;br /&gt;
* [mailto:tudor.enache@owasp.org Tudor Enache]&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Chapter]]&lt;br /&gt;
[[Category:Europe]]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Romania&amp;diff=159007</id>
		<title>Romania</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Romania&amp;diff=159007"/>
				<updated>2013-09-24T11:43:41Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Upcoming event =&lt;br /&gt;
== OWASP Romania InfoSec Conference 2013, October 25 ==&lt;br /&gt;
&lt;br /&gt;
 '''When: October 25, 2013&amp;lt;br&amp;gt;Where: &amp;quot;Politehnica&amp;quot; University, Bucureşti, România :: [https://www.owasp.org/index.php/OwaspRomaniaConference OWASP Romania InfoSec Conference 2013]'''&lt;br /&gt;
&lt;br /&gt;
= Older events =&lt;br /&gt;
== Chapter Meeting #4: Aug 22, 2013 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: SemaParc RiverView Building, 6th floor, Str. Splaiul Independentei, nr. 309, Bucureşti, România'''&lt;br /&gt;
 '''Time: 19:00'''&lt;br /&gt;
 19:00 - 20:00 Owasp updates and projects&lt;br /&gt;
 20:00 - 21:00 Presentation: &amp;quot;Application Security Introduction&amp;quot;, Cristian Pascariu&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== Chapter Meeting #3: Jun 5, 2013 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: &amp;quot;Politehnica&amp;quot; University, Bucureşti, România'''&lt;br /&gt;
 '''Time: 14:30'''&lt;br /&gt;
Owasp EU Tour 2013 [https://www.owasp.org/index.php/EUTour2013_Bucharest_Agenda]&amp;lt;br&amp;gt;&lt;br /&gt;
Here are the presentations:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
'''Introduction to Owasp''' - Ionel Chirita [https://www.owasp.org/images/9/9d/OWASP_EU_Tour_2013_Bucharest_Ionel_Chirita.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Investing in security''' - Claudiu Constantinescu [https://www.owasp.org/images/6/6c/OWASP_EU_Tour_2013_Bucharest_Claudiu_Constantinescu.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Penetration testing - a way of improving our cyber security''' - Adrian Furtuna [https://www.owasp.org/images/9/93/OWASP_EU_Tour_2013_Bucharest_AdrianFurtuna.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Android reverse engineering: understanding third-party applications''' - Vicente Aguilera Diaz [https://www.owasp.org/images/a/a6/OWASP_EU_Tour_2013_Bucharest_Vicente_Aguilera_Diaz.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''The Trouble with Passwords''' - Mark Goodwin [http://people.mozilla.com/~mgoodwin/presentations/20130410/shells/embedder.html#http://people.mozilla.com/~mgoodwin/presentations/20130410/template.html]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Hacking the ViewState in ASP.NET''' - Ovidiu Diaconescu[https://www.owasp.org/images/d/d3/OWASP_EU_Tour_2013_Bucharest_OvidiuDiaconescu.pdf] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Do you &amp;quot;GRANT ALL PRIVILEGES ...&amp;quot; in MySQL/MariaDB/Percona Server? '''- Gabriel Preda[https://www.owasp.org/images/2/2c/OWASP_EU_Tour_2013_Bucharest_Gabriel_Preda.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
'''Some photos [https://www.owasp.org/index.php/File:OwaspEUTour_RomaniaChapterMeeting2013Photos.zip]'''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
== Chapter Meeting #2: Feb 28, 2013 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: Hanul Berarilor, Str. Poenaru Bordea, nr. 2, Bucureşti, România'''&lt;br /&gt;
 '''Time: 19:00'''&lt;br /&gt;
 19:00 - 20:30 Member expectations, future meetings, OWASP projects, technical topics&lt;br /&gt;
&lt;br /&gt;
Feb 10, 2013 Oana Cornea published iOS Application Security Testing Cheat Sheet [https://www.owasp.org/index.php/IOS_Application_Security_Testing_Cheat_Sheet]&lt;br /&gt;
&lt;br /&gt;
May 26, 2011 OWASP Top 10 Web Application Security Risks at RONUA [http://ronua.ro/CS/groups/ronua-bucuresti/default.aspx]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Chapter Meeting #1: May 27, 2011 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: Muzeul Literaturii Române, Bd. Dacia 12, Sector 1, Bucureşti, România [http://www.mlr.ro]'''&lt;br /&gt;
 '''Time: 17:00'''&lt;br /&gt;
 17:00 - 17:15 Admission&lt;br /&gt;
 17:15 - 17:30 Brief introduction to OWASP, Claudiu Constantinescu&lt;br /&gt;
 17:30 - 18:00 Open discussion regarding OWASP Romania; what is expected or wished&lt;br /&gt;
 18:00 - 18:15 Web Application Security Testing - comparison of 6 web application vulnerability scanners - Cristian&lt;br /&gt;
 18:15 - 19:00 Other presentations and discussions&lt;br /&gt;
&lt;br /&gt;
Everyone is welcome to join us at our chapter meetings, members and non-members.&lt;br /&gt;
&lt;br /&gt;
= OWASP Romania Board =&lt;br /&gt;
The Chapter leader is [mailto:oana.cornea@owasp.org Oana Cornea] &amp;lt;br/&amp;gt;&lt;br /&gt;
The Chapter Board Members are: &lt;br /&gt;
* [mailto:dan.vasile@owasp.org Dan Vasile]&lt;br /&gt;
* [mailto:chirita.ionel@gmail.com Ionel Chirita]&lt;br /&gt;
* [mailto:Marian.ventuneac@owasp.org Marian Ventuneac]&lt;br /&gt;
* [mailto:tudor.enache@owasp.org Tudor Enache]&lt;br /&gt;
&lt;br /&gt;
|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-Romania|emailarchives=http://lists.owasp.org/pipermail/owasp-Romania}}&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Chapter]]&lt;br /&gt;
[[Category:Europe]]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Romania&amp;diff=159006</id>
		<title>Romania</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Romania&amp;diff=159006"/>
				<updated>2013-09-24T11:33:15Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Local News ==&lt;br /&gt;
&lt;br /&gt;
== Upcoming event: OWASP Romania InfoSec Conference 2013, Oct 25 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: &amp;quot;Politehnica&amp;quot; University, Bucureşti, România'''&lt;br /&gt;
[https://www.owasp.org/index.php/OwaspRomaniaConference OWASP Romania InfoSec Conference 2013]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== OWASP Romania Chapter Meeting #4: Aug 22, 2013 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: SemaParc RiverView Building, 6th floor, Str. Splaiul Independentei, nr. 309, Bucureşti, România'''&lt;br /&gt;
 '''Time: 19:00'''&lt;br /&gt;
 19:00 - 20:00 Owasp updates and projects&lt;br /&gt;
 20:00 - 21:00 Presentation: &amp;quot;Application Security Introduction&amp;quot;, Cristian Pascariu&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== OWASP Romania Chapter Meeting #3: Jun 5, 2013 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: &amp;quot;Politehnica&amp;quot; University, Bucureşti, România'''&lt;br /&gt;
 '''Time: 14:30'''&lt;br /&gt;
Owasp EU Tour 2013 [https://www.owasp.org/index.php/EUTour2013_Bucharest_Agenda]&amp;lt;br&amp;gt;&lt;br /&gt;
Here are the presentations:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
'''Introduction to Owasp''' - Ionel Chirita [https://www.owasp.org/images/9/9d/OWASP_EU_Tour_2013_Bucharest_Ionel_Chirita.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Investing in security''' - Claudiu Constantinescu [https://www.owasp.org/images/6/6c/OWASP_EU_Tour_2013_Bucharest_Claudiu_Constantinescu.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Penetration testing - a way of improving our cyber security''' - Adrian Furtuna [https://www.owasp.org/images/9/93/OWASP_EU_Tour_2013_Bucharest_AdrianFurtuna.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Android reverse engineering: understanding third-party applications''' - Vicente Aguilera Diaz [https://www.owasp.org/images/a/a6/OWASP_EU_Tour_2013_Bucharest_Vicente_Aguilera_Diaz.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''The Trouble with Passwords''' - Mark Goodwin [http://people.mozilla.com/~mgoodwin/presentations/20130410/shells/embedder.html#http://people.mozilla.com/~mgoodwin/presentations/20130410/template.html]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Hacking the ViewState in ASP.NET''' - Ovidiu Diaconescu[https://www.owasp.org/images/d/d3/OWASP_EU_Tour_2013_Bucharest_OvidiuDiaconescu.pdf] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Do you &amp;quot;GRANT ALL PRIVILEGES ...&amp;quot; in MySQL/MariaDB/Percona Server? '''- Gabriel Preda[https://www.owasp.org/images/2/2c/OWASP_EU_Tour_2013_Bucharest_Gabriel_Preda.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
'''Some photos [https://www.owasp.org/index.php/File:OwaspEUTour_RomaniaChapterMeeting2013Photos.zip]'''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
== OWASP Romania Chapter Meeting #2: Feb 28, 2013 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: Hanul Berarilor, Str. Poenaru Bordea, nr. 2, Bucureşti, România'''&lt;br /&gt;
 '''Time: 19:00'''&lt;br /&gt;
 19:00 - 20:30 Member expectations, future meetings, OWASP projects, technical topics&lt;br /&gt;
&lt;br /&gt;
Feb 10, 2013 Oana Cornea published iOS Application Security Testing Cheat Sheet [https://www.owasp.org/index.php/IOS_Application_Security_Testing_Cheat_Sheet]&lt;br /&gt;
&lt;br /&gt;
May 26, 2011 OWASP Top 10 Web Application Security Risks at RONUA [http://ronua.ro/CS/groups/ronua-bucuresti/default.aspx]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
== OWASP Romania Chapter Meeting #1: May 27, 2011 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: Muzeul Literaturii Române, Bd. Dacia 12, Sector 1, Bucureşti, România [http://www.mlr.ro]'''&lt;br /&gt;
 '''Time: 17:00'''&lt;br /&gt;
 17:00 - 17:15 Admission&lt;br /&gt;
 17:15 - 17:30 Brief introduction to OWASP, Claudiu Constantinescu&lt;br /&gt;
 17:30 - 18:00 Open discussion regarding OWASP Romania; what is expected or wished&lt;br /&gt;
 18:00 - 18:15 Web Application Security Testing - comparison of 6 web application vulnerability scanners - Cristian&lt;br /&gt;
 18:15 - 19:00 Other presentations and discussions&lt;br /&gt;
&lt;br /&gt;
Everyone is welcome to join us at our chapter meetings, members and non-members.&lt;br /&gt;
&lt;br /&gt;
{{Chapter Template|chaptername=Romania|extra=&amp;lt;br/&amp;gt; The Chapter leader is [mailto:oana.cornea@owasp.org Oana Cornea] &amp;lt;br/&amp;gt;&lt;br /&gt;
The Chapter Board Members are: &lt;br /&gt;
* [mailto:dan.vasile@owasp.org Dan Vasile]&lt;br /&gt;
* [mailto:chirita.ionel@gmail.com Ionel Chirita]&lt;br /&gt;
* [mailto:Marian.ventuneac@owasp.org Marian Ventuneac]&lt;br /&gt;
* [mailto:tudor.enache@owasp.org Tudor Enache]&lt;br /&gt;
&lt;br /&gt;
|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-Romania|emailarchives=http://lists.owasp.org/pipermail/owasp-Romania}}&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Chapter]]&lt;br /&gt;
[[Category:Europe]]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013&amp;diff=158459</id>
		<title>OWASP Romania InfoSec Conference 2013</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Romania_InfoSec_Conference_2013&amp;diff=158459"/>
				<updated>2013-09-14T22:51:19Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
&lt;br /&gt;
{{:Owasp Romania Conference header}}&lt;br /&gt;
&lt;br /&gt;
=Welcome= &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 100%; color: rgb(0, 0, 0);&amp;quot; | &lt;br /&gt;
{| style=&amp;quot;border: 0px solid ; background: transparent none repeat scroll 0% 0%; width: 100%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 95%; color: rgb(0, 0, 0);&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
'''Owasp Romania InfoSec Conference 2013 - October 25th'''&lt;br /&gt;
&lt;br /&gt;
The OWASP Romania InfoSec Conference objective is to raise awareness about application security, so that people and organizations can make informed decisions about true application security risks. Everyone is free to participate in OWASP and all of our materials are available under a free and open software license.&lt;br /&gt;
&lt;br /&gt;
'''Who Should Attend?'''&lt;br /&gt;
&lt;br /&gt;
*Application Developers &lt;br /&gt;
*Application Testers and Quality Assurance &lt;br /&gt;
*Application Project Management and Staff &lt;br /&gt;
*Chief Information Officers, Chief Information Security Officers, Chief Technology Officers, Deputies, Associates and Staff &lt;br /&gt;
*Chief Financial Officers, Auditors, and Staff Responsible for IT Security Oversight and Compliance &lt;br /&gt;
*Security Managers and Staff &lt;br /&gt;
*Executives, Managers, and Staff Responsible for IT Security Governance &lt;br /&gt;
*IT Professionals Interesting in Improving IT Security&lt;br /&gt;
*Anyone interested in learning about or promoting Web Application Security&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Call for papers =&lt;br /&gt;
OWASP Romania is happy to announce the Call for Papers for OWASP Romania InfoSec Conference 2013 a one day Security and Hacking Conference. It will take place on 25th of October, 2013 - Bucharest, Romania. &amp;lt;br&amp;gt;&lt;br /&gt;
To be part of this submit your paper [https://docs.google.com/a/owasp.org/forms/d/1PkQZwzihj5rJq7GBBJEUBObTL1yDfMB8eQdWVcxiHm0/viewform here].&lt;br /&gt;
&lt;br /&gt;
=Sponsors  =&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== Sponsorship==&lt;br /&gt;
&lt;br /&gt;
You could find all available sponsorship options for the conference clicking [here] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Questions=&lt;br /&gt;
&lt;br /&gt;
*If you have any questions about this event, please send an email to [mailto:oana.cornea@owasp.org Oana Cornea]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Romania&amp;diff=158458</id>
		<title>Romania</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Romania&amp;diff=158458"/>
				<updated>2013-09-14T22:47:13Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
{{Chapter Template|chaptername=Romania|extra=&amp;lt;br/&amp;gt; The Chapter leader is [mailto:oana.cornea@owasp.org Oana Cornea] &amp;lt;br/&amp;gt;&lt;br /&gt;
The Chapter Board Members are: &lt;br /&gt;
* [mailto:tudor.enache@owasp.org Tudor Enache]&lt;br /&gt;
* [mailto:danvasile@pentest.ro Dan Vasile]&lt;br /&gt;
* [mailto:chirita.ionel@gmail.com Ionel Chirita]&lt;br /&gt;
* [mailto:Marian.ventuneac@owasp.org Marian Ventuneac]&lt;br /&gt;
&lt;br /&gt;
|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-Romania|emailarchives=http://lists.owasp.org/pipermail/owasp-Romania}}&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
== Upcoming event: OWASP Romania InfoSec Conference 2013, Oct 25 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: &amp;quot;Politehnica&amp;quot; University, Bucureşti, România'''&lt;br /&gt;
[https://www.owasp.org/index.php/OwaspRomaniaConference OWASP Romania InfoSec Conference 2013]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== OWASP Romania Chapter Meeting #4: Aug 22, 2013 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: SemaParc RiverView Building, 6th floor, Str. Splaiul Independentei, nr. 309, Bucureşti, România'''&lt;br /&gt;
 '''Time: 19:00'''&lt;br /&gt;
 19:00 - 20:00 Owasp updates and projects&lt;br /&gt;
 20:00 - 21:00 Presentation: &amp;quot;Application Security Introduction&amp;quot;, Cristian Pascariu&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== OWASP Romania Chapter Meeting #3: Jun 5, 2013 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: &amp;quot;Politehnica&amp;quot; University, Bucureşti, România'''&lt;br /&gt;
 '''Time: 14:30'''&lt;br /&gt;
Owasp EU Tour 2013 [https://www.owasp.org/index.php/EUTour2013_Bucharest_Agenda]&amp;lt;br&amp;gt;&lt;br /&gt;
Here are the presentations:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
'''Introduction to Owasp''' - Ionel Chirita [https://www.owasp.org/images/9/9d/OWASP_EU_Tour_2013_Bucharest_Ionel_Chirita.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Investing in security''' - Claudiu Constantinescu [https://www.owasp.org/images/6/6c/OWASP_EU_Tour_2013_Bucharest_Claudiu_Constantinescu.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Penetration testing - a way of improving our cyber security''' - Adrian Furtuna [https://www.owasp.org/images/9/93/OWASP_EU_Tour_2013_Bucharest_AdrianFurtuna.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Android reverse engineering: understanding third-party applications''' - Vicente Aguilera Diaz [https://www.owasp.org/images/a/a6/OWASP_EU_Tour_2013_Bucharest_Vicente_Aguilera_Diaz.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''The Trouble with Passwords''' - Mark Goodwin [http://people.mozilla.com/~mgoodwin/presentations/20130410/shells/embedder.html#http://people.mozilla.com/~mgoodwin/presentations/20130410/template.html]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Hacking the ViewState in ASP.NET''' - Ovidiu Diaconescu[https://www.owasp.org/images/d/d3/OWASP_EU_Tour_2013_Bucharest_OvidiuDiaconescu.pdf] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Do you &amp;quot;GRANT ALL PRIVILEGES ...&amp;quot; in MySQL/MariaDB/Percona Server? '''- Gabriel Preda[https://www.owasp.org/images/2/2c/OWASP_EU_Tour_2013_Bucharest_Gabriel_Preda.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
'''Some photos [https://www.owasp.org/index.php/File:OwaspEUTour_RomaniaChapterMeeting2013Photos.zip]'''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
== OWASP Romania Chapter Meeting #2: Feb 28, 2013 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: Hanul Berarilor, Str. Poenaru Bordea, nr. 2, Bucureşti, România'''&lt;br /&gt;
 '''Time: 19:00'''&lt;br /&gt;
 19:00 - 20:30 Member expectations, future meetings, OWASP projects, technical topics&lt;br /&gt;
&lt;br /&gt;
Feb 10, 2013 Oana Cornea published iOS Application Security Testing Cheat Sheet [https://www.owasp.org/index.php/IOS_Application_Security_Testing_Cheat_Sheet]&lt;br /&gt;
&lt;br /&gt;
May 26, 2011 OWASP Top 10 Web Application Security Risks at RONUA [http://ronua.ro/CS/groups/ronua-bucuresti/default.aspx]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
== OWASP Romania Chapter Meeting #1: May 27, 2011 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: Muzeul Literaturii Române, Bd. Dacia 12, Sector 1, Bucureşti, România [http://www.mlr.ro]'''&lt;br /&gt;
 '''Time: 17:00'''&lt;br /&gt;
 17:00 - 17:15 Admission&lt;br /&gt;
 17:15 - 17:30 Brief introduction to OWASP, Claudiu Constantinescu&lt;br /&gt;
 17:30 - 18:00 Open discussion regarding OWASP Romania; what is expected or wished&lt;br /&gt;
 18:00 - 18:15 Web Application Security Testing - comparison of 6 web application vulnerability scanners - Cristian&lt;br /&gt;
 18:15 - 19:00 Other presentations and discussions&lt;br /&gt;
&lt;br /&gt;
Everyone is welcome to join us at our chapter meetings, members and non-members.&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Chapter]]&lt;br /&gt;
[[Category:Europe]]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Romania&amp;diff=158457</id>
		<title>Romania</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Romania&amp;diff=158457"/>
				<updated>2013-09-14T22:36:08Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
{{Chapter Template|chaptername=Romania|extra=&amp;lt;br/&amp;gt; The Chapter leader is [mailto:oana.cornea@owasp.org Oana Cornea] &amp;lt;br/&amp;gt;&lt;br /&gt;
The Chapter Board Members are: &lt;br /&gt;
* [mailto:tudor.enache@owasp.org Tudor Enache]&lt;br /&gt;
* [mailto:danvasile@pentest.ro Dan Vasile]&lt;br /&gt;
* [mailto:chirita.ionel@gmail.com Ionel Chirita]&lt;br /&gt;
* [mailto:Marian.ventuneac@owasp.org Marian Ventuneac]&lt;br /&gt;
&lt;br /&gt;
|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-Romania|emailarchives=http://lists.owasp.org/pipermail/owasp-Romania}}&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
== Upcoming event: OWASP Romania InfoSec Conference 2013, Oct 25 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: &amp;quot;Politehnica&amp;quot; University, Bucureşti, România'''&lt;br /&gt;
OWASP Romania InfoSec Conference 2013 [https://www.owasp.org/index.php/OwaspRomaniaConference]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== OWASP Romania Chapter Meeting #4: Aug 22, 2013 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: SemaParc RiverView Building, 6th floor, Str. Splaiul Independentei, nr. 309, Bucureşti, România'''&lt;br /&gt;
 '''Time: 19:00'''&lt;br /&gt;
 19:00 - 20:00 Owasp updates and projects&lt;br /&gt;
 20:00 - 21:00 Presentation: &amp;quot;Application Security Introduction&amp;quot;, Cristian Pascariu&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== OWASP Romania Chapter Meeting #3: Jun 5, 2013 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: &amp;quot;Politehnica&amp;quot; University, Bucureşti, România'''&lt;br /&gt;
 '''Time: 14:30'''&lt;br /&gt;
Owasp EU Tour 2013 [https://www.owasp.org/index.php/EUTour2013_Bucharest_Agenda]&amp;lt;br&amp;gt;&lt;br /&gt;
Here are the presentations:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
'''Introduction to Owasp''' - Ionel Chirita [https://www.owasp.org/images/9/9d/OWASP_EU_Tour_2013_Bucharest_Ionel_Chirita.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Investing in security''' - Claudiu Constantinescu [https://www.owasp.org/images/6/6c/OWASP_EU_Tour_2013_Bucharest_Claudiu_Constantinescu.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Penetration testing - a way of improving our cyber security''' - Adrian Furtuna [https://www.owasp.org/images/9/93/OWASP_EU_Tour_2013_Bucharest_AdrianFurtuna.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Android reverse engineering: understanding third-party applications''' - Vicente Aguilera Diaz [https://www.owasp.org/images/a/a6/OWASP_EU_Tour_2013_Bucharest_Vicente_Aguilera_Diaz.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''The Trouble with Passwords''' - Mark Goodwin [http://people.mozilla.com/~mgoodwin/presentations/20130410/shells/embedder.html#http://people.mozilla.com/~mgoodwin/presentations/20130410/template.html]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Hacking the ViewState in ASP.NET''' - Ovidiu Diaconescu[https://www.owasp.org/images/d/d3/OWASP_EU_Tour_2013_Bucharest_OvidiuDiaconescu.pdf] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Do you &amp;quot;GRANT ALL PRIVILEGES ...&amp;quot; in MySQL/MariaDB/Percona Server? '''- Gabriel Preda[https://www.owasp.org/images/2/2c/OWASP_EU_Tour_2013_Bucharest_Gabriel_Preda.pdf]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
'''Some photos [https://www.owasp.org/index.php/File:OwaspEUTour_RomaniaChapterMeeting2013Photos.zip]'''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
== OWASP Romania Chapter Meeting #2: Feb 28, 2013 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: Hanul Berarilor, Str. Poenaru Bordea, nr. 2, Bucureşti, România'''&lt;br /&gt;
 '''Time: 19:00'''&lt;br /&gt;
 19:00 - 20:30 Member expectations, future meetings, OWASP projects, technical topics&lt;br /&gt;
&lt;br /&gt;
Feb 10, 2013 Oana Cornea published iOS Application Security Testing Cheat Sheet [https://www.owasp.org/index.php/IOS_Application_Security_Testing_Cheat_Sheet]&lt;br /&gt;
&lt;br /&gt;
May 26, 2011 OWASP Top 10 Web Application Security Risks at RONUA [http://ronua.ro/CS/groups/ronua-bucuresti/default.aspx]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
== OWASP Romania Chapter Meeting #1: May 27, 2011 ==&lt;br /&gt;
&lt;br /&gt;
 '''Location and host: Muzeul Literaturii Române, Bd. Dacia 12, Sector 1, Bucureşti, România [http://www.mlr.ro]'''&lt;br /&gt;
 '''Time: 17:00'''&lt;br /&gt;
 17:00 - 17:15 Admission&lt;br /&gt;
 17:15 - 17:30 Brief introduction to OWASP, Claudiu Constantinescu&lt;br /&gt;
 17:30 - 18:00 Open discussion regarding OWASP Romania; what is expected or wished&lt;br /&gt;
 18:00 - 18:15 Web Application Security Testing - comparison of 6 web application vulnerability scanners - Cristian&lt;br /&gt;
 18:15 - 19:00 Other presentations and discussions&lt;br /&gt;
&lt;br /&gt;
Everyone is welcome to join us at our chapter meetings, members and non-members.&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Chapter]]&lt;br /&gt;
[[Category:Europe]]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Windows_Binary_Executable_Files_Security_Checks_Project&amp;diff=157268</id>
		<title>OWASP Windows Binary Executable Files Security Checks Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Windows_Binary_Executable_Files_Security_Checks_Project&amp;diff=157268"/>
				<updated>2013-08-23T15:24:59Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This checklist represent a series of tests and the associated tools to perform the tasks related to thick client testing.&lt;br /&gt;
&lt;br /&gt;
We define the thick client as a computer (client) in client–server architecture or networks that typically provides rich functionality independent of the central server. The focus of this checklist will be around PC/Windows architecture, although general concepts apply to all thick clients.&lt;br /&gt;
&lt;br /&gt;
==The Map==&lt;br /&gt;
&lt;br /&gt;
[[File:Thick client testing.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Thick Client Security Testing==&lt;br /&gt;
&lt;br /&gt;
===Information Gathering===&lt;br /&gt;
&lt;br /&gt;
====Application Architecture====&lt;br /&gt;
&lt;br /&gt;
====Platform Mapping====&lt;br /&gt;
&lt;br /&gt;
====Languages and Frameworks====&lt;br /&gt;
&lt;br /&gt;
===Client Side attacks===&lt;br /&gt;
&lt;br /&gt;
====Files Analysis====&lt;br /&gt;
&lt;br /&gt;
====Binary Analysis====&lt;br /&gt;
&lt;br /&gt;
====Memory Analysis====&lt;br /&gt;
&lt;br /&gt;
===Network Side Attacks===&lt;br /&gt;
&lt;br /&gt;
====Installation Traffic====&lt;br /&gt;
&lt;br /&gt;
====Run Time Traffic====&lt;br /&gt;
&lt;br /&gt;
===Server Side Attacks===&lt;br /&gt;
&lt;br /&gt;
====Network Layer Attacks====&lt;br /&gt;
&lt;br /&gt;
====Layer 7 Attacks====&lt;br /&gt;
&lt;br /&gt;
= Project About =&lt;br /&gt;
{{:Projects/OWASP_Windows_Binary_Executable_Files_Security_Checks_Project}} &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Windows_Binary_Executable_Files_Security_Checks_Project&amp;diff=157267</id>
		<title>OWASP Windows Binary Executable Files Security Checks Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Windows_Binary_Executable_Files_Security_Checks_Project&amp;diff=157267"/>
				<updated>2013-08-23T15:20:53Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Project About =&lt;br /&gt;
{{:Projects/OWASP_Windows_Binary_Executable_Files_Security_Checks_Project}} &lt;br /&gt;
&lt;br /&gt;
= Binary Checklist = &lt;br /&gt;
&lt;br /&gt;
This checklist represent a series of tests and the associated tools to perform the tasks related to thick client testing.&lt;br /&gt;
&lt;br /&gt;
We define the thick client as a computer (client) in client–server architecture or networks that typically provides rich functionality independent of the central server. The focus of this checklist will be around PC/Windows architecture, although general concepts apply to all thick clients.&lt;br /&gt;
&lt;br /&gt;
==The Map==&lt;br /&gt;
&lt;br /&gt;
[[File:Thick client testing.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Thick Client Security Testing==&lt;br /&gt;
&lt;br /&gt;
===Information Gathering===&lt;br /&gt;
&lt;br /&gt;
====Application Architecture====&lt;br /&gt;
&lt;br /&gt;
====Platform Mapping====&lt;br /&gt;
&lt;br /&gt;
====Languages and Frameworks====&lt;br /&gt;
&lt;br /&gt;
===Client Side attacks===&lt;br /&gt;
&lt;br /&gt;
====Files Analysis====&lt;br /&gt;
&lt;br /&gt;
====Binary Analysis====&lt;br /&gt;
&lt;br /&gt;
====Memory Analysis====&lt;br /&gt;
&lt;br /&gt;
===Network Side Attacks===&lt;br /&gt;
&lt;br /&gt;
====Installation Traffic====&lt;br /&gt;
&lt;br /&gt;
====Run Time Traffic====&lt;br /&gt;
&lt;br /&gt;
===Server Side Attacks===&lt;br /&gt;
&lt;br /&gt;
====Network Layer Attacks====&lt;br /&gt;
&lt;br /&gt;
====Layer 7 Attacks====&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Windows_Binary_Executable_Files_Security_Checks_Project&amp;diff=157201</id>
		<title>OWASP Windows Binary Executable Files Security Checks Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Windows_Binary_Executable_Files_Security_Checks_Project&amp;diff=157201"/>
				<updated>2013-08-22T15:26:05Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This checklist represent a series of tests and the associated tools to perform the tasks related to thick client testing.&lt;br /&gt;
&lt;br /&gt;
We define the thick client as a computer (client) in client–server architecture or networks that typically provides rich functionality independent of the central server. The focus of this checklist will be around PC/Windows architecture, although general concepts apply to all thick clients.&lt;br /&gt;
&lt;br /&gt;
==The Map==&lt;br /&gt;
&lt;br /&gt;
[[File:Thick client testing.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Thick Client Security Testing==&lt;br /&gt;
&lt;br /&gt;
===Information Gathering===&lt;br /&gt;
&lt;br /&gt;
====Application Architecture====&lt;br /&gt;
&lt;br /&gt;
====Platform Mapping====&lt;br /&gt;
&lt;br /&gt;
====Languages and Frameworks====&lt;br /&gt;
&lt;br /&gt;
===Client Side attacks===&lt;br /&gt;
&lt;br /&gt;
====Files Analysis====&lt;br /&gt;
&lt;br /&gt;
====Binary Analysis====&lt;br /&gt;
&lt;br /&gt;
====Memory Analysis====&lt;br /&gt;
&lt;br /&gt;
===Network Side Attacks===&lt;br /&gt;
&lt;br /&gt;
====Installation Traffic====&lt;br /&gt;
&lt;br /&gt;
====Run Time Traffic====&lt;br /&gt;
&lt;br /&gt;
===Server Side Attacks===&lt;br /&gt;
&lt;br /&gt;
====Network Layer Attacks====&lt;br /&gt;
&lt;br /&gt;
====Layer 7 Attacks====&lt;br /&gt;
&lt;br /&gt;
= Project About =&lt;br /&gt;
{{:Projects/OWASP_Windows_Binary_Executable_Files_Security_Checks_Project}} &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Windows_Binary_Executable_Files_Security_Checks_Project&amp;diff=157200</id>
		<title>OWASP Windows Binary Executable Files Security Checks Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Windows_Binary_Executable_Files_Security_Checks_Project&amp;diff=157200"/>
				<updated>2013-08-22T15:23:55Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This checklist represent a series of tests and the associated tools to perform the tasks related to thick client testing.&lt;br /&gt;
&lt;br /&gt;
We define the thick client as a computer (client) in client–server architecture or networks that typically provides rich functionality independent of the central server. The focus of this checklist will be around PC/Windows architecture, although general concepts apply to all thick clients.&lt;br /&gt;
&lt;br /&gt;
==The Map==&lt;br /&gt;
&lt;br /&gt;
[[File:Thick client testing.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Thick Client Security Testing==&lt;br /&gt;
&lt;br /&gt;
===Information Gathering===&lt;br /&gt;
&lt;br /&gt;
====Application Architecture====&lt;br /&gt;
&lt;br /&gt;
====Platform Mapping====&lt;br /&gt;
&lt;br /&gt;
====Languages and Frameworks====&lt;br /&gt;
&lt;br /&gt;
==Client Side attacks===&lt;br /&gt;
&lt;br /&gt;
====Files Analysis====&lt;br /&gt;
&lt;br /&gt;
====Binary Analysis====&lt;br /&gt;
&lt;br /&gt;
====Memory Analysis====&lt;br /&gt;
&lt;br /&gt;
===Network Side Attacks===&lt;br /&gt;
&lt;br /&gt;
====Installation Traffic====&lt;br /&gt;
&lt;br /&gt;
====Run Time Traffic====&lt;br /&gt;
&lt;br /&gt;
===Server Side Attacks===&lt;br /&gt;
&lt;br /&gt;
====Network Layer Attacks====&lt;br /&gt;
&lt;br /&gt;
====Layer 7 Attacks====&lt;br /&gt;
&lt;br /&gt;
= Project About =&lt;br /&gt;
{{:Projects/OWASP_Windows_Binary_Executable_Files_Security_Checks_Project}} &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Windows_Binary_Executable_Files_Security_Checks_Project&amp;diff=157198</id>
		<title>OWASP Windows Binary Executable Files Security Checks Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Windows_Binary_Executable_Files_Security_Checks_Project&amp;diff=157198"/>
				<updated>2013-08-22T15:22:34Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This checklist represent a series of tests and the associated tools to perform the tasks related to thick client testing.&lt;br /&gt;
&lt;br /&gt;
We define the thick client as a computer (client) in client–server architecture or networks that typically provides rich functionality independent of the central server. The focus of this checklist will be around PC/Windows architecture, although general concepts apply to all thick clients.&lt;br /&gt;
&lt;br /&gt;
==The Map==&lt;br /&gt;
&lt;br /&gt;
[[File:Thick client testing.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Thick Client Security Testing==&lt;br /&gt;
&lt;br /&gt;
===1. Information Gathering===&lt;br /&gt;
&lt;br /&gt;
====1.1. Application Architecture====&lt;br /&gt;
&lt;br /&gt;
====1.2. Platform Mapping====&lt;br /&gt;
&lt;br /&gt;
====1.3. Languages and Frameworks====&lt;br /&gt;
&lt;br /&gt;
===2. Client Side attacks===&lt;br /&gt;
&lt;br /&gt;
====2.1. Files Analysis====&lt;br /&gt;
&lt;br /&gt;
====2.2. Binary Analysis====&lt;br /&gt;
&lt;br /&gt;
====2.3. Memory Analysis====&lt;br /&gt;
&lt;br /&gt;
===3. Network Side Attacks===&lt;br /&gt;
&lt;br /&gt;
====3.1. Installation Traffic====&lt;br /&gt;
&lt;br /&gt;
====3.2. Run Time Traffic====&lt;br /&gt;
&lt;br /&gt;
===4. Server Side Attacks===&lt;br /&gt;
&lt;br /&gt;
====4.1. Network Layer Attacks====&lt;br /&gt;
&lt;br /&gt;
====4.2. Layer 7 Attacks====&lt;br /&gt;
&lt;br /&gt;
= Project About =&lt;br /&gt;
{{:Projects/OWASP_Windows_Binary_Executable_Files_Security_Checks_Project}} &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Windows_Binary_Executable_Files_Security_Checks_Project&amp;diff=157196</id>
		<title>OWASP Windows Binary Executable Files Security Checks Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Windows_Binary_Executable_Files_Security_Checks_Project&amp;diff=157196"/>
				<updated>2013-08-22T15:16:30Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This checklist represent a series of tests and the associated tools to perform the tasks related to thick client testing.&lt;br /&gt;
&lt;br /&gt;
We define the thick client as a computer (client) in client–server architecture or networks that typically provides rich functionality independent of the central server. The focus of this checklist will be around PC/Windows architecture, although general concepts apply to all thick clients.&lt;br /&gt;
&lt;br /&gt;
==The Map==&lt;br /&gt;
&lt;br /&gt;
[[File:Thick client testing.jpg]]&lt;br /&gt;
&lt;br /&gt;
= Project About =&lt;br /&gt;
{{:Projects/OWASP_Windows_Binary_Executable_Files_Security_Checks_Project}} &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Windows_Binary_Executable_Files_Security_Checks_Project&amp;diff=157195</id>
		<title>OWASP Windows Binary Executable Files Security Checks Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Windows_Binary_Executable_Files_Security_Checks_Project&amp;diff=157195"/>
				<updated>2013-08-22T15:14:02Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:New]]&lt;br /&gt;
&lt;br /&gt;
= OWASP Windows Binary Executable Files Security Checks =&lt;br /&gt;
This checklist represent a series of tests and the associated tools to perform the tasks related to thick client testing.&lt;br /&gt;
&lt;br /&gt;
We define the thick client as a computer (client) in client–server architecture or networks that typically provides rich functionality independent of the central server. The focus of this checklist will be around PC/Windows architecture, although general concepts apply to all thick clients.&lt;br /&gt;
&lt;br /&gt;
==The Map==&lt;br /&gt;
&lt;br /&gt;
[[File:Thick client testing.jpg]]&lt;br /&gt;
&lt;br /&gt;
= Project About =&lt;br /&gt;
{{:Projects/OWASP_Windows_Binary_Executable_Files_Security_Checks_Project}} &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Windows_Binary_Executable_Files_Security_Checks_Project&amp;diff=157194</id>
		<title>OWASP Windows Binary Executable Files Security Checks Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Windows_Binary_Executable_Files_Security_Checks_Project&amp;diff=157194"/>
				<updated>2013-08-22T15:12:38Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= OWASP Windows Binary Executable Files Security Checks =&lt;br /&gt;
This checklist represent a series of tests and the associated tools to perform the tasks related to thick client testing.&lt;br /&gt;
&lt;br /&gt;
We define the thick client as a computer (client) in client–server architecture or networks that typically provides rich functionality independent of the central server. The focus of this checklist will be around PC/Windows architecture, although general concepts apply to all thick clients.&lt;br /&gt;
&lt;br /&gt;
==The Map==&lt;br /&gt;
&lt;br /&gt;
[[File:Thick client testing.jpg]]&lt;br /&gt;
&lt;br /&gt;
= Project About =&lt;br /&gt;
{{:Projects/OWASP_Windows_Binary_Executable_Files_Security_Checks_Project}} &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Windows_Binary_Executable_Files_Security_Checks_Project&amp;diff=157193</id>
		<title>OWASP Windows Binary Executable Files Security Checks Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Windows_Binary_Executable_Files_Security_Checks_Project&amp;diff=157193"/>
				<updated>2013-08-22T15:09:42Z</updated>
		
		<summary type="html">&lt;p&gt;Dan Vasile: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Project About =&lt;br /&gt;
{{:Projects/OWASP_Windows_Binary_Executable_Files_Security_Checks_Project}} &lt;br /&gt;
&lt;br /&gt;
= OWASP Windows Binary Executable Files Security Checks =&lt;br /&gt;
This checklist represent a series of tests and the associated tools to perform the tasks related to thick client testing.&lt;br /&gt;
&lt;br /&gt;
We define the thick client as a computer (client) in client–server architecture or networks that typically provides rich functionality independent of the central server. The focus of this checklist will be around PC/Windows architecture, although general concepts apply to all thick clients.&lt;br /&gt;
&lt;br /&gt;
==The Map==&lt;br /&gt;
&lt;br /&gt;
[[File:Thick client testing.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]&lt;/div&gt;</summary>
		<author><name>Dan Vasile</name></author>	</entry>

	</feed>