📝
Basic Penetration Testing
  • About Knowledge
  • Server Enumeration
    • Scanning
    • Common Services
      • FTP - 21
      • SMTP - 25
      • SMB - 139, 445
  • Web Application
    • Enumeration
    • Exploitation
    • Execute Commands
    • Databases
      • MySQL
      • SQLite
      • MSSQL
      • PostgreSQL
  • Remote Code Execution
  • File Transfer
    • HTTP Server
    • SMB Protocol
    • FTP Server on Kali Linux
  • Hash Cracking
  • Privilege Escalation
    • Windows Privilege Escalation
    • Linux Privilege Escalation
  • Buffer Overflow
  • About LeeCyberSec
Powered by GitBook
On this page
  • Install
  • Anonymous access

Was this helpful?

  1. File Transfer

FTP Server on Kali Linux

Install

sudo apt-get install vsftpd
sudo service vsftpd start

Anonymous access

sudo nano /etc/vsftpd.conf

=> anonymous_enable=YES
PreviousSMB ProtocolNextHash Cracking

Last updated 4 years ago

Was this helpful?