===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
haproxyctl-1.4.3/bin/haproxyctl-66-        puts "Showing lsof for PID: #{pid}"
haproxyctl-1.4.3/bin/haproxyctl:67:        system("lsof -ln -i |awk \'$2 ~ /#{pid}/ {print $8\" \"$9}\'")  
haproxyctl-1.4.3/bin/haproxyctl-68-      end
##############################################
haproxyctl-1.4.3/haproxyctl-66-        puts "Showing lsof for PID: #{pid}"
haproxyctl-1.4.3/haproxyctl:67:        system("lsof -ln -i |awk \'$2 ~ /#{pid}/ {print $8\" \"$9}\'")  
haproxyctl-1.4.3/haproxyctl-68-      end
##############################################
haproxyctl-1.4.3/lib/haproxyctl.rb-33-      puts "gracefully stopping connections on pids #{pids.join(', ')}..."
haproxyctl-1.4.3/lib/haproxyctl.rb:34:      system("#{exec} -D -f #{config_path} -p #{pidfile} -sf $(cat #{pidfile})")
haproxyctl-1.4.3/lib/haproxyctl.rb-35-      puts "checking if connections still alive on #{pids.join(', ')}..."