We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef29cf4 commit 1650492Copy full SHA for 1650492
documentation/modules/auxiliary/scanner/ftp/anonymous.md
@@ -14,10 +14,7 @@ This module allows us to scan through a series of IP Addresses and provide detai
14
chroot_list_enable=YES
15
chroot_list_file=/etc/vsftpd.chroot_list
16
```
17
-3. **IMPORTANT:** For allowing anonymous access
18
- ```
19
- anonymous_enable=NO
20
+3. **IMPORTANT:** For allowing anonymous access set ```anonymous_enable=YES```
21
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:
22
5. ```service vsftpd start```
23
0 commit comments