Oliver Wiegers
Oliver Wiegers
- Add section containing training labs with intentionally vulnerable systems. - Add oliverwiegers/pentest_lab to obove section.
Currently the following will not work: ``` ForceGroup sftp-users ForceRights 0660 0775 ApplyFileSpec sftp-user1-permissions,sftp-user2-permissions UseFullPath true Order AllowDeny Allow "^/var/sftp/$" Allow "^/var/sftp/sftp-user1" Deny All UseFullPath true Order AllowDeny Allow "^/var/sftp/$"...
Currently one is only able to create whole read only users. It would be great to be able to apply read only tags to single directories. Like: ``` ForceGroup sftp-users...