Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: s program takes the input of the url where the DVD is stored and then sets it on the iLO specififed #Neil Moore CCIE #10044 9/5/2014 # use Net::SSH::Expect; use strict; use warnings; sub main() { my $username = "Administrator"; my $sspassword = "p3r1n0tpyth0n"; if ( $#ARGV + 1 != […]
↧