<?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=Jaypeelita</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=Jaypeelita"/>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php/Special:Contributions/Jaypeelita"/>
		<updated>2026-04-12T01:12:42Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.2</generator>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila/Install_OWASP_Juice_Shop_in_Ubuntu&amp;diff=236117</id>
		<title>Manila/Install OWASP Juice Shop in Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila/Install_OWASP_Juice_Shop_in_Ubuntu&amp;diff=236117"/>
				<updated>2017-12-11T04:02:44Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello Guys today we are going to discuss in this tutorial on how to install OWASP Juice Shop in [https://www.ubuntu.com/download/desktop Ubuntu 16.04.3-desktop-amd.iso] , i just want to share this to help other security enthusiast like me who likes to share and teach something to help the community grow.&lt;br /&gt;
&lt;br /&gt;
First we need to know what is [https://github.com/bkimminich/juice-shop OWASP JUICE SHOP] is an intentionally insecure webapp for security trainings written entirely in Javascript which encompasses the entire OWASP Top Ten and other severe security flaws. for more information you can visit : [https://www.owasp.org/index.php/OWASP_Juice_Shop_Project Juice Shop]  &lt;br /&gt;
&lt;br /&gt;
Before we start we need the following tools:&lt;br /&gt;
# [https://www.ubuntu.com/download/desktop Ubuntu 16.04.3-desktop-amd.iso]&lt;br /&gt;
# Download&lt;br /&gt;
#* [https://my.vmware.com/en/web/vmware/info/slug/desktop_end_user_computing/vmware_workstation_pro/14_0 vmware working station] &lt;br /&gt;
#* [https://www.virtualbox.org/wiki/Downloads virtualbox]&lt;br /&gt;
# Download the latest version of OWASP Juice Shop&lt;br /&gt;
#* Download: [https://github.com/bkimminich/juice-shop/releases/tag/v5.0.1 Here]&lt;br /&gt;
# make sure to install everything from software to your Ubuntu Linux Box in your virtual machine that you choose&lt;br /&gt;
Once you bootup your Ubuntu Machine we need to execute the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get update&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get upgrade&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
once the update and upgrade we are going to install all the dependencies we need to run our OWASP Juice Shop, make your terminal available on your desktop we still need it to install.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get install npm&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get instal curl&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get install git&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you can download the repo directly on the github but when i try to clone the github repo directly there is some error on the source code, that's why i prepare to download this file directly [https://github.com/bkimminich/juice-shop/releases/tag/v5.0.1 Here] &lt;br /&gt;
&lt;br /&gt;
now we need to install jode.js on our ubuntu machine, we can install it by typing the following commands&lt;br /&gt;
&lt;br /&gt;
'''The latest update for node.js 8.0 is the current Node.js release available:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get install python-software-properties&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ curl -sL [https://deb.nodesource.com/setup_6.0 https://deb.nodesource.com/setup_8.x] | sudo -E bash -&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Use LTS Release: using Node.js 6.11 is the LTS  release available'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get install python-software-properties&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ curl -sL [https://deb.nodesource.com/setup_6.0 https://deb.nodesource.com/setup_6.x] | sudo -E bash -&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
wait until the installation is done, after the installation is finish lets install the noje.js &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get install nodejs&amp;lt;/code&amp;gt;&lt;br /&gt;
[[File:Screenshot 9.png|frameless|500x500px|center]] &lt;br /&gt;
&lt;br /&gt;
again wait until the installation is done! &lt;br /&gt;
&lt;br /&gt;
'''''Take note we install the &amp;lt;code&amp;gt;curl -sL [https://deb.nodesource.com/setup_6.0 https://deb.nodesource.com/setup_6.x] | sudo -E bash -&amp;lt;/code&amp;gt;   because this version is stable you can install the version 8 if you like :)''''' &lt;br /&gt;
&lt;br /&gt;
once the installation is done extract the file you downloaded on https://github.com/bkimminich/juice-shop/releases/tag/v5.0.1 make sure you download the file that is compatible on the version of the node.js you install.&lt;br /&gt;
&lt;br /&gt;
Next step is navigate to your directory location where you save the Juice Shop file directory in my case i save it on the Documents for tutorial purpose only.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ cd /Documents/juice_shop&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
once your on the directory run the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~/Documents/juice_shop$ npm install&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 11.png|frameless|500x500px|center]]&lt;br /&gt;
&lt;br /&gt;
after the installation  if there is no errors on the installation proceed on the next step run the applicaiton&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~/Documents/juice_shop$ sudo npm start&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
if there is not error your vulnerable web application is now running and you are good to go! make sure you run every code in &amp;quot;sudo&amp;quot; you will get an error in directory and file permissions.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 12.png|frameless|800x800px|center]]&lt;br /&gt;
&lt;br /&gt;
Note: in any case i tried to install this in ubuntu machine many times, for experiment purpose first i use ubuntu x32bit architecture but there is to many errors on the source code because the OWASP Juice Shop is compatible with Ubuntu x64 bit Architecture, i encounter many error and all you need to do is to troubleshoot the error messages sometimes there is a missing libraries or module on your system that needs to install first in my case the error i encounter is the sqlite3 is not installed in my system. after installing the sqlite3 there is no error and may application run smoothly.&lt;br /&gt;
&lt;br /&gt;
Special thanks to the behind this awesome project!  &lt;br /&gt;
&lt;br /&gt;
* Björn Kimminich aka &amp;lt;code&amp;gt;bkimminich&amp;lt;/code&amp;gt;&lt;br /&gt;
* Bitdeli Chef aka &amp;lt;code&amp;gt;bitdeli-chef&amp;lt;/code&amp;gt;&lt;br /&gt;
* The Gitter Badger aka &amp;lt;code&amp;gt;gitter-badger&amp;lt;/code&amp;gt;&lt;br /&gt;
* Aaron Edwards aka &amp;lt;code&amp;gt;aaron-m-edwards&amp;lt;/code&amp;gt;&lt;br /&gt;
* Dinis Cruz aka &amp;lt;code&amp;gt;DinisCruz&amp;lt;/code&amp;gt;&lt;br /&gt;
* Timo Pagel aka &amp;lt;code&amp;gt;wurstbrot&amp;lt;/code&amp;gt;&lt;br /&gt;
* Gorka Vicente aka &amp;lt;code&amp;gt;gorkavicente&amp;lt;/code&amp;gt;&lt;br /&gt;
* Alvaro Viebrantz aka &amp;lt;code&amp;gt;alvarowolfx&amp;lt;/code&amp;gt;&lt;br /&gt;
* Johanna A aka &amp;lt;code&amp;gt;yuhama&amp;lt;/code&amp;gt;&lt;br /&gt;
* Stephen OBrien aka &amp;lt;code&amp;gt;stephenobrien&amp;lt;/code&amp;gt;&lt;br /&gt;
* Joe Butler aka &amp;lt;code&amp;gt;joelicious&amp;lt;/code&amp;gt;&lt;br /&gt;
* Abhishek bundela aka &amp;lt;code&amp;gt;abhishekbundela&amp;lt;/code&amp;gt;&lt;br /&gt;
* ninoseki&lt;br /&gt;
* Jannik Hollenbach aka &amp;lt;code&amp;gt;J12934&amp;lt;/code&amp;gt;&lt;br /&gt;
* Viktor Lindström aka &amp;lt;code&amp;gt;ViktorLindstrm&amp;lt;/code&amp;gt;&lt;br /&gt;
* Achim Grimm aka &amp;lt;code&amp;gt;achimgrimm&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thank you guys!&lt;br /&gt;
&lt;br /&gt;
Created By: &lt;br /&gt;
&lt;br /&gt;
John Patrick Lita | OWASP Manila&lt;br /&gt;
&lt;br /&gt;
Cyber Security Philippines -CERT : VAPT Operations Manager&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila&amp;diff=234351</id>
		<title>Manila</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila&amp;diff=234351"/>
				<updated>2017-10-13T06:57:14Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: /* Local News */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Chapter Template|chaptername=Manila|extra=The chapter leader is [mailto:John.Patrick.Lita@owasp.org John Patrick Lita] Co-Founder [mailto:jan.jansalin@owasp.org Jan Jacob Glenn Jansalin]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-manila|emailarchives=http://lists.owasp.org/pipermail/owasp-manila}}. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
The OWASP chapter meetings are free and open to anyone interested in application security. If you are interested to attend one in the future please join the [http://lists.owasp.org/mailman/listinfo/owasp-manila mailing list]. The mailing list is also used for sharing application security knowledge among the local community members.&lt;br /&gt;
&lt;br /&gt;
OWASP Manila &amp;quot;OWASP Outreach Project&amp;quot; aims to reach out also to the 2 major island groups in Philippines: Visayas and Mindanao.&lt;br /&gt;
&lt;br /&gt;
For inquiries e-mail our [mailto:jan.jansalin@owasp.org Project Manager].&lt;br /&gt;
&lt;br /&gt;
The OWASP Manila created an installation guide for OWASP JUICE SHOP,  its an intentionally insecure webapp for security trainings written entirely in Javascript which encompasses the entire OWASP Top Ten and other severe security flaws.&lt;br /&gt;
&lt;br /&gt;
You can clone the github repository [https://github.com/bkimminich/juice-shop here], if you like to install the application please check the link [[Manila/Install OWASP Juice Shop in Ubuntu|here]]&amp;lt;br&amp;gt;thank you and have a nice day!&lt;br /&gt;
&lt;br /&gt;
Jaypee - OWASP Manila President&lt;br /&gt;
&lt;br /&gt;
== Project on Progress ==&lt;br /&gt;
&lt;br /&gt;
[https://www.owasp.org/index.php/OWASP_Online_Academy OWASP Online Academy - Learning Platform]&lt;br /&gt;
&lt;br /&gt;
== OWASP Online Academy  Instructors ==&lt;br /&gt;
&lt;br /&gt;
This are the list of instructor who dedicate their time to help and they are very passionate to teach and help the OWASP Foundation for mission of the&lt;br /&gt;
Global Education Initiative.&lt;br /&gt;
&lt;br /&gt;
*Karan Bansal - Secure coding, Browser Security and Applying Cryptography for InfoSec&amp;lt;br&amp;gt;&lt;br /&gt;
*Hitesh Choudhary - Bug Bounty and Master SQL Injection&amp;lt;br&amp;gt;&lt;br /&gt;
*Muni Njiru - Malwares and Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Karthikeyan Palaniswamy - Python Scripting for Information Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Tushar Malhotra - Web Application Security and Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Milan Singh Thakur - Testing Guide for Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do you like to help? [[Image:Btn_donate_SM.gif|link=http://www.regonline.com/donation_1044369]]&lt;br /&gt;
&lt;br /&gt;
== Events for 2015 ==&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/Outreach_Campaign Outreach Campaign]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/SchoolTour School Tour]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/OwaspManilaMeetUp Owasp Manila MeetUp]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/event/OWAP_Manila_Hackademic2015 HACKADEMIC 2015]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/CallForPapers Call For Papers]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Volunteers ==&lt;br /&gt;
&lt;br /&gt;
[[User:Marai|Masasi Asi Arai]] | [[User:Michaelroevie.victoria|Michael Victoria]] | [[User:Anonuevoroy|Roy Anonuevo]] | [[User:Shilva|Leenard Santos]] | [[User:Usonsam |Sam Uson]] | [[User:reyjmc03 |Jose Mari Rey]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[User:Jessecastroph |Jesse Castro]] | [[User:Ctungcul |Lance Tungcul]] | [[User:Crizon|Eugene Labrador]] | [[User:DEYB|Dave Villar]] | [[User:JayJay19|John Jasper Talinting]] | [[User:Tetaguila|Tet Aguila]] | [[User:SalmanKhanChampion|Salman Khan Champion]] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Archives ==&lt;br /&gt;
'''OWASP Manila Conducted OWASP TOP 10 Exploitation Training at [http://www.ama.edu.ph/ AMA Computer Learning Center Tuguegarao] &amp;lt;br&amp;gt;'''&lt;br /&gt;
'''Training / Workshop Title:''' Security Ninja&amp;lt;br&amp;gt;&lt;br /&gt;
'''Instructor:''' [[User:jaypeelita|jaypeelita]]&amp;lt;br&amp;gt; &lt;br /&gt;
The main Goal of this Workshop/Training is to increase the Volunteer and Members in the Cagayan Valley OWASP Chapter.&amp;lt;br&amp;gt;&lt;br /&gt;
*Topics&lt;br /&gt;
**Common WebAppSec Mistakes (OWASP TOP10)&lt;br /&gt;
**Security Best Practices&lt;br /&gt;
&lt;br /&gt;
On the conference proper [[User:jaypeelita|jaypeelita]] talk about WEBAPPSEC 101 to help the corporate companies and students to understand on how to build a secure application and create a work force for AppSec team.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 1:46 PM, 02 Dec 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Conducted Cyber Security Seminar at [http://www.jru.edu/ Jose Rizal University] &amp;lt;br&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
'''OWASP Representative:''' John Patrick Lita (Manila President)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Topics:''' &lt;br /&gt;
*Introduction to Information Security&lt;br /&gt;
*OWASP Application Security Verification Standard 3.0&lt;br /&gt;
*Automated Testing vs. Manual Testing&lt;br /&gt;
*Demos: RFI/XSS/SQL/Command Execution and Security Misconfiguration&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 3:35 PM, 27 Nov 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot;Cavite State University Bucana, Naic, Cavite &amp;quot;&amp;lt;br&amp;gt;'''&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and Cyber Security Awareness.&amp;lt;br&amp;gt;&lt;br /&gt;
'''Cyber Security&amp;lt;br&amp;gt;'''&lt;br /&gt;
We Talk About what the Following Topics&lt;br /&gt;
*Intrusion Detection/Prevention System&lt;br /&gt;
*Network Based and Hosted Based&lt;br /&gt;
*Benefits of IDS for Web Application Security&lt;br /&gt;
*Characteristics of IDS&lt;br /&gt;
*HoneyPots and Firewalls&lt;br /&gt;
'''Demos'''&lt;br /&gt;
*SQL Injection&lt;br /&gt;
*Cross Site Scripting (XSS)&lt;br /&gt;
*Sensitive Data Exposure&lt;br /&gt;
*Command Execution&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 3:35 PM, 08 September 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot; Asia Pacific College (APC) &amp;quot;&amp;lt;br&amp;gt;'''&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and also we discuss the following topics&amp;lt;br&amp;gt;&lt;br /&gt;
'''Unpatch Security&amp;lt;br&amp;gt;'''&lt;br /&gt;
we talk about the Importance of Security and the risk of unpatched Vulnerabilities and how it will affect the Business and it's users.&lt;br /&gt;
*Vulnerability overview in Web Applications&lt;br /&gt;
*Vulnerability overview in Software and Operating Systems&lt;br /&gt;
*What is EXPLOITS and PAYLOADS&lt;br /&gt;
&lt;br /&gt;
With the Partnership of [http://devcon.ph/ DevCon Philippines (Developers Connect)].&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 10:34 PM, 31 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Joins &amp;quot; TechNation Caravan &amp;quot; at&amp;lt;br&amp;gt;'''&lt;br /&gt;
University of Makati (UMAK) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Why Web Application Security is Important&lt;br /&gt;
*HTTPS, SSL, TLS Advantage and Risk.&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 02:49 AM, 7 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Conducted &amp;quot; Basic Information Security Training &amp;quot; at&amp;lt;br&amp;gt;'''&lt;br /&gt;
Globe showroom 111 valero st, salcedo village makati&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Sam Uson&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Code review&lt;br /&gt;
*OWASP TOP 10 (Overview)&lt;br /&gt;
*OWASP-ZAP Proxy (Overview/Demo)&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy and Globe Labs for the Venue&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 11:25 PM, 4 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins the event titled &amp;quot; The Gathering &amp;quot; at&amp;lt;br&amp;gt;'''&lt;br /&gt;
Fort Bonifacio Philippine Army Headquarters Classroom A, The Signal School (NETC Compound)&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Jan Jacob, Jose Mari and John Jasper Talinting&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation to our Military Personnel&amp;lt;br&amp;gt;&lt;br /&gt;
we teach and share our knowledge about the importance of Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Malware, Trojan and Keyloggers.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,18 June 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins Programmers without Boarders Campaign at&amp;lt;br&amp;gt;'''&lt;br /&gt;
3rd Floor Municipal City Hall Activity Area, Tanay Rizal, Philippines&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is to help and teach the out-of-school youth&amp;lt;br&amp;gt;&lt;br /&gt;
and encourage them to study and inspired them to continue and reach their goal&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Cyber Security Awareness.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,11 March 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' March 14, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
Resource Speaker: John Patrick Lita &amp;lt;br&amp;gt;&lt;br /&gt;
Owasp Academic Project we discussed the following topics and training&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*SQL Injection Demo&lt;br /&gt;
*Command Execution Demo&lt;br /&gt;
*How to Set-up Hacking Lab&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Hands on Web Application Training - Capture the Flag Game&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' February 18, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Code_review Code Review]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://lpubatangas.edu.ph/ Lyceum Batangas]''' December 20, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*How to start your Career in Web Application Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*How to produce/test a bug&amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 16, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Category:OWASP_Joomla_Vulnerability_Scanner_Project Joomla scanner]&amp;lt;br&amp;gt;&lt;br /&gt;
*Team Behind JoomScan&lt;br /&gt;
*Installing Python&lt;br /&gt;
*How to run Joomla Scanner in Windows OS&lt;br /&gt;
*How to use Joomscan in Kali Linux&lt;br /&gt;
for the joomla philippines community and discuss about OWASP TOP 10&amp;lt;br&amp;gt;&lt;br /&gt;
other topics delivered is how to use JoomScan and the people behind this project&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 12, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about the&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.owasp.org OWASP Introduction]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*Introduction in OWASP Tools for WebAppSec&amp;lt;br&amp;gt;&lt;br /&gt;
this seminar is also a recruitment for OWASP Manila Membership.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.mozillaphilippines.org Mozilla Phillipines]Sponsor venue for OWASP Manila Meet Up&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Logo_moz.png]]&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 12:10AM,13 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph Bulacan State University]'''&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &lt;br /&gt;
*[http://www.owasp.org Open Web Application Security Project]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&amp;lt;br&amp;gt;&lt;br /&gt;
at Bulacan December 10, 2014 for its Modern ICT: Bridging Toward Global Excellence.&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 11:58PM,11 December 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Chapter]]&lt;br /&gt;
[[Category:Asia/Pacific/Middle_East]]&lt;br /&gt;
[[Category:Philippines]]&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila/Install_OWASP_Juice_Shop_in_Ubuntu&amp;diff=234350</id>
		<title>Manila/Install OWASP Juice Shop in Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila/Install_OWASP_Juice_Shop_in_Ubuntu&amp;diff=234350"/>
				<updated>2017-10-13T06:48:11Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello Guys today we are going to discuss in this tutorial on how to install OWASP Juice Shop in [https://www.ubuntu.com/download/desktop Ubuntu 16.04.3-desktop-amd.iso] , i just want to share this to help other security enthusiast like me who likes to share and teach something to help the community grow.&lt;br /&gt;
&lt;br /&gt;
First we need to know what is [https://github.com/bkimminich/juice-shop OWASP JUICE SHOP] is an intentionally insecure webapp for security trainings written entirely in Javascript which encompasses the entire OWASP Top Ten and other severe security flaws. for more information you can visit : [https://www.owasp.org/index.php/OWASP_Juice_Shop_Project Juice Shop]  &lt;br /&gt;
&lt;br /&gt;
Before we start we need the following tools:&lt;br /&gt;
# [https://www.ubuntu.com/download/desktop Ubuntu 16.04.3-desktop-amd.iso]&lt;br /&gt;
# Download&lt;br /&gt;
#* [https://my.vmware.com/en/web/vmware/info/slug/desktop_end_user_computing/vmware_workstation_pro/14_0 vmware working station] &lt;br /&gt;
#* [https://www.virtualbox.org/wiki/Downloads virtualbox]&lt;br /&gt;
# Download the latest version of OWASP Juice Shop&lt;br /&gt;
#* Download: [https://github.com/bkimminich/juice-shop/releases/tag/v5.0.1 Here]&lt;br /&gt;
# make sure to install everything from software to your Ubuntu Linux Box in your virtual machine that you choose&lt;br /&gt;
Once you bootup your Ubuntu Machine we need to execute the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get update&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get upgrade&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
once the update and upgrade we are going to install all the dependencies we need to run our OWASP Juice Shop, make your terminal available on your desktop we still need it to install.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get install npm&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get instal curl&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get install git&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you can download the repo directly on the github but when i try to clone the github repo directly there is some error on the source code, that's why i prepare to download this file directly [https://github.com/bkimminich/juice-shop/releases/tag/v5.0.1 Here] &lt;br /&gt;
&lt;br /&gt;
now we need to install jode.js on our ubuntu machine, we can install it by typing the following commands&lt;br /&gt;
&lt;br /&gt;
'''The latest update for node.js 8.0 is the current Node.js release available:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get install python-software-properties&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ curl -sL [https://deb.nodesource.com/setup_6.0 https://deb.nodesource.com/setup_8.x] | sudo -E bash -&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Use LTS Release: using Node.js 6.11 is the LTS  release available'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get install python-software-properties&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ curl -sL [https://deb.nodesource.com/setup_6.0 https://deb.nodesource.com/setup_6.x] | sudo -E bash -&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
wait until the installation is done, after the installation is finish lets install the noje.js &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get install nodejs&amp;lt;/code&amp;gt;&lt;br /&gt;
[[File:Screenshot 9.png|frameless|500x500px|center]] &lt;br /&gt;
&lt;br /&gt;
again wait until the installation is done! &lt;br /&gt;
&lt;br /&gt;
'''''Take note we install the &amp;lt;code&amp;gt;curl -sL [https://deb.nodesource.com/setup_6.0 https://deb.nodesource.com/setup_6.x] | sudo -E bash -&amp;lt;/code&amp;gt;   because this version is stable you can install the version 8 if you like :)''''' &lt;br /&gt;
&lt;br /&gt;
once the installation is done extract the file you downloaded on https://github.com/bkimminich/juice-shop/releases/tag/v5.0.1 make sure you download the file that is compatible on the version of the node.js you install.&lt;br /&gt;
&lt;br /&gt;
Next step is navigate to your directory location where you save the Juice Shop file directory in my case i save it on the Documents for tutorial purpose only.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ cd /Documents/juice_shop&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
once your on the directory run the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~/Documents/juice_shop$ npm install&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 11.png|frameless|500x500px|center]]&lt;br /&gt;
&lt;br /&gt;
after the installation  if there is no errors on the installation proceed on the next step run the applicaiton&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~/Documents/juice_shop$ sudo npm start&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
if there is not error your vulnerable web application is now running and you are good to go! make sure you run every code in &amp;quot;sudo&amp;quot; you will get an error in directory and file permissions.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 12.png|frameless|800x800px|center]]&lt;br /&gt;
&lt;br /&gt;
Note: in any case i tried to install this in ubuntu machine many times, for experiment purpose first i use ubuntu x32bit architecture but there is to many errors on the source code because the OWASP Juice Shop is compatible with Ubuntu x64 bit Architecture, i encounter many error and all you need to do is to troubleshoot the error messages sometimes there is a missing libraries or module on your system that needs to install first in my case the error i encounter is the sqlite3 is not installed in my system. after installing the sqlite3 there is no error and may application run smoothly.&lt;br /&gt;
&lt;br /&gt;
Special thanks to the behind this awesome project!  &lt;br /&gt;
&lt;br /&gt;
* Björn Kimminich aka &amp;lt;code&amp;gt;bkimminich&amp;lt;/code&amp;gt;&lt;br /&gt;
* Bitdeli Chef aka &amp;lt;code&amp;gt;bitdeli-chef&amp;lt;/code&amp;gt;&lt;br /&gt;
* The Gitter Badger aka &amp;lt;code&amp;gt;gitter-badger&amp;lt;/code&amp;gt;&lt;br /&gt;
* Aaron Edwards aka &amp;lt;code&amp;gt;aaron-m-edwards&amp;lt;/code&amp;gt;&lt;br /&gt;
* Dinis Cruz aka &amp;lt;code&amp;gt;DinisCruz&amp;lt;/code&amp;gt;&lt;br /&gt;
* Timo Pagel aka &amp;lt;code&amp;gt;wurstbrot&amp;lt;/code&amp;gt;&lt;br /&gt;
* Gorka Vicente aka &amp;lt;code&amp;gt;gorkavicente&amp;lt;/code&amp;gt;&lt;br /&gt;
* Alvaro Viebrantz aka &amp;lt;code&amp;gt;alvarowolfx&amp;lt;/code&amp;gt;&lt;br /&gt;
* Johanna A aka &amp;lt;code&amp;gt;yuhama&amp;lt;/code&amp;gt;&lt;br /&gt;
* Stephen OBrien aka &amp;lt;code&amp;gt;stephenobrien&amp;lt;/code&amp;gt;&lt;br /&gt;
* Joe Butler aka &amp;lt;code&amp;gt;joelicious&amp;lt;/code&amp;gt;&lt;br /&gt;
* Abhishek bundela aka &amp;lt;code&amp;gt;abhishekbundela&amp;lt;/code&amp;gt;&lt;br /&gt;
* ninoseki&lt;br /&gt;
* Jannik Hollenbach aka &amp;lt;code&amp;gt;J12934&amp;lt;/code&amp;gt;&lt;br /&gt;
* Viktor Lindström aka &amp;lt;code&amp;gt;ViktorLindstrm&amp;lt;/code&amp;gt;&lt;br /&gt;
* Achim Grimm aka &amp;lt;code&amp;gt;achimgrimm&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thank you guys!&lt;br /&gt;
&lt;br /&gt;
Created By: John Patrick Lita&lt;br /&gt;
&lt;br /&gt;
Chapter: OWASP Manila&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila/Install_OWASP_Juice_Shop_in_Ubuntu&amp;diff=234335</id>
		<title>Manila/Install OWASP Juice Shop in Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila/Install_OWASP_Juice_Shop_in_Ubuntu&amp;diff=234335"/>
				<updated>2017-10-12T07:40:15Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello Guys today we are going to discuss in this tutorial on how to install OWASP Juice Shop in [https://www.ubuntu.com/download/desktop Ubuntu 16.04.3-desktop-amd.iso] , i just want to share this to help other security enthusiast like me who likes to share and teach something to help the community grow.&lt;br /&gt;
&lt;br /&gt;
First we need to know what is [https://github.com/bkimminich/juice-shop OWASP JUICE SHOP] is an intentionally insecure webapp for security trainings written entirely in Javascript which encompasses the entire OWASP Top Ten and other severe security flaws. for more information you can visit : [https://www.owasp.org/index.php/OWASP_Juice_Shop_Project Juice Shop]  &lt;br /&gt;
&lt;br /&gt;
Before we start we need the following tools:&lt;br /&gt;
# [https://www.ubuntu.com/download/desktop Ubuntu 16.04.3-desktop-amd.iso]&lt;br /&gt;
# Download&lt;br /&gt;
#* [https://my.vmware.com/en/web/vmware/info/slug/desktop_end_user_computing/vmware_workstation_pro/14_0 vmware working station] &lt;br /&gt;
#* [https://www.virtualbox.org/wiki/Downloads virtualbox]&lt;br /&gt;
# Download the latest version of OWASP Juice Shop&lt;br /&gt;
#* Download: [https://github.com/bkimminich/juice-shop/releases/tag/v5.0.1 Here]&lt;br /&gt;
# make sure to install everything from software to your Ubuntu Linux Box in your virtual machine that you choose&lt;br /&gt;
Once you bootup your Ubuntu Machine we need to execute the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get update&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get upgrade&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
once the update and upgrade we are going to install all the dependencies we need to run our OWASP Juice Shop, make your terminal available on your desktop we still need it to install.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get install npm&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get instal curl&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get install git&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you can download the repo directly on the github but when i try to clone the github repo directly there is some error on the source code, that's why i prepare to download this file directly [https://github.com/bkimminich/juice-shop/releases/tag/v5.0.1 Here] &lt;br /&gt;
&lt;br /&gt;
now we need to install jode.js on our ubuntu machine, can install our by typing the following commands&lt;br /&gt;
&lt;br /&gt;
'''The latest update for node.js 8.0 is the current Node.js release available:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get install python-software-properties&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ curl -sL [https://deb.nodesource.com/setup_6.0 https://deb.nodesource.com/setup_8.x] | sudo -E bash -&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Use LTS Release: using Node.js 6.11 is the LTS  release available'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get install python-software-properties&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ curl -sL [https://deb.nodesource.com/setup_6.0 https://deb.nodesource.com/setup_6.x] | sudo -E bash -&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
wait until the installation is done, after the installation is finish lets install the noje.js &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get install nodejs&amp;lt;/code&amp;gt;&lt;br /&gt;
[[File:Screenshot 9.png|frameless|500x500px|center]] &lt;br /&gt;
&lt;br /&gt;
again wait until the installation is done! &lt;br /&gt;
&lt;br /&gt;
'''''Take note we install the &amp;lt;code&amp;gt;curl -sL [https://deb.nodesource.com/setup_6.0 https://deb.nodesource.com/setup_6.x] | sudo -E bash -&amp;lt;/code&amp;gt;   because this version is stable you can install the version 8 if you like :)''''' &lt;br /&gt;
&lt;br /&gt;
once the installation is done extract the file you downloaded on https://github.com/bkimminich/juice-shop/releases/tag/v5.0.1 make sure you download the file that is compatible on the version of the node.js you install.&lt;br /&gt;
&lt;br /&gt;
Next step is navigate to your directory location where you save the Juice Shop file directory in my case i save it on the Documents for tutorial purpose only.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ cd /Documents/juice_shop&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
once your on the directory run the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~/Documents/juice_shop$ npm install&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 11.png|frameless|500x500px|center]]&lt;br /&gt;
&lt;br /&gt;
after the installation  if there is no errors on the installation proceed on the next step run the applicaiton&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~/Documents/juice_shop$ sudo npm start&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
if there is not error your vulnerable web application is now running and you are good to go! make sure you run every code in &amp;quot;sudo&amp;quot; you will get an error in directory and file permissions.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 12.png|frameless|800x800px|center]]&lt;br /&gt;
&lt;br /&gt;
Note: in any case i tried to install this machine many times, i encounter many error and all you need to do is to troubleshoot the error messages sometimes there is a missing libraries or module on your system that needs to install first in my case the error i encounter is the sqlite3 is not installed in my system. after installing the sqlite3 there is no error and may application run smoothly.&lt;br /&gt;
&lt;br /&gt;
Special thanks to the behind this awesome project!  &lt;br /&gt;
&lt;br /&gt;
* Björn Kimminich aka &amp;lt;code&amp;gt;bkimminich&amp;lt;/code&amp;gt;&lt;br /&gt;
* Bitdeli Chef aka &amp;lt;code&amp;gt;bitdeli-chef&amp;lt;/code&amp;gt;&lt;br /&gt;
* The Gitter Badger aka &amp;lt;code&amp;gt;gitter-badger&amp;lt;/code&amp;gt;&lt;br /&gt;
* Aaron Edwards aka &amp;lt;code&amp;gt;aaron-m-edwards&amp;lt;/code&amp;gt;&lt;br /&gt;
* Dinis Cruz aka &amp;lt;code&amp;gt;DinisCruz&amp;lt;/code&amp;gt;&lt;br /&gt;
* Timo Pagel aka &amp;lt;code&amp;gt;wurstbrot&amp;lt;/code&amp;gt;&lt;br /&gt;
* Gorka Vicente aka &amp;lt;code&amp;gt;gorkavicente&amp;lt;/code&amp;gt;&lt;br /&gt;
* Alvaro Viebrantz aka &amp;lt;code&amp;gt;alvarowolfx&amp;lt;/code&amp;gt;&lt;br /&gt;
* Johanna A aka &amp;lt;code&amp;gt;yuhama&amp;lt;/code&amp;gt;&lt;br /&gt;
* Stephen OBrien aka &amp;lt;code&amp;gt;stephenobrien&amp;lt;/code&amp;gt;&lt;br /&gt;
* Joe Butler aka &amp;lt;code&amp;gt;joelicious&amp;lt;/code&amp;gt;&lt;br /&gt;
* Abhishek bundela aka &amp;lt;code&amp;gt;abhishekbundela&amp;lt;/code&amp;gt;&lt;br /&gt;
* ninoseki&lt;br /&gt;
* Jannik Hollenbach aka &amp;lt;code&amp;gt;J12934&amp;lt;/code&amp;gt;&lt;br /&gt;
* Viktor Lindström aka &amp;lt;code&amp;gt;ViktorLindstrm&amp;lt;/code&amp;gt;&lt;br /&gt;
* Achim Grimm aka &amp;lt;code&amp;gt;achimgrimm&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thank you guys!&lt;br /&gt;
&lt;br /&gt;
Created By: John Patrick Lita&lt;br /&gt;
&lt;br /&gt;
Chapter: OWASP Manila&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila/Install_OWASP_Juice_Shop_in_Ubuntu&amp;diff=234334</id>
		<title>Manila/Install OWASP Juice Shop in Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila/Install_OWASP_Juice_Shop_in_Ubuntu&amp;diff=234334"/>
				<updated>2017-10-12T07:33:41Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello Guys today we are going to discuss in this tutorial on how to install OWASP Juice Shop in [https://www.ubuntu.com/download/desktop Ubuntu 16.04.3-desktop-amd.iso] , i just want to share this to help other security enthusiast like me who likes to share and teach something to help the community grow.&lt;br /&gt;
&lt;br /&gt;
First we need to know what is [https://github.com/bkimminich/juice-shop OWASP JUICE SHOP] is an intentionally insecure webapp for security trainings written entirely in Javascript which encompasses the entire OWASP Top Ten and other severe security flaws. for more information you can visit : [https://www.owasp.org/index.php/OWASP_Juice_Shop_Project Juice Shop]  &lt;br /&gt;
&lt;br /&gt;
Before we start we need the following tools:&lt;br /&gt;
# [https://www.ubuntu.com/download/desktop Ubuntu 16.04.3-desktop-amd.iso]&lt;br /&gt;
# Download&lt;br /&gt;
#* [https://my.vmware.com/en/web/vmware/info/slug/desktop_end_user_computing/vmware_workstation_pro/14_0 vmware working station] &lt;br /&gt;
#* [https://www.virtualbox.org/wiki/Downloads virtualbox]&lt;br /&gt;
# Download the latest version of OWASP Juice Shop&lt;br /&gt;
#* Download: [https://github.com/bkimminich/juice-shop/releases/tag/v5.0.1 Here]&lt;br /&gt;
# make sure to install everything from software to your Ubuntu Linux Box in your virtual machine that you choose&lt;br /&gt;
Once you bootup your Ubuntu Machine we need to execute the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get update&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get upgrade&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
once the update and upgrade we are going to install all the dependencies we need to run our OWASP Juice Shop, make your terminal available on your desktop we still need it to install.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get install npm&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get instal curl&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get install git&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you can download the repo directly on the github but when i try to clone the github repo directly there is some error on the source code, that's why i prepare to download this file directly [https://github.com/bkimminich/juice-shop/releases/tag/v5.0.1 Here] &lt;br /&gt;
&lt;br /&gt;
now we need to install jode.js on our ubuntu machine, can install our by typing the following commands&lt;br /&gt;
&lt;br /&gt;
'''The latest update for node.js 8.0 is the current Node.js release available:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get install python-software-properties&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ curl -sL [https://deb.nodesource.com/setup_6.0 https://deb.nodesource.com/setup_8.x] | sudo -E bash -&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Use LTS Release: using Node.js 6.11 is the LTS  release available'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get install python-software-properties&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ curl -sL [https://deb.nodesource.com/setup_6.0 https://deb.nodesource.com/setup_6.x] | sudo -E bash -&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
wait until the installation is done, after the installation is finish lets install the noje.js &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get install nodejs&amp;lt;/code&amp;gt;&lt;br /&gt;
[[File:Screenshot 9.png|frameless|500x500px|center]] &lt;br /&gt;
&lt;br /&gt;
again wait until the installation is done! &lt;br /&gt;
&lt;br /&gt;
'''''Take note we install the &amp;lt;code&amp;gt;curl -sL [https://deb.nodesource.com/setup_6.0 https://deb.nodesource.com/setup_6.x] | sudo -E bash -&amp;lt;/code&amp;gt;   because this version is stable you can install the version 8 if you like :)''''' &lt;br /&gt;
&lt;br /&gt;
once the installation is done extract the file you downloaded on https://github.com/bkimminich/juice-shop/releases/tag/v5.0.1 make sure you download the file that is compatible on the version of the node.js you install.&lt;br /&gt;
&lt;br /&gt;
Next step is navigate to your directory location where you save the Juice Shop file directory in my case i save it on the Documents for tutorial purpose only.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ cd /Documents/juice_shop&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
once your on the directory run the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~/Documents/juice_shop$ npm install&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 11.png|frameless|500x500px|center]]&lt;br /&gt;
&lt;br /&gt;
after the installation  if there is no errors on the installation proceed on the next step run the applicaiton&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~/Documents/juice_shop$ sudo npm start&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
if there is not error your vulnerable web application is now running and you are good to go! make sure you run every code in &amp;quot;sudo&amp;quot; you will get an error in directory and file permissions.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 12.png|frameless|800x800px|center]]&lt;br /&gt;
&lt;br /&gt;
Note: in any case i tried to install this machine many times, i encounter many error and all you need to do is to troubleshoot the error messages sometimes there is a missing libraries or module on your system that needs to install first in my case the error i encounter is the sqlite3 is not installed in my system. after installing the sqlite3 there is no error and may application run smoothly.&lt;br /&gt;
&lt;br /&gt;
Special thanks to the behind this awesome project! &lt;br /&gt;
&lt;br /&gt;
* Björn Kimminich aka &amp;lt;code&amp;gt;bkimminich&amp;lt;/code&amp;gt;&lt;br /&gt;
* Bitdeli Chef aka &amp;lt;code&amp;gt;bitdeli-chef&amp;lt;/code&amp;gt;&lt;br /&gt;
* The Gitter Badger aka &amp;lt;code&amp;gt;gitter-badger&amp;lt;/code&amp;gt;&lt;br /&gt;
* Aaron Edwards aka &amp;lt;code&amp;gt;aaron-m-edwards&amp;lt;/code&amp;gt;&lt;br /&gt;
* Dinis Cruz aka &amp;lt;code&amp;gt;DinisCruz&amp;lt;/code&amp;gt;&lt;br /&gt;
* Timo Pagel aka &amp;lt;code&amp;gt;wurstbrot&amp;lt;/code&amp;gt;&lt;br /&gt;
* Gorka Vicente aka &amp;lt;code&amp;gt;gorkavicente&amp;lt;/code&amp;gt;&lt;br /&gt;
* Alvaro Viebrantz aka &amp;lt;code&amp;gt;alvarowolfx&amp;lt;/code&amp;gt;&lt;br /&gt;
* Johanna A aka &amp;lt;code&amp;gt;yuhama&amp;lt;/code&amp;gt;&lt;br /&gt;
* Stephen OBrien aka &amp;lt;code&amp;gt;stephenobrien&amp;lt;/code&amp;gt;&lt;br /&gt;
* Joe Butler aka &amp;lt;code&amp;gt;joelicious&amp;lt;/code&amp;gt;&lt;br /&gt;
* Abhishek bundela aka &amp;lt;code&amp;gt;abhishekbundela&amp;lt;/code&amp;gt;&lt;br /&gt;
* ninoseki&lt;br /&gt;
* Jannik Hollenbach aka &amp;lt;code&amp;gt;J12934&amp;lt;/code&amp;gt;&lt;br /&gt;
* Viktor Lindström aka &amp;lt;code&amp;gt;ViktorLindstrm&amp;lt;/code&amp;gt;&lt;br /&gt;
* Achim Grimm aka &amp;lt;code&amp;gt;achimgrimm&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thank you guys!&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila/Install_OWASP_Juice_Shop_in_Ubuntu&amp;diff=234333</id>
		<title>Manila/Install OWASP Juice Shop in Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila/Install_OWASP_Juice_Shop_in_Ubuntu&amp;diff=234333"/>
				<updated>2017-10-12T07:32:16Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: Update some of the contents&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello Guys today we are going to discuss in this tutorial on how to install OWASP Juice Shop in [https://www.ubuntu.com/download/desktop Ubuntu 16.04.3-desktop-amd.iso] , i just want to share this to help other security enthusiast like me who likes to share and teach something to help the community grow.&lt;br /&gt;
&lt;br /&gt;
First we need to know what is [https://github.com/bkimminich/juice-shop OWASP JUICE SHOP] is an intentionally insecure webapp for security trainings written entirely in Javascript which encompasses the entire OWASP Top Ten and other severe security flaws. for more information you can visit : [https://www.owasp.org/index.php/OWASP_Juice_Shop_Project Juice Shop]  &lt;br /&gt;
&lt;br /&gt;
Before we start we need the following tools:&lt;br /&gt;
# [https://www.ubuntu.com/download/desktop Ubuntu 16.04.3-desktop-amd.iso]&lt;br /&gt;
# Download&lt;br /&gt;
#* [https://my.vmware.com/en/web/vmware/info/slug/desktop_end_user_computing/vmware_workstation_pro/14_0 vmware working station] &lt;br /&gt;
#* [https://www.virtualbox.org/wiki/Downloads virtualbox]&lt;br /&gt;
# Download the latest version of OWASP Juice Shop&lt;br /&gt;
#* Download: [https://github.com/bkimminich/juice-shop/releases/tag/v5.0.1 Here]&lt;br /&gt;
# make sure to install everything from software to your Ubuntu Linux Box in your virtual machine that you choose&lt;br /&gt;
Once you bootup your Ubuntu Machine we need to execute the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get update&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get upgrade&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
once the update and upgrade we are going to install all the dependencies we need to run our OWASP Juice Shop, make your terminal available on your desktop we still need it to install.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get install npm&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get instal curl&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get install git&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you can download the repo directly on the github but when i try to clone the github repo directly there is some error on the source code, that's why i prepare to download this file directly [https://github.com/bkimminich/juice-shop/releases/tag/v5.0.1 Here] &lt;br /&gt;
&lt;br /&gt;
now we need to install jode.js on our ubuntu machine, can install our by typing the following commands&lt;br /&gt;
&lt;br /&gt;
'''The latest update for node.js 8.0 is the current Node.js release available:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get install python-software-properties&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ curl -sL [https://deb.nodesource.com/setup_6.0 https://deb.nodesource.com/setup_8.x] | sudo -E bash -&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Use LTS Release: using Node.js 6.11 is the LTS  release available'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get install python-software-properties&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ curl -sL [https://deb.nodesource.com/setup_6.0 https://deb.nodesource.com/setup_6.x] | sudo -E bash -&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
wait until the installation is done, after the installation is finish lets install the noje.js &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ sudo apt-get install nodejs&amp;lt;/code&amp;gt;&lt;br /&gt;
[[File:Screenshot 9.png|left|frameless|500x500px]]&lt;br /&gt;
&lt;br /&gt;
again wait until the installation is done! &lt;br /&gt;
&lt;br /&gt;
'''''Take note we install the &amp;lt;code&amp;gt;curl -sL [https://deb.nodesource.com/setup_6.0 https://deb.nodesource.com/setup_6.x] | sudo -E bash -&amp;lt;/code&amp;gt;   because this version is stable you can install the version 8 if you like :)''''' &lt;br /&gt;
&lt;br /&gt;
once the installation is done extract the file you downloaded on https://github.com/bkimminich/juice-shop/releases/tag/v5.0.1 make sure you download the file that is compatible on the version of the node.js you install.&lt;br /&gt;
&lt;br /&gt;
Next step is navigate to your directory location where you save the Juice Shop file directory in my case i save it on the Documents for tutorial purpose only.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~$ cd /Documents/juice_shop&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
once your on the directory run the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~/Documents/juice_shop$ npm install&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 11.png|left|frameless|500x500px]]&lt;br /&gt;
&lt;br /&gt;
after the installation  if there is no errors on the installation proceed on the next step run the applicaiton&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pwnedlinux@ubuntu:~/Documents/juice_shop$ sudo npm start&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
if there is not error your vulnerable web application is now running and you are good to go! make sure you run every code in &amp;quot;sudo&amp;quot; you will get an error in directory and file permissions.&lt;br /&gt;
[[File:Screenshot 12.png|left|frameless|800x800px]]&lt;br /&gt;
&lt;br /&gt;
Note: in any case i tried to install this machine many times, i encounter many error and all you need to do is to troubleshoot the error messages sometimes there is a missing libraries or module on your system that needs to install first in my case the error i encounter is the sqlite3 is not installed in my system. after installing the sqlite3 there is no error and may application run smoothly.&lt;br /&gt;
&lt;br /&gt;
Special thanks to the behind this awesome project! &lt;br /&gt;
&lt;br /&gt;
* Björn Kimminich aka &amp;lt;code&amp;gt;bkimminich&amp;lt;/code&amp;gt;&lt;br /&gt;
* Bitdeli Chef aka &amp;lt;code&amp;gt;bitdeli-chef&amp;lt;/code&amp;gt;&lt;br /&gt;
* The Gitter Badger aka &amp;lt;code&amp;gt;gitter-badger&amp;lt;/code&amp;gt;&lt;br /&gt;
* Aaron Edwards aka &amp;lt;code&amp;gt;aaron-m-edwards&amp;lt;/code&amp;gt;&lt;br /&gt;
* Dinis Cruz aka &amp;lt;code&amp;gt;DinisCruz&amp;lt;/code&amp;gt;&lt;br /&gt;
* Timo Pagel aka &amp;lt;code&amp;gt;wurstbrot&amp;lt;/code&amp;gt;&lt;br /&gt;
* Gorka Vicente aka &amp;lt;code&amp;gt;gorkavicente&amp;lt;/code&amp;gt;&lt;br /&gt;
* Alvaro Viebrantz aka &amp;lt;code&amp;gt;alvarowolfx&amp;lt;/code&amp;gt;&lt;br /&gt;
* Johanna A aka &amp;lt;code&amp;gt;yuhama&amp;lt;/code&amp;gt;&lt;br /&gt;
* Stephen OBrien aka &amp;lt;code&amp;gt;stephenobrien&amp;lt;/code&amp;gt;&lt;br /&gt;
* Joe Butler aka &amp;lt;code&amp;gt;joelicious&amp;lt;/code&amp;gt;&lt;br /&gt;
* Abhishek bundela aka &amp;lt;code&amp;gt;abhishekbundela&amp;lt;/code&amp;gt;&lt;br /&gt;
* ninoseki&lt;br /&gt;
* Jannik Hollenbach aka &amp;lt;code&amp;gt;J12934&amp;lt;/code&amp;gt;&lt;br /&gt;
* Viktor Lindström aka &amp;lt;code&amp;gt;ViktorLindstrm&amp;lt;/code&amp;gt;&lt;br /&gt;
* Achim Grimm aka &amp;lt;code&amp;gt;achimgrimm&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thank you guys!&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:Screenshot_11.png&amp;diff=234332</id>
		<title>File:Screenshot 11.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:Screenshot_11.png&amp;diff=234332"/>
				<updated>2017-10-12T07:24:25Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;npm install&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:Screenshot_9.png&amp;diff=234331</id>
		<title>File:Screenshot 9.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:Screenshot_9.png&amp;diff=234331"/>
				<updated>2017-10-12T07:20:56Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Installing Node.js&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:Screenshot_10.png&amp;diff=234330</id>
		<title>File:Screenshot 10.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:Screenshot_10.png&amp;diff=234330"/>
				<updated>2017-10-12T07:18:54Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Downloading files&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:Screenshot_12.png&amp;diff=234329</id>
		<title>File:Screenshot 12.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:Screenshot_12.png&amp;diff=234329"/>
				<updated>2017-10-12T07:13:24Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Screenshot of running OWASP Juice Shop&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila/Install_OWASP_Juice_Shop_in_Ubuntu&amp;diff=234325</id>
		<title>Manila/Install OWASP Juice Shop in Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila/Install_OWASP_Juice_Shop_in_Ubuntu&amp;diff=234325"/>
				<updated>2017-10-12T06:49:34Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: Created a new page for installation of OWASP Juice Shop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello Guys today we are going to discuss in this tutorial on how to install OWASP Juice Shop in [https://www.ubuntu.com/download/desktop Ubuntu 16.04.3-desktop-amd.iso] , i just want to share this to help other security enthusiast like me who likes to share and teach something to help the community grow.&lt;br /&gt;
&lt;br /&gt;
First we need to know what is [https://github.com/bkimminich/juice-shop OWASP JUICE SHOP] is an intentionally insecure webapp for security trainings written entirely in Javascript which encompasses the entire OWASP Top Ten and other severe security flaws. for more information you can visit : [https://www.owasp.org/index.php/OWASP_Juice_Shop_Project Juice Shop]  &lt;br /&gt;
&lt;br /&gt;
Before we start we need the following tools:&lt;br /&gt;
# [https://www.ubuntu.com/download/desktop Ubuntu 16.04.3-desktop-amd.iso]&lt;br /&gt;
# Download&lt;br /&gt;
#* [https://my.vmware.com/en/web/vmware/info/slug/desktop_end_user_computing/vmware_workstation_pro/14_0 vmware working station] &lt;br /&gt;
#* [https://www.virtualbox.org/wiki/Downloads virtualbox]&lt;br /&gt;
# Download the latest version of OWASP Juice Shop&lt;br /&gt;
#* Download: [https://github.com/bkimminich/juice-shop/releases/tag/v5.0.1 Here]&lt;br /&gt;
# make sure to install everything from software to your Ubuntu Linux Box in your virtual machine that you choose&lt;br /&gt;
Once you bootup your Ubuntu Machine we need to execute the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo apt-get update&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo apt-get upgrade&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
once the update and upgrade we are going to install all the dependencies we need to run our OWASP Juice Shop&lt;br /&gt;
[[File:Screenshot 1.png|center|frameless]]&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:Screenshot_1.png&amp;diff=234324</id>
		<title>File:Screenshot 1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:Screenshot_1.png&amp;diff=234324"/>
				<updated>2017-10-12T06:46:13Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;installing dependencies&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:Screenshot_13.png&amp;diff=234323</id>
		<title>File:Screenshot 13.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:Screenshot_13.png&amp;diff=234323"/>
				<updated>2017-10-12T06:41:06Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OWASP Juice Shop&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila&amp;diff=231492</id>
		<title>Manila</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila&amp;diff=231492"/>
				<updated>2017-07-10T00:17:15Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: /* Local News */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Chapter Template|chaptername=Manila|extra=The chapter leader is [mailto:John.Patrick.Lita@owasp.org John Patrick Lita] Co-Founder [mailto:jan.jansalin@owasp.org Jan Jacob Glenn Jansalin]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-manila|emailarchives=http://lists.owasp.org/pipermail/owasp-manila}}. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
The OWASP chapter meetings are free and open to anyone interested in application security. If you are interested to attend one in the future please join the [http://lists.owasp.org/mailman/listinfo/owasp-manila mailing list]. The mailing list is also used for sharing application security knowledge among the local community members.&lt;br /&gt;
&lt;br /&gt;
OWASP Manila &amp;quot;OWASP Outreach Project&amp;quot; aims to reach out also to the 2 major island groups in Philippines: Visayas and Mindanao.&lt;br /&gt;
&lt;br /&gt;
For inquiries e-mail our [mailto:jan.jansalin@owasp.org Project Manager].&lt;br /&gt;
&lt;br /&gt;
Up Coming Events:&lt;br /&gt;
&lt;br /&gt;
Date: July 27, 2017&amp;lt;br&amp;gt;&lt;br /&gt;
Event: Asia Pacific College Philippines&amp;lt;br&amp;gt;&lt;br /&gt;
Engagement: Speaking Engagement&amp;lt;br&amp;gt;&lt;br /&gt;
Topic: Secure Software Development and OWASP TOP 10 Risk Vulnerabilities&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Project on Progress ==&lt;br /&gt;
&lt;br /&gt;
[https://www.owasp.org/index.php/OWASP_Online_Academy OWASP Online Academy - Learning Platform]&lt;br /&gt;
&lt;br /&gt;
== OWASP Online Academy  Instructors ==&lt;br /&gt;
&lt;br /&gt;
This are the list of instructor who dedicate their time to help and they are very passionate to teach and help the OWASP Foundation for mission of the&lt;br /&gt;
Global Education Initiative.&lt;br /&gt;
&lt;br /&gt;
*Karan Bansal - Secure coding, Browser Security and Applying Cryptography for InfoSec&amp;lt;br&amp;gt;&lt;br /&gt;
*Hitesh Choudhary - Bug Bounty and Master SQL Injection&amp;lt;br&amp;gt;&lt;br /&gt;
*Muni Njiru - Malwares and Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Karthikeyan Palaniswamy - Python Scripting for Information Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Tushar Malhotra - Web Application Security and Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Milan Singh Thakur - Testing Guide for Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do you like to help? [[Image:Btn_donate_SM.gif|link=http://www.regonline.com/donation_1044369]]&lt;br /&gt;
&lt;br /&gt;
== Events for 2015 ==&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/Outreach_Campaign Outreach Campaign]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/SchoolTour School Tour]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/OwaspManilaMeetUp Owasp Manila MeetUp]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/event/OWAP_Manila_Hackademic2015 HACKADEMIC 2015]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/CallForPapers Call For Papers]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Volunteers ==&lt;br /&gt;
&lt;br /&gt;
[[User:Marai|Masasi Asi Arai]] | [[User:Michaelroevie.victoria|Michael Victoria]] | [[User:Anonuevoroy|Roy Anonuevo]] | [[User:Shilva|Leenard Santos]] | [[User:Usonsam |Sam Uson]] | [[User:reyjmc03 |Jose Mari Rey]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[User:Jessecastroph |Jesse Castro]] | [[User:Ctungcul |Lance Tungcul]] | [[User:Crizon|Eugene Labrador]] | [[User:DEYB|Dave Villar]] | [[User:JayJay19|John Jasper Talinting]] | [[User:Tetaguila|Tet Aguila]] | [[User:SalmanKhanChampion|Salman Khan Champion]] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Archives ==&lt;br /&gt;
'''OWASP Manila Conducted OWASP TOP 10 Exploitation Training at [http://www.ama.edu.ph/ AMA Computer Learning Center Tuguegarao ]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Training / Workshop Title:''' Security Ninja&amp;lt;br&amp;gt;&lt;br /&gt;
'''Instructor:''' [[User:jaypeelita|jaypeelita]]&amp;lt;br&amp;gt; &lt;br /&gt;
The main Goal of this Workshop/Training is to increase the Volunteer and Members in the Cagayan Valley OWASP Chapter.&amp;lt;br&amp;gt;&lt;br /&gt;
*Topics&lt;br /&gt;
**Common WebAppSec Mistakes (OWASP TOP10)&lt;br /&gt;
**Security Best Practices&lt;br /&gt;
&lt;br /&gt;
On the conference proper [[User:jaypeelita|jaypeelita]] talk about WEBAPPSEC 101 to help the corporate companies and students to understand on how to build a secure application and create a work force for AppSec team.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 1:46 PM, 02 Dec 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Conducted Cyber Security Seminar at [http://www.jru.edu/ Jose Rizal University ]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''OWASP Representative:''' John Patrick Lita (Manila President)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Topics:''' &lt;br /&gt;
*Introduction to Information Security&lt;br /&gt;
*OWASP Application Security Verification Standard 3.0&lt;br /&gt;
*Automated Testing vs. Manual Testing&lt;br /&gt;
*Demos: RFI/XSS/SQL/Command Execution and Security Misconfiguration&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 3:35 PM, 27 Nov 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot;Cavite State University Bucana, Naic, Cavite &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and Cyber Security Awareness.&amp;lt;br&amp;gt;&lt;br /&gt;
'''Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
We Talk About what the Following Topics&lt;br /&gt;
*Intrusion Detection/Prevention System&lt;br /&gt;
*Network Based and Hosted Based&lt;br /&gt;
*Benefits of IDS for Web Application Security&lt;br /&gt;
*Characteristics of IDS&lt;br /&gt;
*HoneyPots and Firewalls&lt;br /&gt;
'''Demos&lt;br /&gt;
*SQL Injection&lt;br /&gt;
*Cross Site Scripting (XSS)&lt;br /&gt;
*Sensitive Data Exposure&lt;br /&gt;
*Command Execution&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 3:35 PM, 08 September 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot; Asia Pacific College (APC) &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and also we discuss the following topics&amp;lt;br&amp;gt;&lt;br /&gt;
'''Unpatch Security&amp;lt;br&amp;gt;&lt;br /&gt;
we talk about the Importance of Security and the risk of unpatched Vulnerabilities and how it will affect the Business and it's users.&lt;br /&gt;
*Vulnerability overview in Web Applications&lt;br /&gt;
*Vulnerability overview in Software and Operating Systems&lt;br /&gt;
*What is EXPLOITS and PAYLOADS&lt;br /&gt;
&lt;br /&gt;
With the Partnership of [http://devcon.ph/ DevCon Philippines (Developers Connect)].&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 10:34 PM, 31 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Joins &amp;quot; TechNation Caravan &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
University of Makati (UMAK) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Why Web Application Security is Important&lt;br /&gt;
*HTTPS, SSL, TLS Advantage and Risk.&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 02:49 AM, 7 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Conducted &amp;quot; Basic Information Security Training &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Globe showroom 111 valero st, salcedo village makati&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Sam Uson&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Code review&lt;br /&gt;
*OWASP TOP 10 (Overview)&lt;br /&gt;
*OWASP-ZAP Proxy (Overview/Demo)&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy and Globe Labs for the Venue&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 11:25 PM, 4 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins the event titled &amp;quot; The Gathering &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Fort Bonifacio Philippine Army Headquarters Classroom A, The Signal School (NETC Compound)&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Jan Jacob, Jose Mari and John Jasper Talinting&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation to our Military Personnel&amp;lt;br&amp;gt;&lt;br /&gt;
we teach and share our knowledge about the importance of Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Malware, Trojan and Keyloggers.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,18 June 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins Programmers without Boarders Campaign at&amp;lt;br&amp;gt;&lt;br /&gt;
3rd Floor Municipal City Hall Activity Area, Tanay Rizal, Philippines&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is to help and teach the out-of-school youth&amp;lt;br&amp;gt;&lt;br /&gt;
and encourage them to study and inspired them to continue and reach their goal&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Cyber Security Awareness.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,11 March 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' March 14, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
Resource Speaker: John Patrick Lita &amp;lt;br&amp;gt;&lt;br /&gt;
Owasp Academic Project we discussed the following topics and training&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*SQL Injection Demo&lt;br /&gt;
*Command Execution Demo&lt;br /&gt;
*How to Set-up Hacking Lab&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Hands on Web Application Training - Capture the Flag Game&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' February 18, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Code_review Code Review]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://lpubatangas.edu.ph/ Lyceum Batangas]''' December 20, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*How to start your Career in Web Application Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*How to produce/test a bug&amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 16, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Category:OWASP_Joomla_Vulnerability_Scanner_Project Joomla scanner]&amp;lt;br&amp;gt;&lt;br /&gt;
*Team Behind JoomScan&lt;br /&gt;
*Installing Python&lt;br /&gt;
*How to run Joomla Scanner in Windows OS&lt;br /&gt;
*How to use Joomscan in Kali Linux&lt;br /&gt;
for the joomla philippines community and discuss about OWASP TOP 10&amp;lt;br&amp;gt;&lt;br /&gt;
other topics delivered is how to use JoomScan and the people behind this project&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 12, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about the&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.owasp.org OWASP Introduction]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*Introduction in OWASP Tools for WebAppSec&amp;lt;br&amp;gt;&lt;br /&gt;
this seminar is also a recruitment for OWASP Manila Membership.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.mozillaphilippines.org Mozilla Phillipines]Sponsor venue for OWASP Manila Meet Up&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Logo_moz.png]]&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 12:10AM,13 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph Bulacan State University]'''&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &lt;br /&gt;
*[http://www.owasp.org Open Web Application Security Project]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&amp;lt;br&amp;gt;&lt;br /&gt;
at Bulacan December 10, 2014 for its Modern ICT: Bridging Toward Global Excellence.&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 11:58PM,11 December 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Chapter]]&lt;br /&gt;
[[Category:Asia/Pacific/Middle_East]]&lt;br /&gt;
[[Category:Philippines]]&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila&amp;diff=227576</id>
		<title>Manila</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila&amp;diff=227576"/>
				<updated>2017-03-17T13:12:11Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Chapter Template|chaptername=Manila|extra=The chapter leader is [mailto:John.Patrick.Lita@owasp.org John Patrick Lita] Co-Founder [mailto:jan.jansalin@owasp.org Jan Jacob Glenn Jansalin]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-manila|emailarchives=http://lists.owasp.org/pipermail/owasp-manila}}. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
The OWASP chapter meetings are free and open to anyone interested in application security. If you are interested to attend one in the future please join the [http://lists.owasp.org/mailman/listinfo/owasp-manila mailing list]. The mailing list is also used for sharing application security knowledge among the local community members.&lt;br /&gt;
&lt;br /&gt;
OWASP Manila &amp;quot;OWASP Outreach Project&amp;quot; aims to reach out also to the 2 major island groups in Philippines: Visayas and Mindanao.&lt;br /&gt;
&lt;br /&gt;
For inquiries e-mail our [mailto:jan.jansalin@owasp.org Project Manager].&lt;br /&gt;
&lt;br /&gt;
Up Coming Events:&lt;br /&gt;
&lt;br /&gt;
Date: March 24, 2017&amp;lt;br&amp;gt;&lt;br /&gt;
Event: DLSAU Devcon Event (Developers Event)&amp;lt;br&amp;gt;&lt;br /&gt;
Engagement: Speaking Engagement&amp;lt;br&amp;gt;&lt;br /&gt;
Topic: Secure Software Development and Security Testing (Bridging the Gap of Testers and Developers)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Date: March 29, 2017 &amp;lt;br&amp;gt;&lt;br /&gt;
Event: Protect 2017 - 12th International Conference on “Doing Business Amidst New Threats” &amp;lt;br&amp;gt;&lt;br /&gt;
Engagement: Panelist &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Project on Progress ==&lt;br /&gt;
&lt;br /&gt;
[https://www.owasp.org/index.php/OWASP_Online_Academy OWASP Online Academy - Learning Platform]&lt;br /&gt;
&lt;br /&gt;
== OWASP Online Academy  Instructors ==&lt;br /&gt;
&lt;br /&gt;
This are the list of instructor who dedicate their time to help and they are very passionate to teach and help the OWASP Foundation for mission of the&lt;br /&gt;
Global Education Initiative.&lt;br /&gt;
&lt;br /&gt;
*Karan Bansal - Secure coding, Browser Security and Applying Cryptography for InfoSec&amp;lt;br&amp;gt;&lt;br /&gt;
*Hitesh Choudhary - Bug Bounty and Master SQL Injection&amp;lt;br&amp;gt;&lt;br /&gt;
*Muni Njiru - Malwares and Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Karthikeyan Palaniswamy - Python Scripting for Information Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Tushar Malhotra - Web Application Security and Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Milan Singh Thakur - Testing Guide for Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do you like to help? [[Image:Btn_donate_SM.gif|link=http://www.regonline.com/donation_1044369]]&lt;br /&gt;
&lt;br /&gt;
== Events for 2015 ==&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/Outreach_Campaign Outreach Campaign]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/SchoolTour School Tour]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/OwaspManilaMeetUp Owasp Manila MeetUp]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/event/OWAP_Manila_Hackademic2015 HACKADEMIC 2015]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/CallForPapers Call For Papers]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Volunteers ==&lt;br /&gt;
&lt;br /&gt;
[[User:Marai|Masasi Asi Arai]] | [[User:Michaelroevie.victoria|Michael Victoria]] | [[User:Anonuevoroy|Roy Anonuevo]] | [[User:Shilva|Leenard Santos]] | [[User:Usonsam |Sam Uson]] | [[User:reyjmc03 |Jose Mari Rey]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[User:Jessecastroph |Jesse Castro]] | [[User:Ctungcul |Lance Tungcul]] | [[User:Crizon|Eugene Labrador]] | [[User:DEYB|Dave Villar]] | [[User:JayJay19|John Jasper Talinting]] | [[User:Tetaguila|Tet Aguila]] | [[User:SalmanKhanChampion|Salman Khan Champion]] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Archives ==&lt;br /&gt;
'''OWASP Manila Conducted OWASP TOP 10 Exploitation Training at [http://www.ama.edu.ph/ AMA Computer Learning Center Tuguegarao ]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Training / Workshop Title:''' Security Ninja&amp;lt;br&amp;gt;&lt;br /&gt;
'''Instructor:''' [[User:jaypeelita|jaypeelita]]&amp;lt;br&amp;gt; &lt;br /&gt;
The main Goal of this Workshop/Training is to increase the Volunteer and Members in the Cagayan Valley OWASP Chapter.&amp;lt;br&amp;gt;&lt;br /&gt;
*Topics&lt;br /&gt;
**Common WebAppSec Mistakes (OWASP TOP10)&lt;br /&gt;
**Security Best Practices&lt;br /&gt;
&lt;br /&gt;
On the conference proper [[User:jaypeelita|jaypeelita]] talk about WEBAPPSEC 101 to help the corporate companies and students to understand on how to build a secure application and create a work force for AppSec team.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 1:46 PM, 02 Dec 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Conducted Cyber Security Seminar at [http://www.jru.edu/ Jose Rizal University ]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''OWASP Representative:''' John Patrick Lita (Manila President)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Topics:''' &lt;br /&gt;
*Introduction to Information Security&lt;br /&gt;
*OWASP Application Security Verification Standard 3.0&lt;br /&gt;
*Automated Testing vs. Manual Testing&lt;br /&gt;
*Demos: RFI/XSS/SQL/Command Execution and Security Misconfiguration&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 3:35 PM, 27 Nov 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot;Cavite State University Bucana, Naic, Cavite &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and Cyber Security Awareness.&amp;lt;br&amp;gt;&lt;br /&gt;
'''Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
We Talk About what the Following Topics&lt;br /&gt;
*Intrusion Detection/Prevention System&lt;br /&gt;
*Network Based and Hosted Based&lt;br /&gt;
*Benefits of IDS for Web Application Security&lt;br /&gt;
*Characteristics of IDS&lt;br /&gt;
*HoneyPots and Firewalls&lt;br /&gt;
'''Demos&lt;br /&gt;
*SQL Injection&lt;br /&gt;
*Cross Site Scripting (XSS)&lt;br /&gt;
*Sensitive Data Exposure&lt;br /&gt;
*Command Execution&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 3:35 PM, 08 September 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot; Asia Pacific College (APC) &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and also we discuss the following topics&amp;lt;br&amp;gt;&lt;br /&gt;
'''Unpatch Security&amp;lt;br&amp;gt;&lt;br /&gt;
we talk about the Importance of Security and the risk of unpatched Vulnerabilities and how it will affect the Business and it's users.&lt;br /&gt;
*Vulnerability overview in Web Applications&lt;br /&gt;
*Vulnerability overview in Software and Operating Systems&lt;br /&gt;
*What is EXPLOITS and PAYLOADS&lt;br /&gt;
&lt;br /&gt;
With the Partnership of [http://devcon.ph/ DevCon Philippines (Developers Connect)].&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 10:34 PM, 31 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Joins &amp;quot; TechNation Caravan &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
University of Makati (UMAK) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Why Web Application Security is Important&lt;br /&gt;
*HTTPS, SSL, TLS Advantage and Risk.&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 02:49 AM, 7 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Conducted &amp;quot; Basic Information Security Training &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Globe showroom 111 valero st, salcedo village makati&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Sam Uson&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Code review&lt;br /&gt;
*OWASP TOP 10 (Overview)&lt;br /&gt;
*OWASP-ZAP Proxy (Overview/Demo)&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy and Globe Labs for the Venue&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 11:25 PM, 4 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins the event titled &amp;quot; The Gathering &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Fort Bonifacio Philippine Army Headquarters Classroom A, The Signal School (NETC Compound)&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Jan Jacob, Jose Mari and John Jasper Talinting&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation to our Military Personnel&amp;lt;br&amp;gt;&lt;br /&gt;
we teach and share our knowledge about the importance of Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Malware, Trojan and Keyloggers.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,18 June 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins Programmers without Boarders Campaign at&amp;lt;br&amp;gt;&lt;br /&gt;
3rd Floor Municipal City Hall Activity Area, Tanay Rizal, Philippines&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is to help and teach the out-of-school youth&amp;lt;br&amp;gt;&lt;br /&gt;
and encourage them to study and inspired them to continue and reach their goal&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Cyber Security Awareness.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,11 March 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' March 14, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
Resource Speaker: John Patrick Lita &amp;lt;br&amp;gt;&lt;br /&gt;
Owasp Academic Project we discussed the following topics and training&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*SQL Injection Demo&lt;br /&gt;
*Command Execution Demo&lt;br /&gt;
*How to Set-up Hacking Lab&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Hands on Web Application Training - Capture the Flag Game&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' February 18, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Code_review Code Review]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://lpubatangas.edu.ph/ Lyceum Batangas]''' December 20, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*How to start your Career in Web Application Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*How to produce/test a bug&amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 16, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Category:OWASP_Joomla_Vulnerability_Scanner_Project Joomla scanner]&amp;lt;br&amp;gt;&lt;br /&gt;
*Team Behind JoomScan&lt;br /&gt;
*Installing Python&lt;br /&gt;
*How to run Joomla Scanner in Windows OS&lt;br /&gt;
*How to use Joomscan in Kali Linux&lt;br /&gt;
for the joomla philippines community and discuss about OWASP TOP 10&amp;lt;br&amp;gt;&lt;br /&gt;
other topics delivered is how to use JoomScan and the people behind this project&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 12, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about the&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.owasp.org OWASP Introduction]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*Introduction in OWASP Tools for WebAppSec&amp;lt;br&amp;gt;&lt;br /&gt;
this seminar is also a recruitment for OWASP Manila Membership.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.mozillaphilippines.org Mozilla Phillipines]Sponsor venue for OWASP Manila Meet Up&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Logo_moz.png]]&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 12:10AM,13 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph Bulacan State University]'''&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &lt;br /&gt;
*[http://www.owasp.org Open Web Application Security Project]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&amp;lt;br&amp;gt;&lt;br /&gt;
at Bulacan December 10, 2014 for its Modern ICT: Bridging Toward Global Excellence.&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 11:58PM,11 December 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Chapter]]&lt;br /&gt;
[[Category:Asia/Pacific/Middle_East]]&lt;br /&gt;
[[Category:Philippines]]&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila&amp;diff=227574</id>
		<title>Manila</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila&amp;diff=227574"/>
				<updated>2017-03-17T13:03:56Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Chapter Template|chaptername=Manila|extra=The chapter leader is [mailto:John.Patrick.Lita@owasp.org John Patrick Lita] Co-Founder [mailto:jan.jansalin@owasp.org Jan Jacob Glenn Jansalin]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-manila|emailarchives=http://lists.owasp.org/pipermail/owasp-manila}}. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
The OWASP chapter meetings are free and open to anyone interested in application security. If you are interested to attend one in the future please join the [http://lists.owasp.org/mailman/listinfo/owasp-manila mailing list]. The mailing list is also used for sharing application security knowledge among the local community members.&lt;br /&gt;
&lt;br /&gt;
OWASP Manila &amp;quot;OWASP Outreach Project&amp;quot; aims to reach out also to the 2 major island groups in Philippines: Visayas and Mindanao.&lt;br /&gt;
&lt;br /&gt;
For inquiries e-mail our [mailto:jan.jansalin@owasp.org Project Manager].&lt;br /&gt;
&lt;br /&gt;
Up Coming Events:&lt;br /&gt;
&lt;br /&gt;
Date: March 24, 2017&amp;lt;br&amp;gt;&lt;br /&gt;
Event: DLSAU Devcon Event (Developers Event)&amp;lt;br&amp;gt;&lt;br /&gt;
Engagement: Speaking Engagement&amp;lt;br&amp;gt;&lt;br /&gt;
Topic: Secure Software Development and Security Testing (Bridging the Gap of Testers and Developers)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Project on Progress ==&lt;br /&gt;
&lt;br /&gt;
[https://www.owasp.org/index.php/OWASP_Online_Academy OWASP Online Academy - Learning Platform]&lt;br /&gt;
&lt;br /&gt;
== OWASP Online Academy  Instructors ==&lt;br /&gt;
&lt;br /&gt;
This are the list of instructor who dedicate their time to help and they are very passionate to teach and help the OWASP Foundation for mission of the&lt;br /&gt;
Global Education Initiative.&lt;br /&gt;
&lt;br /&gt;
*Karan Bansal - Secure coding, Browser Security and Applying Cryptography for InfoSec&amp;lt;br&amp;gt;&lt;br /&gt;
*Hitesh Choudhary - Bug Bounty and Master SQL Injection&amp;lt;br&amp;gt;&lt;br /&gt;
*Muni Njiru - Malwares and Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Karthikeyan Palaniswamy - Python Scripting for Information Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Tushar Malhotra - Web Application Security and Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Milan Singh Thakur - Testing Guide for Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do you like to help? [[Image:Btn_donate_SM.gif|link=http://www.regonline.com/donation_1044369]]&lt;br /&gt;
&lt;br /&gt;
== Events for 2015 ==&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/Outreach_Campaign Outreach Campaign]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/SchoolTour School Tour]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/OwaspManilaMeetUp Owasp Manila MeetUp]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/event/OWAP_Manila_Hackademic2015 HACKADEMIC 2015]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/CallForPapers Call For Papers]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Volunteers ==&lt;br /&gt;
&lt;br /&gt;
[[User:Marai|Masasi Asi Arai]] | [[User:Michaelroevie.victoria|Michael Victoria]] | [[User:Anonuevoroy|Roy Anonuevo]] | [[User:Shilva|Leenard Santos]] | [[User:Usonsam |Sam Uson]] | [[User:reyjmc03 |Jose Mari Rey]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[User:Jessecastroph |Jesse Castro]] | [[User:Ctungcul |Lance Tungcul]] | [[User:Crizon|Eugene Labrador]] | [[User:DEYB|Dave Villar]] | [[User:JayJay19|John Jasper Talinting]] | [[User:Tetaguila|Tet Aguila]] | [[User:SalmanKhanChampion|Salman Khan Champion]] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Archives ==&lt;br /&gt;
'''OWASP Manila Conducted OWASP TOP 10 Exploitation Training at [http://www.ama.edu.ph/ AMA Computer Learning Center Tuguegarao ]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Training / Workshop Title:''' Security Ninja&amp;lt;br&amp;gt;&lt;br /&gt;
'''Instructor:''' [[User:jaypeelita|jaypeelita]]&amp;lt;br&amp;gt; &lt;br /&gt;
The main Goal of this Workshop/Training is to increase the Volunteer and Members in the Cagayan Valley OWASP Chapter.&amp;lt;br&amp;gt;&lt;br /&gt;
*Topics&lt;br /&gt;
**Common WebAppSec Mistakes (OWASP TOP10)&lt;br /&gt;
**Security Best Practices&lt;br /&gt;
&lt;br /&gt;
On the conference proper [[User:jaypeelita|jaypeelita]] talk about WEBAPPSEC 101 to help the corporate companies and students to understand on how to build a secure application and create a work force for AppSec team.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 1:46 PM, 02 Dec 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Conducted Cyber Security Seminar at [http://www.jru.edu/ Jose Rizal University ]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''OWASP Representative:''' John Patrick Lita (Manila President)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Topics:''' &lt;br /&gt;
*Introduction to Information Security&lt;br /&gt;
*OWASP Application Security Verification Standard 3.0&lt;br /&gt;
*Automated Testing vs. Manual Testing&lt;br /&gt;
*Demos: RFI/XSS/SQL/Command Execution and Security Misconfiguration&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 3:35 PM, 27 Nov 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot;Cavite State University Bucana, Naic, Cavite &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and Cyber Security Awareness.&amp;lt;br&amp;gt;&lt;br /&gt;
'''Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
We Talk About what the Following Topics&lt;br /&gt;
*Intrusion Detection/Prevention System&lt;br /&gt;
*Network Based and Hosted Based&lt;br /&gt;
*Benefits of IDS for Web Application Security&lt;br /&gt;
*Characteristics of IDS&lt;br /&gt;
*HoneyPots and Firewalls&lt;br /&gt;
'''Demos&lt;br /&gt;
*SQL Injection&lt;br /&gt;
*Cross Site Scripting (XSS)&lt;br /&gt;
*Sensitive Data Exposure&lt;br /&gt;
*Command Execution&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 3:35 PM, 08 September 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot; Asia Pacific College (APC) &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and also we discuss the following topics&amp;lt;br&amp;gt;&lt;br /&gt;
'''Unpatch Security&amp;lt;br&amp;gt;&lt;br /&gt;
we talk about the Importance of Security and the risk of unpatched Vulnerabilities and how it will affect the Business and it's users.&lt;br /&gt;
*Vulnerability overview in Web Applications&lt;br /&gt;
*Vulnerability overview in Software and Operating Systems&lt;br /&gt;
*What is EXPLOITS and PAYLOADS&lt;br /&gt;
&lt;br /&gt;
With the Partnership of [http://devcon.ph/ DevCon Philippines (Developers Connect)].&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 10:34 PM, 31 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Joins &amp;quot; TechNation Caravan &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
University of Makati (UMAK) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Why Web Application Security is Important&lt;br /&gt;
*HTTPS, SSL, TLS Advantage and Risk.&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 02:49 AM, 7 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Conducted &amp;quot; Basic Information Security Training &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Globe showroom 111 valero st, salcedo village makati&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Sam Uson&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Code review&lt;br /&gt;
*OWASP TOP 10 (Overview)&lt;br /&gt;
*OWASP-ZAP Proxy (Overview/Demo)&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy and Globe Labs for the Venue&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 11:25 PM, 4 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins the event titled &amp;quot; The Gathering &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Fort Bonifacio Philippine Army Headquarters Classroom A, The Signal School (NETC Compound)&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Jan Jacob, Jose Mari and John Jasper Talinting&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation to our Military Personnel&amp;lt;br&amp;gt;&lt;br /&gt;
we teach and share our knowledge about the importance of Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Malware, Trojan and Keyloggers.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,18 June 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins Programmers without Boarders Campaign at&amp;lt;br&amp;gt;&lt;br /&gt;
3rd Floor Municipal City Hall Activity Area, Tanay Rizal, Philippines&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is to help and teach the out-of-school youth&amp;lt;br&amp;gt;&lt;br /&gt;
and encourage them to study and inspired them to continue and reach their goal&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Cyber Security Awareness.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,11 March 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' March 14, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
Resource Speaker: John Patrick Lita &amp;lt;br&amp;gt;&lt;br /&gt;
Owasp Academic Project we discussed the following topics and training&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*SQL Injection Demo&lt;br /&gt;
*Command Execution Demo&lt;br /&gt;
*How to Set-up Hacking Lab&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Hands on Web Application Training - Capture the Flag Game&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' February 18, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Code_review Code Review]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://lpubatangas.edu.ph/ Lyceum Batangas]''' December 20, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*How to start your Career in Web Application Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*How to produce/test a bug&amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 16, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Category:OWASP_Joomla_Vulnerability_Scanner_Project Joomla scanner]&amp;lt;br&amp;gt;&lt;br /&gt;
*Team Behind JoomScan&lt;br /&gt;
*Installing Python&lt;br /&gt;
*How to run Joomla Scanner in Windows OS&lt;br /&gt;
*How to use Joomscan in Kali Linux&lt;br /&gt;
for the joomla philippines community and discuss about OWASP TOP 10&amp;lt;br&amp;gt;&lt;br /&gt;
other topics delivered is how to use JoomScan and the people behind this project&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 12, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about the&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.owasp.org OWASP Introduction]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*Introduction in OWASP Tools for WebAppSec&amp;lt;br&amp;gt;&lt;br /&gt;
this seminar is also a recruitment for OWASP Manila Membership.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.mozillaphilippines.org Mozilla Phillipines]Sponsor venue for OWASP Manila Meet Up&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Logo_moz.png]]&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 12:10AM,13 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph Bulacan State University]'''&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &lt;br /&gt;
*[http://www.owasp.org Open Web Application Security Project]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&amp;lt;br&amp;gt;&lt;br /&gt;
at Bulacan December 10, 2014 for its Modern ICT: Bridging Toward Global Excellence.&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 11:58PM,11 December 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Chapter]]&lt;br /&gt;
[[Category:Asia/Pacific/Middle_East]]&lt;br /&gt;
[[Category:Philippines]]&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila&amp;diff=227573</id>
		<title>Manila</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila&amp;diff=227573"/>
				<updated>2017-03-17T13:03:17Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Chapter Template|chaptername=Manila|extra=The chapter leader is [mailto:John.Patrick.Lita@owasp.org John Patrick Lita] Co-Founder [mailto:jan.jansalin@owasp.org Jan Jacob Glenn Jansalin]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-manila|emailarchives=http://lists.owasp.org/pipermail/owasp-manila}}. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
The OWASP chapter meetings are free and open to anyone interested in application security. If you are interested to attend one in the future please join the [http://lists.owasp.org/mailman/listinfo/owasp-manila mailing list]. The mailing list is also used for sharing application security knowledge among the local community members.&lt;br /&gt;
&lt;br /&gt;
OWASP Manila &amp;quot;OWASP Outreach Project&amp;quot; aims to reach out also to the 2 major island groups in Philippines: Visayas and Mindanao.&lt;br /&gt;
&lt;br /&gt;
For inquiries e-mail our [mailto:jan.jansalin@owasp.org Project Manager].&lt;br /&gt;
&lt;br /&gt;
Up Coming Events:&lt;br /&gt;
&lt;br /&gt;
Date: March 24, 2017&lt;br /&gt;
Event: DLSAU Devcon Event (Developers Event)&lt;br /&gt;
Engagement: Speaking Engagement&lt;br /&gt;
Topic: Secure Software Development and Security Testing (Bridging the Gap of Testers and Developers)&lt;br /&gt;
&lt;br /&gt;
== Project on Progress ==&lt;br /&gt;
&lt;br /&gt;
[https://www.owasp.org/index.php/OWASP_Online_Academy OWASP Online Academy - Learning Platform]&lt;br /&gt;
&lt;br /&gt;
== OWASP Online Academy  Instructors ==&lt;br /&gt;
&lt;br /&gt;
This are the list of instructor who dedicate their time to help and they are very passionate to teach and help the OWASP Foundation for mission of the&lt;br /&gt;
Global Education Initiative.&lt;br /&gt;
&lt;br /&gt;
*Karan Bansal - Secure coding, Browser Security and Applying Cryptography for InfoSec&amp;lt;br&amp;gt;&lt;br /&gt;
*Hitesh Choudhary - Bug Bounty and Master SQL Injection&amp;lt;br&amp;gt;&lt;br /&gt;
*Muni Njiru - Malwares and Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Karthikeyan Palaniswamy - Python Scripting for Information Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Tushar Malhotra - Web Application Security and Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Milan Singh Thakur - Testing Guide for Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do you like to help? [[Image:Btn_donate_SM.gif|link=http://www.regonline.com/donation_1044369]]&lt;br /&gt;
&lt;br /&gt;
== Events for 2015 ==&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/Outreach_Campaign Outreach Campaign]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/SchoolTour School Tour]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/OwaspManilaMeetUp Owasp Manila MeetUp]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/event/OWAP_Manila_Hackademic2015 HACKADEMIC 2015]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/CallForPapers Call For Papers]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Volunteers ==&lt;br /&gt;
&lt;br /&gt;
[[User:Marai|Masasi Asi Arai]] | [[User:Michaelroevie.victoria|Michael Victoria]] | [[User:Anonuevoroy|Roy Anonuevo]] | [[User:Shilva|Leenard Santos]] | [[User:Usonsam |Sam Uson]] | [[User:reyjmc03 |Jose Mari Rey]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[User:Jessecastroph |Jesse Castro]] | [[User:Ctungcul |Lance Tungcul]] | [[User:Crizon|Eugene Labrador]] | [[User:DEYB|Dave Villar]] | [[User:JayJay19|John Jasper Talinting]] | [[User:Tetaguila|Tet Aguila]] | [[User:SalmanKhanChampion|Salman Khan Champion]] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Archives ==&lt;br /&gt;
'''OWASP Manila Conducted OWASP TOP 10 Exploitation Training at [http://www.ama.edu.ph/ AMA Computer Learning Center Tuguegarao ]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Training / Workshop Title:''' Security Ninja&amp;lt;br&amp;gt;&lt;br /&gt;
'''Instructor:''' [[User:jaypeelita|jaypeelita]]&amp;lt;br&amp;gt; &lt;br /&gt;
The main Goal of this Workshop/Training is to increase the Volunteer and Members in the Cagayan Valley OWASP Chapter.&amp;lt;br&amp;gt;&lt;br /&gt;
*Topics&lt;br /&gt;
**Common WebAppSec Mistakes (OWASP TOP10)&lt;br /&gt;
**Security Best Practices&lt;br /&gt;
&lt;br /&gt;
On the conference proper [[User:jaypeelita|jaypeelita]] talk about WEBAPPSEC 101 to help the corporate companies and students to understand on how to build a secure application and create a work force for AppSec team.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 1:46 PM, 02 Dec 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Conducted Cyber Security Seminar at [http://www.jru.edu/ Jose Rizal University ]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''OWASP Representative:''' John Patrick Lita (Manila President)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Topics:''' &lt;br /&gt;
*Introduction to Information Security&lt;br /&gt;
*OWASP Application Security Verification Standard 3.0&lt;br /&gt;
*Automated Testing vs. Manual Testing&lt;br /&gt;
*Demos: RFI/XSS/SQL/Command Execution and Security Misconfiguration&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 3:35 PM, 27 Nov 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot;Cavite State University Bucana, Naic, Cavite &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and Cyber Security Awareness.&amp;lt;br&amp;gt;&lt;br /&gt;
'''Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
We Talk About what the Following Topics&lt;br /&gt;
*Intrusion Detection/Prevention System&lt;br /&gt;
*Network Based and Hosted Based&lt;br /&gt;
*Benefits of IDS for Web Application Security&lt;br /&gt;
*Characteristics of IDS&lt;br /&gt;
*HoneyPots and Firewalls&lt;br /&gt;
'''Demos&lt;br /&gt;
*SQL Injection&lt;br /&gt;
*Cross Site Scripting (XSS)&lt;br /&gt;
*Sensitive Data Exposure&lt;br /&gt;
*Command Execution&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 3:35 PM, 08 September 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot; Asia Pacific College (APC) &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and also we discuss the following topics&amp;lt;br&amp;gt;&lt;br /&gt;
'''Unpatch Security&amp;lt;br&amp;gt;&lt;br /&gt;
we talk about the Importance of Security and the risk of unpatched Vulnerabilities and how it will affect the Business and it's users.&lt;br /&gt;
*Vulnerability overview in Web Applications&lt;br /&gt;
*Vulnerability overview in Software and Operating Systems&lt;br /&gt;
*What is EXPLOITS and PAYLOADS&lt;br /&gt;
&lt;br /&gt;
With the Partnership of [http://devcon.ph/ DevCon Philippines (Developers Connect)].&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 10:34 PM, 31 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Joins &amp;quot; TechNation Caravan &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
University of Makati (UMAK) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Why Web Application Security is Important&lt;br /&gt;
*HTTPS, SSL, TLS Advantage and Risk.&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 02:49 AM, 7 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Conducted &amp;quot; Basic Information Security Training &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Globe showroom 111 valero st, salcedo village makati&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Sam Uson&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Code review&lt;br /&gt;
*OWASP TOP 10 (Overview)&lt;br /&gt;
*OWASP-ZAP Proxy (Overview/Demo)&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy and Globe Labs for the Venue&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 11:25 PM, 4 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins the event titled &amp;quot; The Gathering &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Fort Bonifacio Philippine Army Headquarters Classroom A, The Signal School (NETC Compound)&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Jan Jacob, Jose Mari and John Jasper Talinting&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation to our Military Personnel&amp;lt;br&amp;gt;&lt;br /&gt;
we teach and share our knowledge about the importance of Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Malware, Trojan and Keyloggers.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,18 June 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins Programmers without Boarders Campaign at&amp;lt;br&amp;gt;&lt;br /&gt;
3rd Floor Municipal City Hall Activity Area, Tanay Rizal, Philippines&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is to help and teach the out-of-school youth&amp;lt;br&amp;gt;&lt;br /&gt;
and encourage them to study and inspired them to continue and reach their goal&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Cyber Security Awareness.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,11 March 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' March 14, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
Resource Speaker: John Patrick Lita &amp;lt;br&amp;gt;&lt;br /&gt;
Owasp Academic Project we discussed the following topics and training&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*SQL Injection Demo&lt;br /&gt;
*Command Execution Demo&lt;br /&gt;
*How to Set-up Hacking Lab&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Hands on Web Application Training - Capture the Flag Game&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' February 18, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Code_review Code Review]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://lpubatangas.edu.ph/ Lyceum Batangas]''' December 20, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*How to start your Career in Web Application Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*How to produce/test a bug&amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 16, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Category:OWASP_Joomla_Vulnerability_Scanner_Project Joomla scanner]&amp;lt;br&amp;gt;&lt;br /&gt;
*Team Behind JoomScan&lt;br /&gt;
*Installing Python&lt;br /&gt;
*How to run Joomla Scanner in Windows OS&lt;br /&gt;
*How to use Joomscan in Kali Linux&lt;br /&gt;
for the joomla philippines community and discuss about OWASP TOP 10&amp;lt;br&amp;gt;&lt;br /&gt;
other topics delivered is how to use JoomScan and the people behind this project&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 12, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about the&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.owasp.org OWASP Introduction]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*Introduction in OWASP Tools for WebAppSec&amp;lt;br&amp;gt;&lt;br /&gt;
this seminar is also a recruitment for OWASP Manila Membership.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.mozillaphilippines.org Mozilla Phillipines]Sponsor venue for OWASP Manila Meet Up&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Logo_moz.png]]&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 12:10AM,13 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph Bulacan State University]'''&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &lt;br /&gt;
*[http://www.owasp.org Open Web Application Security Project]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&amp;lt;br&amp;gt;&lt;br /&gt;
at Bulacan December 10, 2014 for its Modern ICT: Bridging Toward Global Excellence.&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 11:58PM,11 December 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Chapter]]&lt;br /&gt;
[[Category:Asia/Pacific/Middle_East]]&lt;br /&gt;
[[Category:Philippines]]&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=John_Patrick_Lita&amp;diff=221742</id>
		<title>John Patrick Lita</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=John_Patrick_Lita&amp;diff=221742"/>
				<updated>2016-09-23T14:24:59Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:John_Patrick_Lita_Profile_Pic.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''About John Patrick:'''&lt;br /&gt;
&lt;br /&gt;
JP has a 5 years experience in IT Security, he was Acknowledge by Local and International companies&lt;br /&gt;
from private to government sectors like the following Department of Science and Technology (DOST-ASTI Region2), National Bureau of Investigation (NBI), Philippine National Police Anti-Cybercrime Group (PNP-ACG), Philippine Army Cyber Security Division. JP was acknowledge by this government sector by combating vulnerable software and developing awareness in secure software development.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
JP is working as a Consultant in Globe Telecom Information Security and Data Privacy under Vulnerability Management Team focus in Mobile and Application Security Testing and creating Application Security Policy, He is one of the founder and owner of ACSEC IT Consultancy, ACSEC develops a product called Threat Intelligence Platform (TIP) also provides a secured development in mobile and web application, conducting Cyber Security Training with help of kaapagam academy and it was accredited by Cyber Security Malaysia.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
John is also a Project leader for OWASP project named &amp;quot;OWASP Online Academy&amp;quot; http://owasp-academy.teachable.com/&lt;br /&gt;
this project is focus in Free and high Quality OWASP Education that caters Mobile Security, Web Application Security, Cryptographic and new features of OWASP Online Academy is the Online Labs that you can test your skills and knowledge by solving different challenges like Cryptographic Challenge, OWASP TOP 10 Challenges and many more!&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
John is also a father of two boys, Aaron and Johnrick, his inspiration to all his hard work.&lt;br /&gt;
&lt;br /&gt;
'''Contact Info:'''john.patrick.lita@owasp.org&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Online_Academy&amp;diff=220354</id>
		<title>OWASP Online Academy</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Online_Academy&amp;diff=220354"/>
				<updated>2016-08-12T16:29:12Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: /* Quick Download */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Main=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:100%;height:160px;border:0,margin:0;overflow: hidden;&amp;quot;&amp;gt;[[File:OWASP_Project_Header.jpg|link=]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;padding: 0;margin:0;margin-top:10px;text-align:left;&amp;quot; |-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;border-right: 1px dotted gray;padding-right:25px;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==OWASP Online Academy Project==&lt;br /&gt;
&lt;br /&gt;
[[Image:OwaspACADEMY.png|500px]]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
The '''OWASP Online Academy''' Project helps to enhance your knowledge on web application security. You can learn Secure Development and Web Application Testing at your own pace and time.&lt;br /&gt;
&lt;br /&gt;
OWASP Online Academy is currently under development and aims to be viewable in all mobile devices.&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
The OWASP Online Academy provides free online training and learning of Web Application Security, Mobile Testing, Secure Coding designed and delivered by the experts around the world.&lt;br /&gt;
&lt;br /&gt;
Currently the OWASP online academy project Website is on alpha-testing stage.&lt;br /&gt;
&lt;br /&gt;
OWASP Online Academy is based on the Hackademic Project. We are creating this platform to make it more virtually interactive, choose and finish your own course,  pass a self-assessment exam and receive a Certification of Course Completion from OWASP Online Academy.&lt;br /&gt;
&lt;br /&gt;
== Target Participants == &lt;br /&gt;
&lt;br /&gt;
'''Students''' : Students are welcome to enroll in this platform to develop their skills in secure Mobile/Web development.&lt;br /&gt;
&lt;br /&gt;
'''Professionals''' : Professionals who like to enhance their skills in Web Application/Mobile security.&lt;br /&gt;
&lt;br /&gt;
== Needs of this Project ==&lt;br /&gt;
&lt;br /&gt;
OWASP Online Academy needs 3 things to make this a success:&lt;br /&gt;
&lt;br /&gt;
1) Web Security Guys who are willing to create videos or have videos on different topics.&lt;br /&gt;
&lt;br /&gt;
2) Video Editors &amp;amp; UX guys to improve visibility and user experience of online lessons.&lt;br /&gt;
&lt;br /&gt;
3) Financial support for server maintenance purposes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you would like to inquire about donations email [mailto:john.patrick.lita@owasp.org John Patrick Lita].&lt;br /&gt;
For suggestions on the website and promotions email  [mailto:jan.jansalin@owasp.org Jan Jansalin].&lt;br /&gt;
&lt;br /&gt;
==Licensing==&lt;br /&gt;
OWASP online academy is under the OWASP Licensing Policy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;padding-left:25px;width:200px;border-right: 1px dotted gray;padding-right:25px;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Benefits of OWASP Online Academy ==&lt;br /&gt;
&lt;br /&gt;
OWASP Online Academy Provides:&lt;br /&gt;
&lt;br /&gt;
* A platform to be aware about the latest in web security (OWASP Top 10)&lt;br /&gt;
* A virtual class in which you can choose from specializations to focus on such as: Mobile Developement, Web Application Development, Quality Assurance etc.&lt;br /&gt;
* A platform which caters to different people groups, different language, methods of teaching and deaf people.&lt;br /&gt;
* Aims to soon teach how to build your own Web Application Security testing lab.&lt;br /&gt;
* Aims to cater more advanced courses such as Creating Security Policies, Digital Certificates, JAVE SE, Server Side Java, HTML5 and CSS3, Cloud and Big Data and many more!&lt;br /&gt;
&lt;br /&gt;
== Presentation ==&lt;br /&gt;
&lt;br /&gt;
== Project Leaders ==&lt;br /&gt;
&lt;br /&gt;
[mailto:john.patrick.lita@owasp.org John Patrick Lita]&lt;br /&gt;
 &lt;br /&gt;
[mailto:jan.jansalin@owasp.org Jan Jacob Glenn Jansalin]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Related Projects ==&lt;br /&gt;
&lt;br /&gt;
*[https://www.owasp.org/index.php/OWASP_Hackademic_Challenges_Project  HACKADEMIC]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;padding-left:25px;width:200px;&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
== Platform Link==&lt;br /&gt;
http://owasp-academy.teachable.com&lt;br /&gt;
&lt;br /&gt;
== Email List ==&lt;br /&gt;
&lt;br /&gt;
[mailto:john.patrick.lita@owasp.org John Patrick Lita]&lt;br /&gt;
&lt;br /&gt;
*[https://lists.owasp.org/mailman/listinfo/owasp-manila mailing list]&lt;br /&gt;
&lt;br /&gt;
== News and Events ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In Print ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Classifications==&lt;br /&gt;
&lt;br /&gt;
   {| width=&amp;quot;200&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
   |-&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot; rowspan=&amp;quot;2&amp;quot;| [[File:Midlevel projects.png|100px|link=https://www.owasp.org/index.php/OWASP_Project_Stages#tab=Incubator_Projects]]&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot;| [[File:Owasp-builders-small.png|link=]]  &lt;br /&gt;
   |-&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot;| [[File:Owasp-defenders-small.png|link=]]&lt;br /&gt;
   |-&lt;br /&gt;
   | colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;  | [[File:Cc-button-y-sa-small.png|link=http://creativecommons.org/licenses/by-sa/3.0/]]&lt;br /&gt;
   |-&lt;br /&gt;
   | colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;  | [[File:Project_Type_Files_CODE.jpg|link=]]&lt;br /&gt;
   |}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=FAQs=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Acknowledgements =&lt;br /&gt;
&lt;br /&gt;
== Adviser ==&lt;br /&gt;
&lt;br /&gt;
The OWASP Online Academy is supported by:&lt;br /&gt;
&lt;br /&gt;
Tom Brennan - https://www.linkedin.com/in/tombrennan&lt;br /&gt;
&lt;br /&gt;
==Others==&lt;br /&gt;
* xxx&lt;br /&gt;
* xxx&lt;br /&gt;
&lt;br /&gt;
= Road Map and Getting Involved =&lt;br /&gt;
&lt;br /&gt;
* In the First Launch of this Prhttps://www.owasp.org/skins/common/images/button_nowiki.pngoject we expect more students will be interested in this platform.&lt;br /&gt;
* OWASP Online Academy aims to solicit funds to help the Foundation build and support existing projects.&lt;br /&gt;
* This platform can help increase individual supporters to corporate supporters. &lt;br /&gt;
&lt;br /&gt;
We are encouraging you to be actively involved in the development and promotion of the OWASP Online Academy.&lt;br /&gt;
&lt;br /&gt;
OWASP Chapter Leaders, Board Members, Members, Corporate partners:&lt;br /&gt;
&lt;br /&gt;
Some of the ways you can help:&lt;br /&gt;
* Create your own Modules (Video series with captions) &lt;br /&gt;
* Create your account and upload your Video Tutorial series&lt;br /&gt;
* Create your own questions for Self Assessment Examination (a total of 80 questions) &lt;br /&gt;
* It's up to you if you like to create a prerequisite for certification Goals like:&amp;lt;br&amp;gt;&lt;br /&gt;
 (ISC)2&lt;br /&gt;
 CCLSP&lt;br /&gt;
 and many more...&lt;br /&gt;
&lt;br /&gt;
Roadmap -&lt;br /&gt;
*Online Education&lt;br /&gt;
*Online tutorial for tools develop by OWASP Foundation&lt;br /&gt;
*Develop more courses and up to date subjects&lt;br /&gt;
*Partnership with different Universities Worldwide&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Future Milestones and enhancements&lt;br /&gt;
*Recognition to international Education Community&lt;br /&gt;
*Online Education Certification&lt;br /&gt;
*Generate Funds to help other Projects&lt;br /&gt;
&lt;br /&gt;
=Project About=&lt;br /&gt;
&lt;br /&gt;
Online Academy will provide free and yet high quality online education to our community, it can help project leaders to create tutorials on how to use their Tools, and also will help our Conference Attendee to lessen their expenses because the attendee don't need to pay just to know the basic use of the tool.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]  [[Category:OWASP_Builders]] [[Category:OWASP_Defenders]]  [[Category:OWASP_Document]]&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=John_Patrick_Lita&amp;diff=219630</id>
		<title>John Patrick Lita</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=John_Patrick_Lita&amp;diff=219630"/>
				<updated>2016-07-30T04:03:52Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:John_Patrick_Lita_Profile_Pic.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''About John Patrick:'''&lt;br /&gt;
&lt;br /&gt;
JP has a 5 years experience in IT Security, he was Acknowledge by Local and International companies&lt;br /&gt;
from private to government sectors like the following Department of Science and Technology (DOST-ASTI Region2), National Bureau of Investigation (NBI), Philippine National Police Anti-Cybercrime Group (PNP-ACG), Philippine Army Cyber Security Division. JP was acknowledge by this government sector by combating vulnerable software and developing awareness in secure software development.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
JP is working as Information Security Consultant in both private and government sector, He is one of the founder and owner of Active Security that provides a secured development in mobile and web application, conducting Cyber Security Training with help of kaapagam academy and it was accredited by Cyber Security Malaysia and now they are developing Open Source Intelligence, Malware Intelligence Threat Intelligence Platform and malware analysis and also MalwareIntelligence and Threat Research Analysis service it also covers Android Malware's reverse engineering from automated to Static Analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
John is also a Project leader for OWASP project named &amp;quot;OWASP Online Academy&amp;quot; http://owasp-academy.teachable.com/&lt;br /&gt;
this project is focus in Free and high Quality OWASP Education that caters Mobile Security, Web Application Security, Cryptographic and new features of OWASP Online Academy is the Online Labs that you can test your skills and knowledge by solving different challenges like Cryptographic Challenge, OWASP TOP 10 Challenges and many more!&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
John is also a father of two boys, Aaron and Johnrick, his inspiration to all his hard work.&lt;br /&gt;
&lt;br /&gt;
'''Contact Info:'''john.patrick.lita@owasp.org&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=John_Patrick_Lita&amp;diff=219629</id>
		<title>John Patrick Lita</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=John_Patrick_Lita&amp;diff=219629"/>
				<updated>2016-07-30T04:02:30Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:John_Patrick_Lita_Profile_Pic.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''About John Patrick:'''&lt;br /&gt;
&lt;br /&gt;
JP has a 5 years experience in IT Security, he was Acknowledge by Local and International companies&lt;br /&gt;
from private to government sectors like the following Department of Science and Technology (DOST-ASTI Region2), National Bureau of Investigation (NBI), Philippine National Police Anti-Cybercrime Group (PNP-ACG), Philippine Army Cyber Security Division. JP was acknowledge by this government sector by combating vulnerable software and developing awareness in secure software development.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
JP is working as Information Security Consultant in private and government sector, He is one of the founder and owner of Active Security that provides a secured development in mobile and web application, conducting Cyber Security Training with help of kaapagam academy and it was accredited by Cyber Security Malaysia and now they are developing Open Source Intelligence, Malware Intelligence Threat Intelligence Platform and malware analysis and also MalwareIntelligence and Threat Research Analysis service it also covers Android Malware's reverse engineering from automated to Static Analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
John is also a Project leader for OWASP project named &amp;quot;OWASP Online Academy&amp;quot; http://owasp-academy.teachable.com/&lt;br /&gt;
this project is focus in Free and high Quality OWASP Education that caters Mobile Security, Web Application Security, Cryptographic and new features of OWASP Online Academy is the Online Labs that you can test your skills and knowledge by solving different challenges like Cryptographic Challenge, OWASP TOP 10 Challenges and many more!&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
John is also a father of two boys, Aaron and Johnrick, his inspiration to all his hard work.&lt;br /&gt;
&lt;br /&gt;
'''Contact Info:'''john.patrick.lita@owasp.org&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=WASPY_Awards_2016&amp;diff=219628</id>
		<title>WASPY Awards 2016</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=WASPY_Awards_2016&amp;diff=219628"/>
				<updated>2016-07-30T03:58:05Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: /* And the Nominees Are... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:WASPY 2016 Banner.jpg]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font size=&amp;quot;6&amp;quot;&amp;gt;'''Web Application Security People of the Year Awards 2016'''&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Timeline'''==&lt;br /&gt;
June 7, 2016 - Call for Nominees Opens! CLOSED&amp;lt;br&amp;gt;&lt;br /&gt;
June 20, 2016 - [https://www.owasp.org/index.php/2016_Membership_Drive_April_1_-_June_20 Paid Membership] Deadline. Not sure if you are a member? [https://docs.google.com/spreadsheets/d/1iabh7RrMMRQce0cDQsv_GdQtSKz4G9ISan9svfn_6kE/edit?usp=sharing Check Here ]&amp;lt;br&amp;gt;&lt;br /&gt;
July 28, 2016 - Call for Nominees CLOSED&amp;lt;br&amp;gt;&lt;br /&gt;
July 29, 2016 - Announcement of Nominees per Category to the Community&amp;lt;br&amp;gt;&lt;br /&gt;
August 5, 2016 - Deadline for Nominee Profile Picture and Bio to be created and added to the nominees Citation&amp;lt;br&amp;gt;&lt;br /&gt;
August 8, 2016 - Voting Opens&amp;lt;br&amp;gt;&lt;br /&gt;
August 24, 2016 - Voting Closes&amp;lt;br&amp;gt;&lt;br /&gt;
August 25, 2016 - Winners are Notified&amp;lt;br&amp;gt;&lt;br /&gt;
August 25, 2016 - Announcement of Winners to the Community&amp;lt;br&amp;gt;&lt;br /&gt;
October 13/14, 2016 - Award Ceremony at AppSecUSA 2016 in Washington, DC&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Purpose of the Awards'''==&lt;br /&gt;
Each year there are many individuals who do amazing work, dedicating countless hours to share, improve, and strengthen the OWASP mission.  Some of these individuals are well known to the community while others are not.  &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''The purpose of these awards is to bring recognition to those who &amp;quot;FLY UNDER THE RADAR&amp;quot;.  These are the individuals who are passionate about OWASP, who contribute hours of their own free time to the organization to help improve the cyber-security world, yet seem to go unrecognized.'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Community members are able to nominate 1 individual per category (see Categories below) who they feel best fits these descriptions so that, as a community, we can recognize these people for their contributions. We are tying in the WASPY Awards to help identify and recognize individuals who demonstrate our core values and annual report theme of ''Leading - Learning - Sharing - Growing''.  We value your input and consideration for nominations in the categories below.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Categories'''==&lt;br /&gt;
1. '''Open/Leading''' - Everything at OWASP is radically transparent – from our finances to our code.  This award goes to a member of the OWASP community who has supported the OWASP mission of transparency through their influence, management, and leadership in the community.  This might be a chapter or project leader or may be someone who has worked within the community.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; align=&amp;quot;center&amp;quot; width=&amp;quot;150&amp;quot; | Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; align=&amp;quot;center&amp;quot; width=&amp;quot;800&amp;quot; | Category &amp;amp; Citation&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Tony Clarke||align=&amp;quot;center&amp;quot;|'''Open/Leading Category'''&amp;lt;br&amp;gt; Tony has been nominated 2 times for this category.&amp;lt;br&amp;gt; '''Citation 1'''Tony has recently volunteered in the Dublin (Ireland) chapter and more recently been voted in as chapter leader. From his initial efforts, Tony has completely transformed this stagnant chapter and has already in just a few months re-organised the chapter and opened it up to the many volunteers who want to be involved. Running initiatives such as 'Women in Appsec', Tony has helped increase meeting attendances and the Dublin board now consists of nearly 20 individuals. Tony has embraced the open, transparency and inclusiveness side of owasp and is an inspiration to many.&amp;lt;br&amp;gt; &lt;br /&gt;
'''Citation 2''' I would like to Nominate Tony Clarke for this award. He has been on the OWASP board in Dublin since November 2015 and there have been massive changes within the chapter since then. Tony has transformed the Dublin Chapter and has been recently elected as Dublin Chapter Lead with a landslide victory.I have been attending OWASP events since 2012 and over the past 8 months it is visible of the impact Tony and OWASP are having within the local Dublin security security community.Previously, events were sporadic and occurred every few months. There was never an organised schedule of events. Communication of the events were also poor. With Tony on board, this has changed. Events are now at the end of each month and are organised on a scheduled basis. Communication has improved and with extra social media interaction, OWASP events are now more visible than before.At the end of May the Chapter hosted an event focusing on Women In Security. Keynote speakers such as Jane Frankland, Jacky Fox, local women involved in the security community presented at the event.Everyone left the event feeling motivated. My partner who is a science graduate attended the event with me. She left the event wanting to work in Security and has since begun the enrollment into a Security Conversion Masters in UCD. This is the sort of impact which Tony's work is having on the people of Dublin.The OWASP Dublin chapter previously had 40-50 people MAX at events. It was the same people always. There were 200+ people in attendance at the Women In Security event in May. This sort of attendee never been seen before at a local chapter meeting in Dublin.I believe that this attendance peaked because of Tony's drive to engage the security community in Dublin. Tony organised contacts in universities and large multinational organisations to send email communication to Dublin staff'students. His aim to get more women studying technology or working in technology companies engaging with the security community in Dublin. Tony is leaving no stone un-turned to make OWASP Dublin to success within the community.As a committee member of OWASP Dublin I know that Tony is now reaching out to work with local education bodies such as Smart futures (Science Foundation Ireland) Dublin Institute of Technology, ISACA and Science Gallery. He has brought a plan to our chapter and given us a goal this year to collaborate with education bodies to try sell our security industry to people in education. This is not limited to 3rd level, but also primary and secondary. Tony is leading this initiative and it would not happen without him.I found out about these awards as Tony is trying to improve the open-ness of the Dublin chapter. He is encouraging the community to post this sort of communications to the social media platforms such as facebook, twitter, linked-in.Based on above, Tony has demonstrated that he is not in this for the title or limelight but for the good of the community. He is a leader who is willing to listen and wants to delegate if any OWASP committee member are willing to take on a task. Like any good leader, if he does not have anyone available to do a task, he does it himself.OWASP Dublin Chapter has only been under the leadership of Tony Clarke for two months. We have been enjoying success since Tony first attended a board meeting in 2015. Tony is having major impact within Dublin. I encourage you to strongly consider Tony for this award as he has done great things for us here in Dublin and his leadership is going from strength to strength. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Jeremy Long||align=&amp;quot;center&amp;quot;|'''Open/Leading Category'''  Jeremy wrote a tool, donated it to OWASP and in 2016 it because on of the OWASP Flagship projects. He is not noisy or gets a lot of attention, but every morning before work - Jeremy works on the OWASP Dependency Check. Dependency-Check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities. Currently Java and .NET are supported; additional experimental support has been added for Ruby, Node.js, Python, and limited support for C/C++ build systems (autoconf and cmake). The tool can be part of a solution to the OWASP Top 10 2013 A9 - Using Components with Known Vulnerabilities.  &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|John Patrick Lita||align=&amp;quot;center&amp;quot;|'''Open/Leading Category'''  An outstanding volunteer doing an amazing job in the Asia region to promote OWASP projects and materials, reaching a big audience through his outreach program on universities, government institutions and schools on the Philippines. OWASP is not very well know in this part of the Globe and by promoting it, he is creating awareness about application security&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Owen Pendlebury||align=&amp;quot;center&amp;quot;|'''Open/Leading Category''' Owen has been involved in the OWASP Foundation since 2009. He started out attending OWASP Dublin meetings and helping to facilitate chapter meetings and security workshops. Eventually, he took on the role of Dublin board member and then chapter lead a couple of years later. He has been an extremely active member of the security community and has strived to help drive and improve security best practice at a Global level through his commitment to the OWASP foundation. Owen has been an active and dedicated chapter leader, who has organised regular activities for the OWASP Dublin chapter that benefit the local information security community greatly over the past 6.5 years. Some of the projects that Owen has been involved in include, AppSec EU 2016 Committee/ Training Committee, AppSec EU 2017 successful bid, DaggerCon, Cyber Startup Summit, Source Dublin, Advanced Threat Intelligence Seminars and numerous security workshops.Owen has over 6.5 years’ penetration testing, working as part of a global attack &amp;amp; penetration team for a number organisations including a “Big 4” professional services company. With in-depth experience of application and network penetration testing Owen has worked with many local and global institutions to improve their security posture. Owen is currently a manager in Deloitte Ireland. Owen has also been involved in local education bodies, architecting a masters in cyber security and helping a number of students and experienced individuals find their way in to the security community by making himself available to through all media.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Kathy Thaxton||align=&amp;quot;center&amp;quot;|'''Open/Leading Category''' Kathy Thaxton has been THE key leader for SnowFROC for many years. As with most regional conferences, everyone involved has a day job and nobody's got a lot of spare time to do what must be done.&lt;br /&gt;
Kathy has somehow found time whenever she's been asked, and has done the lion's share of the work required to organize SnowFROC.&lt;br /&gt;
For SnowFROC 2016 we had the usual chaotic first planning meeting where several of us gathered at a pub to see which of us would be able to commit time &amp;amp; to identify potential roles. Everybody left that meeting with action-items. Shortly thereafter, Kathy emailed the rest of us to inform us that she had: drafted a budget,drafted a planning schedule,identified primary &amp;amp; alternate venues,identified primary &amp;amp; competing caterers,reached out to some legendary speakers &amp;amp; gotten tentative commitments,reached out to several vendors &amp;amp; gotten tentative sponsorship commitments, and,identified a good source of volunteers for setup, event day, and tear-down. In other words, Kathy Thaxton had done most of the &amp;quot;heavy lifting&amp;quot; within days of the initial planning meeting! Like previous SnowFROC's, SnowFROC 2016 was attended by Coloradans for the most part, but as with most years we had attendees from Arizona, Utah, Wyoming, and New York. SnowFROC had about 200 attendees, with a mix of ITSec operators, QA/testers, Developers, Auditors, &amp;amp; Managers for all of the above. None of this would have happened without Kathy Thaxton's involvement. Her tact, initiative, cheerfulness, and exceptional organizational skills allowed the rest of the planning committee to focus on things like establishing the curriculum, including a day-long hands-on workshop. Kathy's contribution was so profound and her reputation for organizing a FUN, well-planned, LEARNING event is so great that the local Cloud Security Alliance went out of their way to request her participation on their planning committee for a regional event they're hosting later this year. I attended yesterday's Cloud Security Alliance meeting, and whereas AppSec in the Cloud has been an afterthought at most CSA meetings, it was front-and-center yesterday as the Chapter Leaders asked their members what tracks/topics they'd be most interested in for their upcoming event. That is DEFINITELY reach OUTSIDE of the OWASP community, and again would not have happened without Kathy's stellar achievements at SnowFROCs.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dhiraj Mishra||align=&amp;quot;center&amp;quot;|'''Open/Leading Category''' Handling the OWASP Student Chapter Mumbai,&lt;br /&gt;
https://www.owasp.org/index.php/Mumbai_Student_Chapter. Being a chapter leader, we have endorse the student towards the security ethic&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Tom Brennan Honorable Mention||align=&amp;quot;center&amp;quot;|Tom was nominated for the '''Open/Leading Category'''. Per the WASPY Award rules, board members are not eligible. Tom is a current board member and therefore he is not eligible for the award.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dhiraj Mishra||align=&amp;quot;center&amp;quot;|'''Integrity/Learning Category'''  First Bug hunter in OWASP https://www.owasp.org/index.php/About_OWASP/Bug_Bounty/WOF I would really like to thanks BOD , Mr. Tom , Josh , Jim Sir , and Noreen Mam for giving me the opportunity. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|John Patrick Lita||align=&amp;quot;center&amp;quot;|'''Integrity/Learning Category'''  An outstanding volunteer doing an amazing job in the Asia region to promote OWASP projects and materials, reaching a big audience through his outreach program on universities, government institutions and schools on the Philippines. OWASP is not very well know in this part of the Globe and by promoting it, he is creating awareness about application security&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Steve Kosten||align=&amp;quot;center&amp;quot;|'''Integrity/Learning Category'''  Steve Kosten is the Denver Chapter Leader. For the past year, Steve has built community and fostered AppSec learning within Colorado. Before Steve joined the Denver OWASP Board, the Chapter was averaging 2 meetings per year attended by about 15 people. After 1 year on the board there had been 6 meetings with a high-water mark of 50 attendees. Since Steve has become Chapter Leader, attendance is &amp;gt;75 for the 4+ meetings each year. This is directly attributable to Steve's selection of top-quality speakers and an exceptional partnership with a local vendor who provides venue &amp;amp; catering, all in exchange for a simple &amp;quot;thank you&amp;quot; and round of applause. As a SANS AppSec Instructor, Steve is an AppSec expert who has cheerfully shared his expertise with attendees. Steve is a selfless leader who has profoundly improved the Denver OWASP Chapter and become a highly sought-after resource in this community.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Eoin Keary||align=&amp;quot;center&amp;quot;|'''Integrity/Learning Category'''  Eoin gives up his free time to run free security training sessions within the community in Dublin. He is dedicated to spreading the OWASP message within Dublin. He is working within the community for the good of OWASP . Eoin is a committee member and does not have any &amp;quot;board&amp;quot; level title. He is giving to the community and is demonstrating that he does not expect anything in return. Eoin is a role model within our Dublin Chapter&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Owen Pendlebury||align=&amp;quot;center&amp;quot;|'''Integrity/Learning Category'''  Owen has been involved in the OWASP Foundation since 2009. He started out attending OWASP Dublin meetings and helping to facilitate chapter meetings and security workshops. Eventually, he took on the role of Dublin board member and then chapter lead a couple of years later. He has been an extremely active member of the security community and has strived to help drive and improve security best practice at a Global level through his commitment to the OWASP foundation. Owen has been an active and dedicated chapter leader, who has organised regular activities for the OWASP Dublin chapter that benefit the local information security community greatly over the past 6.5 years. Some of the projects that Owen has been involved in include, AppSec EU 2016 Committee/ Training Committee, AppSec EU 2017 successful bid, DaggerCon, Cyber Startup Summit, Source Dublin, Advanced Threat Intelligence Seminars and numerous security workshops. Owen has over 6.5 years’ penetration testing, working as part of a global attack &amp;amp; penetration team for a number organisations including a “Big 4” professional services company. With in-depth experience of application and network penetration testing Owen has worked with many local and global institutions to improve their security posture. Owen is currently a manager in Deloitte Ireland. Owen has also been involved in local education bodies, architecting a masters in cyber security and helping a number of students and experienced individuals find their way in to the security community by making himself available to through all media.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dhiraj Mishr||align=&amp;quot;center&amp;quot;|'''Innovation/Sharing Category'''  I have created and contributed myself towards SQLi WAF ByPassing which is been recommended by many professionals in the InfoSec community.https://www.owasp.org/index.php/SQL_Injection_Bypassing_WAF. I am the contributor in the popular XSS Evasion CheatSheet.https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet and I am trying to contribute more out of it.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|John Patrick Lita||align=&amp;quot;center&amp;quot;|'''Innovation/Sharing Category'''  An outstanding volunteer doing an amazing job in the Asia region to promote OWASP projects and materials, reaching a big audience through his outreach program on universities, government institutions and schools on the Philippines. OWASP is not very well know in this part of the Globe and by promoting it, he is creating awareness about application security&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Mark Major||align=&amp;quot;center&amp;quot;|'''Innovation/Sharing Category'''  Mark Major did a LOT of HARD work to ensure that AppSecUSA was a success in Denver. He has consulted with his Chapter and worked with OWASP to try to take the Chapter to the next level. Specifically, his research into using some of the proceeds from his efforts at AppSecUSA to establish an AppSec HackerSpace is both innovative and well overdue.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Owen Pendlebury||align=&amp;quot;center&amp;quot;|'''Innovation/Sharing Category'''  Owen has been involved in the OWASP Foundation since 2009. He started out attending OWASP Dublin meetings and helping to facilitate chapter meetings and security workshops. Eventually, he took on the role of Dublin board member and then chapter lead a couple of years later. He has been an extremely active member of the security community and has strived to help drive and improve security best practice at a Global level through his commitment to the OWASP foundation. Owen has been an active and dedicated chapter leader, who has organised regular activities for the OWASP Dublin chapter that benefit the local information security community greatly over the past 6.5 years. Some of the projects that Owen has been involved in include, AppSec EU 2016 Committee/ Training Committee, AppSec EU 2017 successful bid, DaggerCon, Cyber Startup Summit, Source Dublin, Advanced Threat Intelligence Seminars and numerous security workshops.Owen has over 6.5 years’ penetration testing, working as part of a global attack &amp;amp; penetration team for a number organisations including a “Big 4” professional services company. With in-depth experience of application and network penetration testing Owen has worked with many local and global institutions to improve their security posture. Owen is currently a manager in Deloitte Ireland. Owen has also been involved in local education bodies, architecting a masters in cyber security and helping a number of students and experienced individuals find their way in to the security community by making himself available to through all media.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dhiraj Mishr||align=&amp;quot;center&amp;quot;|'''Global/Growing Category'''  Handling the OWASP Student Chapter Mumbai ,&lt;br /&gt;
https://www.owasp.org/index.php/Mumbai_Student_Chapter. Being a chapter leader, we have endorse the student towards the security ethics&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|John Patrick Lita||align=&amp;quot;center&amp;quot;|'''Global/Growing Category'''  An outstanding volunteer doing an amazing job in the Asia region to promote OWASP projects and materials, reaching a big audience through his outreach program on universities, government institutions and schools on the Philippines. OWASP is not very well know in this part of the Globe and by promoting it, he is creating awareness about application security&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Kathy Thaxton||align=&amp;quot;center&amp;quot;|'''Global/Growing Category''' Kathy Thaxton has been THE key leader for SnowFROC for many years. As with most regional conferences, everyone involved has a day job and nobody's got a lot of spare time to do what must be done.&lt;br /&gt;
Kathy has somehow found time whenever she's been asked, and has done the lion's share of the work required to organize SnowFROC.&lt;br /&gt;
For SnowFROC 2016 we had the usual chaotic first planning meeting where several of us gathered at a pub to see which of us would be able to commit time &amp;amp; to identify potential roles.Everybody left that meeting with action-items.Shortly thereafter, Kathy emailed the rest of us to inform us that she had: drafted a budget,drafted a planning schedule,identified primary &amp;amp; alternate venues,identified primary &amp;amp; competing caterers,reached out to some legendary speakers &amp;amp; gotten tentative commitments,reached out to several vendors &amp;amp; gotten tentative sponsorship commitments, and,identified a good source of volunteers for setup, event day, and tear-down.In other words, Kathy Thaxton had done most of the &amp;quot;heavy lifting&amp;quot; within days of the initial planning meeting!Like previous SnowFROC's, SnowFROC 2016 was attended by Coloradans for the most part, but as with most years we had attendees from Arizona, Utah, Wyoming, and New York.SnowFROC had about 200 attendees, with a mix of ITSec operators, QA/testers, Developers, Auditors, &amp;amp; Managers for all of the above.None of this would have happened without Kathy Thaxton's involvement. Her tact, initiative, cheerfulness, and exceptional organizational skills allowed the rest of the planning committee to focus on things like establishing the curriculum, including a day-long hands-on workshop.Kathy's contribution was so profound and her reputation for organizing a FUN, well-planned, LEARNING event is so great that the local Cloud Security Alliance went out of their way to request her participation on their planning committee for a regional event they're hosting later this year.I attended yesterday's Cloud Security Alliance meeting, and whereas AppSec in the Cloud has been an afterthought at most CSA meetings, it was front-and-center yesterday as the Chapter Leaders asked their members what tracks/topics they'd be most interested in for their upcoming event.That is DEFINITELY reach OUTSIDE of the OWASP community, and again would not have happened without Kathy's stellar achievements at SnowFROCs.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Owen Pendlebury||align=&amp;quot;center&amp;quot;|'''Global/Growing Category''' Owen has been involved in the OWASP Foundation since 2009. He started out attending OWASP Dublin meetings and helping to facilitate chapter meetings and security workshops. Eventually, he took on the role of Dublin board member and then chapter lead a couple of years later. He has been an extremely active member of the security community and has strived to help drive and improve security best practice at a Global level through his commitment to the OWASP foundation. Owen has been an active and dedicated chapter leader, who has organised regular activities for the OWASP Dublin chapter that benefit the local information security community greatly over the past 6.5 years. Some of the projects that Owen has been involved in include, AppSec EU 2016 Committee/ Training Committee, AppSec EU 2017 successful bid, DaggerCon, Cyber Startup Summit, Source Dublin, Advanced Threat Intelligence Seminars and numerous security workshops. Owen has over 6.5 years’ penetration testing, working as part of a global attack &amp;amp; penetration team for a number organisations including a “Big 4” professional services company. With in-depth experience of application and network penetration testing Owen has worked with many local and global institutions to improve their security posture. Owen is currently a manager in Deloitte Ireland.Owen has also been involved in local education bodies, architecting a masters in cyber security and helping a number of students and experienced individuals find their way in to the security community by making himself available to through all media.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
2. '''Integrity/Learning''' - OWASP is an honest and truthful, vendor neutral, global community.  This award goes to an individual who recognizes the benefits of the power of the collective community within OWASP, who challenges the status quo, and generates an excitement in the learning community.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
3. '''Innovation/Sharing''' - OWASP encourages and supports innovation and experiments for solutions to software security challenges.  This award goes to an individual who has inspired and encouraged others in the arena of software security with innovative and cutting edge solutions to software security challenges.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
4. '''Global/Growing''' - Around the world, OWASP encourages and supports innovation and experiments for solutions to software security challenges.  This award goes to an individual who truly represents the OWASP Global scope and recognizes the importance of growth.  The nominee reaches out beyond the OWASP circle to raise awareness of software security in locations outside of the OWASP comfort zone.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=='''And the Nominees Are...'''==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; align=&amp;quot;center&amp;quot; width=&amp;quot;150&amp;quot; | Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; align=&amp;quot;center&amp;quot; width=&amp;quot;800&amp;quot; | Category &amp;amp; Citation&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Tony Clarke||align=&amp;quot;center&amp;quot;|'''Open/Leading Category'''&amp;lt;br&amp;gt; Tony has been nominated 2 times for this category.&amp;lt;br&amp;gt; '''Citation 1'''Tony has recently volunteered in the Dublin (Ireland) chapter and more recently been voted in as chapter leader. From his initial efforts, Tony has completely transformed this stagnant chapter and has already in just a few months re-organised the chapter and opened it up to the many volunteers who want to be involved. Running initiatives such as 'Women in Appsec', Tony has helped increase meeting attendances and the Dublin board now consists of nearly 20 individuals. Tony has embraced the open, transparency and inclusiveness side of owasp and is an inspiration to many.&amp;lt;br&amp;gt; &lt;br /&gt;
'''Citation 2''' I would like to Nominate Tony Clarke for this award. He has been on the OWASP board in Dublin since November 2015 and there have been massive changes within the chapter since then. Tony has transformed the Dublin Chapter and has been recently elected as Dublin Chapter Lead with a landslide victory.I have been attending OWASP events since 2012 and over the past 8 months it is visible of the impact Tony and OWASP are having within the local Dublin security security community.Previously, events were sporadic and occurred every few months. There was never an organised schedule of events. Communication of the events were also poor. With Tony on board, this has changed. Events are now at the end of each month and are organised on a scheduled basis. Communication has improved and with extra social media interaction, OWASP events are now more visible than before.At the end of May the Chapter hosted an event focusing on Women In Security. Keynote speakers such as Jane Frankland, Jacky Fox, local women involved in the security community presented at the event.Everyone left the event feeling motivated. My partner who is a science graduate attended the event with me. She left the event wanting to work in Security and has since begun the enrollment into a Security Conversion Masters in UCD. This is the sort of impact which Tony's work is having on the people of Dublin.The OWASP Dublin chapter previously had 40-50 people MAX at events. It was the same people always. There were 200+ people in attendance at the Women In Security event in May. This sort of attendee never been seen before at a local chapter meeting in Dublin.I believe that this attendance peaked because of Tony's drive to engage the security community in Dublin. Tony organised contacts in universities and large multinational organisations to send email communication to Dublin staff'students. His aim to get more women studying technology or working in technology companies engaging with the security community in Dublin. Tony is leaving no stone un-turned to make OWASP Dublin to success within the community.As a committee member of OWASP Dublin I know that Tony is now reaching out to work with local education bodies such as Smart futures (Science Foundation Ireland) Dublin Institute of Technology, ISACA and Science Gallery. He has brought a plan to our chapter and given us a goal this year to collaborate with education bodies to try sell our security industry to people in education. This is not limited to 3rd level, but also primary and secondary. Tony is leading this initiative and it would not happen without him.I found out about these awards as Tony is trying to improve the open-ness of the Dublin chapter. He is encouraging the community to post this sort of communications to the social media platforms such as facebook, twitter, linked-in.Based on above, Tony has demonstrated that he is not in this for the title or limelight but for the good of the community. He is a leader who is willing to listen and wants to delegate if any OWASP committee member are willing to take on a task. Like any good leader, if he does not have anyone available to do a task, he does it himself.OWASP Dublin Chapter has only been under the leadership of Tony Clarke for two months. We have been enjoying success since Tony first attended a board meeting in 2015. Tony is having major impact within Dublin. I encourage you to strongly consider Tony for this award as he has done great things for us here in Dublin and his leadership is going from strength to strength. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Jeremy Long||align=&amp;quot;center&amp;quot;|'''Open/Leading Category'''  Jeremy wrote a tool, donated it to OWASP and in 2016 it because on of the OWASP Flagship projects. He is not noisy or gets a lot of attention, but every morning before work - Jeremy works on the OWASP Dependency Check. Dependency-Check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities. Currently Java and .NET are supported; additional experimental support has been added for Ruby, Node.js, Python, and limited support for C/C++ build systems (autoconf and cmake). The tool can be part of a solution to the OWASP Top 10 2013 A9 - Using Components with Known Vulnerabilities.  &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[https://www.owasp.org/index.php/John_Patrick_Lita John Patrick Lita]||align=&amp;quot;center&amp;quot;|'''Open/Leading Category'''  An outstanding volunteer doing an amazing job in the Asia region to promote OWASP projects and materials, reaching a big audience through his outreach program on universities, government institutions and schools on the Philippines. OWASP is not very well know in this part of the Globe and by promoting it, he is creating awareness about application security&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Owen Pendlebury||align=&amp;quot;center&amp;quot;|'''Open/Leading Category''' Owen has been involved in the OWASP Foundation since 2009. He started out attending OWASP Dublin meetings and helping to facilitate chapter meetings and security workshops. Eventually, he took on the role of Dublin board member and then chapter lead a couple of years later. He has been an extremely active member of the security community and has strived to help drive and improve security best practice at a Global level through his commitment to the OWASP foundation. Owen has been an active and dedicated chapter leader, who has organised regular activities for the OWASP Dublin chapter that benefit the local information security community greatly over the past 6.5 years. Some of the projects that Owen has been involved in include, AppSec EU 2016 Committee/ Training Committee, AppSec EU 2017 successful bid, DaggerCon, Cyber Startup Summit, Source Dublin, Advanced Threat Intelligence Seminars and numerous security workshops.Owen has over 6.5 years’ penetration testing, working as part of a global attack &amp;amp; penetration team for a number organisations including a “Big 4” professional services company. With in-depth experience of application and network penetration testing Owen has worked with many local and global institutions to improve their security posture. Owen is currently a manager in Deloitte Ireland. Owen has also been involved in local education bodies, architecting a masters in cyber security and helping a number of students and experienced individuals find their way in to the security community by making himself available to through all media.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Kathy Thaxton||align=&amp;quot;center&amp;quot;|'''Open/Leading Category''' Kathy Thaxton has been THE key leader for SnowFROC for many years. As with most regional conferences, everyone involved has a day job and nobody's got a lot of spare time to do what must be done.&lt;br /&gt;
Kathy has somehow found time whenever she's been asked, and has done the lion's share of the work required to organize SnowFROC.&lt;br /&gt;
For SnowFROC 2016 we had the usual chaotic first planning meeting where several of us gathered at a pub to see which of us would be able to commit time &amp;amp; to identify potential roles. Everybody left that meeting with action-items. Shortly thereafter, Kathy emailed the rest of us to inform us that she had: drafted a budget,drafted a planning schedule,identified primary &amp;amp; alternate venues,identified primary &amp;amp; competing caterers,reached out to some legendary speakers &amp;amp; gotten tentative commitments,reached out to several vendors &amp;amp; gotten tentative sponsorship commitments, and,identified a good source of volunteers for setup, event day, and tear-down. In other words, Kathy Thaxton had done most of the &amp;quot;heavy lifting&amp;quot; within days of the initial planning meeting! Like previous SnowFROC's, SnowFROC 2016 was attended by Coloradans for the most part, but as with most years we had attendees from Arizona, Utah, Wyoming, and New York. SnowFROC had about 200 attendees, with a mix of ITSec operators, QA/testers, Developers, Auditors, &amp;amp; Managers for all of the above. None of this would have happened without Kathy Thaxton's involvement. Her tact, initiative, cheerfulness, and exceptional organizational skills allowed the rest of the planning committee to focus on things like establishing the curriculum, including a day-long hands-on workshop. Kathy's contribution was so profound and her reputation for organizing a FUN, well-planned, LEARNING event is so great that the local Cloud Security Alliance went out of their way to request her participation on their planning committee for a regional event they're hosting later this year. I attended yesterday's Cloud Security Alliance meeting, and whereas AppSec in the Cloud has been an afterthought at most CSA meetings, it was front-and-center yesterday as the Chapter Leaders asked their members what tracks/topics they'd be most interested in for their upcoming event. That is DEFINITELY reach OUTSIDE of the OWASP community, and again would not have happened without Kathy's stellar achievements at SnowFROCs.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dhiraj Mishra||align=&amp;quot;center&amp;quot;|'''Open/Leading Category''' Handling the OWASP Student Chapter Mumbai,&lt;br /&gt;
https://www.owasp.org/index.php/Mumbai_Student_Chapter. Being a chapter leader, we have endorse the student towards the security ethic&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Tom Brennan Honorable Mention||align=&amp;quot;center&amp;quot;|Tom was nominated for the '''Open/Leading Category'''. Per the WASPY Award rules, board members are not eligible. Tom is a current board member and therefore he is not eligible for the award.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dhiraj Mishra||align=&amp;quot;center&amp;quot;|'''Integrity/Learning Category'''  First Bug hunter in OWASP https://www.owasp.org/index.php/About_OWASP/Bug_Bounty/WOF I would really like to thanks BOD , Mr. Tom , Josh , Jim Sir , and Noreen Mam for giving me the opportunity. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[https://www.owasp.org/index.php/John_Patrick_Lita John Patrick Lita]||align=&amp;quot;center&amp;quot;|'''Open/Leading Categor'''y  An outstanding volunteer doing an amazing job in the Asia region to promote OWASP projects and materials, reaching a big audience through his outreach program on universities, government institutions and schools on the Philippines. OWASP is not very well know in this part of the Globe and by promoting it, he is creating awareness about application security&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Steve Kosten||align=&amp;quot;center&amp;quot;|'''Integrity/Learning Category'''  Steve Kosten is the Denver Chapter Leader. For the past year, Steve has built community and fostered AppSec learning within Colorado. Before Steve joined the Denver OWASP Board, the Chapter was averaging 2 meetings per year attended by about 15 people. After 1 year on the board there had been 6 meetings with a high-water mark of 50 attendees. Since Steve has become Chapter Leader, attendance is &amp;gt;75 for the 4+ meetings each year. This is directly attributable to Steve's selection of top-quality speakers and an exceptional partnership with a local vendor who provides venue &amp;amp; catering, all in exchange for a simple &amp;quot;thank you&amp;quot; and round of applause. As a SANS AppSec Instructor, Steve is an AppSec expert who has cheerfully shared his expertise with attendees. Steve is a selfless leader who has profoundly improved the Denver OWASP Chapter and become a highly sought-after resource in this community.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Eoin Keary||align=&amp;quot;center&amp;quot;|'''Integrity/Learning Category'''  Eoin gives up his free time to run free security training sessions within the community in Dublin. He is dedicated to spreading the OWASP message within Dublin. He is working within the community for the good of OWASP . Eoin is a committee member and does not have any &amp;quot;board&amp;quot; level title. He is giving to the community and is demonstrating that he does not expect anything in return. Eoin is a role model within our Dublin Chapter&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Owen Pendlebury||align=&amp;quot;center&amp;quot;|'''Integrity/Learning Category'''  Owen has been involved in the OWASP Foundation since 2009. He started out attending OWASP Dublin meetings and helping to facilitate chapter meetings and security workshops. Eventually, he took on the role of Dublin board member and then chapter lead a couple of years later. He has been an extremely active member of the security community and has strived to help drive and improve security best practice at a Global level through his commitment to the OWASP foundation. Owen has been an active and dedicated chapter leader, who has organised regular activities for the OWASP Dublin chapter that benefit the local information security community greatly over the past 6.5 years. Some of the projects that Owen has been involved in include, AppSec EU 2016 Committee/ Training Committee, AppSec EU 2017 successful bid, DaggerCon, Cyber Startup Summit, Source Dublin, Advanced Threat Intelligence Seminars and numerous security workshops. Owen has over 6.5 years’ penetration testing, working as part of a global attack &amp;amp; penetration team for a number organisations including a “Big 4” professional services company. With in-depth experience of application and network penetration testing Owen has worked with many local and global institutions to improve their security posture. Owen is currently a manager in Deloitte Ireland. Owen has also been involved in local education bodies, architecting a masters in cyber security and helping a number of students and experienced individuals find their way in to the security community by making himself available to through all media.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dhiraj Mishra||align=&amp;quot;center&amp;quot;|'''Innovation/Sharing Category'''  I have created and contributed myself towards SQLi WAF ByPassing which is been recommended by many professionals in the InfoSec community.https://www.owasp.org/index.php/SQL_Injection_Bypassing_WAF. I am the contributor in the popular XSS Evasion CheatSheet.https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet and I am trying to contribute more out of it.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[https://www.owasp.org/index.php/John_Patrick_Lita John Patrick Lita]||align=&amp;quot;center&amp;quot;|'''Open/Leading Category'''  An outstanding volunteer doing an amazing job in the Asia region to promote OWASP projects and materials, reaching a big audience through his outreach program on universities, government institutions and schools on the Philippines. OWASP is not very well know in this part of the Globe and by promoting it, he is creating awareness about application security&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Mark Major||align=&amp;quot;center&amp;quot;|'''Innovation/Sharing Category'''  Mark Major did a LOT of HARD work to ensure that AppSecUSA was a success in Denver. He has consulted with his Chapter and worked with OWASP to try to take the Chapter to the next level. Specifically, his research into using some of the proceeds from his efforts at AppSecUSA to establish an AppSec HackerSpace is both innovative and well overdue.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Owen Pendlebury||align=&amp;quot;center&amp;quot;|'''Innovation/Sharing Category'''  Owen has been involved in the OWASP Foundation since 2009. He started out attending OWASP Dublin meetings and helping to facilitate chapter meetings and security workshops. Eventually, he took on the role of Dublin board member and then chapter lead a couple of years later. He has been an extremely active member of the security community and has strived to help drive and improve security best practice at a Global level through his commitment to the OWASP foundation. Owen has been an active and dedicated chapter leader, who has organised regular activities for the OWASP Dublin chapter that benefit the local information security community greatly over the past 6.5 years. Some of the projects that Owen has been involved in include, AppSec EU 2016 Committee/ Training Committee, AppSec EU 2017 successful bid, DaggerCon, Cyber Startup Summit, Source Dublin, Advanced Threat Intelligence Seminars and numerous security workshops.Owen has over 6.5 years’ penetration testing, working as part of a global attack &amp;amp; penetration team for a number organisations including a “Big 4” professional services company. With in-depth experience of application and network penetration testing Owen has worked with many local and global institutions to improve their security posture. Owen is currently a manager in Deloitte Ireland. Owen has also been involved in local education bodies, architecting a masters in cyber security and helping a number of students and experienced individuals find their way in to the security community by making himself available to through all media.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dhiraj Mishra||align=&amp;quot;center&amp;quot;|'''Global/Growing Category'''  Handling the OWASP Student Chapter Mumbai ,&lt;br /&gt;
https://www.owasp.org/index.php/Mumbai_Student_Chapter. Being a chapter leader, we have endorse the student towards the security ethics&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[https://www.owasp.org/index.php/John_Patrick_Lita John Patrick Lita]||align=&amp;quot;center&amp;quot;|'''Global/Growing Category'''  An outstanding volunteer doing an amazing job in the Asia region to promote OWASP projects and materials, reaching a big audience through his outreach program on universities, government institutions and schools on the Philippines. OWASP is not very well know in this part of the Globe and by promoting it, he is creating awareness about application security&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Kathy Thazton||align=&amp;quot;center&amp;quot;|'''Global/Growing Category''' Kathy Thaxton has been THE key leader for SnowFROC for many years. As with most regional conferences, everyone involved has a day job and nobody's got a lot of spare time to do what must be done.&lt;br /&gt;
Kathy has somehow found time whenever she's been asked, and has done the lion's share of the work required to organize SnowFROC.&lt;br /&gt;
For SnowFROC 2016 we had the usual chaotic first planning meeting where several of us gathered at a pub to see which of us would be able to commit time &amp;amp; to identify potential roles.Everybody left that meeting with action-items.Shortly thereafter, Kathy emailed the rest of us to inform us that she had: drafted a budget,drafted a planning schedule,identified primary &amp;amp; alternate venues,identified primary &amp;amp; competing caterers,reached out to some legendary speakers &amp;amp; gotten tentative commitments,reached out to several vendors &amp;amp; gotten tentative sponsorship commitments, and,identified a good source of volunteers for setup, event day, and tear-down.In other words, Kathy Thaxton had done most of the &amp;quot;heavy lifting&amp;quot; within days of the initial planning meeting!Like previous SnowFROC's, SnowFROC 2016 was attended by Coloradans for the most part, but as with most years we had attendees from Arizona, Utah, Wyoming, and New York.SnowFROC had about 200 attendees, with a mix of ITSec operators, QA/testers, Developers, Auditors, &amp;amp; Managers for all of the above.None of this would have happened without Kathy Thaxton's involvement. Her tact, initiative, cheerfulness, and exceptional organizational skills allowed the rest of the planning committee to focus on things like establishing the curriculum, including a day-long hands-on workshop.Kathy's contribution was so profound and her reputation for organizing a FUN, well-planned, LEARNING event is so great that the local Cloud Security Alliance went out of their way to request her participation on their planning committee for a regional event they're hosting later this year.I attended yesterday's Cloud Security Alliance meeting, and whereas AppSec in the Cloud has been an afterthought at most CSA meetings, it was front-and-center yesterday as the Chapter Leaders asked their members what tracks/topics they'd be most interested in for their upcoming event.That is DEFINITELY reach OUTSIDE of the OWASP community, and again would not have happened without Kathy's stellar achievements at SnowFROCs.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|OWen Pendlebury||align=&amp;quot;center&amp;quot;|'''Global/Growing Category''' Owen has been involved in the OWASP Foundation since 2009. He started out attending OWASP Dublin meetings and helping to facilitate chapter meetings and security workshops. Eventually, he took on the role of Dublin board member and then chapter lead a couple of years later. He has been an extremely active member of the security community and has strived to help drive and improve security best practice at a Global level through his commitment to the OWASP foundation. Owen has been an active and dedicated chapter leader, who has organised regular activities for the OWASP Dublin chapter that benefit the local information security community greatly over the past 6.5 years. Some of the projects that Owen has been involved in include, AppSec EU 2016 Committee/ Training Committee, AppSec EU 2017 successful bid, DaggerCon, Cyber Startup Summit, Source Dublin, Advanced Threat Intelligence Seminars and numerous security workshops. Owen has over 6.5 years’ penetration testing, working as part of a global attack &amp;amp; penetration team for a number organisations including a “Big 4” professional services company. With in-depth experience of application and network penetration testing Owen has worked with many local and global institutions to improve their security posture. Owen is currently a manager in Deloitte Ireland.Owen has also been involved in local education bodies, architecting a masters in cyber security and helping a number of students and experienced individuals find their way in to the security community by making himself available to through all media.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
== '''Rules'''==&lt;br /&gt;
'''Remember the purpose of these awards is to recognize the UNSUNG HEROS out there, that are barely recognized for their contributions to the OWASP Foundation.'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
1. [https://www.owasp.org/index.php/About_OWASP#2015_Global_Board_Members Board members] may not be nominated&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
2. [https://www.owasp.org/index.php/About_OWASP#Employees_and_Contractors_of_the_OWASP_Foundation Employees &amp;amp; Contractors] may not be nominated&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
3. You MUST be a [https://www.owasp.org/index.php/2016_Membership_Drive_April_1_-_June_20 Paid or Honorary member] to vote and your [https://docs.google.com/spreadsheets/d/1iabh7RrMMRQce0cDQsv_GdQtSKz4G9ISan9svfn_6kE/edit#gid=1961079767 membership] needs to be on file by June 20, 2016&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
4. All nominees will remain anonymous until July 11, 2016&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
5. Anyone can nominate an &amp;quot;unsung hero&amp;quot; who has contributed in some way to OWASP who they feel best fits each category&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
6. You may only nominate one person per category&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Eligible Voters'''==&lt;br /&gt;
Individuals who were members as of June 20, 2016 are eligible and are listed [https://docs.google.com/spreadsheets/d/1iabh7RrMMRQce0cDQsv_GdQtSKz4G9ISan9svfn_6kE/edit#gid=1961079767 here]. Please take a minute to verify your name is on the list.  If you are '''NOT''' on the list and believe you should be, then you should '''[https://www.tfaforms.com/308703 contact us immediately]'''&lt;br /&gt;
&lt;br /&gt;
=='''Sponsorship Opportunities'''==&lt;br /&gt;
Coming Soon!&lt;br /&gt;
&lt;br /&gt;
The support from our sponsors, is what makes these awards truly successful!&lt;br /&gt;
&lt;br /&gt;
=='''Communication'''==&lt;br /&gt;
June 7, 2016 [https://twitter.com/owasp/status/740236956550959104 Twitter], [https://www.facebook.com/groups/owaspfoundation/permalink/1004714156315924/ Facebook], [https://www.linkedin.com/groups/36874/36874-6146003139049906179 LinkedIn], [https://plus.google.com/116933056486234813396/posts/7AktQkr9y5c Google+], [http://owasp.blogspot.com/2016/06/2016-waspy-awards.html OWASP Blog].&lt;br /&gt;
&lt;br /&gt;
=='''Past WASPY Awards'''==&lt;br /&gt;
[https://www.owasp.org/index.php/WASPY_Awards_2015 2015]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.owasp.org/index.php/WASPY_Awards_2014 2014] &amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.owasp.org/index.php/WASPY_Awards_2013 2013] &amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.owasp.org/index.php/WASPY_Awards_2012 2012]&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=WASPY_Awards_2016&amp;diff=219627</id>
		<title>WASPY Awards 2016</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=WASPY_Awards_2016&amp;diff=219627"/>
				<updated>2016-07-30T03:35:10Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: /* And the Nominees Are... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:WASPY 2016 Banner.jpg]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font size=&amp;quot;6&amp;quot;&amp;gt;'''Web Application Security People of the Year Awards 2016'''&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Timeline'''==&lt;br /&gt;
June 7, 2016 - Call for Nominees Opens! CLOSED&amp;lt;br&amp;gt;&lt;br /&gt;
June 20, 2016 - [https://www.owasp.org/index.php/2016_Membership_Drive_April_1_-_June_20 Paid Membership] Deadline. Not sure if you are a member? [https://docs.google.com/spreadsheets/d/1iabh7RrMMRQce0cDQsv_GdQtSKz4G9ISan9svfn_6kE/edit?usp=sharing Check Here ]&amp;lt;br&amp;gt;&lt;br /&gt;
July 28, 2016 - Call for Nominees CLOSED&amp;lt;br&amp;gt;&lt;br /&gt;
July 29, 2016 - Announcement of Nominees per Category to the Community&amp;lt;br&amp;gt;&lt;br /&gt;
August 5, 2016 - Deadline for Nominee Profile Picture and Bio to be created and added to the nominees Citation&amp;lt;br&amp;gt;&lt;br /&gt;
August 8, 2016 - Voting Opens&amp;lt;br&amp;gt;&lt;br /&gt;
August 24, 2016 - Voting Closes&amp;lt;br&amp;gt;&lt;br /&gt;
August 25, 2016 - Winners are Notified&amp;lt;br&amp;gt;&lt;br /&gt;
August 25, 2016 - Announcement of Winners to the Community&amp;lt;br&amp;gt;&lt;br /&gt;
October 13/14, 2016 - Award Ceremony at AppSecUSA 2016 in Washington, DC&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Purpose of the Awards'''==&lt;br /&gt;
Each year there are many individuals who do amazing work, dedicating countless hours to share, improve, and strengthen the OWASP mission.  Some of these individuals are well known to the community while others are not.  &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''The purpose of these awards is to bring recognition to those who &amp;quot;FLY UNDER THE RADAR&amp;quot;.  These are the individuals who are passionate about OWASP, who contribute hours of their own free time to the organization to help improve the cyber-security world, yet seem to go unrecognized.'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Community members are able to nominate 1 individual per category (see Categories below) who they feel best fits these descriptions so that, as a community, we can recognize these people for their contributions. We are tying in the WASPY Awards to help identify and recognize individuals who demonstrate our core values and annual report theme of ''Leading - Learning - Sharing - Growing''.  We value your input and consideration for nominations in the categories below.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Categories'''==&lt;br /&gt;
1. '''Open/Leading''' - Everything at OWASP is radically transparent – from our finances to our code.  This award goes to a member of the OWASP community who has supported the OWASP mission of transparency through their influence, management, and leadership in the community.  This might be a chapter or project leader or may be someone who has worked within the community.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; align=&amp;quot;center&amp;quot; width=&amp;quot;150&amp;quot; | Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; align=&amp;quot;center&amp;quot; width=&amp;quot;800&amp;quot; | Category &amp;amp; Citation&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Tony Clarke||align=&amp;quot;center&amp;quot;|'''Open/Leading Category'''&amp;lt;br&amp;gt; Tony has been nominated 2 times for this category.&amp;lt;br&amp;gt; '''Citation 1'''Tony has recently volunteered in the Dublin (Ireland) chapter and more recently been voted in as chapter leader. From his initial efforts, Tony has completely transformed this stagnant chapter and has already in just a few months re-organised the chapter and opened it up to the many volunteers who want to be involved. Running initiatives such as 'Women in Appsec', Tony has helped increase meeting attendances and the Dublin board now consists of nearly 20 individuals. Tony has embraced the open, transparency and inclusiveness side of owasp and is an inspiration to many.&amp;lt;br&amp;gt; &lt;br /&gt;
'''Citation 2''' I would like to Nominate Tony Clarke for this award. He has been on the OWASP board in Dublin since November 2015 and there have been massive changes within the chapter since then. Tony has transformed the Dublin Chapter and has been recently elected as Dublin Chapter Lead with a landslide victory.I have been attending OWASP events since 2012 and over the past 8 months it is visible of the impact Tony and OWASP are having within the local Dublin security security community.Previously, events were sporadic and occurred every few months. There was never an organised schedule of events. Communication of the events were also poor. With Tony on board, this has changed. Events are now at the end of each month and are organised on a scheduled basis. Communication has improved and with extra social media interaction, OWASP events are now more visible than before.At the end of May the Chapter hosted an event focusing on Women In Security. Keynote speakers such as Jane Frankland, Jacky Fox, local women involved in the security community presented at the event.Everyone left the event feeling motivated. My partner who is a science graduate attended the event with me. She left the event wanting to work in Security and has since begun the enrollment into a Security Conversion Masters in UCD. This is the sort of impact which Tony's work is having on the people of Dublin.The OWASP Dublin chapter previously had 40-50 people MAX at events. It was the same people always. There were 200+ people in attendance at the Women In Security event in May. This sort of attendee never been seen before at a local chapter meeting in Dublin.I believe that this attendance peaked because of Tony's drive to engage the security community in Dublin. Tony organised contacts in universities and large multinational organisations to send email communication to Dublin staff'students. His aim to get more women studying technology or working in technology companies engaging with the security community in Dublin. Tony is leaving no stone un-turned to make OWASP Dublin to success within the community.As a committee member of OWASP Dublin I know that Tony is now reaching out to work with local education bodies such as Smart futures (Science Foundation Ireland) Dublin Institute of Technology, ISACA and Science Gallery. He has brought a plan to our chapter and given us a goal this year to collaborate with education bodies to try sell our security industry to people in education. This is not limited to 3rd level, but also primary and secondary. Tony is leading this initiative and it would not happen without him.I found out about these awards as Tony is trying to improve the open-ness of the Dublin chapter. He is encouraging the community to post this sort of communications to the social media platforms such as facebook, twitter, linked-in.Based on above, Tony has demonstrated that he is not in this for the title or limelight but for the good of the community. He is a leader who is willing to listen and wants to delegate if any OWASP committee member are willing to take on a task. Like any good leader, if he does not have anyone available to do a task, he does it himself.OWASP Dublin Chapter has only been under the leadership of Tony Clarke for two months. We have been enjoying success since Tony first attended a board meeting in 2015. Tony is having major impact within Dublin. I encourage you to strongly consider Tony for this award as he has done great things for us here in Dublin and his leadership is going from strength to strength. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Jeremy Long||align=&amp;quot;center&amp;quot;|'''Open/Leading Category'''  Jeremy wrote a tool, donated it to OWASP and in 2016 it because on of the OWASP Flagship projects. He is not noisy or gets a lot of attention, but every morning before work - Jeremy works on the OWASP Dependency Check. Dependency-Check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities. Currently Java and .NET are supported; additional experimental support has been added for Ruby, Node.js, Python, and limited support for C/C++ build systems (autoconf and cmake). The tool can be part of a solution to the OWASP Top 10 2013 A9 - Using Components with Known Vulnerabilities.  &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|John Patrick Lita||align=&amp;quot;center&amp;quot;|'''Open/Leading Category'''  An outstanding volunteer doing an amazing job in the Asia region to promote OWASP projects and materials, reaching a big audience through his outreach program on universities, government institutions and schools on the Philippines. OWASP is not very well know in this part of the Globe and by promoting it, he is creating awareness about application security&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Owen Pendlebury||align=&amp;quot;center&amp;quot;|'''Open/Leading Category''' Owen has been involved in the OWASP Foundation since 2009. He started out attending OWASP Dublin meetings and helping to facilitate chapter meetings and security workshops. Eventually, he took on the role of Dublin board member and then chapter lead a couple of years later. He has been an extremely active member of the security community and has strived to help drive and improve security best practice at a Global level through his commitment to the OWASP foundation. Owen has been an active and dedicated chapter leader, who has organised regular activities for the OWASP Dublin chapter that benefit the local information security community greatly over the past 6.5 years. Some of the projects that Owen has been involved in include, AppSec EU 2016 Committee/ Training Committee, AppSec EU 2017 successful bid, DaggerCon, Cyber Startup Summit, Source Dublin, Advanced Threat Intelligence Seminars and numerous security workshops.Owen has over 6.5 years’ penetration testing, working as part of a global attack &amp;amp; penetration team for a number organisations including a “Big 4” professional services company. With in-depth experience of application and network penetration testing Owen has worked with many local and global institutions to improve their security posture. Owen is currently a manager in Deloitte Ireland. Owen has also been involved in local education bodies, architecting a masters in cyber security and helping a number of students and experienced individuals find their way in to the security community by making himself available to through all media.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Kathy Thaxton||align=&amp;quot;center&amp;quot;|'''Open/Leading Category''' Kathy Thaxton has been THE key leader for SnowFROC for many years. As with most regional conferences, everyone involved has a day job and nobody's got a lot of spare time to do what must be done.&lt;br /&gt;
Kathy has somehow found time whenever she's been asked, and has done the lion's share of the work required to organize SnowFROC.&lt;br /&gt;
For SnowFROC 2016 we had the usual chaotic first planning meeting where several of us gathered at a pub to see which of us would be able to commit time &amp;amp; to identify potential roles. Everybody left that meeting with action-items. Shortly thereafter, Kathy emailed the rest of us to inform us that she had: drafted a budget,drafted a planning schedule,identified primary &amp;amp; alternate venues,identified primary &amp;amp; competing caterers,reached out to some legendary speakers &amp;amp; gotten tentative commitments,reached out to several vendors &amp;amp; gotten tentative sponsorship commitments, and,identified a good source of volunteers for setup, event day, and tear-down. In other words, Kathy Thaxton had done most of the &amp;quot;heavy lifting&amp;quot; within days of the initial planning meeting! Like previous SnowFROC's, SnowFROC 2016 was attended by Coloradans for the most part, but as with most years we had attendees from Arizona, Utah, Wyoming, and New York. SnowFROC had about 200 attendees, with a mix of ITSec operators, QA/testers, Developers, Auditors, &amp;amp; Managers for all of the above. None of this would have happened without Kathy Thaxton's involvement. Her tact, initiative, cheerfulness, and exceptional organizational skills allowed the rest of the planning committee to focus on things like establishing the curriculum, including a day-long hands-on workshop. Kathy's contribution was so profound and her reputation for organizing a FUN, well-planned, LEARNING event is so great that the local Cloud Security Alliance went out of their way to request her participation on their planning committee for a regional event they're hosting later this year. I attended yesterday's Cloud Security Alliance meeting, and whereas AppSec in the Cloud has been an afterthought at most CSA meetings, it was front-and-center yesterday as the Chapter Leaders asked their members what tracks/topics they'd be most interested in for their upcoming event. That is DEFINITELY reach OUTSIDE of the OWASP community, and again would not have happened without Kathy's stellar achievements at SnowFROCs.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dhiraj Mishra||align=&amp;quot;center&amp;quot;|'''Open/Leading Category''' Handling the OWASP Student Chapter Mumbai,&lt;br /&gt;
https://www.owasp.org/index.php/Mumbai_Student_Chapter. Being a chapter leader, we have endorse the student towards the security ethic&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Tom Brennan Honorable Mention||align=&amp;quot;center&amp;quot;|Tom was nominated for the '''Open/Leading Category'''. Per the WASPY Award rules, board members are not eligible. Tom is a current board member and therefore he is not eligible for the award.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dhiraj Mishra||align=&amp;quot;center&amp;quot;|'''Integrity/Learning Category'''  First Bug hunter in OWASP https://www.owasp.org/index.php/About_OWASP/Bug_Bounty/WOF I would really like to thanks BOD , Mr. Tom , Josh , Jim Sir , and Noreen Mam for giving me the opportunity. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|John Patrick Lita||align=&amp;quot;center&amp;quot;|'''Integrity/Learning Category'''  An outstanding volunteer doing an amazing job in the Asia region to promote OWASP projects and materials, reaching a big audience through his outreach program on universities, government institutions and schools on the Philippines. OWASP is not very well know in this part of the Globe and by promoting it, he is creating awareness about application security&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Steve Kosten||align=&amp;quot;center&amp;quot;|'''Integrity/Learning Category'''  Steve Kosten is the Denver Chapter Leader. For the past year, Steve has built community and fostered AppSec learning within Colorado. Before Steve joined the Denver OWASP Board, the Chapter was averaging 2 meetings per year attended by about 15 people. After 1 year on the board there had been 6 meetings with a high-water mark of 50 attendees. Since Steve has become Chapter Leader, attendance is &amp;gt;75 for the 4+ meetings each year. This is directly attributable to Steve's selection of top-quality speakers and an exceptional partnership with a local vendor who provides venue &amp;amp; catering, all in exchange for a simple &amp;quot;thank you&amp;quot; and round of applause. As a SANS AppSec Instructor, Steve is an AppSec expert who has cheerfully shared his expertise with attendees. Steve is a selfless leader who has profoundly improved the Denver OWASP Chapter and become a highly sought-after resource in this community.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Eoin Keary||align=&amp;quot;center&amp;quot;|'''Integrity/Learning Category'''  Eoin gives up his free time to run free security training sessions within the community in Dublin. He is dedicated to spreading the OWASP message within Dublin. He is working within the community for the good of OWASP . Eoin is a committee member and does not have any &amp;quot;board&amp;quot; level title. He is giving to the community and is demonstrating that he does not expect anything in return. Eoin is a role model within our Dublin Chapter&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Owen Pendlebury||align=&amp;quot;center&amp;quot;|'''Integrity/Learning Category'''  Owen has been involved in the OWASP Foundation since 2009. He started out attending OWASP Dublin meetings and helping to facilitate chapter meetings and security workshops. Eventually, he took on the role of Dublin board member and then chapter lead a couple of years later. He has been an extremely active member of the security community and has strived to help drive and improve security best practice at a Global level through his commitment to the OWASP foundation. Owen has been an active and dedicated chapter leader, who has organised regular activities for the OWASP Dublin chapter that benefit the local information security community greatly over the past 6.5 years. Some of the projects that Owen has been involved in include, AppSec EU 2016 Committee/ Training Committee, AppSec EU 2017 successful bid, DaggerCon, Cyber Startup Summit, Source Dublin, Advanced Threat Intelligence Seminars and numerous security workshops. Owen has over 6.5 years’ penetration testing, working as part of a global attack &amp;amp; penetration team for a number organisations including a “Big 4” professional services company. With in-depth experience of application and network penetration testing Owen has worked with many local and global institutions to improve their security posture. Owen is currently a manager in Deloitte Ireland. Owen has also been involved in local education bodies, architecting a masters in cyber security and helping a number of students and experienced individuals find their way in to the security community by making himself available to through all media.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dhiraj Mishr||align=&amp;quot;center&amp;quot;|'''Innovation/Sharing Category'''  I have created and contributed myself towards SQLi WAF ByPassing which is been recommended by many professionals in the InfoSec community.https://www.owasp.org/index.php/SQL_Injection_Bypassing_WAF. I am the contributor in the popular XSS Evasion CheatSheet.https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet and I am trying to contribute more out of it.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|John Patrick Lita||align=&amp;quot;center&amp;quot;|'''Innovation/Sharing Category'''  An outstanding volunteer doing an amazing job in the Asia region to promote OWASP projects and materials, reaching a big audience through his outreach program on universities, government institutions and schools on the Philippines. OWASP is not very well know in this part of the Globe and by promoting it, he is creating awareness about application security&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Mark Major||align=&amp;quot;center&amp;quot;|'''Innovation/Sharing Category'''  Mark Major did a LOT of HARD work to ensure that AppSecUSA was a success in Denver. He has consulted with his Chapter and worked with OWASP to try to take the Chapter to the next level. Specifically, his research into using some of the proceeds from his efforts at AppSecUSA to establish an AppSec HackerSpace is both innovative and well overdue.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Owen Pendlebury||align=&amp;quot;center&amp;quot;|'''Innovation/Sharing Category'''  Owen has been involved in the OWASP Foundation since 2009. He started out attending OWASP Dublin meetings and helping to facilitate chapter meetings and security workshops. Eventually, he took on the role of Dublin board member and then chapter lead a couple of years later. He has been an extremely active member of the security community and has strived to help drive and improve security best practice at a Global level through his commitment to the OWASP foundation. Owen has been an active and dedicated chapter leader, who has organised regular activities for the OWASP Dublin chapter that benefit the local information security community greatly over the past 6.5 years. Some of the projects that Owen has been involved in include, AppSec EU 2016 Committee/ Training Committee, AppSec EU 2017 successful bid, DaggerCon, Cyber Startup Summit, Source Dublin, Advanced Threat Intelligence Seminars and numerous security workshops.Owen has over 6.5 years’ penetration testing, working as part of a global attack &amp;amp; penetration team for a number organisations including a “Big 4” professional services company. With in-depth experience of application and network penetration testing Owen has worked with many local and global institutions to improve their security posture. Owen is currently a manager in Deloitte Ireland. Owen has also been involved in local education bodies, architecting a masters in cyber security and helping a number of students and experienced individuals find their way in to the security community by making himself available to through all media.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dhiraj Mishr||align=&amp;quot;center&amp;quot;|'''Global/Growing Category'''  Handling the OWASP Student Chapter Mumbai ,&lt;br /&gt;
https://www.owasp.org/index.php/Mumbai_Student_Chapter. Being a chapter leader, we have endorse the student towards the security ethics&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|John Patrick Lita||align=&amp;quot;center&amp;quot;|'''Global/Growing Category'''  An outstanding volunteer doing an amazing job in the Asia region to promote OWASP projects and materials, reaching a big audience through his outreach program on universities, government institutions and schools on the Philippines. OWASP is not very well know in this part of the Globe and by promoting it, he is creating awareness about application security&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Kathy Thaxton||align=&amp;quot;center&amp;quot;|'''Global/Growing Category''' Kathy Thaxton has been THE key leader for SnowFROC for many years. As with most regional conferences, everyone involved has a day job and nobody's got a lot of spare time to do what must be done.&lt;br /&gt;
Kathy has somehow found time whenever she's been asked, and has done the lion's share of the work required to organize SnowFROC.&lt;br /&gt;
For SnowFROC 2016 we had the usual chaotic first planning meeting where several of us gathered at a pub to see which of us would be able to commit time &amp;amp; to identify potential roles.Everybody left that meeting with action-items.Shortly thereafter, Kathy emailed the rest of us to inform us that she had: drafted a budget,drafted a planning schedule,identified primary &amp;amp; alternate venues,identified primary &amp;amp; competing caterers,reached out to some legendary speakers &amp;amp; gotten tentative commitments,reached out to several vendors &amp;amp; gotten tentative sponsorship commitments, and,identified a good source of volunteers for setup, event day, and tear-down.In other words, Kathy Thaxton had done most of the &amp;quot;heavy lifting&amp;quot; within days of the initial planning meeting!Like previous SnowFROC's, SnowFROC 2016 was attended by Coloradans for the most part, but as with most years we had attendees from Arizona, Utah, Wyoming, and New York.SnowFROC had about 200 attendees, with a mix of ITSec operators, QA/testers, Developers, Auditors, &amp;amp; Managers for all of the above.None of this would have happened without Kathy Thaxton's involvement. Her tact, initiative, cheerfulness, and exceptional organizational skills allowed the rest of the planning committee to focus on things like establishing the curriculum, including a day-long hands-on workshop.Kathy's contribution was so profound and her reputation for organizing a FUN, well-planned, LEARNING event is so great that the local Cloud Security Alliance went out of their way to request her participation on their planning committee for a regional event they're hosting later this year.I attended yesterday's Cloud Security Alliance meeting, and whereas AppSec in the Cloud has been an afterthought at most CSA meetings, it was front-and-center yesterday as the Chapter Leaders asked their members what tracks/topics they'd be most interested in for their upcoming event.That is DEFINITELY reach OUTSIDE of the OWASP community, and again would not have happened without Kathy's stellar achievements at SnowFROCs.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Owen Pendlebury||align=&amp;quot;center&amp;quot;|'''Global/Growing Category''' Owen has been involved in the OWASP Foundation since 2009. He started out attending OWASP Dublin meetings and helping to facilitate chapter meetings and security workshops. Eventually, he took on the role of Dublin board member and then chapter lead a couple of years later. He has been an extremely active member of the security community and has strived to help drive and improve security best practice at a Global level through his commitment to the OWASP foundation. Owen has been an active and dedicated chapter leader, who has organised regular activities for the OWASP Dublin chapter that benefit the local information security community greatly over the past 6.5 years. Some of the projects that Owen has been involved in include, AppSec EU 2016 Committee/ Training Committee, AppSec EU 2017 successful bid, DaggerCon, Cyber Startup Summit, Source Dublin, Advanced Threat Intelligence Seminars and numerous security workshops. Owen has over 6.5 years’ penetration testing, working as part of a global attack &amp;amp; penetration team for a number organisations including a “Big 4” professional services company. With in-depth experience of application and network penetration testing Owen has worked with many local and global institutions to improve their security posture. Owen is currently a manager in Deloitte Ireland.Owen has also been involved in local education bodies, architecting a masters in cyber security and helping a number of students and experienced individuals find their way in to the security community by making himself available to through all media.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
2. '''Integrity/Learning''' - OWASP is an honest and truthful, vendor neutral, global community.  This award goes to an individual who recognizes the benefits of the power of the collective community within OWASP, who challenges the status quo, and generates an excitement in the learning community.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
3. '''Innovation/Sharing''' - OWASP encourages and supports innovation and experiments for solutions to software security challenges.  This award goes to an individual who has inspired and encouraged others in the arena of software security with innovative and cutting edge solutions to software security challenges.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
4. '''Global/Growing''' - Around the world, OWASP encourages and supports innovation and experiments for solutions to software security challenges.  This award goes to an individual who truly represents the OWASP Global scope and recognizes the importance of growth.  The nominee reaches out beyond the OWASP circle to raise awareness of software security in locations outside of the OWASP comfort zone.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=='''And the Nominees Are...'''==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; align=&amp;quot;center&amp;quot; width=&amp;quot;150&amp;quot; | Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; align=&amp;quot;center&amp;quot; width=&amp;quot;800&amp;quot; | Category &amp;amp; Citation&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Tony Clarke||align=&amp;quot;center&amp;quot;|'''Open/Leading Category'''&amp;lt;br&amp;gt; Tony has been nominated 2 times for this category.&amp;lt;br&amp;gt; '''Citation 1'''Tony has recently volunteered in the Dublin (Ireland) chapter and more recently been voted in as chapter leader. From his initial efforts, Tony has completely transformed this stagnant chapter and has already in just a few months re-organised the chapter and opened it up to the many volunteers who want to be involved. Running initiatives such as 'Women in Appsec', Tony has helped increase meeting attendances and the Dublin board now consists of nearly 20 individuals. Tony has embraced the open, transparency and inclusiveness side of owasp and is an inspiration to many.&amp;lt;br&amp;gt; &lt;br /&gt;
'''Citation 2''' I would like to Nominate Tony Clarke for this award. He has been on the OWASP board in Dublin since November 2015 and there have been massive changes within the chapter since then. Tony has transformed the Dublin Chapter and has been recently elected as Dublin Chapter Lead with a landslide victory.I have been attending OWASP events since 2012 and over the past 8 months it is visible of the impact Tony and OWASP are having within the local Dublin security security community.Previously, events were sporadic and occurred every few months. There was never an organised schedule of events. Communication of the events were also poor. With Tony on board, this has changed. Events are now at the end of each month and are organised on a scheduled basis. Communication has improved and with extra social media interaction, OWASP events are now more visible than before.At the end of May the Chapter hosted an event focusing on Women In Security. Keynote speakers such as Jane Frankland, Jacky Fox, local women involved in the security community presented at the event.Everyone left the event feeling motivated. My partner who is a science graduate attended the event with me. She left the event wanting to work in Security and has since begun the enrollment into a Security Conversion Masters in UCD. This is the sort of impact which Tony's work is having on the people of Dublin.The OWASP Dublin chapter previously had 40-50 people MAX at events. It was the same people always. There were 200+ people in attendance at the Women In Security event in May. This sort of attendee never been seen before at a local chapter meeting in Dublin.I believe that this attendance peaked because of Tony's drive to engage the security community in Dublin. Tony organised contacts in universities and large multinational organisations to send email communication to Dublin staff'students. His aim to get more women studying technology or working in technology companies engaging with the security community in Dublin. Tony is leaving no stone un-turned to make OWASP Dublin to success within the community.As a committee member of OWASP Dublin I know that Tony is now reaching out to work with local education bodies such as Smart futures (Science Foundation Ireland) Dublin Institute of Technology, ISACA and Science Gallery. He has brought a plan to our chapter and given us a goal this year to collaborate with education bodies to try sell our security industry to people in education. This is not limited to 3rd level, but also primary and secondary. Tony is leading this initiative and it would not happen without him.I found out about these awards as Tony is trying to improve the open-ness of the Dublin chapter. He is encouraging the community to post this sort of communications to the social media platforms such as facebook, twitter, linked-in.Based on above, Tony has demonstrated that he is not in this for the title or limelight but for the good of the community. He is a leader who is willing to listen and wants to delegate if any OWASP committee member are willing to take on a task. Like any good leader, if he does not have anyone available to do a task, he does it himself.OWASP Dublin Chapter has only been under the leadership of Tony Clarke for two months. We have been enjoying success since Tony first attended a board meeting in 2015. Tony is having major impact within Dublin. I encourage you to strongly consider Tony for this award as he has done great things for us here in Dublin and his leadership is going from strength to strength. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Jeremy Long||align=&amp;quot;center&amp;quot;|'''Open/Leading Category'''  Jeremy wrote a tool, donated it to OWASP and in 2016 it because on of the OWASP Flagship projects. He is not noisy or gets a lot of attention, but every morning before work - Jeremy works on the OWASP Dependency Check. Dependency-Check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities. Currently Java and .NET are supported; additional experimental support has been added for Ruby, Node.js, Python, and limited support for C/C++ build systems (autoconf and cmake). The tool can be part of a solution to the OWASP Top 10 2013 A9 - Using Components with Known Vulnerabilities.  &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[https://www.owasp.org/index.php/User:Jaypeelita John Patrick Lita]||align=&amp;quot;center&amp;quot;|'''Open/Leading Category'''  An outstanding volunteer doing an amazing job in the Asia region to promote OWASP projects and materials, reaching a big audience through his outreach program on universities, government institutions and schools on the Philippines. OWASP is not very well know in this part of the Globe and by promoting it, he is creating awareness about application security&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Owen Pendlebury||align=&amp;quot;center&amp;quot;|'''Open/Leading Category''' Owen has been involved in the OWASP Foundation since 2009. He started out attending OWASP Dublin meetings and helping to facilitate chapter meetings and security workshops. Eventually, he took on the role of Dublin board member and then chapter lead a couple of years later. He has been an extremely active member of the security community and has strived to help drive and improve security best practice at a Global level through his commitment to the OWASP foundation. Owen has been an active and dedicated chapter leader, who has organised regular activities for the OWASP Dublin chapter that benefit the local information security community greatly over the past 6.5 years. Some of the projects that Owen has been involved in include, AppSec EU 2016 Committee/ Training Committee, AppSec EU 2017 successful bid, DaggerCon, Cyber Startup Summit, Source Dublin, Advanced Threat Intelligence Seminars and numerous security workshops.Owen has over 6.5 years’ penetration testing, working as part of a global attack &amp;amp; penetration team for a number organisations including a “Big 4” professional services company. With in-depth experience of application and network penetration testing Owen has worked with many local and global institutions to improve their security posture. Owen is currently a manager in Deloitte Ireland. Owen has also been involved in local education bodies, architecting a masters in cyber security and helping a number of students and experienced individuals find their way in to the security community by making himself available to through all media.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Kathy Thaxton||align=&amp;quot;center&amp;quot;|'''Open/Leading Category''' Kathy Thaxton has been THE key leader for SnowFROC for many years. As with most regional conferences, everyone involved has a day job and nobody's got a lot of spare time to do what must be done.&lt;br /&gt;
Kathy has somehow found time whenever she's been asked, and has done the lion's share of the work required to organize SnowFROC.&lt;br /&gt;
For SnowFROC 2016 we had the usual chaotic first planning meeting where several of us gathered at a pub to see which of us would be able to commit time &amp;amp; to identify potential roles. Everybody left that meeting with action-items. Shortly thereafter, Kathy emailed the rest of us to inform us that she had: drafted a budget,drafted a planning schedule,identified primary &amp;amp; alternate venues,identified primary &amp;amp; competing caterers,reached out to some legendary speakers &amp;amp; gotten tentative commitments,reached out to several vendors &amp;amp; gotten tentative sponsorship commitments, and,identified a good source of volunteers for setup, event day, and tear-down. In other words, Kathy Thaxton had done most of the &amp;quot;heavy lifting&amp;quot; within days of the initial planning meeting! Like previous SnowFROC's, SnowFROC 2016 was attended by Coloradans for the most part, but as with most years we had attendees from Arizona, Utah, Wyoming, and New York. SnowFROC had about 200 attendees, with a mix of ITSec operators, QA/testers, Developers, Auditors, &amp;amp; Managers for all of the above. None of this would have happened without Kathy Thaxton's involvement. Her tact, initiative, cheerfulness, and exceptional organizational skills allowed the rest of the planning committee to focus on things like establishing the curriculum, including a day-long hands-on workshop. Kathy's contribution was so profound and her reputation for organizing a FUN, well-planned, LEARNING event is so great that the local Cloud Security Alliance went out of their way to request her participation on their planning committee for a regional event they're hosting later this year. I attended yesterday's Cloud Security Alliance meeting, and whereas AppSec in the Cloud has been an afterthought at most CSA meetings, it was front-and-center yesterday as the Chapter Leaders asked their members what tracks/topics they'd be most interested in for their upcoming event. That is DEFINITELY reach OUTSIDE of the OWASP community, and again would not have happened without Kathy's stellar achievements at SnowFROCs.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dhiraj Mishra||align=&amp;quot;center&amp;quot;|'''Open/Leading Category''' Handling the OWASP Student Chapter Mumbai,&lt;br /&gt;
https://www.owasp.org/index.php/Mumbai_Student_Chapter. Being a chapter leader, we have endorse the student towards the security ethic&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Tom Brennan Honorable Mention||align=&amp;quot;center&amp;quot;|Tom was nominated for the '''Open/Leading Category'''. Per the WASPY Award rules, board members are not eligible. Tom is a current board member and therefore he is not eligible for the award.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dhiraj Mishra||align=&amp;quot;center&amp;quot;|'''Integrity/Learning Category'''  First Bug hunter in OWASP https://www.owasp.org/index.php/About_OWASP/Bug_Bounty/WOF I would really like to thanks BOD , Mr. Tom , Josh , Jim Sir , and Noreen Mam for giving me the opportunity. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[https://www.owasp.org/index.php/User:Jaypeelita John Patrick Lita]||align=&amp;quot;center&amp;quot;|'''Open/Leading Categor'''y  An outstanding volunteer doing an amazing job in the Asia region to promote OWASP projects and materials, reaching a big audience through his outreach program on universities, government institutions and schools on the Philippines. OWASP is not very well know in this part of the Globe and by promoting it, he is creating awareness about application security&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Steve Kosten||align=&amp;quot;center&amp;quot;|'''Integrity/Learning Category'''  Steve Kosten is the Denver Chapter Leader. For the past year, Steve has built community and fostered AppSec learning within Colorado. Before Steve joined the Denver OWASP Board, the Chapter was averaging 2 meetings per year attended by about 15 people. After 1 year on the board there had been 6 meetings with a high-water mark of 50 attendees. Since Steve has become Chapter Leader, attendance is &amp;gt;75 for the 4+ meetings each year. This is directly attributable to Steve's selection of top-quality speakers and an exceptional partnership with a local vendor who provides venue &amp;amp; catering, all in exchange for a simple &amp;quot;thank you&amp;quot; and round of applause. As a SANS AppSec Instructor, Steve is an AppSec expert who has cheerfully shared his expertise with attendees. Steve is a selfless leader who has profoundly improved the Denver OWASP Chapter and become a highly sought-after resource in this community.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Eoin Keary||align=&amp;quot;center&amp;quot;|'''Integrity/Learning Category'''  Eoin gives up his free time to run free security training sessions within the community in Dublin. He is dedicated to spreading the OWASP message within Dublin. He is working within the community for the good of OWASP . Eoin is a committee member and does not have any &amp;quot;board&amp;quot; level title. He is giving to the community and is demonstrating that he does not expect anything in return. Eoin is a role model within our Dublin Chapter&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Owen Pendlebury||align=&amp;quot;center&amp;quot;|'''Integrity/Learning Category'''  Owen has been involved in the OWASP Foundation since 2009. He started out attending OWASP Dublin meetings and helping to facilitate chapter meetings and security workshops. Eventually, he took on the role of Dublin board member and then chapter lead a couple of years later. He has been an extremely active member of the security community and has strived to help drive and improve security best practice at a Global level through his commitment to the OWASP foundation. Owen has been an active and dedicated chapter leader, who has organised regular activities for the OWASP Dublin chapter that benefit the local information security community greatly over the past 6.5 years. Some of the projects that Owen has been involved in include, AppSec EU 2016 Committee/ Training Committee, AppSec EU 2017 successful bid, DaggerCon, Cyber Startup Summit, Source Dublin, Advanced Threat Intelligence Seminars and numerous security workshops. Owen has over 6.5 years’ penetration testing, working as part of a global attack &amp;amp; penetration team for a number organisations including a “Big 4” professional services company. With in-depth experience of application and network penetration testing Owen has worked with many local and global institutions to improve their security posture. Owen is currently a manager in Deloitte Ireland. Owen has also been involved in local education bodies, architecting a masters in cyber security and helping a number of students and experienced individuals find their way in to the security community by making himself available to through all media.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dhiraj Mishra||align=&amp;quot;center&amp;quot;|'''Innovation/Sharing Category'''  I have created and contributed myself towards SQLi WAF ByPassing which is been recommended by many professionals in the InfoSec community.https://www.owasp.org/index.php/SQL_Injection_Bypassing_WAF. I am the contributor in the popular XSS Evasion CheatSheet.https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet and I am trying to contribute more out of it.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[https://www.owasp.org/index.php/User:Jaypeelita John Patrick Lita]||align=&amp;quot;center&amp;quot;|'''Open/Leading Category'''  An outstanding volunteer doing an amazing job in the Asia region to promote OWASP projects and materials, reaching a big audience through his outreach program on universities, government institutions and schools on the Philippines. OWASP is not very well know in this part of the Globe and by promoting it, he is creating awareness about application security&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Mark Major||align=&amp;quot;center&amp;quot;|'''Innovation/Sharing Category'''  Mark Major did a LOT of HARD work to ensure that AppSecUSA was a success in Denver. He has consulted with his Chapter and worked with OWASP to try to take the Chapter to the next level. Specifically, his research into using some of the proceeds from his efforts at AppSecUSA to establish an AppSec HackerSpace is both innovative and well overdue.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Owen Pendlebury||align=&amp;quot;center&amp;quot;|'''Innovation/Sharing Category'''  Owen has been involved in the OWASP Foundation since 2009. He started out attending OWASP Dublin meetings and helping to facilitate chapter meetings and security workshops. Eventually, he took on the role of Dublin board member and then chapter lead a couple of years later. He has been an extremely active member of the security community and has strived to help drive and improve security best practice at a Global level through his commitment to the OWASP foundation. Owen has been an active and dedicated chapter leader, who has organised regular activities for the OWASP Dublin chapter that benefit the local information security community greatly over the past 6.5 years. Some of the projects that Owen has been involved in include, AppSec EU 2016 Committee/ Training Committee, AppSec EU 2017 successful bid, DaggerCon, Cyber Startup Summit, Source Dublin, Advanced Threat Intelligence Seminars and numerous security workshops.Owen has over 6.5 years’ penetration testing, working as part of a global attack &amp;amp; penetration team for a number organisations including a “Big 4” professional services company. With in-depth experience of application and network penetration testing Owen has worked with many local and global institutions to improve their security posture. Owen is currently a manager in Deloitte Ireland. Owen has also been involved in local education bodies, architecting a masters in cyber security and helping a number of students and experienced individuals find their way in to the security community by making himself available to through all media.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dhiraj Mishra||align=&amp;quot;center&amp;quot;|'''Global/Growing Category'''  Handling the OWASP Student Chapter Mumbai ,&lt;br /&gt;
https://www.owasp.org/index.php/Mumbai_Student_Chapter. Being a chapter leader, we have endorse the student towards the security ethics&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[https://www.owasp.org/index.php/User:Jaypeelita John Patrick Lita]||align=&amp;quot;center&amp;quot;|'''Global/Growing Category'''  An outstanding volunteer doing an amazing job in the Asia region to promote OWASP projects and materials, reaching a big audience through his outreach program on universities, government institutions and schools on the Philippines. OWASP is not very well know in this part of the Globe and by promoting it, he is creating awareness about application security&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Kathy Thazton||align=&amp;quot;center&amp;quot;|'''Global/Growing Category''' Kathy Thaxton has been THE key leader for SnowFROC for many years. As with most regional conferences, everyone involved has a day job and nobody's got a lot of spare time to do what must be done.&lt;br /&gt;
Kathy has somehow found time whenever she's been asked, and has done the lion's share of the work required to organize SnowFROC.&lt;br /&gt;
For SnowFROC 2016 we had the usual chaotic first planning meeting where several of us gathered at a pub to see which of us would be able to commit time &amp;amp; to identify potential roles.Everybody left that meeting with action-items.Shortly thereafter, Kathy emailed the rest of us to inform us that she had: drafted a budget,drafted a planning schedule,identified primary &amp;amp; alternate venues,identified primary &amp;amp; competing caterers,reached out to some legendary speakers &amp;amp; gotten tentative commitments,reached out to several vendors &amp;amp; gotten tentative sponsorship commitments, and,identified a good source of volunteers for setup, event day, and tear-down.In other words, Kathy Thaxton had done most of the &amp;quot;heavy lifting&amp;quot; within days of the initial planning meeting!Like previous SnowFROC's, SnowFROC 2016 was attended by Coloradans for the most part, but as with most years we had attendees from Arizona, Utah, Wyoming, and New York.SnowFROC had about 200 attendees, with a mix of ITSec operators, QA/testers, Developers, Auditors, &amp;amp; Managers for all of the above.None of this would have happened without Kathy Thaxton's involvement. Her tact, initiative, cheerfulness, and exceptional organizational skills allowed the rest of the planning committee to focus on things like establishing the curriculum, including a day-long hands-on workshop.Kathy's contribution was so profound and her reputation for organizing a FUN, well-planned, LEARNING event is so great that the local Cloud Security Alliance went out of their way to request her participation on their planning committee for a regional event they're hosting later this year.I attended yesterday's Cloud Security Alliance meeting, and whereas AppSec in the Cloud has been an afterthought at most CSA meetings, it was front-and-center yesterday as the Chapter Leaders asked their members what tracks/topics they'd be most interested in for their upcoming event.That is DEFINITELY reach OUTSIDE of the OWASP community, and again would not have happened without Kathy's stellar achievements at SnowFROCs.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|OWen Pendlebury||align=&amp;quot;center&amp;quot;|'''Global/Growing Category''' Owen has been involved in the OWASP Foundation since 2009. He started out attending OWASP Dublin meetings and helping to facilitate chapter meetings and security workshops. Eventually, he took on the role of Dublin board member and then chapter lead a couple of years later. He has been an extremely active member of the security community and has strived to help drive and improve security best practice at a Global level through his commitment to the OWASP foundation. Owen has been an active and dedicated chapter leader, who has organised regular activities for the OWASP Dublin chapter that benefit the local information security community greatly over the past 6.5 years. Some of the projects that Owen has been involved in include, AppSec EU 2016 Committee/ Training Committee, AppSec EU 2017 successful bid, DaggerCon, Cyber Startup Summit, Source Dublin, Advanced Threat Intelligence Seminars and numerous security workshops. Owen has over 6.5 years’ penetration testing, working as part of a global attack &amp;amp; penetration team for a number organisations including a “Big 4” professional services company. With in-depth experience of application and network penetration testing Owen has worked with many local and global institutions to improve their security posture. Owen is currently a manager in Deloitte Ireland.Owen has also been involved in local education bodies, architecting a masters in cyber security and helping a number of students and experienced individuals find their way in to the security community by making himself available to through all media.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
== '''Rules'''==&lt;br /&gt;
'''Remember the purpose of these awards is to recognize the UNSUNG HEROS out there, that are barely recognized for their contributions to the OWASP Foundation.'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
1. [https://www.owasp.org/index.php/About_OWASP#2015_Global_Board_Members Board members] may not be nominated&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
2. [https://www.owasp.org/index.php/About_OWASP#Employees_and_Contractors_of_the_OWASP_Foundation Employees &amp;amp; Contractors] may not be nominated&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
3. You MUST be a [https://www.owasp.org/index.php/2016_Membership_Drive_April_1_-_June_20 Paid or Honorary member] to vote and your [https://docs.google.com/spreadsheets/d/1iabh7RrMMRQce0cDQsv_GdQtSKz4G9ISan9svfn_6kE/edit#gid=1961079767 membership] needs to be on file by June 20, 2016&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
4. All nominees will remain anonymous until July 11, 2016&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
5. Anyone can nominate an &amp;quot;unsung hero&amp;quot; who has contributed in some way to OWASP who they feel best fits each category&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
6. You may only nominate one person per category&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=='''Eligible Voters'''==&lt;br /&gt;
Individuals who were members as of June 20, 2016 are eligible and are listed [https://docs.google.com/spreadsheets/d/1iabh7RrMMRQce0cDQsv_GdQtSKz4G9ISan9svfn_6kE/edit#gid=1961079767 here]. Please take a minute to verify your name is on the list.  If you are '''NOT''' on the list and believe you should be, then you should '''[https://www.tfaforms.com/308703 contact us immediately]'''&lt;br /&gt;
&lt;br /&gt;
=='''Sponsorship Opportunities'''==&lt;br /&gt;
Coming Soon!&lt;br /&gt;
&lt;br /&gt;
The support from our sponsors, is what makes these awards truly successful!&lt;br /&gt;
&lt;br /&gt;
=='''Communication'''==&lt;br /&gt;
June 7, 2016 [https://twitter.com/owasp/status/740236956550959104 Twitter], [https://www.facebook.com/groups/owaspfoundation/permalink/1004714156315924/ Facebook], [https://www.linkedin.com/groups/36874/36874-6146003139049906179 LinkedIn], [https://plus.google.com/116933056486234813396/posts/7AktQkr9y5c Google+], [http://owasp.blogspot.com/2016/06/2016-waspy-awards.html OWASP Blog].&lt;br /&gt;
&lt;br /&gt;
=='''Past WASPY Awards'''==&lt;br /&gt;
[https://www.owasp.org/index.php/WASPY_Awards_2015 2015]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.owasp.org/index.php/WASPY_Awards_2014 2014] &amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.owasp.org/index.php/WASPY_Awards_2013 2013] &amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.owasp.org/index.php/WASPY_Awards_2012 2012]&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User:Jaypeelita&amp;diff=219626</id>
		<title>User:Jaypeelita</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User:Jaypeelita&amp;diff=219626"/>
				<updated>2016-07-30T03:22:37Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May name is John Patrick &amp;quot;JP&amp;quot; Lita C)SS, Official mile2 proctor&amp;lt;br&amp;gt;&lt;br /&gt;
JP has a 5 years experience in IT Security,  he was Acknowledge by Local and International companies&amp;lt;br&amp;gt;&lt;br /&gt;
from private to government sectors like the following Department of Science and Technology (DOST-ASTI Region2), National Bureau of Investigation (NBI), Philippine National Police Anti-Cybercrime Group (PNP-ACG), Philippine Army Cyber Security Division. JP was acknowledge by this government  sector by combating vulnerable software and developing awareness in secure software development.&lt;br /&gt;
&lt;br /&gt;
JP is working as Information Security Consultant in private and government sector, He is one of the founder and owner of Active Security that provides a secured development in mobile and web application and conducting Cyber Security Training with help of kaapagam academy and it was accredited by Cyber Security Malaysia and now they are developing Open Source Intelligence, Malware Intelligence Threat Intelligence Platform and malware analysis and also MalwareIntelligence and Threat Research Analysis service it also covers Android Malware's. reverse engineering from automated to Static Analysis.&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila&amp;diff=215700</id>
		<title>Manila</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila&amp;diff=215700"/>
				<updated>2016-04-20T16:43:58Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: /* Archives */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Chapter Template|chaptername=Manila|extra=The chapter leader is [mailto:John.Patrick.Lita@owasp.org John Patrick Lita] Co-Founder [mailto:jan.jansalin@owasp.org Jan Jacob Glenn Jansalin]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-manila|emailarchives=http://lists.owasp.org/pipermail/owasp-manila}}. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
The OWASP chapter meetings are free and open to anyone interested in application security. If you are interested to attend one in the future please join the [http://lists.owasp.org/mailman/listinfo/owasp-manila mailing list]. The mailing list is also used for sharing application security knowledge among the local community members.&lt;br /&gt;
&lt;br /&gt;
OWASP Manila &amp;quot;OWASP Outreach Project&amp;quot; aims to reach out also to the 2 major island groups in Philippines: Visayas and Mindanao.&lt;br /&gt;
&lt;br /&gt;
For inquiries e-mail our [mailto:jan.jansalin@owasp.org Project Manager].&lt;br /&gt;
&lt;br /&gt;
== Project on Progress ==&lt;br /&gt;
&lt;br /&gt;
[https://www.owasp.org/index.php/OWASP_Online_Academy OWASP Online Academy - Learning Platform]&lt;br /&gt;
&lt;br /&gt;
== OWASP Online Academy  Instructors ==&lt;br /&gt;
&lt;br /&gt;
This are the list of instructor who dedicate their time to help and they are very passionate to teach and help the OWASP Foundation for mission of the&lt;br /&gt;
Global Education Initiative.&lt;br /&gt;
&lt;br /&gt;
*Karan Bansal - Secure coding, Browser Security and Applying Cryptography for InfoSec&amp;lt;br&amp;gt;&lt;br /&gt;
*Hitesh Choudhary - Bug Bounty and Master SQL Injection&amp;lt;br&amp;gt;&lt;br /&gt;
*Muni Njiru - Malwares and Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Karthikeyan Palaniswamy - Python Scripting for Information Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Tushar Malhotra - Web Application Security and Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Milan Singh Thakur - Testing Guide for Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do you like to help? [[Image:Btn_donate_SM.gif|link=http://www.regonline.com/donation_1044369]]&lt;br /&gt;
&lt;br /&gt;
== Events for 2015 ==&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/Outreach_Campaign Outreach Campaign]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/SchoolTour School Tour]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/OwaspManilaMeetUp Owasp Manila MeetUp]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/event/OWAP_Manila_Hackademic2015 HACKADEMIC 2015]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/CallForPapers Call For Papers]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Volunteers ==&lt;br /&gt;
&lt;br /&gt;
[[User:Marai|Masasi Asi Arai]] | [[User:Michaelroevie.victoria|Michael Victoria]] | [[User:Anonuevoroy|Roy Anonuevo]] | [[User:Shilva|Leenard Santos]] | [[User:Usonsam |Sam Uson]] | [[User:reyjmc03 |Jose Mari Rey]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[User:Jessecastroph |Jesse Castro]] | [[User:Ctungcul |Lance Tungcul]] | [[User:Crizon|Eugene Labrador]] | [[User:DEYB|Dave Villar]] | [[User:JayJay19|John Jasper Talinting]] | [[User:Tetaguila|Tet Aguila]] | [[User:SalmanKhanChampion|Salman Khan Champion]] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Archives ==&lt;br /&gt;
'''OWASP Manila Conducted OWASP TOP 10 Exploitation Training at [http://www.ama.edu.ph/ AMA Computer Learning Center Tuguegarao ]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Training / Workshop Title:''' Security Ninja&amp;lt;br&amp;gt;&lt;br /&gt;
'''Instructor:''' [[User:jaypeelita|jaypeelita]]&amp;lt;br&amp;gt; &lt;br /&gt;
The main Goal of this Workshop/Training is to increase the Volunteer and Members in the Cagayan Valley OWASP Chapter.&amp;lt;br&amp;gt;&lt;br /&gt;
*Topics&lt;br /&gt;
**Common WebAppSec Mistakes (OWASP TOP10)&lt;br /&gt;
**Security Best Practices&lt;br /&gt;
&lt;br /&gt;
On the conference proper [[User:jaypeelita|jaypeelita]] talk about WEBAPPSEC 101 to help the corporate companies and students to understand on how to build a secure application and create a work force for AppSec team.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 1:46 PM, 02 Dec 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Conducted Cyber Security Seminar at [http://www.jru.edu/ Jose Rizal University ]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''OWASP Representative:''' John Patrick Lita (Manila President)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Topics:''' &lt;br /&gt;
*Introduction to Information Security&lt;br /&gt;
*OWASP Application Security Verification Standard 3.0&lt;br /&gt;
*Automated Testing vs. Manual Testing&lt;br /&gt;
*Demos: RFI/XSS/SQL/Command Execution and Security Misconfiguration&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 3:35 PM, 27 Nov 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot;Cavite State University Bucana, Naic, Cavite &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and Cyber Security Awareness.&amp;lt;br&amp;gt;&lt;br /&gt;
'''Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
We Talk About what the Following Topics&lt;br /&gt;
*Intrusion Detection/Prevention System&lt;br /&gt;
*Network Based and Hosted Based&lt;br /&gt;
*Benefits of IDS for Web Application Security&lt;br /&gt;
*Characteristics of IDS&lt;br /&gt;
*HoneyPots and Firewalls&lt;br /&gt;
'''Demos&lt;br /&gt;
*SQL Injection&lt;br /&gt;
*Cross Site Scripting (XSS)&lt;br /&gt;
*Sensitive Data Exposure&lt;br /&gt;
*Command Execution&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 3:35 PM, 08 September 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot; Asia Pacific College (APC) &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and also we discuss the following topics&amp;lt;br&amp;gt;&lt;br /&gt;
'''Unpatch Security&amp;lt;br&amp;gt;&lt;br /&gt;
we talk about the Importance of Security and the risk of unpatched Vulnerabilities and how it will affect the Business and it's users.&lt;br /&gt;
*Vulnerability overview in Web Applications&lt;br /&gt;
*Vulnerability overview in Software and Operating Systems&lt;br /&gt;
*What is EXPLOITS and PAYLOADS&lt;br /&gt;
&lt;br /&gt;
With the Partnership of [http://devcon.ph/ DevCon Philippines (Developers Connect)].&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 10:34 PM, 31 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Joins &amp;quot; TechNation Caravan &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
University of Makati (UMAK) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Why Web Application Security is Important&lt;br /&gt;
*HTTPS, SSL, TLS Advantage and Risk.&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 02:49 AM, 7 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Conducted &amp;quot; Basic Information Security Training &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Globe showroom 111 valero st, salcedo village makati&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Sam Uson&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Code review&lt;br /&gt;
*OWASP TOP 10 (Overview)&lt;br /&gt;
*OWASP-ZAP Proxy (Overview/Demo)&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy and Globe Labs for the Venue&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 11:25 PM, 4 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins the event titled &amp;quot; The Gathering &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Fort Bonifacio Philippine Army Headquarters Classroom A, The Signal School (NETC Compound)&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Jan Jacob, Jose Mari and John Jasper Talinting&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation to our Military Personnel&amp;lt;br&amp;gt;&lt;br /&gt;
we teach and share our knowledge about the importance of Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Malware, Trojan and Keyloggers.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,18 June 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins Programmers without Boarders Campaign at&amp;lt;br&amp;gt;&lt;br /&gt;
3rd Floor Municipal City Hall Activity Area, Tanay Rizal, Philippines&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is to help and teach the out-of-school youth&amp;lt;br&amp;gt;&lt;br /&gt;
and encourage them to study and inspired them to continue and reach their goal&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Cyber Security Awareness.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,11 March 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' March 14, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
Resource Speaker: John Patrick Lita &amp;lt;br&amp;gt;&lt;br /&gt;
Owasp Academic Project we discussed the following topics and training&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*SQL Injection Demo&lt;br /&gt;
*Command Execution Demo&lt;br /&gt;
*How to Set-up Hacking Lab&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Hands on Web Application Training - Capture the Flag Game&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' February 18, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Code_review Code Review]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://lpubatangas.edu.ph/ Lyceum Batangas]''' December 20, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*How to start your Career in Web Application Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*How to produce/test a bug&amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 16, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Category:OWASP_Joomla_Vulnerability_Scanner_Project Joomla scanner]&amp;lt;br&amp;gt;&lt;br /&gt;
*Team Behind JoomScan&lt;br /&gt;
*Installing Python&lt;br /&gt;
*How to run Joomla Scanner in Windows OS&lt;br /&gt;
*How to use Joomscan in Kali Linux&lt;br /&gt;
for the joomla philippines community and discuss about OWASP TOP 10&amp;lt;br&amp;gt;&lt;br /&gt;
other topics delivered is how to use JoomScan and the people behind this project&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 12, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about the&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.owasp.org OWASP Introduction]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*Introduction in OWASP Tools for WebAppSec&amp;lt;br&amp;gt;&lt;br /&gt;
this seminar is also a recruitment for OWASP Manila Membership.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.mozillaphilippines.org Mozilla Phillipines]Sponsor venue for OWASP Manila Meet Up&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Logo_moz.png]]&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 12:10AM,13 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph Bulacan State University]'''&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &lt;br /&gt;
*[http://www.owasp.org Open Web Application Security Project]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&amp;lt;br&amp;gt;&lt;br /&gt;
at Bulacan December 10, 2014 for its Modern ICT: Bridging Toward Global Excellence.&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 11:58PM,11 December 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Chapter]]&lt;br /&gt;
[[Category:Asia/Pacific/Middle_East]]&lt;br /&gt;
[[Category:Philippines]]&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila&amp;diff=215699</id>
		<title>Manila</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila&amp;diff=215699"/>
				<updated>2016-04-20T16:42:03Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: /* Archives */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Chapter Template|chaptername=Manila|extra=The chapter leader is [mailto:John.Patrick.Lita@owasp.org John Patrick Lita] Co-Founder [mailto:jan.jansalin@owasp.org Jan Jacob Glenn Jansalin]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-manila|emailarchives=http://lists.owasp.org/pipermail/owasp-manila}}. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
The OWASP chapter meetings are free and open to anyone interested in application security. If you are interested to attend one in the future please join the [http://lists.owasp.org/mailman/listinfo/owasp-manila mailing list]. The mailing list is also used for sharing application security knowledge among the local community members.&lt;br /&gt;
&lt;br /&gt;
OWASP Manila &amp;quot;OWASP Outreach Project&amp;quot; aims to reach out also to the 2 major island groups in Philippines: Visayas and Mindanao.&lt;br /&gt;
&lt;br /&gt;
For inquiries e-mail our [mailto:jan.jansalin@owasp.org Project Manager].&lt;br /&gt;
&lt;br /&gt;
== Project on Progress ==&lt;br /&gt;
&lt;br /&gt;
[https://www.owasp.org/index.php/OWASP_Online_Academy OWASP Online Academy - Learning Platform]&lt;br /&gt;
&lt;br /&gt;
== OWASP Online Academy  Instructors ==&lt;br /&gt;
&lt;br /&gt;
This are the list of instructor who dedicate their time to help and they are very passionate to teach and help the OWASP Foundation for mission of the&lt;br /&gt;
Global Education Initiative.&lt;br /&gt;
&lt;br /&gt;
*Karan Bansal - Secure coding, Browser Security and Applying Cryptography for InfoSec&amp;lt;br&amp;gt;&lt;br /&gt;
*Hitesh Choudhary - Bug Bounty and Master SQL Injection&amp;lt;br&amp;gt;&lt;br /&gt;
*Muni Njiru - Malwares and Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Karthikeyan Palaniswamy - Python Scripting for Information Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Tushar Malhotra - Web Application Security and Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Milan Singh Thakur - Testing Guide for Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do you like to help? [[Image:Btn_donate_SM.gif|link=http://www.regonline.com/donation_1044369]]&lt;br /&gt;
&lt;br /&gt;
== Events for 2015 ==&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/Outreach_Campaign Outreach Campaign]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/SchoolTour School Tour]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/OwaspManilaMeetUp Owasp Manila MeetUp]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/event/OWAP_Manila_Hackademic2015 HACKADEMIC 2015]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/CallForPapers Call For Papers]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Volunteers ==&lt;br /&gt;
&lt;br /&gt;
[[User:Marai|Masasi Asi Arai]] | [[User:Michaelroevie.victoria|Michael Victoria]] | [[User:Anonuevoroy|Roy Anonuevo]] | [[User:Shilva|Leenard Santos]] | [[User:Usonsam |Sam Uson]] | [[User:reyjmc03 |Jose Mari Rey]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[User:Jessecastroph |Jesse Castro]] | [[User:Ctungcul |Lance Tungcul]] | [[User:Crizon|Eugene Labrador]] | [[User:DEYB|Dave Villar]] | [[User:JayJay19|John Jasper Talinting]] | [[User:Tetaguila|Tet Aguila]] | [[User:SalmanKhanChampion|Salman Khan Champion]] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Archives ==&lt;br /&gt;
'''OWASP Manila, Taguid, Cagayan Valley, and Panay Island Chapter''' will join the event of &amp;lt;br&amp;gt;&lt;br /&gt;
'''Philippine Institute of Cyber Security Professionals''' THE GATHERING&amp;lt;br&amp;gt;&lt;br /&gt;
'''Speaker''' [[User:jaypeelita|jaypeelita]]&amp;lt;br&amp;gt; &lt;br /&gt;
The chapters will particiapte on the said event to promote application security and the topic will be&lt;br /&gt;
*Known XML Vulnerability: Still a threat in Application Security&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 1:46 PM, 02 Dec 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Conducted OWASP TOP 10 Exploitation Training at [http://www.ama.edu.ph/ AMA Computer Learning Center Tuguegarao ]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Training / Workshop Title:''' Security Ninja&amp;lt;br&amp;gt;&lt;br /&gt;
'''Instructor:''' [[User:jaypeelita|jaypeelita]]&amp;lt;br&amp;gt; &lt;br /&gt;
The main Goal of this Workshop/Training is to increase the Volunteer and Members in the Cagayan Valley OWASP Chapter.&amp;lt;br&amp;gt;&lt;br /&gt;
*Topics&lt;br /&gt;
**Common WebAppSec Mistakes (OWASP TOP10)&lt;br /&gt;
**Security Best Practices&lt;br /&gt;
&lt;br /&gt;
On the conference proper [[User:jaypeelita|jaypeelita]] talk about WEBAPPSEC 101 to help the corporate companies and students to understand on how to build a secure application and create a work force for AppSec team.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 1:46 PM, 02 Dec 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Conducted Cyber Security Seminar at [http://www.jru.edu/ Jose Rizal University ]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''OWASP Representative:''' John Patrick Lita (Manila President)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Topics:''' &lt;br /&gt;
*Introduction to Information Security&lt;br /&gt;
*OWASP Application Security Verification Standard 3.0&lt;br /&gt;
*Automated Testing vs. Manual Testing&lt;br /&gt;
*Demos: RFI/XSS/SQL/Command Execution and Security Misconfiguration&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 3:35 PM, 27 Nov 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot;Cavite State University Bucana, Naic, Cavite &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and Cyber Security Awareness.&amp;lt;br&amp;gt;&lt;br /&gt;
'''Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
We Talk About what the Following Topics&lt;br /&gt;
*Intrusion Detection/Prevention System&lt;br /&gt;
*Network Based and Hosted Based&lt;br /&gt;
*Benefits of IDS for Web Application Security&lt;br /&gt;
*Characteristics of IDS&lt;br /&gt;
*HoneyPots and Firewalls&lt;br /&gt;
'''Demos&lt;br /&gt;
*SQL Injection&lt;br /&gt;
*Cross Site Scripting (XSS)&lt;br /&gt;
*Sensitive Data Exposure&lt;br /&gt;
*Command Execution&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 3:35 PM, 08 September 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot; Asia Pacific College (APC) &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and also we discuss the following topics&amp;lt;br&amp;gt;&lt;br /&gt;
'''Unpatch Security&amp;lt;br&amp;gt;&lt;br /&gt;
we talk about the Importance of Security and the risk of unpatched Vulnerabilities and how it will affect the Business and it's users.&lt;br /&gt;
*Vulnerability overview in Web Applications&lt;br /&gt;
*Vulnerability overview in Software and Operating Systems&lt;br /&gt;
*What is EXPLOITS and PAYLOADS&lt;br /&gt;
&lt;br /&gt;
With the Partnership of [http://devcon.ph/ DevCon Philippines (Developers Connect)].&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 10:34 PM, 31 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Joins &amp;quot; TechNation Caravan &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
University of Makati (UMAK) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Why Web Application Security is Important&lt;br /&gt;
*HTTPS, SSL, TLS Advantage and Risk.&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 02:49 AM, 7 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Conducted &amp;quot; Basic Information Security Training &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Globe showroom 111 valero st, salcedo village makati&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Sam Uson&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Code review&lt;br /&gt;
*OWASP TOP 10 (Overview)&lt;br /&gt;
*OWASP-ZAP Proxy (Overview/Demo)&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy and Globe Labs for the Venue&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 11:25 PM, 4 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins the event titled &amp;quot; The Gathering &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Fort Bonifacio Philippine Army Headquarters Classroom A, The Signal School (NETC Compound)&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Jan Jacob, Jose Mari and John Jasper Talinting&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation to our Military Personnel&amp;lt;br&amp;gt;&lt;br /&gt;
we teach and share our knowledge about the importance of Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Malware, Trojan and Keyloggers.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,18 June 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins Programmers without Boarders Campaign at&amp;lt;br&amp;gt;&lt;br /&gt;
3rd Floor Municipal City Hall Activity Area, Tanay Rizal, Philippines&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is to help and teach the out-of-school youth&amp;lt;br&amp;gt;&lt;br /&gt;
and encourage them to study and inspired them to continue and reach their goal&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Cyber Security Awareness.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,11 March 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' March 14, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
Resource Speaker: John Patrick Lita &amp;lt;br&amp;gt;&lt;br /&gt;
Owasp Academic Project we discussed the following topics and training&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*SQL Injection Demo&lt;br /&gt;
*Command Execution Demo&lt;br /&gt;
*How to Set-up Hacking Lab&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Hands on Web Application Training - Capture the Flag Game&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' February 18, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Code_review Code Review]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://lpubatangas.edu.ph/ Lyceum Batangas]''' December 20, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*How to start your Career in Web Application Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*How to produce/test a bug&amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 16, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Category:OWASP_Joomla_Vulnerability_Scanner_Project Joomla scanner]&amp;lt;br&amp;gt;&lt;br /&gt;
*Team Behind JoomScan&lt;br /&gt;
*Installing Python&lt;br /&gt;
*How to run Joomla Scanner in Windows OS&lt;br /&gt;
*How to use Joomscan in Kali Linux&lt;br /&gt;
for the joomla philippines community and discuss about OWASP TOP 10&amp;lt;br&amp;gt;&lt;br /&gt;
other topics delivered is how to use JoomScan and the people behind this project&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 12, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about the&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.owasp.org OWASP Introduction]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*Introduction in OWASP Tools for WebAppSec&amp;lt;br&amp;gt;&lt;br /&gt;
this seminar is also a recruitment for OWASP Manila Membership.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.mozillaphilippines.org Mozilla Phillipines]Sponsor venue for OWASP Manila Meet Up&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Logo_moz.png]]&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 12:10AM,13 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph Bulacan State University]'''&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &lt;br /&gt;
*[http://www.owasp.org Open Web Application Security Project]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&amp;lt;br&amp;gt;&lt;br /&gt;
at Bulacan December 10, 2014 for its Modern ICT: Bridging Toward Global Excellence.&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 11:58PM,11 December 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Chapter]]&lt;br /&gt;
[[Category:Asia/Pacific/Middle_East]]&lt;br /&gt;
[[Category:Philippines]]&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila&amp;diff=204245</id>
		<title>Manila</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila&amp;diff=204245"/>
				<updated>2015-12-02T05:55:24Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: /* Archives */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Chapter Template|chaptername=Manila|extra=The chapter leader is [mailto:John.Patrick.Lita@owasp.org John Patrick Lita] Co-Founder [mailto:jan.jansalin@owasp.org Jan Jacob Glenn Jansalin]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-manila|emailarchives=http://lists.owasp.org/pipermail/owasp-manila}}. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
The OWASP chapter meetings are free and open to anyone interested in application security. If you are interested to attend one in the future please join the [http://lists.owasp.org/mailman/listinfo/owasp-manila mailing list]. The mailing list is also used for sharing application security knowledge among the local community members.&lt;br /&gt;
&lt;br /&gt;
OWASP Manila &amp;quot;OWASP Outreach Project&amp;quot; aims to reach out also to the 2 major island groups in Philippines: Visayas and Mindanao.&lt;br /&gt;
&lt;br /&gt;
For inquiries e-mail our [mailto:jan.jansalin@owasp.org Project Manager].&lt;br /&gt;
&lt;br /&gt;
== Project on Progress ==&lt;br /&gt;
&lt;br /&gt;
[https://www.owasp.org/index.php/OWASP_Online_Academy OWASP Online Academy - Learning Platform]&lt;br /&gt;
&lt;br /&gt;
== OWASP Online Academy  Instructors ==&lt;br /&gt;
&lt;br /&gt;
This are the list of instructor who dedicate their time to help and they are very passionate to teach and help the OWASP Foundation for mission of the&lt;br /&gt;
Global Education Initiative.&lt;br /&gt;
&lt;br /&gt;
*Karan Bansal - Secure coding, Browser Security and Applying Cryptography for InfoSec&amp;lt;br&amp;gt;&lt;br /&gt;
*Hitesh Choudhary - Bug Bounty and Master SQL Injection&amp;lt;br&amp;gt;&lt;br /&gt;
*Muni Njiru - Malwares and Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Karthikeyan Palaniswamy - Python Scripting for Information Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Tushar Malhotra - Web Application Security and Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Milan Singh Thakur - Testing Guide for Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do you like to help? [[Image:Btn_donate_SM.gif|link=http://www.regonline.com/donation_1044369]]&lt;br /&gt;
&lt;br /&gt;
== Events for 2015 ==&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/Outreach_Campaign Outreach Campaign]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/SchoolTour School Tour]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/OwaspManilaMeetUp Owasp Manila MeetUp]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/event/OWAP_Manila_Hackademic2015 HACKADEMIC 2015]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/CallForPapers Call For Papers]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Volunteers ==&lt;br /&gt;
&lt;br /&gt;
[[User:Marai|Masasi Asi Arai]] | [[User:Michaelroevie.victoria|Michael Victoria]] | [[User:Anonuevoroy|Roy Anonuevo]] | [[User:Shilva|Leenard Santos]] | [[User:Usonsam |Sam Uson]] | [[User:reyjmc03 |Jose Mari Rey]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[User:Jessecastroph |Jesse Castro]] | [[User:Ctungcul |Lance Tungcul]] | [[User:Crizon|Eugene Labrador]] | [[User:DEYB|Dave Villar]] | [[User:JayJay19|John Jasper Talinting]] | [[User:Tetaguila|Tet Aguila]] | [[User:SalmanKhanChampion|Salman Khan Champion]] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Archives ==&lt;br /&gt;
'''OWASP Manila Conducted OWASP TOP 10 Exploitation Training at [http://www.ama.edu.ph/ AMA Computer Learning Center Tuguegarao ]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Training / Workshop Title:''' Security Ninja&amp;lt;br&amp;gt;&lt;br /&gt;
'''Instructor:''' [[User:jaypeelita|jaypeelita]]&amp;lt;br&amp;gt; &lt;br /&gt;
The main Goal of this Workshop/Training is to increase the Volunteer and Members in the Cagayan Valley OWASP Chapter.&amp;lt;br&amp;gt;&lt;br /&gt;
*Topics&lt;br /&gt;
**Common WebAppSec Mistakes (OWASP TOP10)&lt;br /&gt;
**Security Best Practices&lt;br /&gt;
&lt;br /&gt;
On the conference proper [[User:jaypeelita|jaypeelita]] talk about WEBAPPSEC 101 to help the corporate companies and students to understand on how to build a secure application and create a work force for AppSec team.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 1:46 PM, 02 Dec 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Conducted Cyber Security Seminar at [http://www.jru.edu/ Jose Rizal University ]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''OWASP Representative:''' John Patrick Lita (Manila President)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Topics:''' &lt;br /&gt;
*Introduction to Information Security&lt;br /&gt;
*OWASP Application Security Verification Standard 3.0&lt;br /&gt;
*Automated Testing vs. Manual Testing&lt;br /&gt;
*Demos: RFI/XSS/SQL/Command Execution and Security Misconfiguration&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 3:35 PM, 27 Nov 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot;Cavite State University Bucana, Naic, Cavite &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and Cyber Security Awareness.&amp;lt;br&amp;gt;&lt;br /&gt;
'''Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
We Talk About what the Following Topics&lt;br /&gt;
*Intrusion Detection/Prevention System&lt;br /&gt;
*Network Based and Hosted Based&lt;br /&gt;
*Benefits of IDS for Web Application Security&lt;br /&gt;
*Characteristics of IDS&lt;br /&gt;
*HoneyPots and Firewalls&lt;br /&gt;
'''Demos&lt;br /&gt;
*SQL Injection&lt;br /&gt;
*Cross Site Scripting (XSS)&lt;br /&gt;
*Sensitive Data Exposure&lt;br /&gt;
*Command Execution&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 3:35 PM, 08 September 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot; Asia Pacific College (APC) &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and also we discuss the following topics&amp;lt;br&amp;gt;&lt;br /&gt;
'''Unpatch Security&amp;lt;br&amp;gt;&lt;br /&gt;
we talk about the Importance of Security and the risk of unpatched Vulnerabilities and how it will affect the Business and it's users.&lt;br /&gt;
*Vulnerability overview in Web Applications&lt;br /&gt;
*Vulnerability overview in Software and Operating Systems&lt;br /&gt;
*What is EXPLOITS and PAYLOADS&lt;br /&gt;
&lt;br /&gt;
With the Partnership of [http://devcon.ph/ DevCon Philippines (Developers Connect)].&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 10:34 PM, 31 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Joins &amp;quot; TechNation Caravan &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
University of Makati (UMAK) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Why Web Application Security is Important&lt;br /&gt;
*HTTPS, SSL, TLS Advantage and Risk.&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 02:49 AM, 7 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Conducted &amp;quot; Basic Information Security Training &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Globe showroom 111 valero st, salcedo village makati&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Sam Uson&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Code review&lt;br /&gt;
*OWASP TOP 10 (Overview)&lt;br /&gt;
*OWASP-ZAP Proxy (Overview/Demo)&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy and Globe Labs for the Venue&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 11:25 PM, 4 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins the event titled &amp;quot; The Gathering &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Fort Bonifacio Philippine Army Headquarters Classroom A, The Signal School (NETC Compound)&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Jan Jacob, Jose Mari and John Jasper Talinting&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation to our Military Personnel&amp;lt;br&amp;gt;&lt;br /&gt;
we teach and share our knowledge about the importance of Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Malware, Trojan and Keyloggers.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,18 June 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins Programmers without Boarders Campaign at&amp;lt;br&amp;gt;&lt;br /&gt;
3rd Floor Municipal City Hall Activity Area, Tanay Rizal, Philippines&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is to help and teach the out-of-school youth&amp;lt;br&amp;gt;&lt;br /&gt;
and encourage them to study and inspired them to continue and reach their goal&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Cyber Security Awareness.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,11 March 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' March 14, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
Resource Speaker: John Patrick Lita &amp;lt;br&amp;gt;&lt;br /&gt;
Owasp Academic Project we discussed the following topics and training&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*SQL Injection Demo&lt;br /&gt;
*Command Execution Demo&lt;br /&gt;
*How to Set-up Hacking Lab&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Hands on Web Application Training - Capture the Flag Game&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' February 18, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Code_review Code Review]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://lpubatangas.edu.ph/ Lyceum Batangas]''' December 20, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*How to start your Career in Web Application Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*How to produce/test a bug&amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 16, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Category:OWASP_Joomla_Vulnerability_Scanner_Project Joomla scanner]&amp;lt;br&amp;gt;&lt;br /&gt;
*Team Behind JoomScan&lt;br /&gt;
*Installing Python&lt;br /&gt;
*How to run Joomla Scanner in Windows OS&lt;br /&gt;
*How to use Joomscan in Kali Linux&lt;br /&gt;
for the joomla philippines community and discuss about OWASP TOP 10&amp;lt;br&amp;gt;&lt;br /&gt;
other topics delivered is how to use JoomScan and the people behind this project&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 12, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about the&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.owasp.org OWASP Introduction]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*Introduction in OWASP Tools for WebAppSec&amp;lt;br&amp;gt;&lt;br /&gt;
this seminar is also a recruitment for OWASP Manila Membership.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.mozillaphilippines.org Mozilla Phillipines]Sponsor venue for OWASP Manila Meet Up&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Logo_moz.png]]&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 12:10AM,13 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph Bulacan State University]'''&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &lt;br /&gt;
*[http://www.owasp.org Open Web Application Security Project]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&amp;lt;br&amp;gt;&lt;br /&gt;
at Bulacan December 10, 2014 for its Modern ICT: Bridging Toward Global Excellence.&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 11:58PM,11 December 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Chapter]]&lt;br /&gt;
[[Category:Asia/Pacific/Middle_East]]&lt;br /&gt;
[[Category:Philippines]]&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila/SchoolTour&amp;diff=204244</id>
		<title>Manila/SchoolTour</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila/SchoolTour&amp;diff=204244"/>
				<updated>2015-12-02T05:51:28Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Upcoming School Tour List ====&lt;br /&gt;
----&lt;br /&gt;
'''What:''' Cyber Security Seminar&amp;lt;br&amp;gt;&lt;br /&gt;
'''When:''' November 27, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP Representative:''' John Patrick Lita (Manila President)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Where:''' [http://www.jru.edu/ Jose Rizal University ]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Topics:''' &lt;br /&gt;
*Introduction to Information Security&lt;br /&gt;
*OWASP Application Security Verification Standard 3.0&lt;br /&gt;
*Automated Testing vs. Manual Testing&lt;br /&gt;
*Demos: RFI/XSS/SQL/Command Execution and Security Misconfiguration&lt;br /&gt;
----&lt;br /&gt;
'''What:''' Cyber Security Seminar/Workshop&amp;lt;br&amp;gt;&lt;br /&gt;
'''When:''' Jan 20-23 2016&amp;lt;br&amp;gt;&lt;br /&gt;
*'''Time:''' 7:30 AM-12:00PM to 12:30PM-5:00PM&amp;lt;br&amp;gt;&lt;br /&gt;
'''When:''' Feb 19-20-23-25, 2016&amp;lt;br&amp;gt;&lt;br /&gt;
*'''Time:''' 7:30 AM-12:00PM to 12:30PM-5:00PM&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP Representative:''' John Patrick Lita (Manila President)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Where:''' [http://www.aclc.edu.ph/ ACLC Taytay Campus ]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Topics:'''&lt;br /&gt;
*Approaching AppSec&lt;br /&gt;
*Most Common Appsec Mistaks (OWASP TOP 10)&lt;br /&gt;
*Security Best Practices&lt;br /&gt;
*Basic Networking and Telecommunication&lt;br /&gt;
*Network Security Access Control&lt;br /&gt;
*Physical Security&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila&amp;diff=204243</id>
		<title>Manila</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila&amp;diff=204243"/>
				<updated>2015-12-02T05:49:49Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: /* Archives */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Chapter Template|chaptername=Manila|extra=The chapter leader is [mailto:John.Patrick.Lita@owasp.org John Patrick Lita] Co-Founder [mailto:jan.jansalin@owasp.org Jan Jacob Glenn Jansalin]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-manila|emailarchives=http://lists.owasp.org/pipermail/owasp-manila}}. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
The OWASP chapter meetings are free and open to anyone interested in application security. If you are interested to attend one in the future please join the [http://lists.owasp.org/mailman/listinfo/owasp-manila mailing list]. The mailing list is also used for sharing application security knowledge among the local community members.&lt;br /&gt;
&lt;br /&gt;
OWASP Manila &amp;quot;OWASP Outreach Project&amp;quot; aims to reach out also to the 2 major island groups in Philippines: Visayas and Mindanao.&lt;br /&gt;
&lt;br /&gt;
For inquiries e-mail our [mailto:jan.jansalin@owasp.org Project Manager].&lt;br /&gt;
&lt;br /&gt;
== Project on Progress ==&lt;br /&gt;
&lt;br /&gt;
[https://www.owasp.org/index.php/OWASP_Online_Academy OWASP Online Academy - Learning Platform]&lt;br /&gt;
&lt;br /&gt;
== OWASP Online Academy  Instructors ==&lt;br /&gt;
&lt;br /&gt;
This are the list of instructor who dedicate their time to help and they are very passionate to teach and help the OWASP Foundation for mission of the&lt;br /&gt;
Global Education Initiative.&lt;br /&gt;
&lt;br /&gt;
*Karan Bansal - Secure coding, Browser Security and Applying Cryptography for InfoSec&amp;lt;br&amp;gt;&lt;br /&gt;
*Hitesh Choudhary - Bug Bounty and Master SQL Injection&amp;lt;br&amp;gt;&lt;br /&gt;
*Muni Njiru - Malwares and Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Karthikeyan Palaniswamy - Python Scripting for Information Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Tushar Malhotra - Web Application Security and Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Milan Singh Thakur - Testing Guide for Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do you like to help? [[Image:Btn_donate_SM.gif|link=http://www.regonline.com/donation_1044369]]&lt;br /&gt;
&lt;br /&gt;
== Events for 2015 ==&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/Outreach_Campaign Outreach Campaign]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/SchoolTour School Tour]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/OwaspManilaMeetUp Owasp Manila MeetUp]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/event/OWAP_Manila_Hackademic2015 HACKADEMIC 2015]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/CallForPapers Call For Papers]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Volunteers ==&lt;br /&gt;
&lt;br /&gt;
[[User:Marai|Masasi Asi Arai]] | [[User:Michaelroevie.victoria|Michael Victoria]] | [[User:Anonuevoroy|Roy Anonuevo]] | [[User:Shilva|Leenard Santos]] | [[User:Usonsam |Sam Uson]] | [[User:reyjmc03 |Jose Mari Rey]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[User:Jessecastroph |Jesse Castro]] | [[User:Ctungcul |Lance Tungcul]] | [[User:Crizon|Eugene Labrador]] | [[User:DEYB|Dave Villar]] | [[User:JayJay19|John Jasper Talinting]] | [[User:Tetaguila|Tet Aguila]] | [[User:SalmanKhanChampion|Salman Khan Champion]] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Archives ==&lt;br /&gt;
'''OWASP Manila Conducted OWASP TOP 10 Exploitation Training at [http://www.ama.edu.ph/ AMA Computer Learning Center Tuguegarao ]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Training / Workshop Title:''' Security Ninja&amp;lt;br&amp;gt;&lt;br /&gt;
'''Instructor:''' [[User:jaypeelita|jaypeelita]]&amp;lt;br&amp;gt; &lt;br /&gt;
The main Goal of this Workshop/Training is to increase the Volunteer and Members in the Cagayan Valley OWASP Chapter.&amp;lt;br&amp;gt;&lt;br /&gt;
*Topics&lt;br /&gt;
**Common WebAppSec Mistakes (OWASP TOP10)&lt;br /&gt;
**Security Best Practices&lt;br /&gt;
&lt;br /&gt;
On the conference proper [[User:jaypeelita|jaypeelita]] talk about WEBAPPSEC 101 to help the corporate companies and students to understand on how to build a secure application and create a work force for AppSec team.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 1:46 PM, 02 Dec 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot;Cavite State University Bucana, Naic, Cavite &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and Cyber Security Awareness.&amp;lt;br&amp;gt;&lt;br /&gt;
'''Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
We Talk About what the Following Topics&lt;br /&gt;
*Intrusion Detection/Prevention System&lt;br /&gt;
*Network Based and Hosted Based&lt;br /&gt;
*Benefits of IDS for Web Application Security&lt;br /&gt;
*Characteristics of IDS&lt;br /&gt;
*HoneyPots and Firewalls&lt;br /&gt;
'''Demos&lt;br /&gt;
*SQL Injection&lt;br /&gt;
*Cross Site Scripting (XSS)&lt;br /&gt;
*Sensitive Data Exposure&lt;br /&gt;
*Command Execution&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 3:35 PM, 08 September 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot; Asia Pacific College (APC) &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and also we discuss the following topics&amp;lt;br&amp;gt;&lt;br /&gt;
'''Unpatch Security&amp;lt;br&amp;gt;&lt;br /&gt;
we talk about the Importance of Security and the risk of unpatched Vulnerabilities and how it will affect the Business and it's users.&lt;br /&gt;
*Vulnerability overview in Web Applications&lt;br /&gt;
*Vulnerability overview in Software and Operating Systems&lt;br /&gt;
*What is EXPLOITS and PAYLOADS&lt;br /&gt;
&lt;br /&gt;
With the Partnership of [http://devcon.ph/ DevCon Philippines (Developers Connect)].&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 10:34 PM, 31 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Joins &amp;quot; TechNation Caravan &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
University of Makati (UMAK) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Why Web Application Security is Important&lt;br /&gt;
*HTTPS, SSL, TLS Advantage and Risk.&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 02:49 AM, 7 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Conducted &amp;quot; Basic Information Security Training &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Globe showroom 111 valero st, salcedo village makati&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Sam Uson&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Code review&lt;br /&gt;
*OWASP TOP 10 (Overview)&lt;br /&gt;
*OWASP-ZAP Proxy (Overview/Demo)&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy and Globe Labs for the Venue&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 11:25 PM, 4 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins the event titled &amp;quot; The Gathering &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Fort Bonifacio Philippine Army Headquarters Classroom A, The Signal School (NETC Compound)&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Jan Jacob, Jose Mari and John Jasper Talinting&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation to our Military Personnel&amp;lt;br&amp;gt;&lt;br /&gt;
we teach and share our knowledge about the importance of Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Malware, Trojan and Keyloggers.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,18 June 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins Programmers without Boarders Campaign at&amp;lt;br&amp;gt;&lt;br /&gt;
3rd Floor Municipal City Hall Activity Area, Tanay Rizal, Philippines&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is to help and teach the out-of-school youth&amp;lt;br&amp;gt;&lt;br /&gt;
and encourage them to study and inspired them to continue and reach their goal&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Cyber Security Awareness.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,11 March 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' March 14, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
Resource Speaker: John Patrick Lita &amp;lt;br&amp;gt;&lt;br /&gt;
Owasp Academic Project we discussed the following topics and training&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*SQL Injection Demo&lt;br /&gt;
*Command Execution Demo&lt;br /&gt;
*How to Set-up Hacking Lab&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Hands on Web Application Training - Capture the Flag Game&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' February 18, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Code_review Code Review]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://lpubatangas.edu.ph/ Lyceum Batangas]''' December 20, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*How to start your Career in Web Application Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*How to produce/test a bug&amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 16, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Category:OWASP_Joomla_Vulnerability_Scanner_Project Joomla scanner]&amp;lt;br&amp;gt;&lt;br /&gt;
*Team Behind JoomScan&lt;br /&gt;
*Installing Python&lt;br /&gt;
*How to run Joomla Scanner in Windows OS&lt;br /&gt;
*How to use Joomscan in Kali Linux&lt;br /&gt;
for the joomla philippines community and discuss about OWASP TOP 10&amp;lt;br&amp;gt;&lt;br /&gt;
other topics delivered is how to use JoomScan and the people behind this project&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 12, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about the&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.owasp.org OWASP Introduction]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*Introduction in OWASP Tools for WebAppSec&amp;lt;br&amp;gt;&lt;br /&gt;
this seminar is also a recruitment for OWASP Manila Membership.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.mozillaphilippines.org Mozilla Phillipines]Sponsor venue for OWASP Manila Meet Up&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Logo_moz.png]]&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 12:10AM,13 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph Bulacan State University]'''&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &lt;br /&gt;
*[http://www.owasp.org Open Web Application Security Project]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&amp;lt;br&amp;gt;&lt;br /&gt;
at Bulacan December 10, 2014 for its Modern ICT: Bridging Toward Global Excellence.&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 11:58PM,11 December 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Chapter]]&lt;br /&gt;
[[Category:Asia/Pacific/Middle_East]]&lt;br /&gt;
[[Category:Philippines]]&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila/SchoolTour&amp;diff=203635</id>
		<title>Manila/SchoolTour</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila/SchoolTour&amp;diff=203635"/>
				<updated>2015-11-20T15:24:40Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Upcoming School Tour List ====&lt;br /&gt;
----&lt;br /&gt;
'''What:''' Cyber Security Seminar&amp;lt;br&amp;gt;&lt;br /&gt;
'''When:''' November 27, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP Representative:''' John Patrick Lita (Manila President)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Where:''' [http://www.jru.edu/ Jose Rizal University ]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Topics:''' &lt;br /&gt;
*Introduction to Information Security&lt;br /&gt;
*OWASP Application Security Verification Standard 3.0&lt;br /&gt;
*Automated Testing vs. Manual Testing&lt;br /&gt;
*Demos: RFI/XSS/SQL/Command Execution and Security Misconfiguration&lt;br /&gt;
----&lt;br /&gt;
'''What:''' Cyber Security Seminar&amp;lt;br&amp;gt;&lt;br /&gt;
'''When:''' December 3, 2016&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP Representative:''' John Patrick Lita (Manila President)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Where:''' [http://www.fatima.edu.ph/ Our Lady of Fatima Antipolo ]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Topics:'''&lt;br /&gt;
*Web Application Security&lt;br /&gt;
**OWASP TOP 10&lt;br /&gt;
**Automated Testing and Manula Testing&lt;br /&gt;
**Demos: RFI/XSS/SQL/Security Misconfiguration&lt;br /&gt;
*Introduction to OSI Modeling&lt;br /&gt;
**Layer 1 to 7&lt;br /&gt;
*Intrusion Detection/Prevention&lt;br /&gt;
**Detection Method&lt;br /&gt;
**Network and Hosted Base&lt;br /&gt;
**Honeypots and Firewalls&lt;br /&gt;
**Encryption&lt;br /&gt;
----&lt;br /&gt;
'''What:''' Cyber Security Seminar/Workshop&amp;lt;br&amp;gt;&lt;br /&gt;
'''When:''' Jan 20-23 2016&amp;lt;br&amp;gt;&lt;br /&gt;
*'''Time:''' 7:30 AM-12:00PM to 12:30PM-5:00PM&amp;lt;br&amp;gt;&lt;br /&gt;
'''When:''' Feb 19-20-23-25, 2016&amp;lt;br&amp;gt;&lt;br /&gt;
*'''Time:''' 7:30 AM-12:00PM to 12:30PM-5:00PM&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP Representative:''' John Patrick Lita (Manila President)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Where:''' [http://www.aclc.edu.ph/ ACLC Taytay Campus ]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Topics:'''&lt;br /&gt;
*Approaching AppSec&lt;br /&gt;
*Most Common Appsec Mistaks (OWASP TOP 10)&lt;br /&gt;
*Security Best Practices&lt;br /&gt;
*Basic Networking and Telecommunication&lt;br /&gt;
*Network Security Access Control&lt;br /&gt;
*Physical Security&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila/SchoolTour&amp;diff=203634</id>
		<title>Manila/SchoolTour</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila/SchoolTour&amp;diff=203634"/>
				<updated>2015-11-20T15:23:39Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Upcoming School Tour List ====&lt;br /&gt;
----&lt;br /&gt;
'''What:''' Cyber Security Seminar&amp;lt;br&amp;gt;&lt;br /&gt;
'''When:''' November 27, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP Representative:''' John Patrick Lita (Manila President)&lt;br /&gt;
'''Where:''' [http://www.jru.edu/ Jose Rizal University ]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Topics:''' &lt;br /&gt;
*Introduction to Information Security&lt;br /&gt;
*OWASP Application Security Verification Standard 3.0&lt;br /&gt;
*Automated Testing vs. Manual Testing&lt;br /&gt;
*Demos: RFI/XSS/SQL/Command Execution and Security Misconfiguration&lt;br /&gt;
----&lt;br /&gt;
'''What:''' Cyber Security Seminar&amp;lt;br&amp;gt;&lt;br /&gt;
'''When:''' December 3, 2016&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP Representative:''' John Patrick Lita (Manila President)&lt;br /&gt;
'''Where:''' [http://www.fatima.edu.ph/ Our Lady of Fatima Antipolo ]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Topics:'''&lt;br /&gt;
*Web Application Security&lt;br /&gt;
**OWASP TOP 10&lt;br /&gt;
**Automated Testing and Manula Testing&lt;br /&gt;
**Demos: RFI/XSS/SQL/Security Misconfiguration&lt;br /&gt;
*Introduction to OSI Modeling&lt;br /&gt;
**Layer 1 to 7&lt;br /&gt;
*Intrusion Detection/Prevention&lt;br /&gt;
**Detection Method&lt;br /&gt;
**Network and Hosted Base&lt;br /&gt;
**Honeypots and Firewalls&lt;br /&gt;
**Encryption&lt;br /&gt;
----&lt;br /&gt;
'''What:''' Cyber Security Seminar/Workshop&amp;lt;br&amp;gt;&lt;br /&gt;
'''When:''' Jan 20-23 2016&amp;lt;br&amp;gt;&lt;br /&gt;
*'''Time:''' 7:30 AM-12:00PM to 12:30PM-5:00PM&amp;lt;br&amp;gt;&lt;br /&gt;
'''When:''' Feb 19-20-23-25, 2016&amp;lt;br&amp;gt;&lt;br /&gt;
*'''Time:''' 7:30 AM-12:00PM to 12:30PM-5:00PM&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP Representative:''' John Patrick Lita (Manila President)&lt;br /&gt;
'''Where:''' [http://www.aclc.edu.ph/ ACLC Taytay Campus ]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Topics:'''&lt;br /&gt;
*Approaching AppSec&lt;br /&gt;
*Most Common Appsec Mistaks (OWASP TOP 10)&lt;br /&gt;
*Security Best Practices&lt;br /&gt;
*Basic Networking and Telecommunication&lt;br /&gt;
*Network Security Access Control&lt;br /&gt;
*Physical Security&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila/Outreach_Campaign&amp;diff=203632</id>
		<title>Manila/Outreach Campaign</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila/Outreach_Campaign&amp;diff=203632"/>
				<updated>2015-11-20T15:14:40Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== OUT REACH PROGRAM [EVENT PARTNERSHIP]====&lt;br /&gt;
----&lt;br /&gt;
'''When:''' November 21, 2015 in UTC+08&amp;lt;br&amp;gt;&lt;br /&gt;
'''Where:''' Henry Sy Sr. Hall, De La Salle University (Academic Partner)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Conference:''' [http://www.hackercup.co/ DLSU HACKERUP ]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Conference Topic:''' Security thru open data and crowd sourcing and Web AppSec Overview&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP Representative:''' [mailto:Gil.tario@owasp.org Gil P. Tario] (OWASP Taguig President)&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
'''When:''' November 28-30, 2015 in UTC+08&amp;lt;br&amp;gt;&lt;br /&gt;
'''Where:''' CAGAYAN VALLEY, TUGUEGARAO&amp;lt;br&amp;gt;&lt;br /&gt;
'''Conference:''' [http://hackthenorth.ph/ HACK THE NORTH &amp;quot;TCON&amp;quot; ]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Conference Topic:''' WebAppSec 101&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP Representative:''' John Patrick Lita (OWASP Manila President)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Work Shop:''' OWASP TOP 10 Exploitation&amp;lt;br&amp;gt;&lt;br /&gt;
'''Certificate Issuer:''' [http://businessprofiles.com.ph/ Business Profile.Inc ]&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila/SchoolTour&amp;diff=203631</id>
		<title>Manila/SchoolTour</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila/SchoolTour&amp;diff=203631"/>
				<updated>2015-11-20T14:27:13Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: /* Upcoming School Tour List */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Upcoming School Tour List ====&lt;br /&gt;
----&lt;br /&gt;
'''What:''' Cyber Security Seminar&amp;lt;br&amp;gt;&lt;br /&gt;
'''When:''' November 27, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
'''Where:''' [http://www.jru.edu/ Jose Rizal University ]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Topics:''' &lt;br /&gt;
*Introduction to Information Security&lt;br /&gt;
*OWASP Application Security Verification Standard 3.0&lt;br /&gt;
*Automated Testing vs. Manual Testing&lt;br /&gt;
*Demos: RFI/XSS/SQL/Command Execution and Security Misconfiguration&lt;br /&gt;
----&lt;br /&gt;
'''What:''' Cyber Security Seminar&amp;lt;br&amp;gt;&lt;br /&gt;
'''When:''' December 3, 2016&amp;lt;br&amp;gt;&lt;br /&gt;
'''Where:''' [http://www.fatima.edu.ph/ Our Lady of Fatima Antipolo ]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Topics:'''&lt;br /&gt;
*Web Application Security&lt;br /&gt;
**OWASP TOP 10&lt;br /&gt;
**Automated Testing and Manula Testing&lt;br /&gt;
**Demos: RFI/XSS/SQL/Security Misconfiguration&lt;br /&gt;
*Introduction to OSI Modeling&lt;br /&gt;
**Layer 1 to 7&lt;br /&gt;
*Intrusion Detection/Prevention&lt;br /&gt;
**Detection Method&lt;br /&gt;
**Network and Hosted Base&lt;br /&gt;
**Honeypots and Firewalls&lt;br /&gt;
**Encryption&lt;br /&gt;
----&lt;br /&gt;
'''What:''' Cyber Security Seminar/Workshop&amp;lt;br&amp;gt;&lt;br /&gt;
'''When:''' Jan 20-23 2016&amp;lt;br&amp;gt;&lt;br /&gt;
*'''Time:''' 7:30 AM-12:00PM to 12:30PM-5:00PM&amp;lt;br&amp;gt;&lt;br /&gt;
'''When:''' Feb 19-20-23-25, 2016&amp;lt;br&amp;gt;&lt;br /&gt;
*'''Time:''' 7:30 AM-12:00PM to 12:30PM-5:00PM&amp;lt;br&amp;gt;&lt;br /&gt;
'''Where:''' [http://www.aclc.edu.ph/ ACLC Taytay Campus ]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Topics:'''&lt;br /&gt;
*Approaching AppSec&lt;br /&gt;
*Most Common Appsec Mistaks (OWASP TOP 10)&lt;br /&gt;
*Security Best Practices&lt;br /&gt;
*Basic Networking and Telecommunication&lt;br /&gt;
*Network Security Access Control&lt;br /&gt;
*Physical Security&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila/SchoolTour&amp;diff=203630</id>
		<title>Manila/SchoolTour</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila/SchoolTour&amp;diff=203630"/>
				<updated>2015-11-20T13:46:04Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: /* School Tour List */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Upcoming School Tour List ====&lt;br /&gt;
----&lt;br /&gt;
'''What:''' Cyber Security Seminar&amp;lt;br&amp;gt;&lt;br /&gt;
'''When:''' November 27, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
'''Where:''' [http://www.jru.edu/ Jose Rizal University&amp;lt;br&amp;gt;&lt;br /&gt;
'''Topic:''' Basic Information Security&lt;br /&gt;
*Introduction to Information Security&lt;br /&gt;
*Automated Testing vs. Manual Testing&lt;br /&gt;
*Demos: RFI/XSS/SQL/Command Execution and Security Misconfiguration&lt;br /&gt;
----&lt;br /&gt;
'''What:''' Cyber Security Seminar&amp;lt;br&amp;gt;&lt;br /&gt;
'''When:''' December 3, 2016&amp;lt;br&amp;gt;&lt;br /&gt;
'''Where:''' [www.fatima.edu.ph/ Our Lady of Fatima Antipolo]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Topic:'''&lt;br /&gt;
*Web Application Security&lt;br /&gt;
*Introduction to OSI Modeling&lt;br /&gt;
**Layer 1 to 7&lt;br /&gt;
*Intrusion Detection/Prevention&lt;br /&gt;
**Detection Method&lt;br /&gt;
**Network and Hosted Base&lt;br /&gt;
**Honeypots and Firewalls&lt;br /&gt;
**Encryption&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila/SchoolTour&amp;diff=203629</id>
		<title>Manila/SchoolTour</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila/SchoolTour&amp;diff=203629"/>
				<updated>2015-11-20T13:27:00Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== School Tour List ====&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''What:''' Cyber Security Seminar&amp;lt;br&amp;gt;&lt;br /&gt;
'''When:''' November 27, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
'''Where:'''[http://www.jru.edu Jose Rizal University]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Topic:'''Information Security &lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila&amp;diff=203626</id>
		<title>Manila</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila&amp;diff=203626"/>
				<updated>2015-11-20T12:52:10Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Chapter Template|chaptername=Manila|extra=The chapter leader is [mailto:John.Patrick.Lita@owasp.org John Patrick Lita] Co-Founder [mailto:jan.jansalin@owasp.org Jan Jacob Glenn Jansalin]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-manila|emailarchives=http://lists.owasp.org/pipermail/owasp-manila}}. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
The OWASP chapter meetings are free and open to anyone interested in application security. If you are interested to attend one in the future please join the [http://lists.owasp.org/mailman/listinfo/owasp-manila mailing list]. The mailing list is also used for sharing application security knowledge among the local community members.&lt;br /&gt;
&lt;br /&gt;
OWASP Manila &amp;quot;OWASP Outreach Project&amp;quot; aims to reach out also to the 2 major island groups in Philippines: Visayas and Mindanao.&lt;br /&gt;
&lt;br /&gt;
For inquiries e-mail our [mailto:jan.jansalin@owasp.org Project Manager].&lt;br /&gt;
&lt;br /&gt;
== Project on Progress ==&lt;br /&gt;
&lt;br /&gt;
[https://www.owasp.org/index.php/OWASP_Online_Academy OWASP Online Academy - Learning Platform]&lt;br /&gt;
&lt;br /&gt;
== OWASP Online Academy  Instructors ==&lt;br /&gt;
&lt;br /&gt;
This are the list of instructor who dedicate their time to help and they are very passionate to teach and help the OWASP Foundation for mission of the&lt;br /&gt;
Global Education Initiative.&lt;br /&gt;
&lt;br /&gt;
*Karan Bansal - Secure coding, Browser Security and Applying Cryptography for InfoSec&amp;lt;br&amp;gt;&lt;br /&gt;
*Hitesh Choudhary - Bug Bounty and Master SQL Injection&amp;lt;br&amp;gt;&lt;br /&gt;
*Muni Njiru - Malwares and Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Karthikeyan Palaniswamy - Python Scripting for Information Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Tushar Malhotra - Web Application Security and Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Milan Singh Thakur - Testing Guide for Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do you like to help? [[Image:Btn_donate_SM.gif|link=http://www.regonline.com/donation_1044369]]&lt;br /&gt;
&lt;br /&gt;
== Events for 2015 ==&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/Outreach_Campaign Outreach Campaign]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/SchoolTour School Tour]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/OwaspManilaMeetUp Owasp Manila MeetUp]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/event/OWAP_Manila_Hackademic2015 HACKADEMIC 2015]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/CallForPapers Call For Papers]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Volunteers ==&lt;br /&gt;
&lt;br /&gt;
[[User:Marai|Masasi Asi Arai]] | [[User:Michaelroevie.victoria|Michael Victoria]] | [[User:Anonuevoroy|Roy Anonuevo]] | [[User:Shilva|Leenard Santos]] | [[User:Usonsam |Sam Uson]] | [[User:reyjmc03 |Jose Mari Rey]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[User:Jessecastroph |Jesse Castro]] | [[User:Ctungcul |Lance Tungcul]] | [[User:Crizon|Eugene Labrador]] | [[User:DEYB|Dave Villar]] | [[User:JayJay19|John Jasper Talinting]] | [[User:Tetaguila|Tet Aguila]] | [[User:SalmanKhanChampion|Salman Khan Champion]] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Archives ==&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot;Cavite State University Bucana, Naic, Cavite &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and Cyber Security Awareness.&amp;lt;br&amp;gt;&lt;br /&gt;
'''Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
We Talk About what the Following Topics&lt;br /&gt;
*Intrusion Detection/Prevention System&lt;br /&gt;
*Network Based and Hosted Based&lt;br /&gt;
*Benefits of IDS for Web Application Security&lt;br /&gt;
*Characteristics of IDS&lt;br /&gt;
*HoneyPots and Firewalls&lt;br /&gt;
'''Demos&lt;br /&gt;
*SQL Injection&lt;br /&gt;
*Cross Site Scripting (XSS)&lt;br /&gt;
*Sensitive Data Exposure&lt;br /&gt;
*Command Execution&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 3:35 PM, 08 September 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot; Asia Pacific College (APC) &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and also we discuss the following topics&amp;lt;br&amp;gt;&lt;br /&gt;
'''Unpatch Security&amp;lt;br&amp;gt;&lt;br /&gt;
we talk about the Importance of Security and the risk of unpatched Vulnerabilities and how it will affect the Business and it's users.&lt;br /&gt;
*Vulnerability overview in Web Applications&lt;br /&gt;
*Vulnerability overview in Software and Operating Systems&lt;br /&gt;
*What is EXPLOITS and PAYLOADS&lt;br /&gt;
&lt;br /&gt;
With the Partnership of [http://devcon.ph/ DevCon Philippines (Developers Connect)].&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 10:34 PM, 31 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Joins &amp;quot; TechNation Caravan &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
University of Makati (UMAK) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Why Web Application Security is Important&lt;br /&gt;
*HTTPS, SSL, TLS Advantage and Risk.&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 02:49 AM, 7 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Conducted &amp;quot; Basic Information Security Training &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Globe showroom 111 valero st, salcedo village makati&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Sam Uson&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Code review&lt;br /&gt;
*OWASP TOP 10 (Overview)&lt;br /&gt;
*OWASP-ZAP Proxy (Overview/Demo)&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy and Globe Labs for the Venue&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 11:25 PM, 4 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins the event titled &amp;quot; The Gathering &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Fort Bonifacio Philippine Army Headquarters Classroom A, The Signal School (NETC Compound)&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Jan Jacob, Jose Mari and John Jasper Talinting&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation to our Military Personnel&amp;lt;br&amp;gt;&lt;br /&gt;
we teach and share our knowledge about the importance of Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Malware, Trojan and Keyloggers.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,18 June 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins Programmers without Boarders Campaign at&amp;lt;br&amp;gt;&lt;br /&gt;
3rd Floor Municipal City Hall Activity Area, Tanay Rizal, Philippines&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is to help and teach the out-of-school youth&amp;lt;br&amp;gt;&lt;br /&gt;
and encourage them to study and inspired them to continue and reach their goal&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Cyber Security Awareness.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,11 March 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' March 14, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
Resource Speaker: John Patrick Lita &amp;lt;br&amp;gt;&lt;br /&gt;
Owasp Academic Project we discussed the following topics and training&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*SQL Injection Demo&lt;br /&gt;
*Command Execution Demo&lt;br /&gt;
*How to Set-up Hacking Lab&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Hands on Web Application Training - Capture the Flag Game&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' February 18, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Code_review Code Review]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://lpubatangas.edu.ph/ Lyceum Batangas]''' December 20, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*How to start your Career in Web Application Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*How to produce/test a bug&amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 16, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Category:OWASP_Joomla_Vulnerability_Scanner_Project Joomla scanner]&amp;lt;br&amp;gt;&lt;br /&gt;
*Team Behind JoomScan&lt;br /&gt;
*Installing Python&lt;br /&gt;
*How to run Joomla Scanner in Windows OS&lt;br /&gt;
*How to use Joomscan in Kali Linux&lt;br /&gt;
for the joomla philippines community and discuss about OWASP TOP 10&amp;lt;br&amp;gt;&lt;br /&gt;
other topics delivered is how to use JoomScan and the people behind this project&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 12, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about the&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.owasp.org OWASP Introduction]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*Introduction in OWASP Tools for WebAppSec&amp;lt;br&amp;gt;&lt;br /&gt;
this seminar is also a recruitment for OWASP Manila Membership.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.mozillaphilippines.org Mozilla Phillipines]Sponsor venue for OWASP Manila Meet Up&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Logo_moz.png]]&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 12:10AM,13 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph Bulacan State University]'''&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &lt;br /&gt;
*[http://www.owasp.org Open Web Application Security Project]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&amp;lt;br&amp;gt;&lt;br /&gt;
at Bulacan December 10, 2014 for its Modern ICT: Bridging Toward Global Excellence.&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 11:58PM,11 December 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Chapter]]&lt;br /&gt;
[[Category:Asia/Pacific/Middle_East]]&lt;br /&gt;
[[Category:Philippines]]&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila&amp;diff=203625</id>
		<title>Manila</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila&amp;diff=203625"/>
				<updated>2015-11-20T12:50:40Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Chapter Template|chaptername=Manila|extra=The chapter leader is [mailto:John.Patrick.Lita@owasp.org John Patrick Lita] Co-Founder [mailto:jan.jansalin@owasp.org Jan Jacob Glenn Jansalin]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-manila|emailarchives=http://lists.owasp.org/pipermail/owasp-manila}}. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
The OWASP chapter meetings are free and open to anyone interested in application security. If you are interested to attend one in the future please join the [http://lists.owasp.org/mailman/listinfo/owasp-manila mailing list]. The mailing list is also used for sharing application security knowledge among the local community members.&lt;br /&gt;
&lt;br /&gt;
OWASP Manila &amp;quot;OWASP Outreach Project&amp;quot; aims to reach out also to the 2 major island groups in Philippines: Visayas and Mindanao.&lt;br /&gt;
&lt;br /&gt;
For inquiries e-mail our [mailto:jan.jansalin@owasp.org Project Manager].&lt;br /&gt;
&lt;br /&gt;
== Chapter Officers ==&lt;br /&gt;
&lt;br /&gt;
Chairman/Chapter Founder - [mailto:john.patrick.lita@owasp.org John Patrick Lita]&amp;lt;br&amp;gt;&lt;br /&gt;
Co-Founder -[mailto:jan.jansalin@owasp.org Jan Jacob Glenn Jansalin]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project on Progress ==&lt;br /&gt;
&lt;br /&gt;
[https://www.owasp.org/index.php/OWASP_Online_Academy OWASP Online Academy - Learning Platform]&lt;br /&gt;
&lt;br /&gt;
== OWASP Online Academy  Instructors ==&lt;br /&gt;
&lt;br /&gt;
This are the list of instructor who dedicate their time to help and they are very passionate to teach and help the OWASP Foundation for mission of the&lt;br /&gt;
Global Education Initiative.&lt;br /&gt;
&lt;br /&gt;
*Karan Bansal - Secure coding, Browser Security and Applying Cryptography for InfoSec&amp;lt;br&amp;gt;&lt;br /&gt;
*Hitesh Choudhary - Bug Bounty and Master SQL Injection&amp;lt;br&amp;gt;&lt;br /&gt;
*Muni Njiru - Malwares and Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Karthikeyan Palaniswamy - Python Scripting for Information Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Tushar Malhotra - Web Application Security and Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Milan Singh Thakur - Testing Guide for Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do you like to help? [[Image:Btn_donate_SM.gif|link=http://www.regonline.com/donation_1044369]]&lt;br /&gt;
&lt;br /&gt;
== Events for 2015 ==&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/Outreach_Campaign Outreach Campaign]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/SchoolTour School Tour]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/OwaspManilaMeetUp Owasp Manila MeetUp]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/event/OWAP_Manila_Hackademic2015 HACKADEMIC 2015]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/CallForPapers Call For Papers]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Volunteers ==&lt;br /&gt;
&lt;br /&gt;
[[User:Marai|Masasi Asi Arai]] | [[User:Michaelroevie.victoria|Michael Victoria]] | [[User:Anonuevoroy|Roy Anonuevo]] | [[User:Shilva|Leenard Santos]] | [[User:Usonsam |Sam Uson]] | [[User:reyjmc03 |Jose Mari Rey]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[User:Jessecastroph |Jesse Castro]] | [[User:Ctungcul |Lance Tungcul]] | [[User:Crizon|Eugene Labrador]] | [[User:DEYB|Dave Villar]] | [[User:JayJay19|John Jasper Talinting]] | [[User:Tetaguila|Tet Aguila]] | [[User:SalmanKhanChampion|Salman Khan Champion]] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Archives ==&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot;Cavite State University Bucana, Naic, Cavite &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and Cyber Security Awareness.&amp;lt;br&amp;gt;&lt;br /&gt;
'''Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
We Talk About what the Following Topics&lt;br /&gt;
*Intrusion Detection/Prevention System&lt;br /&gt;
*Network Based and Hosted Based&lt;br /&gt;
*Benefits of IDS for Web Application Security&lt;br /&gt;
*Characteristics of IDS&lt;br /&gt;
*HoneyPots and Firewalls&lt;br /&gt;
'''Demos&lt;br /&gt;
*SQL Injection&lt;br /&gt;
*Cross Site Scripting (XSS)&lt;br /&gt;
*Sensitive Data Exposure&lt;br /&gt;
*Command Execution&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 3:35 PM, 08 September 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot; Asia Pacific College (APC) &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and also we discuss the following topics&amp;lt;br&amp;gt;&lt;br /&gt;
'''Unpatch Security&amp;lt;br&amp;gt;&lt;br /&gt;
we talk about the Importance of Security and the risk of unpatched Vulnerabilities and how it will affect the Business and it's users.&lt;br /&gt;
*Vulnerability overview in Web Applications&lt;br /&gt;
*Vulnerability overview in Software and Operating Systems&lt;br /&gt;
*What is EXPLOITS and PAYLOADS&lt;br /&gt;
&lt;br /&gt;
With the Partnership of [http://devcon.ph/ DevCon Philippines (Developers Connect)].&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 10:34 PM, 31 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Joins &amp;quot; TechNation Caravan &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
University of Makati (UMAK) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Why Web Application Security is Important&lt;br /&gt;
*HTTPS, SSL, TLS Advantage and Risk.&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 02:49 AM, 7 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Conducted &amp;quot; Basic Information Security Training &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Globe showroom 111 valero st, salcedo village makati&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Sam Uson&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Code review&lt;br /&gt;
*OWASP TOP 10 (Overview)&lt;br /&gt;
*OWASP-ZAP Proxy (Overview/Demo)&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy and Globe Labs for the Venue&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 11:25 PM, 4 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins the event titled &amp;quot; The Gathering &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Fort Bonifacio Philippine Army Headquarters Classroom A, The Signal School (NETC Compound)&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Jan Jacob, Jose Mari and John Jasper Talinting&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation to our Military Personnel&amp;lt;br&amp;gt;&lt;br /&gt;
we teach and share our knowledge about the importance of Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Malware, Trojan and Keyloggers.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,18 June 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins Programmers without Boarders Campaign at&amp;lt;br&amp;gt;&lt;br /&gt;
3rd Floor Municipal City Hall Activity Area, Tanay Rizal, Philippines&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is to help and teach the out-of-school youth&amp;lt;br&amp;gt;&lt;br /&gt;
and encourage them to study and inspired them to continue and reach their goal&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Cyber Security Awareness.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,11 March 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' March 14, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
Resource Speaker: John Patrick Lita &amp;lt;br&amp;gt;&lt;br /&gt;
Owasp Academic Project we discussed the following topics and training&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*SQL Injection Demo&lt;br /&gt;
*Command Execution Demo&lt;br /&gt;
*How to Set-up Hacking Lab&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Hands on Web Application Training - Capture the Flag Game&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' February 18, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Code_review Code Review]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://lpubatangas.edu.ph/ Lyceum Batangas]''' December 20, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*How to start your Career in Web Application Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*How to produce/test a bug&amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 16, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Category:OWASP_Joomla_Vulnerability_Scanner_Project Joomla scanner]&amp;lt;br&amp;gt;&lt;br /&gt;
*Team Behind JoomScan&lt;br /&gt;
*Installing Python&lt;br /&gt;
*How to run Joomla Scanner in Windows OS&lt;br /&gt;
*How to use Joomscan in Kali Linux&lt;br /&gt;
for the joomla philippines community and discuss about OWASP TOP 10&amp;lt;br&amp;gt;&lt;br /&gt;
other topics delivered is how to use JoomScan and the people behind this project&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 12, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about the&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.owasp.org OWASP Introduction]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*Introduction in OWASP Tools for WebAppSec&amp;lt;br&amp;gt;&lt;br /&gt;
this seminar is also a recruitment for OWASP Manila Membership.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.mozillaphilippines.org Mozilla Phillipines]Sponsor venue for OWASP Manila Meet Up&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Logo_moz.png]]&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 12:10AM,13 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph Bulacan State University]'''&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &lt;br /&gt;
*[http://www.owasp.org Open Web Application Security Project]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&amp;lt;br&amp;gt;&lt;br /&gt;
at Bulacan December 10, 2014 for its Modern ICT: Bridging Toward Global Excellence.&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 11:58PM,11 December 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Chapter]]&lt;br /&gt;
[[Category:Asia/Pacific/Middle_East]]&lt;br /&gt;
[[Category:Philippines]]&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User:Jaypeelita&amp;diff=202561</id>
		<title>User:Jaypeelita</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User:Jaypeelita&amp;diff=202561"/>
				<updated>2015-10-23T13:54:39Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May name is John Patrick lita C)SS, Official mile2 proctor&amp;lt;br&amp;gt;&lt;br /&gt;
3 years Working as Freelance Web Application Security Tester,&amp;lt;br&amp;gt;&lt;br /&gt;
Working as Information Security Consultant in Business Profile .Inc&amp;lt;br&amp;gt;&lt;br /&gt;
Member of Philippine Institute of Cyber Security Professionals PICSpro is a non-for-profit Organization advocating for a secure Philippine Cyberspace,&amp;lt;br&amp;gt;&lt;br /&gt;
Founder/Managing Director of Geektalks Philippines a Non-for-Profit Organization conducting Seminars in different schools and college in exchange the school/university will provide school supplies and GTPH team will distribute the donation to our Less Fortunate children in Philippines.&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila&amp;diff=200224</id>
		<title>Manila</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila&amp;diff=200224"/>
				<updated>2015-09-08T08:07:17Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: /* Volunteers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Chapter Template|chaptername=Manila|extra=The chapter leaderis [mailto:John.Patrick.Lita@owasp.org John Patrick Lita]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-manila|emailarchives=http://lists.owasp.org/pipermail/owasp-manila}}. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
The OWASP chapter meetings are free and open to anyone interested in application security. If you are interested to attend one in the future please join the [http://lists.owasp.org/mailman/listinfo/owasp-manila mailing list]. The mailing list is also used for sharing application security knowledge among the local community members.&lt;br /&gt;
&lt;br /&gt;
OWASP Manila &amp;quot;OWASP Outreach Project&amp;quot; aims to reach out also to the 2 major island groups in Philippines: Visayas and Mindanao.&lt;br /&gt;
&lt;br /&gt;
For inquiries e-mail our [mailto:jan.jansalin@owasp.org Project Manager].&lt;br /&gt;
&lt;br /&gt;
== Project on Progress ==&lt;br /&gt;
&lt;br /&gt;
[https://www.owasp.org/index.php/OWASP_Online_Academy OWASP Online Academy - Learning Platform]&lt;br /&gt;
&lt;br /&gt;
== OWASP Online Academy  Instructors ==&lt;br /&gt;
&lt;br /&gt;
This are the list of instructor who dedicate their time to help and they are very passionate to teach and help the OWASP Foundation for mission of the&lt;br /&gt;
Global Education Initiative.&lt;br /&gt;
&lt;br /&gt;
*Karan Bansal - Secure coding, Browser Security and Applying Cryptography for InfoSec&amp;lt;br&amp;gt;&lt;br /&gt;
*Hitesh Choudhary - Bug Bounty and Master SQL Injection&amp;lt;br&amp;gt;&lt;br /&gt;
*Muni Njiru - Malwares and Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Karthikeyan Palaniswamy - Python Scripting for Information Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Tushar Malhotra - Web Application Security and Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Milan Singh Thakur - Testing Guide for Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do you like to help? [[Image:Btn_donate_SM.gif|link=http://www.regonline.com/donation_1044369]]&lt;br /&gt;
&lt;br /&gt;
== Events for 2015 ==&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/Outreach_Campaign Outreach Campaign]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/SchoolTour School Tour]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/OwaspManilaMeetUp Owasp Manila MeetUp]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/event/OWAP_Manila_Hackademic2015 HACKADEMIC 2015]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/CallForPapers Call For Papers]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Chapter Officers ==&lt;br /&gt;
&lt;br /&gt;
Chairman/Chapter Founder - [mailto:john.patrick.lita@owasp.org John Patrick Lita]&amp;lt;br&amp;gt;&lt;br /&gt;
Project Manager -[mailto:jan.jansalin@owasp.org Jan Jacob Glenn Jansalin]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Volunteers ==&lt;br /&gt;
&lt;br /&gt;
[[User:Marai|Masasi Asi Arai]] | [[User:Michaelroevie.victoria|Michael Victoria]] | [[User:Anonuevoroy|Roy Anonuevo]] | [[User:Shilva|Leenard Santos]] | [[User:Usonsam |Sam Uson]] | [[User:reyjmc03 |Jose Mari Rey]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[User:Jessecastroph |Jesse Castro]] | [[User:Ctungcul |Lance Tungcul]] | [[User:Crizon|Eugene Labrador]] | [[User:DEYB|Dave Villar]] | [[User:JayJay19|John Jasper Talinting]] | [[User:Tetaguila|Tet Aguila]] | [[User:SalmanKhanChampion|Salman Khan Champion]] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Archives ==&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot;Cavite State University Bucana, Naic, Cavite &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and Cyber Security Awareness.&amp;lt;br&amp;gt;&lt;br /&gt;
'''Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
We Talk About what the Following Topics&lt;br /&gt;
*Intrusion Detection/Prevention System&lt;br /&gt;
*Network Based and Hosted Based&lt;br /&gt;
*Benefits of IDS for Web Application Security&lt;br /&gt;
*Characteristics of IDS&lt;br /&gt;
*HoneyPots and Firewalls&lt;br /&gt;
'''Demos&lt;br /&gt;
*SQL Injection&lt;br /&gt;
*Cross Site Scripting (XSS)&lt;br /&gt;
*Sensitive Data Exposure&lt;br /&gt;
*Command Execution&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 3:35 PM, 08 September 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot; Asia Pacific College (APC) &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and also we discuss the following topics&amp;lt;br&amp;gt;&lt;br /&gt;
'''Unpatch Security&amp;lt;br&amp;gt;&lt;br /&gt;
we talk about the Importance of Security and the risk of unpatched Vulnerabilities and how it will affect the Business and it's users.&lt;br /&gt;
*Vulnerability overview in Web Applications&lt;br /&gt;
*Vulnerability overview in Software and Operating Systems&lt;br /&gt;
*What is EXPLOITS and PAYLOADS&lt;br /&gt;
&lt;br /&gt;
With the Partnership of [http://devcon.ph/ DevCon Philippines (Developers Connect)].&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 10:34 PM, 31 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Joins &amp;quot; TechNation Caravan &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
University of Makati (UMAK) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Why Web Application Security is Important&lt;br /&gt;
*HTTPS, SSL, TLS Advantage and Risk.&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 02:49 AM, 7 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Conducted &amp;quot; Basic Information Security Training &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Globe showroom 111 valero st, salcedo village makati&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Sam Uson&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Code review&lt;br /&gt;
*OWASP TOP 10 (Overview)&lt;br /&gt;
*OWASP-ZAP Proxy (Overview/Demo)&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy and Globe Labs for the Venue&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 11:25 PM, 4 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins the event titled &amp;quot; The Gathering &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Fort Bonifacio Philippine Army Headquarters Classroom A, The Signal School (NETC Compound)&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Jan Jacob, Jose Mari and John Jasper Talinting&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation to our Military Personnel&amp;lt;br&amp;gt;&lt;br /&gt;
we teach and share our knowledge about the importance of Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Malware, Trojan and Keyloggers.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,18 June 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins Programmers without Boarders Campaign at&amp;lt;br&amp;gt;&lt;br /&gt;
3rd Floor Municipal City Hall Activity Area, Tanay Rizal, Philippines&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is to help and teach the out-of-school youth&amp;lt;br&amp;gt;&lt;br /&gt;
and encourage them to study and inspired them to continue and reach their goal&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Cyber Security Awareness.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,11 March 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' March 14, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
Resource Speaker: John Patrick Lita &amp;lt;br&amp;gt;&lt;br /&gt;
Owasp Academic Project we discussed the following topics and training&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*SQL Injection Demo&lt;br /&gt;
*Command Execution Demo&lt;br /&gt;
*How to Set-up Hacking Lab&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Hands on Web Application Training - Capture the Flag Game&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' February 18, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Code_review Code Review]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://lpubatangas.edu.ph/ Lyceum Batangas]''' December 20, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*How to start your Career in Web Application Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*How to produce/test a bug&amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 16, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Category:OWASP_Joomla_Vulnerability_Scanner_Project Joomla scanner]&amp;lt;br&amp;gt;&lt;br /&gt;
*Team Behind JoomScan&lt;br /&gt;
*Installing Python&lt;br /&gt;
*How to run Joomla Scanner in Windows OS&lt;br /&gt;
*How to use Joomscan in Kali Linux&lt;br /&gt;
for the joomla philippines community and discuss about OWASP TOP 10&amp;lt;br&amp;gt;&lt;br /&gt;
other topics delivered is how to use JoomScan and the people behind this project&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 12, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about the&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.owasp.org OWASP Introduction]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*Introduction in OWASP Tools for WebAppSec&amp;lt;br&amp;gt;&lt;br /&gt;
this seminar is also a recruitment for OWASP Manila Membership.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.mozillaphilippines.org Mozilla Phillipines]Sponsor venue for OWASP Manila Meet Up&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Logo_moz.png]]&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 12:10AM,13 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph Bulacan State University]'''&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &lt;br /&gt;
*[http://www.owasp.org Open Web Application Security Project]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&amp;lt;br&amp;gt;&lt;br /&gt;
at Bulacan December 10, 2014 for its Modern ICT: Bridging Toward Global Excellence.&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 11:58PM,11 December 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Chapter]]&lt;br /&gt;
[[Category:Asia/Pacific/Middle_East]]&lt;br /&gt;
[[Category:Philippines]]&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila&amp;diff=200223</id>
		<title>Manila</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila&amp;diff=200223"/>
				<updated>2015-09-08T08:06:53Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: /* Chapter Officers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Chapter Template|chaptername=Manila|extra=The chapter leaderis [mailto:John.Patrick.Lita@owasp.org John Patrick Lita]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-manila|emailarchives=http://lists.owasp.org/pipermail/owasp-manila}}. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
The OWASP chapter meetings are free and open to anyone interested in application security. If you are interested to attend one in the future please join the [http://lists.owasp.org/mailman/listinfo/owasp-manila mailing list]. The mailing list is also used for sharing application security knowledge among the local community members.&lt;br /&gt;
&lt;br /&gt;
OWASP Manila &amp;quot;OWASP Outreach Project&amp;quot; aims to reach out also to the 2 major island groups in Philippines: Visayas and Mindanao.&lt;br /&gt;
&lt;br /&gt;
For inquiries e-mail our [mailto:jan.jansalin@owasp.org Project Manager].&lt;br /&gt;
&lt;br /&gt;
== Project on Progress ==&lt;br /&gt;
&lt;br /&gt;
[https://www.owasp.org/index.php/OWASP_Online_Academy OWASP Online Academy - Learning Platform]&lt;br /&gt;
&lt;br /&gt;
== OWASP Online Academy  Instructors ==&lt;br /&gt;
&lt;br /&gt;
This are the list of instructor who dedicate their time to help and they are very passionate to teach and help the OWASP Foundation for mission of the&lt;br /&gt;
Global Education Initiative.&lt;br /&gt;
&lt;br /&gt;
*Karan Bansal - Secure coding, Browser Security and Applying Cryptography for InfoSec&amp;lt;br&amp;gt;&lt;br /&gt;
*Hitesh Choudhary - Bug Bounty and Master SQL Injection&amp;lt;br&amp;gt;&lt;br /&gt;
*Muni Njiru - Malwares and Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Karthikeyan Palaniswamy - Python Scripting for Information Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Tushar Malhotra - Web Application Security and Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Milan Singh Thakur - Testing Guide for Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do you like to help? [[Image:Btn_donate_SM.gif|link=http://www.regonline.com/donation_1044369]]&lt;br /&gt;
&lt;br /&gt;
== Events for 2015 ==&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/Outreach_Campaign Outreach Campaign]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/SchoolTour School Tour]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/OwaspManilaMeetUp Owasp Manila MeetUp]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/event/OWAP_Manila_Hackademic2015 HACKADEMIC 2015]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/CallForPapers Call For Papers]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Chapter Officers ==&lt;br /&gt;
&lt;br /&gt;
Chairman/Chapter Founder - [mailto:john.patrick.lita@owasp.org John Patrick Lita]&amp;lt;br&amp;gt;&lt;br /&gt;
Project Manager -[mailto:jan.jansalin@owasp.org Jan Jacob Glenn Jansalin]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Volunteers ==&lt;br /&gt;
&lt;br /&gt;
[[User:Marai|Masasi Asi Arai]] | [[User:Michaelroevie.victoria|Michael Victoria]] | [[User:Anonuevoroy|Roy Anonuevo]] | [[User:Shilva|Leenard Santos]] | [[User:Usonsam |Sam Uson]] | [[User:reyjmc03 |Jose Mari Rey]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[User:Jessecastroph |Jesse Castro]] | [[User:Ctungcul |Lance Tungcul]] | [[User:Crizon|Eugene Labrador]] | [[User:DEYB|Dave Villar]] | [[User:JayJay19|John Jasper Talinting]] | [[User:Tetaguila|Tet Aguila]] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Archives ==&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot;Cavite State University Bucana, Naic, Cavite &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and Cyber Security Awareness.&amp;lt;br&amp;gt;&lt;br /&gt;
'''Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
We Talk About what the Following Topics&lt;br /&gt;
*Intrusion Detection/Prevention System&lt;br /&gt;
*Network Based and Hosted Based&lt;br /&gt;
*Benefits of IDS for Web Application Security&lt;br /&gt;
*Characteristics of IDS&lt;br /&gt;
*HoneyPots and Firewalls&lt;br /&gt;
'''Demos&lt;br /&gt;
*SQL Injection&lt;br /&gt;
*Cross Site Scripting (XSS)&lt;br /&gt;
*Sensitive Data Exposure&lt;br /&gt;
*Command Execution&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 3:35 PM, 08 September 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot; Asia Pacific College (APC) &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and also we discuss the following topics&amp;lt;br&amp;gt;&lt;br /&gt;
'''Unpatch Security&amp;lt;br&amp;gt;&lt;br /&gt;
we talk about the Importance of Security and the risk of unpatched Vulnerabilities and how it will affect the Business and it's users.&lt;br /&gt;
*Vulnerability overview in Web Applications&lt;br /&gt;
*Vulnerability overview in Software and Operating Systems&lt;br /&gt;
*What is EXPLOITS and PAYLOADS&lt;br /&gt;
&lt;br /&gt;
With the Partnership of [http://devcon.ph/ DevCon Philippines (Developers Connect)].&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 10:34 PM, 31 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Joins &amp;quot; TechNation Caravan &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
University of Makati (UMAK) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Why Web Application Security is Important&lt;br /&gt;
*HTTPS, SSL, TLS Advantage and Risk.&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 02:49 AM, 7 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Conducted &amp;quot; Basic Information Security Training &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Globe showroom 111 valero st, salcedo village makati&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Sam Uson&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Code review&lt;br /&gt;
*OWASP TOP 10 (Overview)&lt;br /&gt;
*OWASP-ZAP Proxy (Overview/Demo)&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy and Globe Labs for the Venue&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 11:25 PM, 4 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins the event titled &amp;quot; The Gathering &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Fort Bonifacio Philippine Army Headquarters Classroom A, The Signal School (NETC Compound)&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Jan Jacob, Jose Mari and John Jasper Talinting&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation to our Military Personnel&amp;lt;br&amp;gt;&lt;br /&gt;
we teach and share our knowledge about the importance of Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Malware, Trojan and Keyloggers.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,18 June 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins Programmers without Boarders Campaign at&amp;lt;br&amp;gt;&lt;br /&gt;
3rd Floor Municipal City Hall Activity Area, Tanay Rizal, Philippines&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is to help and teach the out-of-school youth&amp;lt;br&amp;gt;&lt;br /&gt;
and encourage them to study and inspired them to continue and reach their goal&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Cyber Security Awareness.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,11 March 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' March 14, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
Resource Speaker: John Patrick Lita &amp;lt;br&amp;gt;&lt;br /&gt;
Owasp Academic Project we discussed the following topics and training&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*SQL Injection Demo&lt;br /&gt;
*Command Execution Demo&lt;br /&gt;
*How to Set-up Hacking Lab&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Hands on Web Application Training - Capture the Flag Game&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' February 18, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Code_review Code Review]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://lpubatangas.edu.ph/ Lyceum Batangas]''' December 20, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*How to start your Career in Web Application Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*How to produce/test a bug&amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 16, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Category:OWASP_Joomla_Vulnerability_Scanner_Project Joomla scanner]&amp;lt;br&amp;gt;&lt;br /&gt;
*Team Behind JoomScan&lt;br /&gt;
*Installing Python&lt;br /&gt;
*How to run Joomla Scanner in Windows OS&lt;br /&gt;
*How to use Joomscan in Kali Linux&lt;br /&gt;
for the joomla philippines community and discuss about OWASP TOP 10&amp;lt;br&amp;gt;&lt;br /&gt;
other topics delivered is how to use JoomScan and the people behind this project&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 12, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about the&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.owasp.org OWASP Introduction]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*Introduction in OWASP Tools for WebAppSec&amp;lt;br&amp;gt;&lt;br /&gt;
this seminar is also a recruitment for OWASP Manila Membership.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.mozillaphilippines.org Mozilla Phillipines]Sponsor venue for OWASP Manila Meet Up&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Logo_moz.png]]&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 12:10AM,13 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph Bulacan State University]'''&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &lt;br /&gt;
*[http://www.owasp.org Open Web Application Security Project]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&amp;lt;br&amp;gt;&lt;br /&gt;
at Bulacan December 10, 2014 for its Modern ICT: Bridging Toward Global Excellence.&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 11:58PM,11 December 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Chapter]]&lt;br /&gt;
[[Category:Asia/Pacific/Middle_East]]&lt;br /&gt;
[[Category:Philippines]]&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila&amp;diff=200222</id>
		<title>Manila</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila&amp;diff=200222"/>
				<updated>2015-09-08T07:36:03Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: /* Archives */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Chapter Template|chaptername=Manila|extra=The chapter leaderis [mailto:John.Patrick.Lita@owasp.org John Patrick Lita]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-manila|emailarchives=http://lists.owasp.org/pipermail/owasp-manila}}. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
The OWASP chapter meetings are free and open to anyone interested in application security. If you are interested to attend one in the future please join the [http://lists.owasp.org/mailman/listinfo/owasp-manila mailing list]. The mailing list is also used for sharing application security knowledge among the local community members.&lt;br /&gt;
&lt;br /&gt;
OWASP Manila &amp;quot;OWASP Outreach Project&amp;quot; aims to reach out also to the 2 major island groups in Philippines: Visayas and Mindanao.&lt;br /&gt;
&lt;br /&gt;
For inquiries e-mail our [mailto:jan.jansalin@owasp.org Project Manager].&lt;br /&gt;
&lt;br /&gt;
== Project on Progress ==&lt;br /&gt;
&lt;br /&gt;
[https://www.owasp.org/index.php/OWASP_Online_Academy OWASP Online Academy - Learning Platform]&lt;br /&gt;
&lt;br /&gt;
== OWASP Online Academy  Instructors ==&lt;br /&gt;
&lt;br /&gt;
This are the list of instructor who dedicate their time to help and they are very passionate to teach and help the OWASP Foundation for mission of the&lt;br /&gt;
Global Education Initiative.&lt;br /&gt;
&lt;br /&gt;
*Karan Bansal - Secure coding, Browser Security and Applying Cryptography for InfoSec&amp;lt;br&amp;gt;&lt;br /&gt;
*Hitesh Choudhary - Bug Bounty and Master SQL Injection&amp;lt;br&amp;gt;&lt;br /&gt;
*Muni Njiru - Malwares and Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Karthikeyan Palaniswamy - Python Scripting for Information Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Tushar Malhotra - Web Application Security and Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Milan Singh Thakur - Testing Guide for Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do you like to help? [[Image:Btn_donate_SM.gif|link=http://www.regonline.com/donation_1044369]]&lt;br /&gt;
&lt;br /&gt;
== Events for 2015 ==&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/Outreach_Campaign Outreach Campaign]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/SchoolTour School Tour]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/OwaspManilaMeetUp Owasp Manila MeetUp]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/event/OWAP_Manila_Hackademic2015 HACKADEMIC 2015]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/CallForPapers Call For Papers]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Chapter Officers ==&lt;br /&gt;
&lt;br /&gt;
Chairman/Chapter Founder - [mailto:john.patrick.lita@owasp.org John Patrick Lita]&amp;lt;br&amp;gt;&lt;br /&gt;
Project Manager -[mailto:jan.jansalin@owasp.org Jan Jacob Glenn Jansalin]&amp;lt;br&amp;gt;&lt;br /&gt;
Web Designer - [[User:SalmanKhanChampion|Salman Khan Champion]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Volunteers ==&lt;br /&gt;
&lt;br /&gt;
[[User:Marai|Masasi Asi Arai]] | [[User:Michaelroevie.victoria|Michael Victoria]] | [[User:Anonuevoroy|Roy Anonuevo]] | [[User:Shilva|Leenard Santos]] | [[User:Usonsam |Sam Uson]] | [[User:reyjmc03 |Jose Mari Rey]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[User:Jessecastroph |Jesse Castro]] | [[User:Ctungcul |Lance Tungcul]] | [[User:Crizon|Eugene Labrador]] | [[User:DEYB|Dave Villar]] | [[User:JayJay19|John Jasper Talinting]] | [[User:Tetaguila|Tet Aguila]] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Archives ==&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot;Cavite State University Bucana, Naic, Cavite &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and Cyber Security Awareness.&amp;lt;br&amp;gt;&lt;br /&gt;
'''Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
We Talk About what the Following Topics&lt;br /&gt;
*Intrusion Detection/Prevention System&lt;br /&gt;
*Network Based and Hosted Based&lt;br /&gt;
*Benefits of IDS for Web Application Security&lt;br /&gt;
*Characteristics of IDS&lt;br /&gt;
*HoneyPots and Firewalls&lt;br /&gt;
'''Demos&lt;br /&gt;
*SQL Injection&lt;br /&gt;
*Cross Site Scripting (XSS)&lt;br /&gt;
*Sensitive Data Exposure&lt;br /&gt;
*Command Execution&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 3:35 PM, 08 September 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot; Asia Pacific College (APC) &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and also we discuss the following topics&amp;lt;br&amp;gt;&lt;br /&gt;
'''Unpatch Security&amp;lt;br&amp;gt;&lt;br /&gt;
we talk about the Importance of Security and the risk of unpatched Vulnerabilities and how it will affect the Business and it's users.&lt;br /&gt;
*Vulnerability overview in Web Applications&lt;br /&gt;
*Vulnerability overview in Software and Operating Systems&lt;br /&gt;
*What is EXPLOITS and PAYLOADS&lt;br /&gt;
&lt;br /&gt;
With the Partnership of [http://devcon.ph/ DevCon Philippines (Developers Connect)].&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 10:34 PM, 31 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Joins &amp;quot; TechNation Caravan &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
University of Makati (UMAK) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Why Web Application Security is Important&lt;br /&gt;
*HTTPS, SSL, TLS Advantage and Risk.&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 02:49 AM, 7 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Conducted &amp;quot; Basic Information Security Training &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Globe showroom 111 valero st, salcedo village makati&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Sam Uson&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Code review&lt;br /&gt;
*OWASP TOP 10 (Overview)&lt;br /&gt;
*OWASP-ZAP Proxy (Overview/Demo)&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy and Globe Labs for the Venue&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 11:25 PM, 4 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins the event titled &amp;quot; The Gathering &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Fort Bonifacio Philippine Army Headquarters Classroom A, The Signal School (NETC Compound)&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Jan Jacob, Jose Mari and John Jasper Talinting&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation to our Military Personnel&amp;lt;br&amp;gt;&lt;br /&gt;
we teach and share our knowledge about the importance of Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Malware, Trojan and Keyloggers.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,18 June 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins Programmers without Boarders Campaign at&amp;lt;br&amp;gt;&lt;br /&gt;
3rd Floor Municipal City Hall Activity Area, Tanay Rizal, Philippines&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is to help and teach the out-of-school youth&amp;lt;br&amp;gt;&lt;br /&gt;
and encourage them to study and inspired them to continue and reach their goal&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Cyber Security Awareness.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,11 March 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' March 14, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
Resource Speaker: John Patrick Lita &amp;lt;br&amp;gt;&lt;br /&gt;
Owasp Academic Project we discussed the following topics and training&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*SQL Injection Demo&lt;br /&gt;
*Command Execution Demo&lt;br /&gt;
*How to Set-up Hacking Lab&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Hands on Web Application Training - Capture the Flag Game&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' February 18, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Code_review Code Review]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://lpubatangas.edu.ph/ Lyceum Batangas]''' December 20, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*How to start your Career in Web Application Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*How to produce/test a bug&amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 16, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Category:OWASP_Joomla_Vulnerability_Scanner_Project Joomla scanner]&amp;lt;br&amp;gt;&lt;br /&gt;
*Team Behind JoomScan&lt;br /&gt;
*Installing Python&lt;br /&gt;
*How to run Joomla Scanner in Windows OS&lt;br /&gt;
*How to use Joomscan in Kali Linux&lt;br /&gt;
for the joomla philippines community and discuss about OWASP TOP 10&amp;lt;br&amp;gt;&lt;br /&gt;
other topics delivered is how to use JoomScan and the people behind this project&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 12, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about the&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.owasp.org OWASP Introduction]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*Introduction in OWASP Tools for WebAppSec&amp;lt;br&amp;gt;&lt;br /&gt;
this seminar is also a recruitment for OWASP Manila Membership.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.mozillaphilippines.org Mozilla Phillipines]Sponsor venue for OWASP Manila Meet Up&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Logo_moz.png]]&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 12:10AM,13 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph Bulacan State University]'''&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &lt;br /&gt;
*[http://www.owasp.org Open Web Application Security Project]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&amp;lt;br&amp;gt;&lt;br /&gt;
at Bulacan December 10, 2014 for its Modern ICT: Bridging Toward Global Excellence.&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 11:58PM,11 December 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Chapter]]&lt;br /&gt;
[[Category:Asia/Pacific/Middle_East]]&lt;br /&gt;
[[Category:Philippines]]&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila&amp;diff=198231</id>
		<title>Manila</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila&amp;diff=198231"/>
				<updated>2015-07-31T15:09:33Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: /* Archives */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Chapter Template|chaptername=Manila|extra=The chapter leaderis [mailto:John.Patrick.Lita@owasp.org John Patrick Lita]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-manila|emailarchives=http://lists.owasp.org/pipermail/owasp-manila}}. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
The OWASP chapter meetings are free and open to anyone interested in application security. If you are interested to attend one in the future please join the [http://lists.owasp.org/mailman/listinfo/owasp-manila mailing list]. The mailing list is also used for sharing application security knowledge among the local community members.&lt;br /&gt;
&lt;br /&gt;
OWASP Manila &amp;quot;OWASP Outreach Project&amp;quot; aims to reach out also to the 2 major island groups in Philippines: Visayas and Mindanao.&lt;br /&gt;
&lt;br /&gt;
For inquiries e-mail our [mailto:jan.jansalin@owasp.org Project Manager].&lt;br /&gt;
&lt;br /&gt;
== Project on Progress ==&lt;br /&gt;
&lt;br /&gt;
[https://www.owasp.org/index.php/OWASP_Online_Academy OWASP Online Academy - Learning Platform]&lt;br /&gt;
&lt;br /&gt;
== OWASP Online Academy  Instructors ==&lt;br /&gt;
&lt;br /&gt;
This are the list of instructor who dedicate their time to help and they are very passionate to teach and help the OWASP Foundation for mission of the&lt;br /&gt;
Global Education Initiative.&lt;br /&gt;
&lt;br /&gt;
*Karan Bansal - Secure coding, Browser Security and Applying Cryptography for InfoSec&amp;lt;br&amp;gt;&lt;br /&gt;
*Hitesh Choudhary - Bug Bounty and Master SQL Injection&amp;lt;br&amp;gt;&lt;br /&gt;
*Muni Njiru - Malwares and Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Karthikeyan Palaniswamy - Python Scripting for Information Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Tushar Malhotra - Web Application Security and Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Milan Singh Thakur - Testing Guide for Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do you like to help? [[Image:Btn_donate_SM.gif|link=http://www.regonline.com/donation_1044369]]&lt;br /&gt;
&lt;br /&gt;
== Events for 2015 ==&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/Outreach_Campaign Outreach Campaign]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/SchoolTour School Tour]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/OwaspManilaMeetUp Owasp Manila MeetUp]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/event/OWAP_Manila_Hackademic2015 HACKADEMIC 2015]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/CallForPapers Call For Papers]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Chapter Officers ==&lt;br /&gt;
&lt;br /&gt;
Chairman/Chapter Founder - [mailto:john.patrick.lita@owasp.org John Patrick Lita]&amp;lt;br&amp;gt;&lt;br /&gt;
Project Manager -[mailto:jan.jansalin@owasp.org Jan Jacob Glenn Jansalin]&amp;lt;br&amp;gt;&lt;br /&gt;
Web Designer - [[User:SalmanKhanChampion|Salman Khan Champion]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Volunteers ==&lt;br /&gt;
&lt;br /&gt;
[[User:Marai|Masasi Asi Arai]] | [[User:Michaelroevie.victoria|Michael Victoria]] | [[User:Anonuevoroy|Roy Anonuevo]] | [[User:Shilva|Leenard Santos]] | [[User:Usonsam |Sam Uson]] | [[User:reyjmc03 |Jose Mari Rey]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[User:Jessecastroph |Jesse Castro]] | [[User:Ctungcul |Lance Tungcul]] | [[User:Crizon|Eugene Labrador]] | [[User:DEYB|Dave Villar]] | [[User:JayJay19|John Jasper Talinting]] | [[User:Tetaguila|Tet Aguila]] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Archives ==&lt;br /&gt;
'''OWASP Manila Chapter Visited &amp;quot; Asia Pacific College (APC) &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
and also we discuss the following topics&amp;lt;br&amp;gt;&lt;br /&gt;
'''Unpatch Security&amp;lt;br&amp;gt;&lt;br /&gt;
we talk about the Importance of Security and the risk of unpatched Vulnerabilities and how it will affect the Business and it's users.&lt;br /&gt;
*Vulnerability overview in Web Applications&lt;br /&gt;
*Vulnerability overview in Software and Operating Systems&lt;br /&gt;
*What is EXPLOITS and PAYLOADS&lt;br /&gt;
&lt;br /&gt;
With the Partnership of [http://devcon.ph/ DevCon Philippines (Developers Connect)].&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 10:34 PM, 31 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter Joins &amp;quot; TechNation Caravan &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
University of Makati (UMAK) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Why Web Application Security is Important&lt;br /&gt;
*HTTPS, SSL, TLS Advantage and Risk.&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 02:49 AM, 7 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Conducted &amp;quot; Basic Information Security Training &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Globe showroom 111 valero st, salcedo village makati&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Sam Uson&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Code review&lt;br /&gt;
*OWASP TOP 10 (Overview)&lt;br /&gt;
*OWASP-ZAP Proxy (Overview/Demo)&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy and Globe Labs for the Venue&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 11:25 PM, 4 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins the event titled &amp;quot; The Gathering &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Fort Bonifacio Philippine Army Headquarters Classroom A, The Signal School (NETC Compound)&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Jan Jacob, Jose Mari and John Jasper Talinting&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation to our Military Personnel&amp;lt;br&amp;gt;&lt;br /&gt;
we teach and share our knowledge about the importance of Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Malware, Trojan and Keyloggers.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,18 June 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins Programmers without Boarders Campaign at&amp;lt;br&amp;gt;&lt;br /&gt;
3rd Floor Municipal City Hall Activity Area, Tanay Rizal, Philippines&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is to help and teach the out-of-school youth&amp;lt;br&amp;gt;&lt;br /&gt;
and encourage them to study and inspired them to continue and reach their goal&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Cyber Security Awareness.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,11 March 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' March 14, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
Resource Speaker: John Patrick Lita &amp;lt;br&amp;gt;&lt;br /&gt;
Owasp Academic Project we discussed the following topics and training&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*SQL Injection Demo&lt;br /&gt;
*Command Execution Demo&lt;br /&gt;
*How to Set-up Hacking Lab&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Hands on Web Application Training - Capture the Flag Game&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' February 18, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Code_review Code Review]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://lpubatangas.edu.ph/ Lyceum Batangas]''' December 20, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*How to start your Career in Web Application Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*How to produce/test a bug&amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 16, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Category:OWASP_Joomla_Vulnerability_Scanner_Project Joomla scanner]&amp;lt;br&amp;gt;&lt;br /&gt;
*Team Behind JoomScan&lt;br /&gt;
*Installing Python&lt;br /&gt;
*How to run Joomla Scanner in Windows OS&lt;br /&gt;
*How to use Joomscan in Kali Linux&lt;br /&gt;
for the joomla philippines community and discuss about OWASP TOP 10&amp;lt;br&amp;gt;&lt;br /&gt;
other topics delivered is how to use JoomScan and the people behind this project&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 12, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about the&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.owasp.org OWASP Introduction]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*Introduction in OWASP Tools for WebAppSec&amp;lt;br&amp;gt;&lt;br /&gt;
this seminar is also a recruitment for OWASP Manila Membership.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.mozillaphilippines.org Mozilla Phillipines]Sponsor venue for OWASP Manila Meet Up&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Logo_moz.png]]&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 12:10AM,13 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph Bulacan State University]'''&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &lt;br /&gt;
*[http://www.owasp.org Open Web Application Security Project]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&amp;lt;br&amp;gt;&lt;br /&gt;
at Bulacan December 10, 2014 for its Modern ICT: Bridging Toward Global Excellence.&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 11:58PM,11 December 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Chapter]]&lt;br /&gt;
[[Category:Asia/Pacific/Middle_East]]&lt;br /&gt;
[[Category:Philippines]]&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Online_Academy&amp;diff=197919</id>
		<title>OWASP Online Academy</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Online_Academy&amp;diff=197919"/>
				<updated>2015-07-27T07:03:18Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: /* Email List */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Main=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:100%;height:160px;border:0,margin:0;overflow: hidden;&amp;quot;&amp;gt;[[File:OWASP_Project_Header.jpg|link=]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;padding: 0;margin:0;margin-top:10px;text-align:left;&amp;quot; |-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;border-right: 1px dotted gray;padding-right:25px;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==OWASP Online Academy Project==&lt;br /&gt;
&lt;br /&gt;
[[Image:OwaspACADEMY.png|500px]]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
The '''OWASP Online Academy''' Project helps to enhance your knowledge on web application security. You can learn Secure Development and Web Application Testing at your own pace and time.&lt;br /&gt;
&lt;br /&gt;
OWASP Online Academy is currently under development and aims to be viewable in all mobile devices.&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
The OWASP Online Academy provides free online training and learning of Web Application Security, Mobile Testing, Secure Coding designed and delivered by the experts around the world.&lt;br /&gt;
&lt;br /&gt;
Currently the OWASP online academy project Website is on alpha-testing stage.&lt;br /&gt;
&lt;br /&gt;
OWASP Online Academy is based on the Hackademic Project. We are creating this platform to make it more virtually interactive, choose and finish your own course,  pass a self-assessment exam and receive a Certification of Course Completion from OWASP Online Academy.&lt;br /&gt;
&lt;br /&gt;
== Target Participants == &lt;br /&gt;
&lt;br /&gt;
'''Students''' : Students are welcome to enroll in this platform to develop their skills in secure Mobile/Web development.&lt;br /&gt;
&lt;br /&gt;
'''Professionals''' : Professionals who like to enhance their skills in Web Application/Mobile security.&lt;br /&gt;
&lt;br /&gt;
== Needs of this Project ==&lt;br /&gt;
&lt;br /&gt;
OWASP Online Academy needs 3 things to make this a success:&lt;br /&gt;
&lt;br /&gt;
1) Web Security Guys who are willing to create videos or have videos on different topics.&lt;br /&gt;
&lt;br /&gt;
2) Video Editors &amp;amp; UX guys to improve visibility and user experience of online lessons.&lt;br /&gt;
&lt;br /&gt;
3) Financial support for server maintenance purposes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you would like to inquire about donations email [mailto:john.patrick.lita@owasp.org John Patrick Lita].&lt;br /&gt;
For suggestions on the website and promotions email  [mailto:jan.jansalin@owasp.org Jan Jansalin].&lt;br /&gt;
&lt;br /&gt;
==Licensing==&lt;br /&gt;
OWASP online academy is under the OWASP Licensing Policy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;padding-left:25px;width:200px;border-right: 1px dotted gray;padding-right:25px;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Benefits of OWASP Online Academy ==&lt;br /&gt;
&lt;br /&gt;
OWASP Online Academy Provides:&lt;br /&gt;
&lt;br /&gt;
* A platform to be aware about the latest in web security (OWASP Top 10)&lt;br /&gt;
* A virtual class in which you can choose from specializations to focus on such as: Mobile Developement, Web Application Development, Quality Assurance etc.&lt;br /&gt;
* A platform which caters to different people groups, different language, methods of teaching and deaf people.&lt;br /&gt;
* Aims to soon teach how to build your own Web Application Security testing lab.&lt;br /&gt;
* Aims to cater more advanced courses such as Creating Security Policies, Digital Certificates, JAVE SE, Server Side Java, HTML5 and CSS3, Cloud and Big Data and many more!&lt;br /&gt;
&lt;br /&gt;
== Presentation ==&lt;br /&gt;
&lt;br /&gt;
== Project Leaders ==&lt;br /&gt;
&lt;br /&gt;
[mailto:john.patrick.lita@owasp.org John Patrick Lita]&lt;br /&gt;
 &lt;br /&gt;
[mailto:jan.jansalin@owasp.org Jan Jacob Glenn Jansalin]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Related Projects ==&lt;br /&gt;
&lt;br /&gt;
*[https://www.owasp.org/index.php/OWASP_Hackademic_Challenges_Project  HACKADEMIC]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;padding-left:25px;width:200px;&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
== Quick Download ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Email List ==&lt;br /&gt;
&lt;br /&gt;
[mailto:john.patrick.lita@owasp.org John Patrick Lita]&lt;br /&gt;
&lt;br /&gt;
*[https://lists.owasp.org/mailman/listinfo/owasp-manila mailing list]&lt;br /&gt;
&lt;br /&gt;
== News and Events ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In Print ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Classifications==&lt;br /&gt;
&lt;br /&gt;
   {| width=&amp;quot;200&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
   |-&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot; rowspan=&amp;quot;2&amp;quot;| [[File:Midlevel projects.png|100px|link=https://www.owasp.org/index.php/OWASP_Project_Stages#tab=Incubator_Projects]]&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot;| [[File:Owasp-builders-small.png|link=]]  &lt;br /&gt;
   |-&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot;| [[File:Owasp-defenders-small.png|link=]]&lt;br /&gt;
   |-&lt;br /&gt;
   | colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;  | [[File:Cc-button-y-sa-small.png|link=http://creativecommons.org/licenses/by-sa/3.0/]]&lt;br /&gt;
   |-&lt;br /&gt;
   | colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;  | [[File:Project_Type_Files_CODE.jpg|link=]]&lt;br /&gt;
   |}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=FAQs=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Acknowledgements =&lt;br /&gt;
&lt;br /&gt;
== Adviser ==&lt;br /&gt;
&lt;br /&gt;
The OWASP Online Academy is supported by:&lt;br /&gt;
&lt;br /&gt;
Tom Brennan - https://www.linkedin.com/in/tombrennan&lt;br /&gt;
&lt;br /&gt;
==Others==&lt;br /&gt;
* xxx&lt;br /&gt;
* xxx&lt;br /&gt;
&lt;br /&gt;
= Road Map and Getting Involved =&lt;br /&gt;
&lt;br /&gt;
* In the First Launch of this Prhttps://www.owasp.org/skins/common/images/button_nowiki.pngoject we expect more students will be interested in this platform.&lt;br /&gt;
* OWASP Online Academy aims to solicit funds to help the Foundation build and support existing projects.&lt;br /&gt;
* This platform can help increase individual supporters to corporate supporters. &lt;br /&gt;
&lt;br /&gt;
We are encouraging you to be actively involved in the development and promotion of the OWASP Online Academy.&lt;br /&gt;
&lt;br /&gt;
OWASP Chapter Leaders, Board Members, Members, Corporate partners:&lt;br /&gt;
&lt;br /&gt;
Some of the ways you can help:&lt;br /&gt;
* Create your own Modules (Video series with captions) &lt;br /&gt;
* Create your account and upload your Video Tutorial series&lt;br /&gt;
* Create your own questions for Self Assessment Examination (a total of 80 questions) &lt;br /&gt;
* It's up to you if you like to create a prerequisite for certification Goals like:&amp;lt;br&amp;gt;&lt;br /&gt;
 (ISC)2&lt;br /&gt;
 CCLSP&lt;br /&gt;
 and many more...&lt;br /&gt;
&lt;br /&gt;
Roadmap -&lt;br /&gt;
*Online Education&lt;br /&gt;
*Online tutorial for tools develop by OWASP Foundation&lt;br /&gt;
*Develop more courses and up to date subjects&lt;br /&gt;
*Partnership with different Universities Worldwide&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Future Milestones and enhancements&lt;br /&gt;
*Recognition to international Education Community&lt;br /&gt;
*Online Education Certification&lt;br /&gt;
*Generate Funds to help other Projects&lt;br /&gt;
&lt;br /&gt;
=Project About=&lt;br /&gt;
&lt;br /&gt;
Online Academy will provide free and yet high quality online education to our community, it can help project leaders to create tutorials on how to use their Tools, and also will help our Conference Attendee to lessen their expenses because the attendee don't need to pay just to know the basic use of the tool.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]  [[Category:OWASP_Builders]] [[Category:OWASP_Defenders]]  [[Category:OWASP_Document]]&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila&amp;diff=197454</id>
		<title>Manila</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila&amp;diff=197454"/>
				<updated>2015-07-15T05:01:34Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: /* Chapter Members */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Chapter Template|chaptername=Manila|extra=The chapter leaderis [mailto:John.Patrick.Lita@owasp.org John Patrick Lita]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-manila|emailarchives=http://lists.owasp.org/pipermail/owasp-manila}}. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
The OWASP chapter meetings are free and open to anyone interested in application security. If you are interested to attend one in the future please join the [http://lists.owasp.org/mailman/listinfo/owasp-manila mailing list]. The mailing list is also used for sharing application security knowledge among the local community members.&lt;br /&gt;
&lt;br /&gt;
OWASP Manila &amp;quot;OWASP Outreach Project&amp;quot; aims to reach out also to the 2 major island groups in Philippines: Visayas and Mindanao.&lt;br /&gt;
&lt;br /&gt;
For inquiries e-mail our [mailto:jan.jansalin@owasp.org Project Manager].&lt;br /&gt;
&lt;br /&gt;
== Project on Progress ==&lt;br /&gt;
&lt;br /&gt;
[https://www.owasp.org/index.php/OWASP_Online_Academy OWASP Online Academy - Learning Platform]&lt;br /&gt;
&lt;br /&gt;
== OWASP Online Academy  Instructors ==&lt;br /&gt;
&lt;br /&gt;
This are the list of instructor who dedicate their time to help and they are very passionate to teach and help the OWASP Foundation for mission of the&lt;br /&gt;
Global Education Initiative.&lt;br /&gt;
&lt;br /&gt;
*Karan Bansal - Secure coding, Browser Security and Applying Cryptography for InfoSec&amp;lt;br&amp;gt;&lt;br /&gt;
*Hitesh Choudhary - Bug Bounty and Master SQL Injection&amp;lt;br&amp;gt;&lt;br /&gt;
*Muni Njiru - Malwares and Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Karthikeyan Palaniswamy - Python Scripting for Information Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Tushar Malhotra - Web Application Security and Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Milan Singh Thakur - Testing Guide for Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do you like to help? [[Image:Btn_donate_SM.gif|link=http://www.regonline.com/donation_1044369]]&lt;br /&gt;
&lt;br /&gt;
== Events for 2015 ==&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/Outreach_Campaign Outreach Campaign]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/SchoolTour School Tour]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/OwaspManilaMeetUp Owasp Manila MeetUp]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/event/OWAP_Manila_Hackademic2015 HACKADEMIC 2015]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/CallForPapers Call For Papers]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Chapter Officers ==&lt;br /&gt;
&lt;br /&gt;
Chairman/Chapter Founder - [mailto:john.patrick.lita@owasp.org John Patrick Lita]&amp;lt;br&amp;gt;&lt;br /&gt;
Project Manager -[mailto:jan.jansalin@owasp.org Jan Jacob Glenn Jansalin]&amp;lt;br&amp;gt;&lt;br /&gt;
Web Designer - [[User:SalmanKhanChampion|Salman Khan Champion]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Volunteers ==&lt;br /&gt;
&lt;br /&gt;
[[User:Marai|Masasi Asi Arai]] | [[User:Michaelroevie.victoria|Michael Victoria]] | [[User:Anonuevoroy|Roy Anonuevo]] | [[User:Shilva|Leenard Santos]] | [[User:Usonsam |Sam Uson]] | [[User:reyjmc03 |Jose Mari Rey]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[User:Jessecastroph |Jesse Castro]] | [[User:Ctungcul |Lance Tungcul]] | [[User:Crizon|Eugene Labrador]] | [[User:DEYB|Dave Villar]] | [[User:JayJay19|John Jasper Talinting]] | [[User:Tetaguila|Tet Aguila]] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Archives ==&lt;br /&gt;
'''OWASP Manila Chapter Joins &amp;quot; TechNation Caravan &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
University of Makati (UMAK) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Why Web Application Security is Important&lt;br /&gt;
*HTTPS, SSL, TLS Advantage and Risk.&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 02:49 AM, 7 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Conducted &amp;quot; Basic Information Security Training &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Globe showroom 111 valero st, salcedo village makati&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Sam Uson&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Code review&lt;br /&gt;
*OWASP TOP 10 (Overview)&lt;br /&gt;
*OWASP-ZAP Proxy (Overview/Demo)&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy and Globe Labs for the Venue&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 11:25 PM, 4 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins the event titled &amp;quot; The Gathering &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Fort Bonifacio Philippine Army Headquarters Classroom A, The Signal School (NETC Compound)&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Jan Jacob, Jose Mari and John Jasper Talinting&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation to our Military Personnel&amp;lt;br&amp;gt;&lt;br /&gt;
we teach and share our knowledge about the importance of Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Malware, Trojan and Keyloggers.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,18 June 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins Programmers without Boarders Campaign at&amp;lt;br&amp;gt;&lt;br /&gt;
3rd Floor Municipal City Hall Activity Area, Tanay Rizal, Philippines&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is to help and teach the out-of-school youth&amp;lt;br&amp;gt;&lt;br /&gt;
and encourage them to study and inspired them to continue and reach their goal&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Cyber Security Awareness.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,11 March 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' March 14, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
Resource Speaker: John Patrick Lita &amp;lt;br&amp;gt;&lt;br /&gt;
Owasp Academic Project we discussed the following topics and training&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*SQL Injection Demo&lt;br /&gt;
*Command Execution Demo&lt;br /&gt;
*How to Set-up Hacking Lab&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Hands on Web Application Training - Capture the Flag Game&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' February 18, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Code_review Code Review]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://lpubatangas.edu.ph/ Lyceum Batangas]''' December 20, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*How to start your Career in Web Application Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*How to produce/test a bug&amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 16, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Category:OWASP_Joomla_Vulnerability_Scanner_Project Joomla scanner]&amp;lt;br&amp;gt;&lt;br /&gt;
*Team Behind JoomScan&lt;br /&gt;
*Installing Python&lt;br /&gt;
*How to run Joomla Scanner in Windows OS&lt;br /&gt;
*How to use Joomscan in Kali Linux&lt;br /&gt;
for the joomla philippines community and discuss about OWASP TOP 10&amp;lt;br&amp;gt;&lt;br /&gt;
other topics delivered is how to use JoomScan and the people behind this project&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 12, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about the&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.owasp.org OWASP Introduction]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*Introduction in OWASP Tools for WebAppSec&amp;lt;br&amp;gt;&lt;br /&gt;
this seminar is also a recruitment for OWASP Manila Membership.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.mozillaphilippines.org Mozilla Phillipines]Sponsor venue for OWASP Manila Meet Up&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Logo_moz.png]]&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 12:10AM,13 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph Bulacan State University]'''&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &lt;br /&gt;
*[http://www.owasp.org Open Web Application Security Project]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&amp;lt;br&amp;gt;&lt;br /&gt;
at Bulacan December 10, 2014 for its Modern ICT: Bridging Toward Global Excellence.&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 11:58PM,11 December 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Chapter]]&lt;br /&gt;
[[Category:Asia/Pacific/Middle_East]]&lt;br /&gt;
[[Category:Philippines]]&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User:Jaypeelita&amp;diff=197344</id>
		<title>User:Jaypeelita</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User:Jaypeelita&amp;diff=197344"/>
				<updated>2015-07-12T01:52:01Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May name is John Patrick lita C)SS, Official mile2 proctor&amp;lt;br&amp;gt;&lt;br /&gt;
3 years Working as Freelance Web Application Security Tester,&amp;lt;br&amp;gt;&lt;br /&gt;
Working as Cyber Security Instructor at GlobalKnowledge PH, Inc.&amp;lt;br&amp;gt;&lt;br /&gt;
Member of Philippine Institute of Cyber Security Professionals PicsPRO is a non-for-profit Organization advocating for a secure Philippine Cyberspace,&amp;lt;br&amp;gt;&lt;br /&gt;
Founder/Managing Director of Geektalks Philippines a Non-for-Profit Organization conducting Seminars in different schools and college in exchange the school/university will provide school supplies and GTPH team will distribute the donation to our Less Fortunate children in Philippines.&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User:Jaypeelita&amp;diff=197343</id>
		<title>User:Jaypeelita</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User:Jaypeelita&amp;diff=197343"/>
				<updated>2015-07-12T01:48:39Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May name is John Patrick lita C)SS, Official mile2 proctor&amp;lt;br&amp;gt;&lt;br /&gt;
Working as Cyber Security Instructor at GlobalKnowledge PH, Inc.&amp;lt;br&amp;gt;&lt;br /&gt;
Member of Philippine Institute of Cyber Security Professionals,&amp;lt;br&amp;gt;&lt;br /&gt;
3 years Working as Freelance Web Application Security Tester,&amp;lt;br&amp;gt;&lt;br /&gt;
Founder/Managing Director of Geektalks Philippines a Non-for-Profit Organization conducting Seminars in different schools and college in exchange the school/university will provide school supplies and GTPH team will distribute the donation to our Less Fortunate children in Philippines.&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User:Jaypeelita&amp;diff=197342</id>
		<title>User:Jaypeelita</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User:Jaypeelita&amp;diff=197342"/>
				<updated>2015-07-12T01:45:40Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May name is John Patrick lita C)SS, Official mile2 proctor&amp;lt;br&amp;gt;&lt;br /&gt;
Working as Cyber Security Instructor at GlobalKnowledge PH, Inc.&amp;lt;br&amp;gt;&lt;br /&gt;
Member of Philippine Institute of Cyber Security Professionals,&amp;lt;br&amp;gt;&lt;br /&gt;
3 years Working as Freelance Web Application Security Tester,&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User:Jaypeelita&amp;diff=197298</id>
		<title>User:Jaypeelita</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User:Jaypeelita&amp;diff=197298"/>
				<updated>2015-07-10T15:20:46Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May name is John Patrick lita C)SS, Official mile2 proctor&lt;br /&gt;
Working as Cyber Security Instructor, Member of Philippine Institute of Cyber Security Professionals,&lt;br /&gt;
3 years Working as Freelance Web Application Security Tester, Cyber Security Instructor at GlobalKnowledge PH, Inc.&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila&amp;diff=197178</id>
		<title>Manila</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila&amp;diff=197178"/>
				<updated>2015-07-08T17:00:10Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: /* OWASP Online Academy  Instructors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Chapter Template|chaptername=Manila|extra=The chapter leaderis [mailto:John.Patrick.Lita@owasp.org John Patrick Lita]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-manila|emailarchives=http://lists.owasp.org/pipermail/owasp-manila}}. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
The OWASP chapter meetings are free and open to anyone interested in application security. If you are interested to attend one in the future please join the [http://lists.owasp.org/mailman/listinfo/owasp-manila mailing list]. The mailing list is also used for sharing application security knowledge among the local community members.&lt;br /&gt;
&lt;br /&gt;
OWASP Manila &amp;quot;OWASP Outreach Project&amp;quot; aims to reach out also to the 2 major island groups in Philippines: Visayas and Mindanao.&lt;br /&gt;
&lt;br /&gt;
For inquiries e-mail our [mailto:jan.jansalin@owasp.org Project Manager].&lt;br /&gt;
&lt;br /&gt;
== Project on Progress ==&lt;br /&gt;
&lt;br /&gt;
[https://www.owasp.org/index.php/OWASP_Online_Academy OWASP Online Academy - Learning Platform]&lt;br /&gt;
&lt;br /&gt;
== OWASP Online Academy  Instructors ==&lt;br /&gt;
&lt;br /&gt;
This are the list of instructor who dedicate their time to help and they are very passionate to teach and help the OWASP Foundation for mission of the&lt;br /&gt;
Global Education Initiative.&lt;br /&gt;
&lt;br /&gt;
*Karan Bansal - Secure coding, Browser Security and Applying Cryptography for InfoSec&amp;lt;br&amp;gt;&lt;br /&gt;
*Hitesh Choudhary - Bug Bounty and Master SQL Injection&amp;lt;br&amp;gt;&lt;br /&gt;
*Muni Njiru - Malwares and Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Karthikeyan Palaniswamy - Python Scripting for Information Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Tushar Malhotra - Web Application Security and Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Milan Singh Thakur - Testing Guide for Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do you like to help? [[Image:Btn_donate_SM.gif|link=http://www.regonline.com/donation_1044369]]&lt;br /&gt;
&lt;br /&gt;
== Events for 2015 ==&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/Outreach_Campaign Outreach Campaign]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/SchoolTour School Tour]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/OwaspManilaMeetUp Owasp Manila MeetUp]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/event/OWAP_Manila_Hackademic2015 HACKADEMIC 2015]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/CallForPapers Call For Papers]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Chapter Officers ==&lt;br /&gt;
&lt;br /&gt;
Chairman/Chapter Founder - [mailto:john.patrick.lita@owasp.org John Patrick Lita]&amp;lt;br&amp;gt;&lt;br /&gt;
Project Manager -[mailto:jan.jansalin@owasp.org Jan Jacob Glenn Jansalin]&amp;lt;br&amp;gt;&lt;br /&gt;
Web Designer - [[User:SalmanKhanChampion|Salman Khan Champion]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Chapter Members ==&lt;br /&gt;
&lt;br /&gt;
[[User:Marai|Masasi Asi Arai]] | [[User:Michaelroevie.victoria|Michael Victoria]] | [[User:Anonuevoroy|Roy Anonuevo]] | [[User:Shilva|Leenard Santos]] | [[User:Usonsam |Sam Uson]] | [[User:reyjmc03 |Jose Mari Rey]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[User:Jessecastroph |Jesse Castro]] | [[User:Ctungcul |Lance Tungcul]] | [[User:Crizon|Eugene Labrador]] | [[User:DEYB|Dave Villar]] | [[User:JayJay19|John Jasper Talinting]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Archives ==&lt;br /&gt;
'''OWASP Manila Chapter Joins &amp;quot; TechNation Caravan &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
University of Makati (UMAK) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Why Web Application Security is Important&lt;br /&gt;
*HTTPS, SSL, TLS Advantage and Risk.&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 02:49 AM, 7 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Conducted &amp;quot; Basic Information Security Training &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Globe showroom 111 valero st, salcedo village makati&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Sam Uson&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Code review&lt;br /&gt;
*OWASP TOP 10 (Overview)&lt;br /&gt;
*OWASP-ZAP Proxy (Overview/Demo)&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy and Globe Labs for the Venue&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 11:25 PM, 4 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins the event titled &amp;quot; The Gathering &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Fort Bonifacio Philippine Army Headquarters Classroom A, The Signal School (NETC Compound)&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Jan Jacob, Jose Mari and John Jasper Talinting&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation to our Military Personnel&amp;lt;br&amp;gt;&lt;br /&gt;
we teach and share our knowledge about the importance of Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Malware, Trojan and Keyloggers.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,18 June 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins Programmers without Boarders Campaign at&amp;lt;br&amp;gt;&lt;br /&gt;
3rd Floor Municipal City Hall Activity Area, Tanay Rizal, Philippines&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is to help and teach the out-of-school youth&amp;lt;br&amp;gt;&lt;br /&gt;
and encourage them to study and inspired them to continue and reach their goal&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Cyber Security Awareness.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,11 March 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' March 14, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
Resource Speaker: John Patrick Lita &amp;lt;br&amp;gt;&lt;br /&gt;
Owasp Academic Project we discussed the following topics and training&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*SQL Injection Demo&lt;br /&gt;
*Command Execution Demo&lt;br /&gt;
*How to Set-up Hacking Lab&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Hands on Web Application Training - Capture the Flag Game&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' February 18, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Code_review Code Review]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://lpubatangas.edu.ph/ Lyceum Batangas]''' December 20, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*How to start your Career in Web Application Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*How to produce/test a bug&amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 16, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Category:OWASP_Joomla_Vulnerability_Scanner_Project Joomla scanner]&amp;lt;br&amp;gt;&lt;br /&gt;
*Team Behind JoomScan&lt;br /&gt;
*Installing Python&lt;br /&gt;
*How to run Joomla Scanner in Windows OS&lt;br /&gt;
*How to use Joomscan in Kali Linux&lt;br /&gt;
for the joomla philippines community and discuss about OWASP TOP 10&amp;lt;br&amp;gt;&lt;br /&gt;
other topics delivered is how to use JoomScan and the people behind this project&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 12, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about the&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.owasp.org OWASP Introduction]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*Introduction in OWASP Tools for WebAppSec&amp;lt;br&amp;gt;&lt;br /&gt;
this seminar is also a recruitment for OWASP Manila Membership.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.mozillaphilippines.org Mozilla Phillipines]Sponsor venue for OWASP Manila Meet Up&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Logo_moz.png]]&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 12:10AM,13 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph Bulacan State University]'''&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &lt;br /&gt;
*[http://www.owasp.org Open Web Application Security Project]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&amp;lt;br&amp;gt;&lt;br /&gt;
at Bulacan December 10, 2014 for its Modern ICT: Bridging Toward Global Excellence.&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 11:58PM,11 December 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Chapter]]&lt;br /&gt;
[[Category:Asia/Pacific/Middle_East]]&lt;br /&gt;
[[Category:Philippines]]&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Manila&amp;diff=197177</id>
		<title>Manila</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Manila&amp;diff=197177"/>
				<updated>2015-07-08T16:54:59Z</updated>
		
		<summary type="html">&lt;p&gt;Jaypeelita: /* OWASP Online Academy  Instructors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Chapter Template|chaptername=Manila|extra=The chapter leaderis [mailto:John.Patrick.Lita@owasp.org John Patrick Lita]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-manila|emailarchives=http://lists.owasp.org/pipermail/owasp-manila}}. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
The OWASP chapter meetings are free and open to anyone interested in application security. If you are interested to attend one in the future please join the [http://lists.owasp.org/mailman/listinfo/owasp-manila mailing list]. The mailing list is also used for sharing application security knowledge among the local community members.&lt;br /&gt;
&lt;br /&gt;
OWASP Manila &amp;quot;OWASP Outreach Project&amp;quot; aims to reach out also to the 2 major island groups in Philippines: Visayas and Mindanao.&lt;br /&gt;
&lt;br /&gt;
For inquiries e-mail our [mailto:jan.jansalin@owasp.org Project Manager].&lt;br /&gt;
&lt;br /&gt;
== Project on Progress ==&lt;br /&gt;
&lt;br /&gt;
[https://www.owasp.org/index.php/OWASP_Online_Academy OWASP Online Academy - Learning Platform]&lt;br /&gt;
&lt;br /&gt;
== OWASP Online Academy  Instructors ==&lt;br /&gt;
&lt;br /&gt;
Karan Bansal - Secure coding, Browser Security and Applying Cryptography for InfoSec&amp;lt;br&amp;gt;&lt;br /&gt;
Hitesh Choudhary - Bug Bounty and Master SQL Injection&amp;lt;br&amp;gt;&lt;br /&gt;
Muni Njiru - Malwares and Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
Karthikeyan Palaniswamy - Python Scripting for Information Security &amp;lt;br&amp;gt;&lt;br /&gt;
Tushar Malhotra - Web Application Security and Mobile Security&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do you like to help? [[Image:Btn_donate_SM.gif|link=http://www.regonline.com/donation_1044369]]&lt;br /&gt;
&lt;br /&gt;
== Events for 2015 ==&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/Outreach_Campaign Outreach Campaign]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/SchoolTour School Tour]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/OwaspManilaMeetUp Owasp Manila MeetUp]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/event/OWAP_Manila_Hackademic2015 HACKADEMIC 2015]&amp;lt;br&amp;gt;&lt;br /&gt;
'''*''' [https://www.owasp.org/index.php/Manila/CallForPapers Call For Papers]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Chapter Officers ==&lt;br /&gt;
&lt;br /&gt;
Chairman/Chapter Founder - [mailto:john.patrick.lita@owasp.org John Patrick Lita]&amp;lt;br&amp;gt;&lt;br /&gt;
Project Manager -[mailto:jan.jansalin@owasp.org Jan Jacob Glenn Jansalin]&amp;lt;br&amp;gt;&lt;br /&gt;
Web Designer - [[User:SalmanKhanChampion|Salman Khan Champion]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Chapter Members ==&lt;br /&gt;
&lt;br /&gt;
[[User:Marai|Masasi Asi Arai]] | [[User:Michaelroevie.victoria|Michael Victoria]] | [[User:Anonuevoroy|Roy Anonuevo]] | [[User:Shilva|Leenard Santos]] | [[User:Usonsam |Sam Uson]] | [[User:reyjmc03 |Jose Mari Rey]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[User:Jessecastroph |Jesse Castro]] | [[User:Ctungcul |Lance Tungcul]] | [[User:Crizon|Eugene Labrador]] | [[User:DEYB|Dave Villar]] | [[User:JayJay19|John Jasper Talinting]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Archives ==&lt;br /&gt;
'''OWASP Manila Chapter Joins &amp;quot; TechNation Caravan &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
University of Makati (UMAK) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Why Web Application Security is Important&lt;br /&gt;
*HTTPS, SSL, TLS Advantage and Risk.&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 02:49 AM, 7 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter Conducted &amp;quot; Basic Information Security Training &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Globe showroom 111 valero st, salcedo village makati&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Sam Uson&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation and focus in Community Growth&amp;lt;br&amp;gt;&lt;br /&gt;
we discuss the following Topics&amp;lt;br&amp;gt;&lt;br /&gt;
*Fact about web application security and standards&lt;br /&gt;
*Code review&lt;br /&gt;
*OWASP TOP 10 (Overview)&lt;br /&gt;
*OWASP-ZAP Proxy (Overview/Demo)&lt;br /&gt;
&lt;br /&gt;
With the Partnership of 8 Layers Academy and Globe Labs for the Venue&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 11:25 PM, 4 July 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins the event titled &amp;quot; The Gathering &amp;quot; at&amp;lt;br&amp;gt;&lt;br /&gt;
Fort Bonifacio Philippine Army Headquarters Classroom A, The Signal School (NETC Compound)&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita, Jan Jacob, Jose Mari and John Jasper Talinting&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is introduce the OWASP Foundation to our Military Personnel&amp;lt;br&amp;gt;&lt;br /&gt;
we teach and share our knowledge about the importance of Cyber Security&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Malware, Trojan and Keyloggers.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,18 June 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter joins Programmers without Boarders Campaign at&amp;lt;br&amp;gt;&lt;br /&gt;
3rd Floor Municipal City Hall Activity Area, Tanay Rizal, Philippines&amp;lt;br&amp;gt;&lt;br /&gt;
OWASP Foundation Represented by: John  Patrick Lita&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Main goal is to help and teach the out-of-school youth&amp;lt;br&amp;gt;&lt;br /&gt;
and encourage them to study and inspired them to continue and reach their goal&amp;lt;br&amp;gt;&lt;br /&gt;
topic Delivered by  [[User:jaypeelita|jaypeelita]] is Cyber Security Awareness.&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 5:00:15 AM,11 March 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' March 14, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
Resource Speaker: John Patrick Lita &amp;lt;br&amp;gt;&lt;br /&gt;
Owasp Academic Project we discussed the following topics and training&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*SQL Injection Demo&lt;br /&gt;
*Command Execution Demo&lt;br /&gt;
*How to Set-up Hacking Lab&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*Hands on Web Application Training - Capture the Flag Game&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph/ Bulacan State University Main Campus, Malolos Bulacan]''' February 18, 2015&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10(Overview)]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Code_review Code Review]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 9:15PM,18 February 2015 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://lpubatangas.edu.ph/ Lyceum Batangas]''' December 20, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*How to start your Career in Web Application Security&amp;lt;br&amp;gt;&lt;br /&gt;
*Impotance of Web Application Security &amp;lt;br&amp;gt;&lt;br /&gt;
*How to produce/test a bug&amp;lt;br&amp;gt;&lt;br /&gt;
and explains the advantages, disadvantages of Automated Scanners and Manual Testing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 16, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita discussed about&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Category:OWASP_Joomla_Vulnerability_Scanner_Project Joomla scanner]&amp;lt;br&amp;gt;&lt;br /&gt;
*Team Behind JoomScan&lt;br /&gt;
*Installing Python&lt;br /&gt;
*How to run Joomla Scanner in Windows OS&lt;br /&gt;
*How to use Joomscan in Kali Linux&lt;br /&gt;
for the joomla philippines community and discuss about OWASP TOP 10&amp;lt;br&amp;gt;&lt;br /&gt;
other topics delivered is how to use JoomScan and the people behind this project&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 7:05AM,21 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.mozillaphilippines.org/mozilla-community-space-manila-located/ Mozilla Community Space]''' December 12, 2014&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about the&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.owasp.org OWASP Introduction]&amp;lt;br&amp;gt;&lt;br /&gt;
*[https://www.owasp.org/index.php/Top_10_2013-Top_10 OWASP Top 10 Web App Vulnerabilities]&amp;lt;br&amp;gt;&lt;br /&gt;
*Introduction in OWASP Tools for WebAppSec&amp;lt;br&amp;gt;&lt;br /&gt;
this seminar is also a recruitment for OWASP Manila Membership.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.mozillaphilippines.org Mozilla Phillipines]Sponsor venue for OWASP Manila Meet Up&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Logo_moz.png]]&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 12:10AM,13 December 2014 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''OWASP Manila Chapter presented at [http://www.bulsu.edu.ph Bulacan State University]'''&amp;lt;br&amp;gt;&lt;br /&gt;
John Patrick Lita presented about &lt;br /&gt;
*[http://www.owasp.org Open Web Application Security Project]&amp;lt;br&amp;gt;&lt;br /&gt;
*Cyber Security Awareness&amp;lt;br&amp;gt;&lt;br /&gt;
at Bulacan December 10, 2014 for its Modern ICT: Bridging Toward Global Excellence.&lt;br /&gt;
&lt;br /&gt;
-- Jaypee Lita 11:58PM,11 December 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Chapter]]&lt;br /&gt;
[[Category:Asia/Pacific/Middle_East]]&lt;br /&gt;
[[Category:Philippines]]&lt;/div&gt;</summary>
		<author><name>Jaypeelita</name></author>	</entry>

	</feed>