=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== clusterssh-4.16/bin_PL/clusterssh_bash_completion.dist-26- # find the extra cluster file line in the .clusterssh/config or, alternatively, /etc/csshrc clusterssh-4.16/bin_PL/clusterssh_bash_completion.dist:27: extra_cluster_file_line="`grep '^[[:space:]]*extra_cluster_file' $HOME/.clusterssh/config 2> /dev/null`" clusterssh-4.16/bin_PL/clusterssh_bash_completion.dist-28- [ -z "$extra_cluster_file_line" ] && extra_cluster_file_line="`grep '^[[:space:]]*extra_cluster_file' /etc/csshrc 2> /dev/null`" ############################################## clusterssh-4.16/bin_PL/clusterssh_bash_completion.dist-30- # find the clusters line in the .csshrc or, alternatively, /etc/csshrc clusterssh-4.16/bin_PL/clusterssh_bash_completion.dist:31: clusters_line="`grep '^[[:space:]]*clusters' $HOME/.clusterssh/config 2> /dev/null`" clusterssh-4.16/bin_PL/clusterssh_bash_completion.dist-32- [ -z "$clusters_line" ] && clusters_line="`grep '^[[:space:]]*clusters' /etc/csshrc 2> /dev/null`" ############################################## clusterssh-4.16/bin_PL/clusterssh_bash_completion.dist-34- # extract the location of the extra cluster file clusterssh-4.16/bin_PL/clusterssh_bash_completion.dist:35: extra_cluster_file="`echo $extra_cluster_file_line | cut -f 2- -d '='`" clusterssh-4.16/bin_PL/clusterssh_bash_completion.dist:36: [ -n "$extra_cluster_file" ] && extra_cluster_file="`eval echo $extra_cluster_file`" clusterssh-4.16/bin_PL/clusterssh_bash_completion.dist-37- # TODO: don't use eval to expand ~ and $HOME ############################################## clusterssh-4.16/bin_PL/cscp.x-12-VERSION='$Revision$ ($Date$)' clusterssh-4.16/bin_PL/cscp.x:13:PROGRAM=`basename $0` clusterssh-4.16/bin_PL/cscp.x-14-DEBUG=n ############################################## clusterssh-4.16/bin_PL/cscp.x-90- shift 2 clusterssh-4.16/bin_PL/cscp.x:91: CHECK=`echo $copy_files_TARGET | grep '@'` clusterssh-4.16/bin_PL/cscp.x-92- if [ -z "$CHECK" ] ; then #target does not have format of user@host. perhaps it is another cluster? ############################################## clusterssh-4.16/bin_PL/cscp.x-130- copy_cluster_COUNT=0 clusterssh-4.16/bin_PL/cscp.x:131: for copy_cluster_TARGET in `egrep "^$copy_cluster_CLUSTER" $CONF` ; do clusterssh-4.16/bin_PL/cscp.x-132- if [ -z "$copy_cluster_SKIP" ] ; then ############################################## clusterssh-4.16/bin_PL/cscp.x-193- #build file list for log clusterssh-4.16/bin_PL/cscp.x:194: FILES="${FILES} `basename $f`" clusterssh-4.16/bin_PL/cscp.x-195-done ############################################## clusterssh-4.16/bin_PL/cscp.x-197-if [ -n "$HOST" ] ; then clusterssh-4.16/bin_PL/cscp.x:198: CHECK=`echo $HOST | grep '@'` clusterssh-4.16/bin_PL/cscp.x-199- if [ -z "$CHECK" ] ; then #target does not have format of user@host. perhaps it is another cluster? ############################################## clusterssh-4.16/lib/App/ClusterSSH/Helper.pm-113- warn("Running: \$command\\n"); clusterssh-4.16/lib/App/ClusterSSH/Helper.pm:114: exec(\$command); clusterssh-4.16/lib/App/ClusterSSH/Helper.pm-115- HERE ############################################## clusterssh-4.16/lib/App/ClusterSSH/Window/Tk.pm-238- $self->debug( 2, "Terminal exec line:\n$exec\n" ); clusterssh-4.16/lib/App/ClusterSSH/Window/Tk.pm:239: exec($exec) == 0 or warn("Failed: $!"); clusterssh-4.16/lib/App/ClusterSSH/Window/Tk.pm-240- } ############################################## clusterssh-4.16/lib/App/ClusterSSH/Window/Tk.pm-1398- clusterssh-4.16/lib/App/ClusterSSH/Window/Tk.pm:1399: my $manpage = `pod2text -l -q=\"\" $0 2>/dev/null`; clusterssh-4.16/lib/App/ClusterSSH/Window/Tk.pm-1400- if ( !$manpage ) { ############################################## clusterssh-4.16/lib/App/ClusterSSH.pm-187- clusterssh-4.16/lib/App/ClusterSSH.pm:188: system($run_command); clusterssh-4.16/lib/App/ClusterSSH.pm-189- print STDERR "\nTesting comms - running command:\n"; ############################################## clusterssh-4.16/lib/App/ClusterSSH.pm-204- clusterssh-4.16/lib/App/ClusterSSH.pm:205: system($comms_command); clusterssh-4.16/lib/App/ClusterSSH.pm-206- ############################################## clusterssh-4.16/lib/App/ClusterSSH.pm-209- clusterssh-4.16/lib/App/ClusterSSH.pm:210: system($run_command); clusterssh-4.16/lib/App/ClusterSSH.pm-211- ############################################## clusterssh-4.16/debian/clusterssh.bash-completion-26- # find the extra cluster file line in the .clusterssh/config or, alternatively, /etc/csshrc clusterssh-4.16/debian/clusterssh.bash-completion:27: extra_cluster_file_line="`grep '^[[:space:]]*extra_cluster_file' $HOME/.clusterssh/config 2> /dev/null`" clusterssh-4.16/debian/clusterssh.bash-completion-28- [ -z "$extra_cluster_file_line" ] && extra_cluster_file_line="`grep '^[[:space:]]*extra_cluster_file' /etc/csshrc 2> /dev/null`" ############################################## clusterssh-4.16/debian/clusterssh.bash-completion-30- # find the clusters line in the .csshrc or, alternatively, /etc/csshrc clusterssh-4.16/debian/clusterssh.bash-completion:31: clusters_line="`grep '^[[:space:]]*clusters' $HOME/.clusterssh/config 2> /dev/null`" clusterssh-4.16/debian/clusterssh.bash-completion-32- [ -z "$clusters_line" ] && clusters_line="`grep '^[[:space:]]*clusters' /etc/csshrc 2> /dev/null`" ############################################## clusterssh-4.16/debian/clusterssh.bash-completion-34- # extract the location of the extra cluster file clusterssh-4.16/debian/clusterssh.bash-completion:35: extra_cluster_file="`echo $extra_cluster_file_line | cut -f 2- -d '='`" clusterssh-4.16/debian/clusterssh.bash-completion:36: [ -n "$extra_cluster_file" ] && extra_cluster_file="`eval echo $extra_cluster_file`" clusterssh-4.16/debian/clusterssh.bash-completion-37- # TODO: don't use eval to expand ~ and $HOME ############################################## clusterssh-4.16/.pc/manpage_typo.patch/lib/App/ClusterSSH.pm-187- clusterssh-4.16/.pc/manpage_typo.patch/lib/App/ClusterSSH.pm:188: system($run_command); clusterssh-4.16/.pc/manpage_typo.patch/lib/App/ClusterSSH.pm-189- print STDERR "\nTesting comms - running command:\n"; ############################################## clusterssh-4.16/.pc/manpage_typo.patch/lib/App/ClusterSSH.pm-204- clusterssh-4.16/.pc/manpage_typo.patch/lib/App/ClusterSSH.pm:205: system($comms_command); clusterssh-4.16/.pc/manpage_typo.patch/lib/App/ClusterSSH.pm-206- ############################################## clusterssh-4.16/.pc/manpage_typo.patch/lib/App/ClusterSSH.pm-209- clusterssh-4.16/.pc/manpage_typo.patch/lib/App/ClusterSSH.pm:210: system($run_command); clusterssh-4.16/.pc/manpage_typo.patch/lib/App/ClusterSSH.pm-211-