Forensic: IT: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Line 73: Line 73:


==PERTEMUAN: Misc Attack & Forensic==
==PERTEMUAN: Misc Attack & Forensic==
* [[Berbagai latihan serangan dan forensic pada Metasploitable]]
TEORI: Penggunaan Metasploitable
TEORI: Penggunaan Metasploitable
Penggunaan SQLMap untuk SQL Injection
Penggunaan SQLMap untuk SQL Injection
Line 91: Line 94:
Access Control List
Access Control List
PAM
PAM


==PERTEMUAN: Laporan Forensic==
==PERTEMUAN: Laporan Forensic==

Revision as of 23:17, 16 October 2024

PERTEMUAN: Pengenalan IT Forensik

PERTEMUAN: Proses Akuisisi Data

PERTEMUAN: Analisis Data

PERTEMUAN: Investigasi Sistem Operasi

PERTEMUAN: Investigasi Jaringan

PERTEMUAN: Forensic eMail

PERTEMUAN: Forensic SQL Injection Attack

PERTEMUAN: Forensic Command Injection Attack

PERTEMUAN: Forensic Backdoor via Command Injection Attack

PERTEMUAN: Forensic File System Linux


PERTEMUAN: Investigasi Perangkat Mobile

PERTEMUAN: Misc Attack & Forensic

TEORI: Penggunaan Metasploitable Penggunaan SQLMap untuk SQL Injection Penggunaan nmap untuk payload attack Log yang relevan dengan payload attack DEMO: Misc. Attack & Forensic FORENSIC: nmap --script smb-enum-users.nse -p445 <host> sudo nmap -sU -sS --script smb-enum-users.nse -p U:137,T:139 <host> nmap --script=mysql-brute <target> Nmap -sT -p3306 --script mysql-brute.nse --script-args userdb=/root/user.txt --script-trace 192.168.0.100 Nmap -sT -p3306 --script mysql-brute.nse --script-args userdb=/root/user.txt,passdb=/root/pass.txt --script-trace 192.168.0.100 msfconsole use auxiliary/scanner/smb/smb_login msfconsole use auxiliary/scanner/smb/smb_enumshares msfvenom MITIGATION: Firewall Access Control List PAM

PERTEMUAN: Laporan Forensic