When i explored PCMan FTP exploit modules, only prompt for PUT and STOR command overflow modules. So I just porting for GET, NLST, ACCT, MKD, PORT command from each initial exploit.
Catch them below.
Github
pcman_acct.rb
pcman_get.rb
pcman_mkd.rb
pcman_nlst.rb
pcman_port.rb
PacketStorm
https://packetstormsecurity.com/files/142125/PCMAN-FTP-Server-2.0.7-MKD-Buffer-Overflow.html
https://packetstormsecurity.com/files/142124/PCMAN-FTP-Server-2.0.7-NLST-Buffer-Overflow.html
https://packetstormsecurity.com/files/142123/PCMAN-FTP-Server-2.0.7-GET-Buffer-Overflow.html
https://packetstormsecurity.com/files/142122/PCMAN-FTP-Server-2.0.7-ACCT-Buffer-Overflow.html
1337day
http://0day.today/exploit/27585
http://0day.today/exploit/27586
http://0day.today/exploit/27587
http://0day.today/exploit/27588
Cheers !