Blog IT : smartphone and computer technology

www.domainesia.com
Tampilkan postingan dengan label Security. Tampilkan semua postingan
Tampilkan postingan dengan label Security. Tampilkan semua postingan

Selasa, 09 Februari 2021

Ringkasan Body of Knowledge Cyber security

 Ringkasan Body of Knowledge Cybersecurity



1. Human, Organizational & Regulator Aspect :

- Risk Management & Governance

- Human Factors

- Privacy & Online Rights

- Law & Regulation

 

2. Attacs & Defences

- Malware & Attack Technologies

- Adversarial Behaviours

- Forensics

- Security Operation & Incident Management

 

3. System Security

- Operating System & Virtualisation Security

- AAA (Authentication, Authorization and Accounting)

- Distributed System Security

- Cryptography

 

4. Software & Platform Security

- Software Security

- Web & Mobile Security

- Secure Software Lifecycle (SSLC)

 

5. Infrastructure Security

- Network Security

- Hardware Security

- Cyber Physical System Security (ex : IOT)

- Physical Layer & Telecomms Security



Source Link 
https://www.youtube.com/watch?v=gKBwEixTrPc

Rabu, 06 Januari 2021

Contoh Penulisan Metode GET ($_GET) php dengan anti SQL Injection

 Contoh Penulisan Metode Get php dengan anti SQL Injection




<?php if(isset($_GET["modul"]))
{ $modul = addslashes(mysqli_real_escape_string(strtoupper($_GET["modul"]))); }?>


Fungsi :

mysqli_real_escape_string  -> fungsi PHP yang digunakan untuk memberi perlindungan atau mencegah Sql Injection dalam tanda kutip, terhadap karakter-karakter unik atau karakter khusus sebelum mengirim query ke mysql yang dapat membahayakan data termasuk dari serangan SQL injection.
strtoupper --> adalah suatu perintah yang ada pada PHP untuk membuat suatu string menjadi huruf kapital