** DISCLAIMER **
This content created for only educational purpose. Please do not use it illegally.
FTP is a protocol which allows us to transfer files over systems.
Nmap has perfect scripts to detect most known FTP vulnerabilities. You can use Nmap scripting engine to find that vulnerabilities.
You can use "nmap --script ftp* -p21 target_host" to use FTP scripts of Nmap.
You can check my Session Fixation Vulnerability video if you want to learn web application security testing.
• Session Fixation Attack - Security Te...
CSRF Vulnerability: • Video