Download link
File List
-
1. Security Overview/01_03-generalsecurityprinciples.mp4 5.81 MB
1. Security Overview/01_01-whatissecurity.mp4 5.16 MB
1. Security Overview/01_02-securityandphp.mp4 4.25 MB
2. Securing Your PHP Installation/02_02-phpinfophpmyadmin.mp4 8.71 MB
2. Securing Your PHP Installation/02_08-sharedhost.mp4 4.19 MB
2. Securing Your PHP Installation/02_07-otherconfigs.mp4 9.69 MB
2. Securing Your PHP Installation/02_05-magicquotes.mp4 4.49 MB
2. Securing Your PHP Installation/02_04-errorreporting.mp4 11.31 MB
2. Securing Your PHP Installation/02_06-safemode.mp4 4.48 MB
2. Securing Your PHP Installation/02_03-registerglobals.mp4 6.5 MB
2. Securing Your PHP Installation/02_01-versionsuptodate.mp4 6.44 MB
6. Conclusion/06_01-goodbye.mp4 1.3 MB
4. Defending against the Most Common Attacks/04_14-filepermissions.mp4 18.82 MB
4. Defending against the Most Common Attacks/04_13-securinguploadedfiles.mp4 21.95 MB
4. Defending against the Most Common Attacks/04_16-validatefiletype.mp4 28.2 MB
4. Defending against the Most Common Attacks/04_06-cookietheft.mp4 10.36 MB
4. Defending against the Most Common Attacks/04_12-fileuploadabuse.mp4 17.72 MB
4. Defending against the Most Common Attacks/04_04-urlmanipulation.mp4 2.82 MB
4. Defending against the Most Common Attacks/04_08-signingcookies.mp4 11.99 MB
4. Defending against the Most Common Attacks/04_15-limitingfilesize.mp4 15.06 MB
4. Defending against the Most Common Attacks/04_05-fakedrequestsforms.mp4 12.74 MB
4. Defending against the Most Common Attacks/04_07-encryptingcookies.mp4 18 MB
4. Defending against the Most Common Attacks/04_09-sessionhijacking.mp4 24.88 MB
4. Defending against the Most Common Attacks/04_03-sqlinjection.mp4 15.52 MB
4. Defending against the Most Common Attacks/04_01-crosssitescripting.mp4 7.2 MB
4. Defending against the Most Common Attacks/04_10-remotesystemexecution.mp4 14.69 MB
4. Defending against the Most Common Attacks/04_11-phpcodeinjection.mp4 11.15 MB
4. Defending against the Most Common Attacks/04_02-crosssiterequestforgery.mp4 18.58 MB
Exercise Files/Chapter03/03_01/allowed_params.php 458 B
Exercise Files/Chapter03/03_01/validation_tests.php 886 B
Exercise Files/Chapter03/03_01/validation_functions.php 3.1 KB
Exercise Files/Chapter03/03_02/sanitizing_urls.php 408 B
Exercise Files/Chapter03/03_02/sanitizing_html.php 623 B
Exercise Files/Chapter03/03_02/sanitizing_sql.php 557 B
Exercise Files/Chapter03/03_05/logger.php 893 B
Exercise Files/Chapter03/03_04/sample_app/private/functions.php 235 B
Exercise Files/Chapter03/03_04/sample_app/private/initialize.php 417 B
Exercise Files/Chapter03/03_04/sample_app/private/db_connection.php 348 B
Exercise Files/Chapter03/03_04/sample_app/private/passwords.php 246 B
Exercise Files/Chapter03/03_04/sample_app/private/index.php 173 B
Exercise Files/Chapter03/03_04/sample_app/public/index.php 214 B
Exercise Files/Chapter04/04_10/system_exec_example.php 955 B
Exercise Files/Chapter04/04_16/file_upload_functions.php 6.56 KB
Exercise Files/Chapter04/04_16/file_upload_example.php 606 B
Exercise Files/Chapter04/04_09/session_hijacking_functions.php 4.05 KB
Exercise Files/Chapter04/04_15/file_upload_functions.php 4.91 KB
Exercise Files/Chapter04/04_15/file_upload_example.php 606 B
Exercise Files/Chapter04/04_14/file_upload_functions.php 4.26 KB
Exercise Files/Chapter04/04_14/file_upload_example.php 520 B
Exercise Files/Chapter04/04_14/bamboo.jpg 444.89 KB
Exercise Files/Chapter04/04_13/file_upload_functions.php 3.63 KB
Exercise Files/Chapter04/04_13/file_upload_example.php 520 B
Exercise Files/Chapter04/04_13/bamboo.jpg 444.89 KB
Exercise Files/Chapter04/04_02/csrf_demo.php 802 B
Exercise Files/Chapter04/04_02/csrf_request_type_functions.php 402 B
Exercise Files/Chapter04/04_02/csrf_token_functions.php 1.78 KB
Exercise Files/Chapter04/04_01/xss_sanitize_functions.php 499 B
Exercise Files/Chapter04/04_05/request_forgery_functions.php 816 B
Exercise Files/Chapter04/04_03/sqli_escape_functions.php 549 B
Exercise Files/Chapter04/04_03/sqli_prepared_statement.php 1.19 KB
Exercise Files/Chapter04/04_07/cookies_encrypt_functions.php 2.11 KB
Exercise Files/Chapter04/04_12/file_upload_functions.php 1.48 KB
Exercise Files/Chapter04/04_12/file_upload_example.php 520 B
Exercise Files/Chapter04/04_12/bamboo.jpg 444.89 KB
Exercise Files/Chapter04/04_08/cookies_signed_functions.php 1.43 KB
Exercise Files/Chapter04/04_06/cookies_setcookie_example.php 650 B
Exercise Files/Chapter05/05_04/sample_app/private/initialize.php 905 B
Exercise Files/Chapter05/05_04/sample_app/private/fake_database.php 2.82 KB
Exercise Files/Chapter05/05_04/sample_app/private/index.php 173 B
Exercise Files/Chapter05/05_04/sample_app/private/functions/request_forgery_functions.php 816 B
Exercise Files/Chapter05/05_04/sample_app/private/functions/general_functions.php 235 B
Exercise Files/Chapter05/05_04/sample_app/private/functions/csrf_request_type_functions.php 402 B
Exercise Files/Chapter05/05_04/sample_app/private/functions/index.php 173 B
Exercise Files/Chapter05/05_04/sample_app/private/functions/session_hijacking_functions.php 4.08 KB
Exercise Files/Chapter05/05_04/sample_app/private/functions/validation_functions.php 3.1 KB
Exercise Files/Chapter05/05_04/sample_app/private/functions/sqli_escape_functions.php 549 B
Exercise Files/Chapter05/05_04/sample_app/private/functions/xss_sanitize_functions.php 499 B
Exercise Files/Chapter05/05_04/sample_app/private/functions/csrf_token_functions.php 1.78 KB
Exercise Files/Chapter05/05_04/sample_app/public/logout.php 166 B
Exercise Files/Chapter05/05_04/sample_app/public/login.php 2.02 KB
Exercise Files/Chapter05/05_04/sample_app/public/private.php 550 B
Exercise Files/Chapter05/05_04/sample_app/public/index.php 271 B
Exercise Files/Chapter05/05_01/set_password.php 1.04 KB
Exercise Files/Chapter05/05_06/sample_app/private/initialize.php 1.08 KB
Exercise Files/Chapter05/05_06/sample_app/private/fake_database.php 2.82 KB
Exercise Files/Chapter05/05_06/sample_app/private/index.php 173 B
Exercise Files/Chapter05/05_06/sample_app/private/functions/request_forgery_functions.php 816 B
Exercise Files/Chapter05/05_06/sample_app/private/functions/general_functions.php 235 B
Exercise Files/Chapter05/05_06/sample_app/private/functions/csrf_request_type_functions.php 402 B
Exercise Files/Chapter05/05_06/sample_app/private/functions/reset_token_functions.php 1.7 KB
Exercise Files/Chapter05/05_06/sample_app/private/functions/index.php 173 B
Exercise Files/Chapter05/05_06/sample_app/private/functions/session_hijacking_functions.php 4.08 KB
Exercise Files/Chapter05/05_06/sample_app/private/functions/validation_functions.php 3.1 KB
Exercise Files/Chapter05/05_06/sample_app/private/functions/sqli_escape_functions.php 549 B
Exercise Files/Chapter05/05_06/sample_app/private/functions/throttle_functions.php 1.81 KB
Exercise Files/Chapter05/05_06/sample_app/private/functions/blacklist_functions.php 731 B
Exercise Files/Chapter05/05_06/sample_app/private/functions/xss_sanitize_functions.php 499 B
Exercise Files/Chapter05/05_06/sample_app/private/functions/csrf_token_functions.php 1.78 KB
Exercise Files/Chapter05/05_06/sample_app/public/reset_password_email.php 1.18 KB
Exercise Files/Chapter05/05_06/sample_app/public/logout.php 166 B
Exercise Files/Chapter05/05_06/sample_app/public/reset_password.php 2.52 KB
Exercise Files/Chapter05/05_06/sample_app/public/login.php 2.59 KB
Exercise Files/Chapter05/05_06/sample_app/public/private.php 550 B
Exercise Files/Chapter05/05_06/sample_app/public/index.php 271 B
Exercise Files/Chapter05/05_06/sample_app/public/forgot_password.php 2.05 KB
Exercise Files/Chapter05/05_03/sample_app/private/initialize.php 905 B
Exercise Files/Chapter05/05_03/sample_app/private/fake_database.php 2.82 KB
Exercise Files/Chapter05/05_03/sample_app/private/index.php 173 B
Exercise Files/Chapter05/05_03/sample_app/private/functions/request_forgery_functions.php 816 B
Exercise Files/Chapter05/05_03/sample_app/private/functions/general_functions.php 235 B
Exercise Files/Chapter05/05_03/sample_app/private/functions/csrf_request_type_functions.php 402 B
Exercise Files/Chapter05/05_03/sample_app/private/functions/index.php 173 B
Exercise Files/Chapter05/05_03/sample_app/private/functions/session_hijacking_functions.php 4.08 KB
Exercise Files/Chapter05/05_03/sample_app/private/functions/validation_functions.php 3.1 KB
Exercise Files/Chapter05/05_03/sample_app/private/functions/sqli_escape_functions.php 549 B
Exercise Files/Chapter05/05_03/sample_app/private/functions/xss_sanitize_functions.php 499 B
Exercise Files/Chapter05/05_03/sample_app/private/functions/csrf_token_functions.php 1.78 KB
Exercise Files/Chapter05/05_03/sample_app/public/logout.php 166 B
Exercise Files/Chapter05/05_03/sample_app/public/login.php 2.03 KB
Exercise Files/Chapter05/05_03/sample_app/public/private.php 550 B
Exercise Files/Chapter05/05_03/sample_app/public/index.php 271 B
Exercise Files/Chapter05/05_05/sample_app/private/initialize.php 1.01 KB
Exercise Files/Chapter05/05_05/sample_app/private/fake_database.php 2.82 KB
Exercise Files/Chapter05/05_05/sample_app/private/index.php 173 B
Exercise Files/Chapter05/05_05/sample_app/private/functions/request_forgery_functions.php 816 B
Exercise Files/Chapter05/05_05/sample_app/private/functions/general_functions.php 235 B
Exercise Files/Chapter05/05_05/sample_app/private/functions/csrf_request_type_functions.php 402 B
Exercise Files/Chapter05/05_05/sample_app/private/functions/index.php 173 B
Exercise Files/Chapter05/05_05/sample_app/private/functions/session_hijacking_functions.php 4.08 KB
Exercise Files/Chapter05/05_05/sample_app/private/functions/validation_functions.php 3.1 KB
Exercise Files/Chapter05/05_05/sample_app/private/functions/sqli_escape_functions.php 549 B
Exercise Files/Chapter05/05_05/sample_app/private/functions/throttle_functions.php 1.81 KB
Exercise Files/Chapter05/05_05/sample_app/private/functions/blacklist_functions.php 731 B
Exercise Files/Chapter05/05_05/sample_app/private/functions/xss_sanitize_functions.php 499 B
Exercise Files/Chapter05/05_05/sample_app/private/functions/csrf_token_functions.php 1.78 KB
Exercise Files/Chapter05/05_05/sample_app/public/logout.php 166 B
Exercise Files/Chapter05/05_05/sample_app/public/login.php 2.41 KB
Exercise Files/Chapter05/05_05/sample_app/public/private.php 550 B
Exercise Files/Chapter05/05_05/sample_app/public/index.php 271 B
0. Introduction/00_02-exercisefiles.mp4 1.96 MB
0. Introduction/00_01-welcome.mp4 9.16 MB
3. Filtering Input and Controlling Output/03_02-sanitizingdata.mp4 20.61 MB
3. Filtering Input and Controlling Output/03_05-smartlogging.mp4 8 MB
3. Filtering Input and Controlling Output/03_03-labelingvariables.mp4 3.57 MB
3. Filtering Input and Controlling Output/03_01-validatinginput.mp4 30.25 MB
3. Filtering Input and Controlling Output/03_04-keepcodeprivate.mp4 11.81 MB
5. Encryption and User Authentication/05_03-authentication.mp4 34.61 MB
5. Encryption and User Authentication/05_05-blacklistingips.mp4 13.91 MB
5. Encryption and User Authentication/05_01-passwordencryption.mp4 13.48 MB
5. Encryption and User Authentication/05_06-resettokens.mp4 39.15 MB
5. Encryption and User Authentication/05_02-passwordrequirements.mp4 3.32 MB
5. Encryption and User Authentication/05_04-throttling.mp4 25.12 MB
Download Info
-
Tips
“Lynda - Creating Secure PHP Websites” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.