Difference between revisions of "Apache: Hardening"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | ==Cek Vulnerability== | ||
+ | |||
Cek vulnerability (mis, apache di 192.168.12.120) | Cek vulnerability (mis, apache di 192.168.12.120) | ||
nmap –Pn --script vuln 192.168.12.120 | nmap –Pn --script vuln 192.168.12.120 | ||
nikto -host 192.168.12.120 | nikto -host 192.168.12.120 | ||
+ | |||
+ | |||
+ | ==Cek Log== | ||
+ | |||
+ | ssh user@ip-server -p 22 | ||
+ | |||
+ | Cek log | ||
+ | |||
+ | /var/log/apache2 | ||
+ | /var/log/apache2/access.log | ||
+ | /var/log/auth.log | ||
+ | |||
+ | * Cek access.log mis. utk scan | ||
+ | * Cek auth.log mis. utk brute force attack |
Latest revision as of 03:49, 30 July 2020
Cek Vulnerability
Cek vulnerability (mis, apache di 192.168.12.120)
nmap –Pn --script vuln 192.168.12.120 nikto -host 192.168.12.120
Cek Log
ssh user@ip-server -p 22
Cek log
/var/log/apache2 /var/log/apache2/access.log /var/log/auth.log
- Cek access.log mis. utk scan
- Cek auth.log mis. utk brute force attack