metasploitable3/chef/cookbooks/metasploitable/files/proftpd/proftpd_ip_renewer.conf

7 lines
147 B
Plaintext
Raw Normal View History

2017-09-12 16:16:20 +02:00
description 'Run proftpd IP renewer'
author 'metasploitable3'
start on runlevel [2345]
script
ruby /opt/proftpd/proftpd_ip_renewer.rb
end script