Skip to content

Commit 1650492

Browse files
committed
update
1 parent ef29cf4 commit 1650492

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

documentation/modules/auxiliary/scanner/ftp/anonymous.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ This module allows us to scan through a series of IP Addresses and provide detai
1414
chroot_list_enable=YES
1515
chroot_list_file=/etc/vsftpd.chroot_list
1616
```
17-
3. **IMPORTANT:** For allowing anonymous access
18-
```
19-
anonymous_enable=NO
20-
```
17+
3. **IMPORTANT:** For allowing anonymous access set ```anonymous_enable=YES```
2118
4. Create the file /etc/vsftpd.chroot_list and add the local users you want allow to connect to FTP server. Start service and test connections:
2219
5. ```service vsftpd start```
2320

0 commit comments

Comments
 (0)