Difference between revisions of "Vsftp: hardening"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Locate find –iname “vsftpd.conf” locate vsftpd.conf Edit /etc/vsftpd.conf Buang anonymous") |
Onnowpurbo (talk | contribs) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
find –iname “vsftpd.conf” | find –iname “vsftpd.conf” | ||
locate vsftpd.conf | locate vsftpd.conf | ||
| − | |||
Edit | Edit | ||
/etc/vsftpd.conf | /etc/vsftpd.conf | ||
| + | |||
| + | Buang anonymous | ||
| + | |||
| + | anonymous_enable=YES --> NO | ||
| + | |||
| + | |||
| + | Restart | ||
| + | |||
| + | service vsftpd restart | ||
| + | |||
| + | Cek (mis. 192.168.12.30) | ||
| + | |||
| + | ftp 192.168.12.30 | ||
| + | |||
| + | pastikan anonymous disable | ||
| − | + | ==Pranala Menarik== | |
| + | |||
| + | * [[Kali Linux]] | ||
Latest revision as of 04:15, 30 July 2020
Locate
find –iname “vsftpd.conf” locate vsftpd.conf
Edit
/etc/vsftpd.conf
Buang anonymous
anonymous_enable=YES --> NO
Restart
service vsftpd restart
Cek (mis. 192.168.12.30)
ftp 192.168.12.30
pastikan anonymous disable