Facebook
From Pauliño, 3 Years ago, written in Plain Text.
This paste is a reply to logs from Pauliño - view diff
Embed
Download Paste or View Raw
Hits: 120
  1.  
  2.  
  3. https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-12.noarch.rpm
  4.  
  5.  
  6. wireshark
  7. yum install gcc gcc-c++ bison flex libpcap-devel qt-devel gtk3-devel rpm-build libtool c-ares-devel qt5-qtbase-devel qt5-qtmultimedia-devel qt5-linguist desktop-
  8. file-utils -y
  9.  
  10.  
  11.  
  12. LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" detailed
  13. CustomLog logs/access.log detailed
  14.  
  15.  
  16. anonymous_enable=NO             # disable  anonymous login
  17. local_enable=YES                # permit local logins
  18. write_enable=YES                # enable FTP commands which change the filesystem
  19. local_umask=022                 # value of umask for file creation for local users
  20. dirmessage_enable=YES           # enable showing of messages when users first enter a new directory
  21. xferlog_enable=YES              # a log file will be maintained detailing uploads and downloads
  22. connect_from_port_20=YES        # use port 20 (ftp-data) on the server machine for PORT style connections
  23. xferlog_std_format=YES          # keep standard log file format
  24. listen=NO                       # prevent vsftpd from running in standalone mode
  25. listen_ipv6=YES                 # vsftpd will listen on an IPv6 socket instead of an IPv4 one
  26. pam_service_name=vsftpd         # name of the PAM service vsftpd will use
  27. userlist_enable=YES             # enable vsftpd to load a list of usernames
  28. tcp_wrappers=YES                # turn on tcp wrappers